Skip to content

Commit

Permalink
build(deps): Update ethers-core requirement from =2.0.11 to =2.0.13 (#…
Browse files Browse the repository at this point in the history
…140)

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](gakonst/ethers-rs@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent ddbc778 commit d5e5a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/avalanche-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
2 changes: 1 addition & 1 deletion tests/avalanche-e2e/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5e5a49

Please sign in to comment.