From 252fcf4a95b2e05a6f502d575809d454a0d23616 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 13:09:44 +0000 Subject: [PATCH] build(deps): update bollard requirement from 0.15.0 to 0.16.0 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.15.0...v0.16.0) --- 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 152126ae..bdd4c50d 100644 --- a/abci/Cargo.toml +++ b/abci/Cargo.toml @@ -61,7 +61,7 @@ futures = { version = "0.3.28", optional = true } anyhow = { version = "1.0.69" } bincode = { version = "2.0.0-rc.2" } blake2 = { version = "0.10.6" } -bollard = { version = "0.15.0" } +bollard = { version = "0.16.0" } futures = { version = "0.3.26" } tokio = { version = "1", features = ["macros", "signal", "time", "io-std"] } hex = { version = "0.4" }