Skip to content

Commit

Permalink
build(deps): Update ethers requirement from =2.0.11 to =2.0.13
Browse files Browse the repository at this point in the history
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](gakonst/ethers-rs@ethers-v2.0.11...ethers-v2.0.11)

---
updated-dependencies:
- dependency-name: ethers
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and richardpringle committed Mar 1, 2024
1 parent 58f3ed6 commit b9f9bad
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 @@ -71,7 +71,7 @@ tokio = { version = "1.32.0", 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.11", features = ["eip712"], optional = true } # https://github.com/gakonst/ethers-rs/releases
ethers = { version = "=2.0.13", features = ["eip712"], optional = true } # https://github.com/gakonst/ethers-rs/releases
ethers-providers = { version = "=2.0.13", optional = true } # https://github.com/gakonst/ethers-rs/releases
ethers-signers = { version = "=2.0.13", optional = true } # https://github.com/gakonst/ethers-rs/releases

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 @@ -17,7 +17,7 @@ clap = { version = "4.3.19", features = ["cargo", "derive"] } # https://github.c
crossterm = "0.27.0"
dialoguer = "0.11.0"
env_logger = "0.11.1"
ethers = { version = "=2.0.11" } # https://github.com/gakonst/ethers-rs/releases
ethers = { version = "=2.0.13" } # 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.13" } # https://github.com/gakonst/ethers-rs/releases
log = "0.4.20"
Expand Down

0 comments on commit b9f9bad

Please sign in to comment.