cargo update

Bites the bullet on ethers 2.0.9 (now 2.0.10).
This commit is contained in:
Luke Parker
2023-09-12 07:47:03 -04:00
parent 9ab43407e1
commit 1e6655408e
2 changed files with 535 additions and 556 deletions

1089
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -31,7 +31,7 @@ eyre = "0.6"
ethers = { version = "2", default-features = false, features = ["abigen", "ethers-solc"] } ethers = { version = "2", default-features = false, features = ["abigen", "ethers-solc"] }
[build-dependencies] [build-dependencies]
ethers-solc = "2" ethers-solc = { version = "2", default-features = false }
[dev-dependencies] [dev-dependencies]
tokio = { version = "1", features = ["macros"] } tokio = { version = "1", features = ["macros"] }