Skip to content

Commit

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

Updates the requirements on [ethers-signers](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-signers-v2.0.11...ethers-signers-v2.0.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 15, 2024
1 parent 0207de4 commit 77dfb10
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 @@ -73,7 +73,7 @@ rlp = { version = "0.5.2", default-features = false, features = ["std"], optiona
# [OPTIONAL] for "wallet_evm"
ethers = { version = "=2.0.11", 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.11", optional = true } # https://github.com/gakonst/ethers-rs/releases
ethers-signers = { version = "=2.0.13", optional = true } # https://github.com/gakonst/ethers-rs/releases

# [OPTIONAL] for "subnet"
futures = { version = "0.3.28", optional = true }
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 @@ -19,7 +19,7 @@ dialoguer = "0.11.0"
env_logger = "0.11.1"
ethers = { version = "=2.0.11" } # 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
ethers-signers = { version = "=2.0.13" } # 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
prometheus-manager = "0.0.30"
Expand Down

0 comments on commit 77dfb10

Please sign in to comment.