From fb2f6fd744b405384f81df3d80b4e1f0840df83d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 13:22:12 +0000 Subject: [PATCH 1/4] Bump taiki-e/install-action from 2.44.68 to 2.44.69 (#1813) Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.44.68 to 2.44.69. - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/v2.44.68...v2.44.69) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f00290769..3b4970625 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,7 +145,7 @@ jobs: uses: Swatinem/rust-cache@v2 - name: Install nextest - uses: taiki-e/install-action@v2.44.68 + uses: taiki-e/install-action@v2.44.69 with: tool: nextest @@ -185,7 +185,7 @@ jobs: uses: Swatinem/rust-cache@v2 - name: Install nextest - uses: taiki-e/install-action@v2.44.68 + uses: taiki-e/install-action@v2.44.69 with: tool: nextest @@ -229,7 +229,7 @@ jobs: uses: Swatinem/rust-cache@v2 - name: Install nextest - uses: taiki-e/install-action@v2.44.68 + uses: taiki-e/install-action@v2.44.69 with: tool: nextest From 1c6ec1e88d819c9e183bb81e0a682d9df62dce27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 13:48:44 +0000 Subject: [PATCH 2/4] Bump taiki-e/install-action from 2.44.69 to 2.44.70 (#1818) Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.44.69 to 2.44.70. - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/v2.44.69...v2.44.70) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b4970625..794895252 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,7 +145,7 @@ jobs: uses: Swatinem/rust-cache@v2 - name: Install nextest - uses: taiki-e/install-action@v2.44.69 + uses: taiki-e/install-action@v2.44.70 with: tool: nextest @@ -185,7 +185,7 @@ jobs: uses: Swatinem/rust-cache@v2 - name: Install nextest - uses: taiki-e/install-action@v2.44.69 + uses: taiki-e/install-action@v2.44.70 with: tool: nextest @@ -229,7 +229,7 @@ jobs: uses: Swatinem/rust-cache@v2 - name: Install nextest - uses: taiki-e/install-action@v2.44.69 + uses: taiki-e/install-action@v2.44.70 with: tool: nextest 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 3/4] 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" } From 03da381c2930e6b2c0c366bb04cbd105384d8a56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:42:20 +0100 Subject: [PATCH 4/4] Bump impl-serde from 0.4.0 to 0.5.0 (#1816) Bumps [impl-serde](https://github.com/paritytech/parity-common) from 0.4.0 to 0.5.0. - [Commits](https://github.com/paritytech/parity-common/compare/impl-serde-v0.4.0...impl-serde-v0.5.0) --- updated-dependencies: - dependency-name: impl-serde 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 | 4 ++-- crates/build/Cargo.toml | 2 +- crates/metadata/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2c5466f90..ceb705f48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1184,7 +1184,7 @@ dependencies = [ "duct", "heck 0.5.0", "hex", - "impl-serde 0.4.0", + "impl-serde 0.5.0", "parity-scale-codec", "pretty_assertions", "regex", @@ -1253,7 +1253,7 @@ name = "contract-metadata" version = "5.0.0-alpha" dependencies = [ "anyhow", - "impl-serde 0.4.0", + "impl-serde 0.5.0", "pretty_assertions", "semver", "serde", diff --git a/crates/build/Cargo.toml b/crates/build/Cargo.toml index 2503fa353..9b60ce03e 100644 --- a/crates/build/Cargo.toml +++ b/crates/build/Cargo.toml @@ -23,7 +23,7 @@ clap = { version = "4.5.4", features = ["derive", "env"] } duct = "0.13.7" heck = "0.5.0" hex = "0.4.3" -impl-serde = "0.4.0" +impl-serde = "0.5.0" rustc_version = "0.4.0" scale = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive", diff --git a/crates/metadata/Cargo.toml b/crates/metadata/Cargo.toml index 4b4801c73..bad1592f7 100644 --- a/crates/metadata/Cargo.toml +++ b/crates/metadata/Cargo.toml @@ -14,7 +14,7 @@ keywords = ["wasm", "ink", "webassembly", "blockchain", "edsl"] include = ["Cargo.toml", "*.rs", "LICENSE", "compatibility_list.json"] [dependencies] -impl-serde = "0.4.0" +impl-serde = "0.5.0" semver = { version = "1.0.23", features = ["serde"] } serde = { version = "1", default-features = false, features = ["derive"] } serde_json = "1.0.117"