From 2c456788dd4ba904996af37c783814b7722b5e6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 13:20:42 +0000 Subject: [PATCH] Bump lazy_static from 1.4.0 to 1.5.0 Bumps [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases) - [Commits](https://github.com/rust-lang-nursery/lazy-static.rs/compare/1.4.0...1.5.0) --- updated-dependencies: - dependency-name: lazy_static dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- module-system/module-implementations/sov-evm/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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 }