Skip to content

Commit

Permalink
Bump ethers, run cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
GCdePaula committed Aug 1, 2022
1 parent f4c5ec8 commit a519da5
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 53 deletions.
105 changes: 53 additions & 52 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 state-fold-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = ["cartesi"]

[dependencies]
serde = "1"
ethers = { version = "0.15", optional = true, features = ["ws", "abigen", "rustls"] }
ethers = { version = "0.17", optional = true, features = ["ws", "abigen", "rustls"] }
ethabi = { version = "17" }
serde_json = "1"
toml = "0.5.8"
Expand Down

0 comments on commit a519da5

Please sign in to comment.