diff --git a/Cargo.lock b/Cargo.lock index f58a1a4230..cf4fcfe0be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2495,9 +2495,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.19.0" +version = "1.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" +checksum = "33ea5043e58958ee56f3e15a90aee535795cd7dfd319846288d93c5b57d85cbe" [[package]] name = "oorandom" diff --git a/crates/precompile/Cargo.toml b/crates/precompile/Cargo.toml index 04cb1104eb..b29bac7aeb 100644 --- a/crates/precompile/Cargo.toml +++ b/crates/precompile/Cargo.toml @@ -23,7 +23,7 @@ all = "warn" [dependencies] revm-primitives = { path = "../primitives", version = "9.0.1", default-features = false } -once_cell = { version = "1.19", default-features = false, features = ["alloc"] } +once_cell = { version = "1.20", default-features = false, features = ["alloc"] } # ecRecover k256 = { version = "0.13.3", default-features = false, features = ["ecdsa"] }