1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

upstream bollard master

This commit is contained in:
Robin Appelman 2021-04-02 13:49:50 +02:00
commit 4456bd30d4
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -65,7 +65,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]]
name = "bollard"
version = "0.10.1"
source = "git+https://github.com/icewind1991/bollard?branch=marged#f220f0cc1f4e8637ed6402074597fa84c6212d85"
source = "git+https://github.com/fussybeaver/bollard#b4b3d74c5e54c3e38ed9999cb14643225dfeed57"
dependencies = [
"base64",
"bollard-stubs",

View file

@ -5,7 +5,7 @@ authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
[dependencies]
bollard = { version = "0.10", git = "https://github.com/icewind1991/bollard", branch = "marged" }
bollard = { version = "0.10", git = "https://github.com/fussybeaver/bollard" }
color-eyre = "0.5"
maplit = "1"
camino = { version = "1", features = ["serde1"] }