From 97dca2b5fdcadc34fc592583d244ad1f189db38a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 03:57:44 +0000 Subject: [PATCH] Update bollard requirement from 0.14 to 0.15 Updates the requirements on [bollard](https://github.com/fussybeaver/bollard) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 930631bfc..8b11eda36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ edition = "2021" [dev-dependencies] again = "0.1" -bollard = "0.14" +bollard = "0.15" futures = "0.3" tokio = { version = "1", features = ["macros", "time"] } speculoos = "0.11.0"