diff --git a/Cargo.lock b/Cargo.lock index 9237597beac..1c96f788cd5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5780,18 +5780,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.62" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb" +checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.62" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c" +checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 5055ee0a2d4..e8154f03095 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,7 @@ assertables = "7" eyre = "0.6.12" color-eyre = "0.6.3" -thiserror = { version = "1.0.62", default-features = false } +thiserror = { version = "1.0.63", default-features = false } displaydoc = { version = "0.2.5", default-features = false } error-stack = "0.4.1" diff --git a/crypto/Cargo.toml b/crypto/Cargo.toml index 9e9107e9162..8ef62489eb1 100644 --- a/crypto/Cargo.toml +++ b/crypto/Cargo.toml @@ -56,7 +56,7 @@ serde_with = { workspace = true, features = ["macros", "hex"] } hex = { workspace = true, features = ["alloc", "serde"] } getset = { workspace = true } -thiserror = { version = "1.0.62", optional = true } +thiserror = { version = "1.0.63", optional = true } displaydoc = { workspace = true } digest = { version = "0.10.7", default-features = false, features = ["alloc"] }