diff --git a/Cargo.lock b/Cargo.lock index 13079d3a69..0d060669b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3199,9 +3199,9 @@ dependencies = [ [[package]] name = "rstest" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9afd55a67069d6e434a95161415f5beeada95a01c7b815508a82dcb0e1593682" +checksum = "7b423f0e62bdd61734b67cd21ff50871dfaeb9cc74f869dcd6af974fbcb19936" dependencies = [ "futures", "futures-timer", @@ -3211,9 +3211,9 @@ dependencies = [ [[package]] name = "rstest_macros" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4165dfae59a39dd41d8dec720d3cbfbc71f69744efb480a3920f5d4e0cc6798d" +checksum = "c5e1711e7d14f74b12a58411c542185ef7fb7f2e7f8ee6e2940a883628522b42" dependencies = [ "cfg-if", "glob", diff --git a/crates/precompile/Cargo.toml b/crates/precompile/Cargo.toml index 2269ad7507..54ba0b6b6e 100644 --- a/crates/precompile/Cargo.toml +++ b/crates/precompile/Cargo.toml @@ -67,7 +67,7 @@ cfg-if = { version = "1.0", default-features = false } criterion = "0.5" rand = { version = "0.8", features = ["std"] } eyre = "0.6.12" -rstest = "0.21.0" +rstest = "0.22.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 0a84087fcb..e23e5f67c6 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.21.0" +rstest = "0.22.0" alloy-provider = "0.2"