From efa9a2ea6e0e4fe3625396781c0e8de2c187c5d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 17:30:47 +0000 Subject: [PATCH] Bump anyhow from 1.0.82 to 1.0.92 (#42) Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.82 to 1.0.92. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.82...1.0.92) --- 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> Co-authored-by: James Wilson --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f6c25d..7616706 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "anyhow" -version = "1.0.82" +version = "1.0.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" +checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13" [[package]] name = "arrayvec" diff --git a/Cargo.toml b/Cargo.toml index 9c5b0b7..6fd08c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ scale-encode = "0.8.0" frame-metadata = { version = "17.0.0", default-features = false, features = ["current", "std"] } bitvec = { version = "1", default-features = false, features = ["alloc"] } pretty_assertions = "1.4.1" -anyhow = "1.0.75" +anyhow = "1.0.92" peekmore = "1.3.0" scale-value = "0.17.0" rand_chacha = "0.3.1"