From 5d5eafacb23088c333f3dfc55ccbd88d8976e290 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 08:27:35 +0000 Subject: [PATCH] chore(deps): update bollard requirement in the bollard group Updates the requirements on [bollard](https://github.com/fussybeaver/bollard) to permit the latest version. Updates `bollard` to 0.21.0 - [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.20.0...v0.21.0) --- updated-dependencies: - dependency-name: bollard dependency-version: 0.21.0 dependency-type: direct:production dependency-group: bollard ... Signed-off-by: dependabot[bot] --- testcontainers/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcontainers/Cargo.toml b/testcontainers/Cargo.toml index cd9b066b..dd5bfa68 100644 --- a/testcontainers/Cargo.toml +++ b/testcontainers/Cargo.toml @@ -17,7 +17,7 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] async-trait = { version = "0.1" } -bollard = { version = "0.20.0", features = ["buildkit_providerless", "time"] } +bollard = { version = "0.21.0", features = ["buildkit_providerless", "time"] } http = "1.1" bytes = "1.6.0" conquer-once = { version = "0.4", optional = true }