diff --git a/Cargo.lock b/Cargo.lock index 2c2fb89b11..7650a5a46f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1888,9 +1888,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.18.0" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" +checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "oorandom" diff --git a/crates/precompile/Cargo.toml b/crates/precompile/Cargo.toml index 88a2aad9f0..fef719e402 100644 --- a/crates/precompile/Cargo.toml +++ b/crates/precompile/Cargo.toml @@ -15,7 +15,7 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] revm-primitives = { path = "../primitives", version = "1.3.0", default-features = false } bn = { package = "substrate-bn", version = "0.6", default-features = false } -once_cell = { version = "1.17", default-features = false, features = ["alloc"] } +once_cell = { version = "1.19", default-features = false, features = ["alloc"] } ripemd = { version = "0.1", default-features = false } sha2 = { version = "0.10", default-features = false } # modexp precompile diff --git a/crates/primitives/Cargo.toml b/crates/primitives/Cargo.toml index 02fd54929c..29c089db18 100644 --- a/crates/primitives/Cargo.toml +++ b/crates/primitives/Cargo.toml @@ -28,7 +28,7 @@ bitflags = { version = "2.4.1", default-features = false } # For setting the CfgEnv KZGSettings. Enabled by c-kzg flag. c-kzg = { version = "0.4.0", default-features = false, optional = true } -once_cell = { version = "1.18", default-features = false, optional = true } +once_cell = { version = "1.19", default-features = false, optional = true } # utility enumn = "0.1"