From d31c22021eca7a4388d222dcc54ec592abaf63e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 13:31:44 +0000 Subject: [PATCH] build(deps): update bollard requirement from 0.16.1 to 0.17.1 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.16.1...v0.17.1) --- updated-dependencies: - dependency-name: bollard dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- abci/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abci/Cargo.toml b/abci/Cargo.toml index d5b5d18..8bb4dfb 100644 --- a/abci/Cargo.toml +++ b/abci/Cargo.toml @@ -75,7 +75,7 @@ futures = { version = "0.3.30", optional = true } anyhow = { version = "1.0.82" } bincode = { version = "2.0.0-rc.3" } blake2 = { version = "0.10.6" } -bollard = { version = "0.16.1" } +bollard = { version = "0.17.1" } futures = { version = "0.3.30" } tokio = { version = "1.37.0", features = [ "macros",