From 44f9aa96ea25bbe4f408b9b0e2ba2add66e8b40e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 07:46:05 +0000 Subject: [PATCH] chore(deps): bump rstest from 0.19.0 to 0.21.0 Bumps [rstest](https://github.com/la10736/rstest) from 0.19.0 to 0.21.0. - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](https://github.com/la10736/rstest/compare/v0.19.0...v0.21.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 9 +++++---- crates/precompile/Cargo.toml | 2 +- crates/revm/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d4d59295..3cbfe832 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3514,9 +3514,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", @@ -3526,12 +3526,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 158f4c94..a7e74ded 100644 --- a/crates/precompile/Cargo.toml +++ b/crates/precompile/Cargo.toml @@ -57,7 +57,7 @@ blst = { version = "0.3.11", optional = true } 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 aaddcb58..8717dd9a 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",