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

Update ethers-core requirement from =2.0.6 to =2.0.8 #100

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cert-manager = "0.0.10" # https://github.com/gyuho/cert-manager
chrono = "0.4.24"
cmp-manager = "0.0.1"
ecdsa = { version = "0.16.7", features = ["rfc6979", "verifying"] } # https://github.com/RustCrypto/elliptic-curves/tree/master/k256
ethers-core = { version = "=2.0.7", features = ["eip712"] } # https://github.com/gakonst/ethers-rs/releases
ethers-core = { version = "=2.0.8", features = ["eip712"] } # https://github.com/gakonst/ethers-rs/releases
hex = "0.4.3"
hmac = "0.12.1"
hyper = { version = "0.14.26"}
Expand Down