From f4235c117ed98d3735ce80ca8914853242c50d9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 16:22:02 +0200 Subject: [PATCH] build(deps): update bollard requirement from 0.14.0 to 0.15.0 (#37) 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] 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 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" }