diff --git a/Cargo.lock b/Cargo.lock index 78f22d9..63942dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -275,9 +275,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.72" +version = "1.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" +checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" [[package]] name = "approx" diff --git a/crates/core-primitives/Cargo.toml b/crates/core-primitives/Cargo.toml index f415cc4..c664ebd 100644 --- a/crates/core-primitives/Cargo.toml +++ b/crates/core-primitives/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["substrate", "pallet", "macro", "configuration"] targets = ["x86_64-unknown-linux-gnu"] [dependencies] -anyhow = { version = "1.0.66", optional = true } +anyhow = { version = "1.0.82", optional = true } rand = { version = "0.8.4", optional = true } serde = { version = "1.0.163", optional = true } codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"], default-features = false } diff --git a/crates/rc-validator-network/Cargo.toml b/crates/rc-validator-network/Cargo.toml index 658969c..daf7a48 100644 --- a/crates/rc-validator-network/Cargo.toml +++ b/crates/rc-validator-network/Cargo.toml @@ -18,7 +18,7 @@ tracing = "0.1.37" log = "0.4" rand = "0.8" derive_more = "0.99.17" -anyhow = "1.0.66" +anyhow = "1.0.82" libp2p = { version = "0.50.0", features = ["dns", "metrics", "identify", "kad", "gossipsub", "macros", "mdns", "mplex", "noise", "ping", "tcp", "tokio", "yamux", "websocket"] } tokio-stream = { version = "0.1" } tokio = { version = "1.21.2", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] } diff --git a/crates/rc-validator/Cargo.toml b/crates/rc-validator/Cargo.toml index e785d68..f98a392 100644 --- a/crates/rc-validator/Cargo.toml +++ b/crates/rc-validator/Cargo.toml @@ -12,7 +12,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] log = "0.4" -anyhow = "1.0.66" +anyhow = "1.0.82" codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"]} scale-info = { version = "2.2.0", features = ["derive"] } futures = "0.3.21" diff --git a/redlight/Cargo.toml b/redlight/Cargo.toml index 246cd62..be01984 100644 --- a/redlight/Cargo.toml +++ b/redlight/Cargo.toml @@ -29,7 +29,7 @@ cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus.git", b codec = { package = "parity-scale-codec", version = "3.2.2", features = ["derive"] } clap = { version = "4.0.9", features = ["derive","env"] } -anyhow = "1.0.66" +anyhow = "1.0.82" tracing = "0.1.37" tokio-stream = { version = "0.1" } tracing-subscriber = { version = "0.2.25", features = ["json"] } diff --git a/redoxt/Cargo.toml b/redoxt/Cargo.toml index 197c9fb..ec858ad 100644 --- a/redoxt/Cargo.toml +++ b/redoxt/Cargo.toml @@ -24,7 +24,7 @@ path = "src/lib.rs" rand = "0.8.4" derive_more = "0.99.17" structopt = "0.3.25" -anyhow = "1.0.66" +anyhow = "1.0.82" tokio = { version = "1.28", features = ["process","macros", "time", "rt-multi-thread"] } frost-ed25519 = { version="1.0.0-rc.0"} futures = { version = "0.3.27", default-features = false, features = ["std"] }