Skip to content

Commit

Permalink
Bump itertools from 0.11.0 to 0.12.0
Browse files Browse the repository at this point in the history
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.11.0 to 0.12.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent a9d6755 commit 9dcadd2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ console = "0.15.7"
ctrlc = "3.4.0"
url = "2.4.0"
cli-table = "0.4.7"
itertools = "0.11.0"
itertools = "0.12.0"
cluFlock = "1.2.7"
chrono = { version = "0.4.26", features = ["serde"] }
human-panic = "1.1.5"
Expand Down Expand Up @@ -73,7 +73,7 @@ nix = "0.27.1"

[build-dependencies]
anyhow = "1.0.72"
itertools = "0.11.0"
itertools = "0.12.0"
serde = { version = "1.0.175", features = ["derive"] }
serde_json = "1.0.103"
semver = "1.0.18"
Expand Down

0 comments on commit 9dcadd2

Please sign in to comment.