From d5202bbc16d6cd871e3c25c1492a91542a40d70c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 05:51:38 +0000 Subject: [PATCH] Update Rust crate bollard to 0.18.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7ed7934..3725328 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,5 +35,5 @@ authors = [ ] [workspace.dependencies] -bollard = "0.17.1" +bollard = "0.18.0" testcontainers = "0.23.1"