From af9983dffd82da4e83bf069d96c4400883d9328f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 13:32:16 +0100 Subject: [PATCH] build(deps): update bollard requirement from 0.17 to 0.18 (#113) 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.17.0...v0.18.0) --- updated-dependencies: - dependency-name: bollard dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- abci/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abci/Cargo.toml b/abci/Cargo.toml index e5b4129..ab23d2e 100644 --- a/abci/Cargo.toml +++ b/abci/Cargo.toml @@ -78,7 +78,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.17" } +bollard = { version = "0.18" } futures = { version = "0.3.30" } tokio = { version = "1.40", features = ["macros", "signal", "time", "io-std"] } hex = { version = "0.4.3" }