diff --git a/Cargo.lock b/Cargo.lock index 8fff7a07f..1f78bb1a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -215,9 +215,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.89" +version = "1.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" +checksum = "37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95" [[package]] name = "approx" @@ -11520,9 +11520,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.129" +version = "1.0.132" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6dbcf9b78a125ee667ae19388837dd12294b858d101fdd393cb9d5501ef09eb2" +checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" dependencies = [ "itoa", "memchr", diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml index a768dac5b..9a5b4fb89 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -30,7 +30,7 @@ reqwest ={ version="0.12.8", features=["json", "stream"], optional=true base64 ={ version="0.22.0", optional=true } synedrion ={ version="0.2.0-beta.0", optional=true } hex ={ version="0.4.3", optional=true } -anyhow ="1.0.89" +anyhow ="1.0.90" # Only for the browser js-sys={ version="0.3.72", optional=true } diff --git a/crates/protocol/Cargo.toml b/crates/protocol/Cargo.toml index e6b05cdee..6629ac7cf 100644 --- a/crates/protocol/Cargo.toml +++ b/crates/protocol/Cargo.toml @@ -49,7 +49,7 @@ schnorrkel ={ version="0.11.4", default-features=false, features=["std" [dev-dependencies] serial_test="3.1.1" sp-keyring ="34.0.0" -anyhow ="1.0.89" +anyhow ="1.0.90" num_cpus ="1.16.0" [features] diff --git a/crates/test-cli/Cargo.toml b/crates/test-cli/Cargo.toml index 8a531e398..012e120c9 100644 --- a/crates/test-cli/Cargo.toml +++ b/crates/test-cli/Cargo.toml @@ -14,7 +14,7 @@ clap ={ version="4.5.20", features=["derive"] } colored ="2.0.4" subxt ="0.35.3" sp-core ="31.0.0" -anyhow ="1.0.89" +anyhow ="1.0.90" tokio ={ version="1.40", features=["macros", "rt-multi-thread", "io-util", "process"] } hex ="0.4.3" bincode ="1.3.3" diff --git a/crates/threshold-signature-server/Cargo.toml b/crates/threshold-signature-server/Cargo.toml index f37808d84..c335bc651 100644 --- a/crates/threshold-signature-server/Cargo.toml +++ b/crates/threshold-signature-server/Cargo.toml @@ -12,7 +12,7 @@ edition ='2021' # Common serde ={ version="1.0", default-features=false, features=["derive"] } serde_json ="1.0" -anyhow ="1.0.89" +anyhow ="1.0.90" thiserror ="1.0.64" blake2 ="0.10.4" x25519-dalek ={ version="2.0.1", features=["static_secrets"] } diff --git a/node/cli/Cargo.toml b/node/cli/Cargo.toml index 8aa45b346..1c9490e2f 100644 --- a/node/cli/Cargo.toml +++ b/node/cli/Cargo.toml @@ -30,7 +30,7 @@ log ="0.4.22" pallet-im-online={ version="28.0.0" } rand ="0.8.5" serde ={ version="1.0.210", features=["derive"] } -serde_json ='1.0.129' +serde_json ='1.0.132' # Substrate Client