Skip to content

Commit abfad24

Browse files
Update ethers-* dependencies (#103)
1 parent 557b7ba commit abfad24

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

crates/avalanche-types/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cert-manager = "0.0.11" # https://github.com/gyuho/cert-manager
2020
chrono = "0.4.26"
2121
cmp-manager = "0.0.1"
2222
ecdsa = { version = "0.16.7", features = ["rfc6979", "verifying"] } # https://github.com/RustCrypto/elliptic-curves/tree/master/k256
23-
ethers-core = { version = "=2.0.7", features = ["eip712"] } # https://github.com/gakonst/ethers-rs/releases
23+
ethers-core = { version = "=2.0.11", features = ["eip712"] } # https://github.com/gakonst/ethers-rs/releases
2424
hex = "0.4.3"
2525
hmac = "0.12.1"
2626
hyper = { version = "0.14.26"}
@@ -40,7 +40,7 @@ serde_yaml = "0.9.25" # https://github.com/dtolnay/serde-yaml/releases
4040
sha2 = "0.10.6"
4141
sha3 = "0.10.8" # https://github.com/RustCrypto/hashes
4242
spki = "0.7.2" # https://github.com/RustCrypto/formats/tree/master/spki
43-
strum = "0.24.1"
43+
strum = "0.25.0"
4444
thiserror = "1.0.47"
4545
url = "2.4.0" # for "codec::serde::ip_port", "utils"
4646
zerocopy = { version = "0.7.11", features = ["derive"] }
@@ -68,9 +68,9 @@ tokio = { version = "1.32.0", features = ["full"], optional = true } # https://g
6868
rlp = { version = "0.5.2", default-features = false, features = ["std"], optional = true }
6969

7070
# [OPTIONAL] for "wallet_evm"
71-
ethers = { version = "=2.0.7", features = ["eip712"], optional = true } # https://github.com/gakonst/ethers-rs/releases
72-
ethers-providers = { version = "=2.0.7", optional = true } # https://github.com/gakonst/ethers-rs/releases
73-
ethers-signers = { version = "=2.0.7", optional = true } # https://github.com/gakonst/ethers-rs/releases
71+
ethers = { version = "=2.0.11", features = ["eip712"], optional = true } # https://github.com/gakonst/ethers-rs/releases
72+
ethers-providers = { version = "=2.0.11", optional = true } # https://github.com/gakonst/ethers-rs/releases
73+
ethers-signers = { version = "=2.0.11", optional = true } # https://github.com/gakonst/ethers-rs/releases
7474

7575
# [OPTIONAL] for "subnet"
7676
futures = { version = "0.3.28", optional = true }

tests/avalanche-e2e/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ clap = { version = "4.3.19", features = ["cargo", "derive"] } # https://github.c
1717
crossterm = "0.27.0"
1818
dialoguer = "0.11.0"
1919
env_logger = "0.10.0"
20-
ethers = { version = "=2.0.7" } # https://github.com/gakonst/ethers-rs/releases
21-
ethers-core = { version = "=2.0.7", features = ["eip712"] } # https://github.com/gakonst/ethers-rs/releases
22-
ethers-signers = { version = "=2.0.7" } # https://github.com/gakonst/ethers-rs/releases
20+
ethers = { version = "=2.0.11" } # https://github.com/gakonst/ethers-rs/releases
21+
ethers-core = { version = "=2.0.11", features = ["eip712"] } # https://github.com/gakonst/ethers-rs/releases
22+
ethers-signers = { version = "=2.0.11" } # https://github.com/gakonst/ethers-rs/releases
2323
log = "0.4.20"
2424
primitive-types = { version = "0.12.1", features = ["impl-serde"] } # https://crates.io/crates/primitive-types
2525
prometheus-manager = "0.0.30"

0 commit comments

Comments
 (0)