From c11471dc1f1dd963bb014c9f026bd539cac2dae7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 13:45:49 +0000 Subject: [PATCH] Bump anyhow from 1.0.93 to 1.0.94 (#1856) Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.93 to 1.0.94. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.93...1.0.94) --- updated-dependencies: - dependency-name: anyhow 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> --- Cargo.lock | 4 ++-- crates/analyze/Cargo.toml | 2 +- crates/build/Cargo.toml | 4 ++-- crates/cargo-contract/Cargo.toml | 4 ++-- crates/extrinsics/Cargo.toml | 2 +- crates/metadata/Cargo.toml | 2 +- crates/transcode/Cargo.toml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c574d68e..eb2bc8e9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -236,9 +236,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.93" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" +checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" [[package]] name = "approx" diff --git a/crates/analyze/Cargo.toml b/crates/analyze/Cargo.toml index f3f796258..c31ed209e 100644 --- a/crates/analyze/Cargo.toml +++ b/crates/analyze/Cargo.toml @@ -16,7 +16,7 @@ include = ["Cargo.toml", "*.rs", "LICENSE"] [dependencies] contract-metadata = { version = "5.0.1", path = "../metadata" } wasmparser = "0.220.0" -anyhow = "1.0.83" +anyhow = "1.0.94" [dev-dependencies] wat = "1.221.2" diff --git a/crates/build/Cargo.toml b/crates/build/Cargo.toml index b99ad11f5..364426749 100644 --- a/crates/build/Cargo.toml +++ b/crates/build/Cargo.toml @@ -15,7 +15,7 @@ include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE", "build.rs", "tem [dependencies] regex = "1" -anyhow = "1.0.83" +anyhow = "1.0.94" blake2 = "0.10.6" cargo_metadata = "0.19.1" colored = "2.1.0" @@ -53,7 +53,7 @@ contract-metadata = { version = "5.0.1", path = "../metadata" } uzers = "0.12" [build-dependencies] -anyhow = "1.0.83" +anyhow = "1.0.94" walkdir = "2.5.0" zip = { version = "2.2.1", default-features = false } diff --git a/crates/cargo-contract/Cargo.toml b/crates/cargo-contract/Cargo.toml index b9e85006e..74b2c95f0 100644 --- a/crates/cargo-contract/Cargo.toml +++ b/crates/cargo-contract/Cargo.toml @@ -24,7 +24,7 @@ contract-transcode = { version = "5.0.1", path = "../transcode" } contract-metadata = { version = "5.0.1", path = "../metadata" } contract-analyze = { version = "5.0.1", path = "../analyze" } -anyhow = "1.0.83" +anyhow = "1.0.94" clap = { version = "4.5.22", features = ["derive", "env"] } primitive-types = { version = "0.13.1", default-features = false, features = ["codec", "scale-info", "serde"] } tracing = "0.1.40" @@ -50,7 +50,7 @@ sp-weights = "31.0.0" hex = "0.4.3" [build-dependencies] -anyhow = "1.0.83" +anyhow = "1.0.94" substrate-build-script-utils = "11.0.0" current_platform = "0.2.0" which = "7.0.0" diff --git a/crates/extrinsics/Cargo.toml b/crates/extrinsics/Cargo.toml index b49052d8a..960148421 100644 --- a/crates/extrinsics/Cargo.toml +++ b/crates/extrinsics/Cargo.toml @@ -19,7 +19,7 @@ contract-build = { version = "5.0.1", path = "../build" } contract-metadata = { version = "5.0.1", path = "../metadata" } contract-transcode = { version = "5.0.1", path = "../transcode" } -anyhow = "1.0.83" +anyhow = "1.0.94" blake2 = { version = "0.10.6", default-features = false } futures = { version = "0.3.30", default-features = false, features = ["std"] } itertools = { version = "0.13", default-features = false } diff --git a/crates/metadata/Cargo.toml b/crates/metadata/Cargo.toml index 86ce2f80e..d0bde1bd8 100644 --- a/crates/metadata/Cargo.toml +++ b/crates/metadata/Cargo.toml @@ -19,7 +19,7 @@ semver = { version = "1.0.23", features = ["serde"] } serde = { version = "1", default-features = false, features = ["derive"] } serde_json = "1.0.133" url = { version = "2.5.4", features = ["serde"] } -anyhow = "1.0.83" +anyhow = "1.0.94" [dev-dependencies] pretty_assertions = "1.4.1" diff --git a/crates/transcode/Cargo.toml b/crates/transcode/Cargo.toml index 846b83e21..0366eeecf 100644 --- a/crates/transcode/Cargo.toml +++ b/crates/transcode/Cargo.toml @@ -17,7 +17,7 @@ include = ["Cargo.toml", "*.rs", "LICENSE"] path = "src/lib.rs" [dependencies] -anyhow = "1.0.83" +anyhow = "1.0.94" base58 = { version = "0.2.0" } blake2 = { version = "0.10.6", default-features = false } contract-metadata = { version = "5.0.1", path = "../metadata" }