diff --git a/Cargo.lock b/Cargo.lock index f5dfb685..bc93cbe1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -239,7 +239,7 @@ dependencies = [ "nom", "num-traits", "rusticata-macros", - "thiserror", + "thiserror 1.0.68", "time", ] @@ -683,7 +683,7 @@ dependencies = [ "strum 0.25.0", "strum_macros 0.25.3", "tempfile", - "thiserror", + "thiserror 1.0.68", "tiny-bip39", "tokio", "tokio-stream", @@ -768,7 +768,7 @@ dependencies = [ "semver", "serde", "serde_json", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -1720,7 +1720,7 @@ dependencies = [ "serde_json", "sha256", "tempfile", - "thiserror", + "thiserror 1.0.68", "time", "tokio", "tokio-stream", @@ -1782,7 +1782,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2ebc8013b4426d5b81a4364c419a95ed0b404af2b82e2457de52d9348f0e474" dependencies = [ "combine", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2292,7 +2292,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ea1dc4bf0fb4904ba83ffdb98af3d9c325274e92e6e295e4151e86c96363e04" dependencies = [ "serde", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2533,7 +2533,7 @@ dependencies = [ "squirrel", "squirrel-mock", "strip-ansi-escapes", - "thiserror", + "thiserror 2.0.0", "thousands", "tokio", "uniffi", @@ -3073,7 +3073,7 @@ name = "perro" version = "1.0.1" source = "git+https://github.com/getlipa/perro?tag=v1.2.0#802eecac36eff298d5dc40895d168eba06c042d1" dependencies = [ - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -3104,7 +3104,7 @@ dependencies = [ "serde", "serde_derive", "strum 0.26.3", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -3129,7 +3129,7 @@ dependencies = [ "sha-1", "sha2 0.9.9", "sha3", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -3487,7 +3487,7 @@ dependencies = [ "rustc-hash 2.0.0", "rustls 0.23.16", "socket2", - "thiserror", + "thiserror 1.0.68", "tokio", "tracing", ] @@ -3504,7 +3504,7 @@ dependencies = [ "rustc-hash 2.0.0", "rustls 0.23.16", "slab", - "thiserror", + "thiserror 1.0.68", "tinyvec", "tracing", ] @@ -3808,7 +3808,7 @@ dependencies = [ "hex", "indexmap 2.5.0", "sha2 0.10.8", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -4100,7 +4100,7 @@ dependencies = [ "serde", "serde_json", "strum_macros 0.25.3", - "thiserror", + "thiserror 1.0.68", "tonic", "tonic-build", "url", @@ -4433,7 +4433,7 @@ dependencies = [ "chrono", "num-bigint", "num-traits", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -4698,18 +4698,38 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.67" +version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b3c6efbfc763e64eb85c11c25320f0737cb7364c4b6336db90aa9ebe27a0bbd" +checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892" dependencies = [ - "thiserror-impl", + "thiserror-impl 1.0.68", +] + +[[package]] +name = "thiserror" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "15291287e9bff1bc6f9ff3409ed9af665bec7a5fc8ac079ea96be07bca0e2668" +dependencies = [ + "thiserror-impl 2.0.0", ] [[package]] name = "thiserror-impl" -version = "1.0.67" +version = "1.0.68" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", +] + +[[package]] +name = "thiserror-impl" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b607164372e89797d78b8e23a6d67d5d1038c1c65efd52e1389ef8b77caba2a6" +checksum = "22efd00f33f93fa62848a7cab956c3d38c8d43095efda1decfc2b3a5dc0b8972" dependencies = [ "proc-macro2", "quote", @@ -4777,7 +4797,7 @@ dependencies = [ "rand", "rustc-hash 1.1.0", "sha2 0.10.8", - "thiserror", + "thiserror 1.0.68", "unicode-normalization", "wasm-bindgen", "zeroize", @@ -5824,7 +5844,7 @@ dependencies = [ "ring 0.17.8", "signature", "spki", - "thiserror", + "thiserror 1.0.68", "zeroize", ] @@ -5843,7 +5863,7 @@ dependencies = [ "oid-registry", "ring 0.16.20", "rusticata-macros", - "thiserror", + "thiserror 1.0.68", "time", ] diff --git a/Cargo.toml b/Cargo.toml index 1d31ff0d..7cb95db8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" sha2 = { version = "0.10.8", features = [] } simplelog = { version = "0.12.2" } -thiserror = "1.0.67" +thiserror = "2.0.0" tokio = { version = "1.41.1", features = ["rt-multi-thread", "time", "sync"] } uniffi = "0.28.2" uuid = { version = "1.11.0", features = ["v5"] }