Skip to content

Commit

Permalink
Update itertools requirement from 0.11.0 to 0.12.0
Browse files Browse the repository at this point in the history
Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2023
1 parent 4223e38 commit 5cc5cab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion accumulators/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = 'noah_accumulators'
crate-type = ['rlib']

[dependencies]
itertools = '0.11.0'
itertools = '0.12.0'
ruc = '1.0'
parking_lot = '0.12'

Expand Down
2 changes: 1 addition & 1 deletion algebra/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ crate-type = ['rlib']
[dependencies]
base64 = "0.21"
digest = '0.10'
itertools = '0.11.0'
itertools = '0.12.0'
serde = '1.0'
serde_derive = '1.0'
rayon = { version = "1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ harness = false
aes = '0.8.1'
ctr = '0.9.1'
digest = '0.10'
itertools = '0.11.0'
itertools = '0.12.0'
merlin = '3.0'
rand_chacha = '0.3'
serde = '1.0'
Expand Down

0 comments on commit 5cc5cab

Please sign in to comment.