Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

Commit fb848e4

Browse files
Update ethers-core requirement from =2.0.6 to =2.0.8
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.6...ethers-core-v2.0.8) --- updated-dependencies: - dependency-name: ethers-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8ab93c9 commit fb848e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cert-manager = "0.0.10" # https://github.com/gyuho/cert-manager
2020
chrono = "0.4.24"
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.8", 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"}

0 commit comments

Comments
 (0)