From b48fa7af67a5d8682f47e31fa8f6125e60e01952 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 06:33:02 +0000 Subject: [PATCH] chore(deps): bump thiserror from 1.0.49 to 1.0.50 in /rust (#2137) --- rust/Cargo.lock | 8 ++++---- rust/db_handling/Cargo.toml | 2 +- rust/defaults/Cargo.toml | 2 +- rust/definitions/Cargo.toml | 2 +- rust/generate_message/Cargo.toml | 2 +- rust/navigator/Cargo.toml | 2 +- rust/parser/Cargo.toml | 2 +- rust/qr_reader_phone/Cargo.toml | 2 +- rust/transaction_parsing/Cargo.toml | 2 +- rust/transaction_signing/Cargo.toml | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index c863c2770b..65acd1a787 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -4337,18 +4337,18 @@ checksum = "507e9898683b6c43a9aa55b64259b721b52ba226e0f3779137e50ad114a4c90b" [[package]] name = "thiserror" -version = "1.0.49" +version = "1.0.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4" +checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.49" +version = "1.0.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc" +checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" dependencies = [ "proc-macro2", "quote", diff --git a/rust/db_handling/Cargo.toml b/rust/db_handling/Cargo.toml index 45a1a610ce..97b83e511c 100644 --- a/rust/db_handling/Cargo.toml +++ b/rust/db_handling/Cargo.toml @@ -18,7 +18,7 @@ regex = "1.10.2" sled = "0.34.6" sp-core = {git = "https://github.com/paritytech/substrate", default-features = false, features = ["full_crypto"], optional = true} sp-runtime = {git = "https://github.com/paritytech/substrate", default-features = false, optional = true} -thiserror = "1.0.49" +thiserror = "1.0.50" time = {version = "0.3.30", features = ["formatting", "macros"]} tiny-bip39 = {version = "1.0.0", default-features = false, optional = true} zeroize = { version = "1.6.0", optional = true, features = ["std"] } diff --git a/rust/defaults/Cargo.toml b/rust/defaults/Cargo.toml index 2a546cb7c0..82490359b8 100644 --- a/rust/defaults/Cargo.toml +++ b/rust/defaults/Cargo.toml @@ -11,7 +11,7 @@ lazy_static = {version = "1.4.0", optional = true} regex = {version = "1.10.2", optional = true} 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.49" +thiserror = "1.0.50" [features] default = [] diff --git a/rust/definitions/Cargo.toml b/rust/definitions/Cargo.toml index 0b121a5b36..5489b09be2 100644 --- a/rust/definitions/Cargo.toml +++ b/rust/definitions/Cargo.toml @@ -18,7 +18,7 @@ sp-io = {git = "https://github.com/paritytech/substrate", optional = true} sp-runtime = {git = "https://github.com/paritytech/substrate", default-features = false} sp-version = {git = "https://github.com/paritytech/substrate"} sp-wasm-interface = {git = "https://github.com/paritytech/substrate", optional = true} -thiserror = "1.0.49" +thiserror = "1.0.50" constants = {path = "../constants"} [features] diff --git a/rust/generate_message/Cargo.toml b/rust/generate_message/Cargo.toml index 01d1110241..8ee4f72793 100644 --- a/rust/generate_message/Cargo.toml +++ b/rust/generate_message/Cargo.toml @@ -22,7 +22,7 @@ sled = "0.34.6" 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 } sp-keyring = { git = "https://github.com/paritytech/substrate", default-features = false } -thiserror = "1.0.49" +thiserror = "1.0.50" tokio = { version = "1", features = ["full"] } [dev-dependencies] diff --git a/rust/navigator/Cargo.toml b/rust/navigator/Cargo.toml index 545b2b0cad..d4a6582b64 100644 --- a/rust/navigator/Cargo.toml +++ b/rust/navigator/Cargo.toml @@ -11,7 +11,7 @@ definitions = {path = "../definitions", default-features = false } hex = "0.4.3" lazy_static = "1.4.0" sp-runtime = {git = "https://github.com/paritytech/substrate", default-features = false} -thiserror = "1.0.49" +thiserror = "1.0.50" transaction_parsing = {path = "../transaction_parsing"} transaction_signing = {path = "../transaction_signing"} zeroize = { version = "1.6.0", features = ["std"] } diff --git a/rust/parser/Cargo.toml b/rust/parser/Cargo.toml index 3dad1281fa..f27e4d8182 100644 --- a/rust/parser/Cargo.toml +++ b/rust/parser/Cargo.toml @@ -20,7 +20,7 @@ scale-info = "2.9.0" sp-arithmetic = {git = "https://github.com/paritytech/substrate"} 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.49" +thiserror = "1.0.50" [dev-dependencies] pretty_assertions = "1" diff --git a/rust/qr_reader_phone/Cargo.toml b/rust/qr_reader_phone/Cargo.toml index 7d6bea9f4d..949b7369aa 100644 --- a/rust/qr_reader_phone/Cargo.toml +++ b/rust/qr_reader_phone/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" hex = "0.4.3" raptorq = "1.7.0" nom = "7.1.3" -thiserror = "1.0.49" +thiserror = "1.0.50" constants = {path = "../constants"} banana_recovery = { git = "https://github.com/paritytech/banana-recovery-rust" } transaction_parsing = { path = "../transaction_parsing" } diff --git a/rust/transaction_parsing/Cargo.toml b/rust/transaction_parsing/Cargo.toml index a6bc5e0a55..8b28f3dc5e 100644 --- a/rust/transaction_parsing/Cargo.toml +++ b/rust/transaction_parsing/Cargo.toml @@ -17,7 +17,7 @@ parser = {path = "../parser", default-features = false} sled = "0.34.6" 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.49" +thiserror = "1.0.50" nom = "7.1.3" log = "0.4" diff --git a/rust/transaction_signing/Cargo.toml b/rust/transaction_signing/Cargo.toml index 63ab133e63..83bffec800 100644 --- a/rust/transaction_signing/Cargo.toml +++ b/rust/transaction_signing/Cargo.toml @@ -14,7 +14,7 @@ definitions = { path = "../definitions", default-features = false } 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.49" +thiserror = "1.0.50" anyhow = "1.0.75" sled = "0.34"