From 996372f935af0cc6a03d987ff92a5f98c5c89813 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 08:42:21 -0400 Subject: [PATCH] chore(deps): Bump bollard from 0.14.0 to 0.15.0 (#18581) * chore(deps): Bump bollard from 0.14.0 to 0.15.0 Bumps [bollard](https://github.com/fussybeaver/bollard) from 0.14.0 to 0.15.0. - [Release notes](https://github.com/fussybeaver/bollard/releases) - [Commits](https://github.com/fussybeaver/bollard/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: bollard dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * update license file --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Doug Smith --- Cargo.lock | 47 +++++++++++++++++++++----------------------- Cargo.toml | 2 +- LICENSE-3rdparty.csv | 1 + 3 files changed, 24 insertions(+), 26 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0b300ff0bbf35..ad0e9dbdd99ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1620,27 +1620,28 @@ dependencies = [ [[package]] name = "bollard" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af254ed2da4936ef73309e9597180558821cb16ae9bba4cb24ce6b612d8d80ed" +checksum = "f03db470b3c0213c47e978da93200259a1eb4dae2e5512cba9955e2b540a6fc6" dependencies = [ "base64 0.21.4", "bollard-stubs", "bytes 1.5.0", "chrono", - "dirs-next", "futures-core", "futures-util", "hex", + "home", "http", "hyper", - "hyper-rustls 0.23.1", + "hyper-rustls 0.24.0", "hyperlocal", "log", "pin-project-lite", - "rustls 0.20.7", + "rustls 0.21.6", "rustls-native-certs", "rustls-pemfile", + "rustls-webpki", "serde", "serde_derive", "serde_json", @@ -1650,20 +1651,20 @@ dependencies = [ "tokio", "tokio-util", "url", - "webpki", - "webpki-roots 0.22.5", + "webpki-roots 0.25.2", "winapi", ] [[package]] name = "bollard-stubs" -version = "1.42.0-rc.7" +version = "1.43.0-rc.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "602bda35f33aeb571cef387dcd4042c643a8bf689d8aaac2cc47ea24cb7bc7e0" +checksum = "b58071e8fd9ec1e930efd28e3a90c1251015872a2ce49f81f36421b86466932e" dependencies = [ "chrono", "serde", - "serde_with 2.3.2", + "serde_repr", + "serde_with 3.3.0", ] [[package]] @@ -4075,6 +4076,15 @@ dependencies = [ "digest", ] +[[package]] +name = "home" +version = "0.5.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" +dependencies = [ + "windows-sys 0.48.0", +] + [[package]] name = "hostname" version = "0.3.1" @@ -4245,7 +4255,9 @@ checksum = "0646026eb1b3eea4cd9ba47912ea5ce9cc07713d105b1a14698f4e6433d348b7" dependencies = [ "http", "hyper", + "log", "rustls 0.21.6", + "rustls-native-certs", "tokio", "tokio-rustls 0.24.0", ] @@ -7815,21 +7827,6 @@ dependencies = [ "serde_with_macros 1.5.2", ] -[[package]] -name = "serde_with" -version = "2.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "331bb8c3bf9b92457ab7abecf07078c13f7d270ba490103e84e8b014490cd0b0" -dependencies = [ - "base64 0.13.1", - "chrono", - "hex", - "indexmap 1.9.3", - "serde", - "serde_json", - "time", -] - [[package]] name = "serde_with" version = "3.3.0" diff --git a/Cargo.toml b/Cargo.toml index 210c86537d2a5..aad024ed99e77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -249,7 +249,7 @@ apache-avro = { version = "0.15.0", default-features = false, optional = true } axum = { version = "0.6.20", default-features = false } base64 = { version = "0.21.4", default-features = false, optional = true } bloomy = { version = "1.2.0", default-features = false, optional = true } -bollard = { version = "0.14.0", default-features = false, features = ["ssl", "chrono"], optional = true } +bollard = { version = "0.15.0", default-features = false, features = ["ssl", "chrono"], optional = true } bytes = { version = "1.5.0", default-features = false, features = ["serde"] } bytesize = { version = "1.3.0", default-features = false } chrono = { version = "0.4.30", default-features = false, features = ["serde"] } diff --git a/LICENSE-3rdparty.csv b/LICENSE-3rdparty.csv index 6d7e3f7215623..efd2afcb6bea1 100644 --- a/LICENSE-3rdparty.csv +++ b/LICENSE-3rdparty.csv @@ -248,6 +248,7 @@ hermit-abi,https://github.com/hermitcore/libhermit-rs,MIT OR Apache-2.0,Stefan L hermit-abi,https://github.com/hermitcore/rusty-hermit,MIT OR Apache-2.0,Stefan Lankes hex,https://github.com/KokaKiwi/rust-hex,MIT OR Apache-2.0,KokaKiwi hmac,https://github.com/RustCrypto/MACs,MIT OR Apache-2.0,RustCrypto Developers +home,https://github.com/rust-lang/cargo,MIT OR Apache-2.0,Brian Anderson hostname,https://github.com/svartalf/hostname,MIT,"fengcen , svartalf " http,https://github.com/hyperium/http,MIT OR Apache-2.0,"Alex Crichton , Carl Lerche , Sean McArthur " http-body,https://github.com/hyperium/http-body,MIT,"Carl Lerche , Lucio Franco , Sean McArthur "