From 0051470d6c0298eef6687cd1807130d69281792f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 12:52:07 +0000 Subject: [PATCH] Update ethers requirement from =2.0.7 to =2.0.8 Updates the requirements on [ethers](https://github.com/gakonst/ethers-rs) to permit the latest version. - [Release notes](https://github.com/gakonst/ethers-rs/releases) - [Changelog](https://github.com/gakonst/ethers-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/gakonst/ethers-rs/compare/ethers-v2.0.7...ethers-v2.0.7) --- updated-dependencies: - dependency-name: ethers dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 65a196e..83f7be8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ tokio = { version = "1.29.1", features = ["full"], optional = true } # https://g rlp = { version = "0.5.2", default-features = false, features = ["std"], optional = true } # [OPTIONAL] for "wallet_evm" -ethers = { version = "=2.0.7", features = ["eip712"], optional = true } # https://github.com/gakonst/ethers-rs/releases +ethers = { version = "=2.0.8", features = ["eip712"], optional = true } # https://github.com/gakonst/ethers-rs/releases ethers-providers = { version = "=2.0.7", optional = true } # https://github.com/gakonst/ethers-rs/releases ethers-signers = { version = "=2.0.7", optional = true } # https://github.com/gakonst/ethers-rs/releases