diff --git a/Cargo.lock b/Cargo.lock index dc62bfad2ab..2009cf42ae1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -275,22 +275,21 @@ checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae" [[package]] name = "bollard" -version = "0.10.1" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "699194c00f3a2effd3358d47f880646818e3d483190b17ebcdf598c654fb77e9" +checksum = "c92fed694fd5a7468c971538351c61b9c115f1ae6ed411cd2800f0f299403a4b" dependencies = [ "base64 0.13.0", "bollard-stubs", "bytes 1.0.1", "chrono", - "ct-logs", "dirs-next", "futures-core", "futures-util", "hex", "http 0.2.5", "hyper 0.14.11", - "hyper-unix-connector", + "hyperlocal", "log", "pin-project", "serde", @@ -752,15 +751,6 @@ dependencies = [ "subtle", ] -[[package]] -name = "ct-logs" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8" -dependencies = [ - "sct", -] - [[package]] name = "ctor" version = "0.1.20" @@ -2093,12 +2083,12 @@ dependencies = [ ] [[package]] -name = "hyper-unix-connector" -version = "0.2.2" +name = "hyperlocal" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24ef1fd95d34b4ff007d3f0590727b5cf33572cace09b42032fc817dc8b16557" +checksum = "0fafdf7b2b2de7c9784f76e02c0935e65a8117ec3b768644379983ab333ac98c" dependencies = [ - "anyhow", + "futures-util", "hex", "hyper 0.14.11", "pin-project", diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 3e5a27a8c91..aa073382849 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -4,7 +4,7 @@ version = "0.25.0" edition = "2018" [dev-dependencies] -bollard = "0.10" +bollard = "0.11" tokio = {version = "1.16.1", features = ["rt", "macros", "process"]} tokio-stream = "0.1" futures = "0.3.13"