Skip to content

Commit 5d5eafa

Browse files
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](fussybeaver/bollard@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] <support@github.com>
1 parent 5632380 commit 5d5eafa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testcontainers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rustdoc-args = ["--cfg", "docsrs"]
1717

1818
[dependencies]
1919
async-trait = { version = "0.1" }
20-
bollard = { version = "0.20.0", features = ["buildkit_providerless", "time"] }
20+
bollard = { version = "0.21.0", features = ["buildkit_providerless", "time"] }
2121
http = "1.1"
2222
bytes = "1.6.0"
2323
conquer-once = { version = "0.4", optional = true }

0 commit comments

Comments
 (0)