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:
parent
5197609738
commit
4456bd30d4
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -65,7 +65,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bollard"
|
name = "bollard"
|
||||||
version = "0.10.1"
|
version = "0.10.1"
|
||||||
source = "git+https://github.com/icewind1991/bollard?branch=marged#f220f0cc1f4e8637ed6402074597fa84c6212d85"
|
source = "git+https://github.com/fussybeaver/bollard#b4b3d74c5e54c3e38ed9999cb14643225dfeed57"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64",
|
"base64",
|
||||||
"bollard-stubs",
|
"bollard-stubs",
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[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"
|
color-eyre = "0.5"
|
||||||
maplit = "1"
|
maplit = "1"
|
||||||
camino = { version = "1", features = ["serde1"] }
|
camino = { version = "1", features = ["serde1"] }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue