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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and anweiss committed Apr 3, 2024
1 parent 83ce7e3 commit 992a7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ chrono = { version = "0.4.19", optional = true }
clap = { version = "3.2.23", optional = true, features = ["derive"] }
codespan-reporting = "0.11.1"
hexf-parse = "0.2.1"
itertools = "0.11.0"
itertools = "0.12.0"
lexical-core = "0.8.3"
regex = { version = "1.5.4", default-features = false, features = [
"std",
Expand Down

0 comments on commit 992a7e1

Please sign in to comment.