diff --git a/Cargo.lock b/Cargo.lock index 8250353bfa..728583afad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3134,9 +3134,9 @@ dependencies = [ [[package]] name = "rstest" -version = "0.19.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d5316d2a1479eeef1ea21e7f9ddc67c191d497abc8fc3ba2467857abbb68330" +checksum = "9afd55a67069d6e434a95161415f5beeada95a01c7b815508a82dcb0e1593682" dependencies = [ "futures", "futures-timer", @@ -3146,12 +3146,13 @@ dependencies = [ [[package]] name = "rstest_macros" -version = "0.19.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04a9df72cc1f67020b0d63ad9bfe4a323e459ea7eb68e03bd9824db49f9a4c25" +checksum = "4165dfae59a39dd41d8dec720d3cbfbc71f69744efb480a3920f5d4e0cc6798d" dependencies = [ "cfg-if", "glob", + "proc-macro-crate", "proc-macro2", "quote", "regex", diff --git a/crates/precompile/Cargo.toml b/crates/precompile/Cargo.toml index 08abf55bb6..9875be86fd 100644 --- a/crates/precompile/Cargo.toml +++ b/crates/precompile/Cargo.toml @@ -51,7 +51,7 @@ p256 = { version = "0.13.2", optional = true, default-features = false, feature criterion = { version = "0.5" } rand = { version = "0.8", features = ["std"] } eyre = "0.6.12" -rstest = "0.19.0" +rstest = "0.21.0" serde = "1.0" serde_json = "1.0" serde_derive = "1.0" diff --git a/crates/revm/Cargo.toml b/crates/revm/Cargo.toml index 1a93a83d19..a3c6250bf3 100644 --- a/crates/revm/Cargo.toml +++ b/crates/revm/Cargo.toml @@ -62,7 +62,7 @@ anyhow = "1.0.83" criterion = "0.5" indicatif = "0.17" reqwest = { version = "0.12" } -rstest = "0.19.0" +rstest = "0.21.0" alloy-provider = { git = "https://github.com/alloy-rs/alloy.git", rev = "44b8a6d", default-features = false, features = [ "reqwest",