upstream bollard master

This commit is contained in:
Robin Appelman 2021-04-02 13:54:27 +02:00
commit 91bea1d70b
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -76,7 +76,7 @@ dependencies = [
[[package]]
name = "bollard"
version = "0.10.1"
source = "git+https://github.com/icewind1991/bollard?branch=stat-one-shot#6e8f4d4d0cd10fe223625747289a0e84cafdefcf"
source = "git+https://github.com/fussybeaver/bollard#b4b3d74c5e54c3e38ed9999cb14643225dfeed57"
dependencies = [
"base64",
"bollard-stubs",

View file

@ -15,7 +15,7 @@ once_cell = "1"
hostname = "0.3"
libc = "0.2"
ahash = "0.7"
bollard = { version = "0.10", git = "https://github.com/icewind1991/bollard", branch = "stat-one-shot" }
bollard = { version = "0.10", git = "https://github.com/fussybeaver/bollard" }
futures-util = "0.3"
[dev-dependencies]