diff --git a/Cargo.lock b/Cargo.lock index d268869a29..f4241e988e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -194,9 +194,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.79" +version = "1.0.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" +checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" [[package]] name = "approx" @@ -13470,7 +13470,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.7", - "rand 0.7.3", + "rand 0.8.5", "static_assertions", ] diff --git a/Cargo.toml b/Cargo.toml index 0446bb60fa..1fa597ff72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -307,7 +307,7 @@ zaun-sandbox = { git = "https://github.com/keep-starknet-strange/zaun", package starknet-core-contract-client = { git = "https://github.com/keep-starknet-strange/zaun" } # Other third party dependencies -anyhow = "1.0.75" +anyhow = "1.0.80" flate2 = "1.0.28" parity-scale-codec = { version = "3.2.2", default-features = false, features = [ "std", diff --git a/madara-test-runner/Cargo.toml b/madara-test-runner/Cargo.toml index 833ccd4e9e..3380ad4212 100644 --- a/madara-test-runner/Cargo.toml +++ b/madara-test-runner/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -anyhow = "1.0.72" +anyhow = "1.0.80" assert_matches = "1.5.0" async-lock = "3.1.0" async-trait = "0.1" diff --git a/starknet-e2e-test/Cargo.toml b/starknet-e2e-test/Cargo.toml index 85f31a8255..86409b4f23 100644 --- a/starknet-e2e-test/Cargo.toml +++ b/starknet-e2e-test/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -anyhow = "1.0.72" +anyhow = "1.0.80" assert_matches = "1.5.0" async-trait = "0.1" ethers = { workspace = true } diff --git a/starknet-rpc-test/Cargo.toml b/starknet-rpc-test/Cargo.toml index e738783417..a35b68b83c 100644 --- a/starknet-rpc-test/Cargo.toml +++ b/starknet-rpc-test/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] -anyhow = "1.0.72" +anyhow = "1.0.80" assert_matches = "1.5.0" async-lock = "3.1.0" async-trait = { workspace = true }