diff --git a/Cargo.lock b/Cargo.lock index 423ca8ad9..6588dafbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4795,11 +4795,11 @@ dependencies = [ [[package]] name = "lazy_static" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" +checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" dependencies = [ - "spin 0.5.2", + "spin 0.9.8", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 30ed41c0f..69ace7bf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,7 +101,7 @@ jsonrpsee = { version = "0.20.1", features = ["jsonrpsee-types"] } schemars = { version = "0.8.16", features = ["derive"] } tempfile = "3.8" tokio = { version = "1", features = ["full"] } -lazy_static = "1.4.0" +lazy_static = "1.5.0" num_cpus = "1.0" risc0-zkvm = { version = "0.19", default-features = false } risc0-zkvm-platform = { version = "0.19" } diff --git a/module-system/module-implementations/sov-evm/Cargo.toml b/module-system/module-implementations/sov-evm/Cargo.toml index d3e69aba5..0a5d6bb26 100644 --- a/module-system/module-implementations/sov-evm/Cargo.toml +++ b/module-system/module-implementations/sov-evm/Cargo.toml @@ -32,7 +32,7 @@ jsonrpsee = { workspace = true, features = [ ], optional = true } tracing = { workspace = true } derive_more = { workspace = true, default-features = true } -lazy_static = "1.4.0" +lazy_static = "1.5.0" ethereum-types = { workspace = true }