diff --git a/Cargo.lock b/Cargo.lock index 996fc01c..f6f4378f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2811,9 +2811,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.7" +version = "0.10.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" +checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" dependencies = [ "cfg-if", "cpufeatures", diff --git a/crates/precompile/Cargo.toml b/crates/precompile/Cargo.toml index 9135f132..26a6e9d9 100644 --- a/crates/precompile/Cargo.toml +++ b/crates/precompile/Cargo.toml @@ -22,7 +22,7 @@ secp256k1 = { version = "0.27.0", default-features = false, features = [ "alloc", "recovery", ], optional = true } -sha2 = { version = "0.10.5", default-features = false } +sha2 = { version = "0.10.8", default-features = false } sha3 = { version = "0.10.7", default-features = false } c-kzg = { git = "https://github.com/ethereum/c-kzg-4844", default-features = false, optional = true }