From 89cf655da3cc742e6bded4a315fdde30f68a19c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 12:05:15 +0000 Subject: [PATCH] Bump bollard from 0.18.1 to 0.19.4 Bumps [bollard](https://github.com/fussybeaver/bollard) from 0.18.1 to 0.19.4. - [Release notes](https://github.com/fussybeaver/bollard/releases) - [Changelog](https://github.com/fussybeaver/bollard/blob/master/RELEASE.md) - [Commits](https://github.com/fussybeaver/bollard/compare/v0.18.1...v0.19.4) --- updated-dependencies: - dependency-name: bollard dependency-version: 0.19.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 9 +++++---- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 97354e2c4..5bf284f91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1508,9 +1508,9 @@ dependencies = [ [[package]] name = "bollard" -version = "0.18.1" +version = "0.19.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97ccca1260af6a459d75994ad5acc1651bcabcbdbc41467cc9786519ab854c30" +checksum = "87a52479c9237eb04047ddb94788c41ca0d26eaff8b697ecfbb4c32f7fdc3b1b" dependencies = [ "base64 0.22.1", "bollard-stubs", @@ -1541,11 +1541,12 @@ dependencies = [ [[package]] name = "bollard-stubs" -version = "1.47.1-rc.27.3.1" +version = "1.49.1-rc.28.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f179cfbddb6e77a5472703d4b30436bff32929c0aa8a9008ecf23d1d3cdd0da" +checksum = "5731fe885755e92beff1950774068e0cae67ea6ec7587381536fca84f1779623" dependencies = [ "serde", + "serde_json", "serde_repr", "serde_with", ] diff --git a/Cargo.toml b/Cargo.toml index 557f42cfa..c0239ae33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ async-trait = "0.1" aws-credential-types = "1.2" aws-sdk-s3 = { version = "1.57", features = ["behavior-version-latest"] } base64 = "0.22" -bollard = "0.18" +bollard = "0.19" bytes = "1.11" camino = "1.2" chrono = { version = "0.4", default-features = false }