@@ -20,7 +20,7 @@ cert-manager = "0.0.11" # https://github.com/gyuho/cert-manager
20
20
chrono = " 0.4.26"
21
21
cmp-manager = " 0.0.1"
22
22
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
24
24
hex = " 0.4.3"
25
25
hmac = " 0.12.1"
26
26
hyper = { version = " 0.14.26" }
@@ -40,7 +40,7 @@ serde_yaml = "0.9.25" # https://github.com/dtolnay/serde-yaml/releases
40
40
sha2 = " 0.10.6"
41
41
sha3 = " 0.10.8" # https://github.com/RustCrypto/hashes
42
42
spki = " 0.7.2" # https://github.com/RustCrypto/formats/tree/master/spki
43
- strum = " 0.24.1 "
43
+ strum = " 0.25.0 "
44
44
thiserror = " 1.0.47"
45
45
url = " 2.4.0" # for "codec::serde::ip_port", "utils"
46
46
zerocopy = { version = " 0.7.11" , features = [" derive" ] }
@@ -68,9 +68,9 @@ tokio = { version = "1.32.0", features = ["full"], optional = true } # https://g
68
68
rlp = { version = " 0.5.2" , default-features = false , features = [" std" ], optional = true }
69
69
70
70
# [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
74
74
75
75
# [OPTIONAL] for "subnet"
76
76
futures = { version = " 0.3.28" , optional = true }
0 commit comments