diff --git a/Cargo.lock b/Cargo.lock index b723d5a0b5..aee7089187 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,9 +260,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.71" +version = "1.0.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" +checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" [[package]] name = "approx" @@ -10776,7 +10776,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 45ff421694..dfbf549879 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -149,7 +149,7 @@ cairo-lang-casm = { git = "https://github.com/keep-starknet-strange/cairo.git", cairo-lang-utils = { git = "https://github.com/keep-starknet-strange/cairo.git", branch = "no_std-support", default-features = false } # Other third party dependencies -anyhow = "1.0.71" +anyhow = "1.0.72" flate2 = "1.0.26" scale-codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false } scale-info = { version = "2.9.0", default-features = false }