Skip to content

Commit

Permalink
Merge pull request #1510 from EspressoSystems/dependabot/cargo/iterto…
Browse files Browse the repository at this point in the history
…ols-0.11.0

chore(deps): bump itertools from 0.10.5 to 0.11.0
  • Loading branch information
DieracDelta authored Aug 8, 2023
2 parents 6549a3f + 70ab752 commit c2da498
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ hotshot-types = { path = "./types", version = "0.1.0", default-features = false
hotshot-utils = { path = "./utils" }
hotshot-task = { path = "./task", version = "0.1.0", default-features = false }
hotshot-task-impls = { path = "./task-impls", version = "0.1.0", default-features = false }
itertools = "0.10"
itertools = "0.11"
hotshot-primitives = { git = "https://github.com/EspressoSystems/hotshot-primitives", branch = 'hotshot-compat'} # rev = "4aee90c" for 'hotshot-compat'
jf-primitives = { git = "https://github.com/EspressoSystems/jellyfish", branch = 'hotshot-compat'} # rev = "470a833" for branch = 'hotshot-compat'
libp2p-swarm-derive = { version = "=0.33.0" }
Expand Down

0 comments on commit c2da498

Please sign in to comment.