Skip to content

Commit

Permalink
Update remaining deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vorot93 committed Dec 11, 2020
1 parent 00418b0 commit 69285cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ethabi = { version = "12.0.0", path = "../ethabi" }
hex = "0.4"
sha3 = "0.9"
structopt = "0.3"
itertools = "0.8"
itertools = "0.9"

[[bin]]
name = "ethabi"
Expand Down
2 changes: 1 addition & 1 deletion ethabi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ uint = "0.8.2"

[dev-dependencies]
hex-literal = "0.3"
paste = "0.1.6"
paste = "1"

0 comments on commit 69285cf

Please sign in to comment.