diff --git a/Cargo.lock b/Cargo.lock index 0e264d9600..4e793d9bf1 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" diff --git a/Cargo.toml b/Cargo.toml index ddc01af003..c0e230828b 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 }