Skip to content

Commit

Permalink
Update prost, itertools (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlepoint authored Nov 24, 2023
1 parent fbf7a71 commit d00b219
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 14 deletions.
31 changes: 20 additions & 11 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ criterion = "0.5.1"
doc-comment = "0.3.3"
ethnum = "1.5.0"
indicatif = "0.17.7"
itertools = "0.11.0"
itertools = "0.12.0"
ndarray = "0.15.6"
num-bigint = "0.4.4"
num-bigint-dig = "0.8.4"
num-traits = "0.2.17"
proptest = "1.4.0"
prost = "0.12.2"
prost-build = "0.12.1"
prost = "0.12.3"
prost-build = "0.12.3"
rand = "0.8.5"
rand_chacha = "0.3.1"
sha2 = "0.10.8"
Expand Down

0 comments on commit d00b219

Please sign in to comment.