Skip to content

Commit a65997a

Browse files
Bump itertools from 0.11.0 to 0.12.0 in /quickwit (#4146)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d288ce4 commit a65997a

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

quickwit/Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

quickwit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ hyper = { version = "0.14", features = [
9393
hyper-rustls = "0.24"
9494
indexmap = { version = "2.1.0", features = ["serde"] }
9595
indicatif = "0.17.3"
96-
itertools = "0.11"
96+
itertools = "0.12"
9797
json_comments = "0.2"
9898
libz-sys = "1.1.8"
9999
lru = "0.12"

0 commit comments

Comments
 (0)