Skip to content

Commit

Permalink
📦 deps: bump ethers to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-Becker committed Mar 7, 2023
1 parent 52c8427 commit d2feb1c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ clap-verbosity-flag = "1.0.0"
indicatif = "0.17.0"
tokio = { version = "1", features = ["full"] }
clap = { version = "3.1.18", features = ["derive"] }
ethers = { version = "=1.0.2" }
ethers = { version = "=2.0.0" }
reqwest = { version = "0.11.11", features = ["blocking"] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion heimdall/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ colored = "2"
clap = { version = "3.1.18", features = ["derive"] }
clap-verbosity-flag = "1.0.0"
heimdall-cache = { path = "./../cache" }
ethers = { version = "=1.0.2" }
ethers = { version = "=2.0.0" }
heimdall-common = { path = "./../common" }
heimdall-config = { path = "./../config" }
tokio = { version = "1", features = ["full"] }
Expand Down

0 comments on commit d2feb1c

Please sign in to comment.