From 3b176981567d31635ffa655c99e8e6ef2b21aa5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 19:31:42 +0000 Subject: [PATCH] build(deps): Update ethers-core requirement from =2.0.11 to =2.0.13 Updates the requirements on [ethers-core](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-core-v2.0.11...ethers-core-v2.0.13) --- updated-dependencies: - dependency-name: ethers-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/avalanche-types/Cargo.toml | 2 +- tests/avalanche-e2e/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/avalanche-types/Cargo.toml b/crates/avalanche-types/Cargo.toml index 0e15177c..7d457f57 100644 --- a/crates/avalanche-types/Cargo.toml +++ b/crates/avalanche-types/Cargo.toml @@ -23,7 +23,7 @@ cert-manager = "0.0.11" # https://github.com/gyuho/cert-manager chrono = "0.4.26" cmp-manager = "0.0.1" ecdsa = { version = "0.16.7", features = ["rfc6979", "verifying"] } # https://github.com/RustCrypto/elliptic-curves/tree/master/k256 -ethers-core = { version = "=2.0.11", features = ["eip712"] } # https://github.com/gakonst/ethers-rs/releases +ethers-core = { version = "=2.0.13", features = ["eip712"] } # https://github.com/gakonst/ethers-rs/releases hex = "0.4.3" hmac = "0.12.1" hyper = { version = "0.14.26"} diff --git a/tests/avalanche-e2e/Cargo.toml b/tests/avalanche-e2e/Cargo.toml index 337b919d..bb815b5a 100644 --- a/tests/avalanche-e2e/Cargo.toml +++ b/tests/avalanche-e2e/Cargo.toml @@ -18,7 +18,7 @@ crossterm = "0.27.0" dialoguer = "0.11.0" env_logger = "0.10.0" ethers = { version = "=2.0.11" } # https://github.com/gakonst/ethers-rs/releases -ethers-core = { version = "=2.0.11", features = ["eip712"] } # https://github.com/gakonst/ethers-rs/releases +ethers-core = { version = "=2.0.13", features = ["eip712"] } # https://github.com/gakonst/ethers-rs/releases ethers-signers = { version = "=2.0.11" } # https://github.com/gakonst/ethers-rs/releases log = "0.4.20" primitive-types = { version = "0.12.1", features = ["impl-serde"] } # https://crates.io/crates/primitive-types