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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent d156a34 commit 37559ac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ futures = "0.3.29"
gstreamer = "0.21.1"
humantime = "2.1.0"
indicatif = { version = "0.17.7", features = ["rayon"] }
itertools = "0.11.0"
itertools = "0.12.0"
log = { version = "0.4.20", features = ["max_level_debug", "release_max_level_warn"] }
open = "5.0.0"
parking_lot = { version = "0.12.1", features = ["serde", "deadlock_detection"] }
Expand Down

0 comments on commit 37559ac

Please sign in to comment.