From 2e65c74c6b0127041cc229f24cde491c343f1b6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 13:31:28 +0000 Subject: [PATCH] build(deps): update bollard requirement from 0.14.0 to 0.15.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.14.0...v0.15.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 2b8b8e7..fb2b7b4 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.14.0" } +bollard = { version = "0.15.0" } futures = { version = "0.3.26" } tokio = { version = "1", features = ["macros", "signal", "time", "io-std"] } hex = { version = "0.4" }