From c154819eec61fbeb55bf0111b6af9ca823334c25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:42:07 +0100 Subject: [PATCH] Bump bollard from 0.17.1 to 0.18.0 (#1815) Bumps [bollard](https://github.com/fussybeaver/bollard) from 0.17.1 to 0.18.0. - [Release notes](https://github.com/fussybeaver/bollard/releases) - [Commits](https://github.com/fussybeaver/bollard/compare/v0.17.1...v0.18.0) --- updated-dependencies: - dependency-name: bollard dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 10 +++++----- crates/build/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 645544491..2c5466f90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -705,9 +705,9 @@ dependencies = [ [[package]] name = "bollard" -version = "0.17.1" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d41711ad46fda47cd701f6908e59d1bd6b9a2b7464c0d0aeab95c6d37096ff8a" +checksum = "a2b63bbe2a4db01f82f388bee3b1bed3ea9c4cc5f1f4f1fa7a4a171f1ddb2cf1" dependencies = [ "base64 0.22.1", "bollard-stubs", @@ -728,7 +728,7 @@ dependencies = [ "serde_json", "serde_repr", "serde_urlencoded", - "thiserror 1.0.69", + "thiserror 2.0.3", "tokio", "tokio-util", "tower-service", @@ -738,9 +738,9 @@ dependencies = [ [[package]] name = "bollard-stubs" -version = "1.45.0-rc.26.0.1" +version = "1.46.0-rc.27.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d7c5415e3a6bc6d3e99eff6268e488fd4ee25e7b28c10f08fa6760bd9de16e4" +checksum = "3a79775fcd9a02681f9508cd6e44f2164db81c29506063b5904757dd82879d96" dependencies = [ "serde", "serde_repr", diff --git a/crates/build/Cargo.toml b/crates/build/Cargo.toml index 3db18609b..2503fa353 100644 --- a/crates/build/Cargo.toml +++ b/crates/build/Cargo.toml @@ -44,7 +44,7 @@ zip = { version = "2.2.0", default-features = false } strum = { version = "0.26", features = ["derive"] } tokio = { version = "1", features = ["macros", "rt-multi-thread"] } tokio-stream = "0.1" -bollard = "0.17" +bollard = "0.18" crossterm = "0.28.1" contract-metadata = { version = "5.0.0-alpha", path = "../metadata" }