From 0673d3f40b973dee2f09538dce8884139ceddc9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 12:09:11 -0500 Subject: [PATCH] chore(deps): bump anyhow from 1.0.81 to 1.0.82 in /rust (#2391) Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.81 to 1.0.82. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.81...1.0.82) --- 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> --- rust/Cargo.lock | 4 ++-- rust/db_handling/Cargo.toml | 2 +- rust/qr_reader_pc/Cargo.toml | 2 +- rust/qrcode_static/Cargo.toml | 2 +- rust/transaction_signing/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 865ec05a0b..a06ccd8c7c 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -143,9 +143,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.81" +version = "1.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" +checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" [[package]] name = "array-bytes" diff --git a/rust/db_handling/Cargo.toml b/rust/db_handling/Cargo.toml index 86e1a5e5cb..f621abac5d 100644 --- a/rust/db_handling/Cargo.toml +++ b/rust/db_handling/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.81" +anyhow = "1.0.82" constants = {path = "../constants"} defaults = {path = "../defaults", default-features = false, optional = true} definitions = {path = "../definitions", default-features = false} diff --git a/rust/qr_reader_pc/Cargo.toml b/rust/qr_reader_pc/Cargo.toml index 1656d7a91e..9451b35599 100644 --- a/rust/qr_reader_pc/Cargo.toml +++ b/rust/qr_reader_pc/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" [dependencies] hex = "0.4.3" qr_reader_phone = {path = "../qr_reader_phone"} -anyhow = "1.0.81" +anyhow = "1.0.82" image = "0.24.9" quircs = "0.10.2" indicatif = "0.17.8" diff --git a/rust/qrcode_static/Cargo.toml b/rust/qrcode_static/Cargo.toml index 015ffd4a9d..3f91c6f540 100644 --- a/rust/qrcode_static/Cargo.toml +++ b/rust/qrcode_static/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.81" +anyhow = "1.0.82" bitvec = "1.0.1" constants = {path = "../constants"} png = "0.17.13" diff --git a/rust/transaction_signing/Cargo.toml b/rust/transaction_signing/Cargo.toml index 679e687074..059b7c8e16 100644 --- a/rust/transaction_signing/Cargo.toml +++ b/rust/transaction_signing/Cargo.toml @@ -15,7 +15,7 @@ db_handling = { path = "../db_handling", default-features = false } sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, features = ["full_crypto"] } sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false } thiserror = "1.0.57" -anyhow = "1.0.81" +anyhow = "1.0.82" sled = "0.34"