Skip to content

Commit

Permalink
chore(deps): Bump itertools from 0.13.0 to 0.14.0 (#22176)
Browse files Browse the repository at this point in the history
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.13.0 to 0.14.0.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent 3e213db commit eba81f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 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 @@ -331,7 +331,7 @@ indexmap.workspace = true
indoc = { version = "2.0.5", default-features = false }
inventory = { version = "0.3.15", default-features = false }
ipnet = { version = "2", default-features = false, optional = true, features = ["serde", "std"] }
itertools = { version = "0.13.0", default-features = false, optional = false, features = ["use_alloc"] }
itertools = { version = "0.14.0", default-features = false, optional = false, features = ["use_alloc"] }
k8s-openapi = { version = "0.22.0", default-features = false, features = ["v1_26"], optional = true }
kube = { version = "0.93.0", default-features = false, features = ["client", "openssl-tls", "runtime"], optional = true }
listenfd = { version = "1.0.1", default-features = false, optional = true }
Expand Down Expand Up @@ -407,7 +407,7 @@ azure_storage_blobs = { version = "0.17", default-features = false, features = [
azure_storage = { version = "0.17", default-features = false }
base64 = "0.22.1"
criterion = { version = "0.5.1", features = ["html_reports", "async_tokio"] }
itertools = { version = "0.13.0", default-features = false, features = ["use_alloc"] }
itertools = { version = "0.14.0", default-features = false, features = ["use_alloc"] }
libc = "0.2.167"
similar-asserts = "1.6.0"
proptest.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion vdev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ glob.workspace = true
hex = "0.4.3"
indexmap.workspace = true
indicatif = { version = "0.17.9", features = ["improved_unicode"] }
itertools = "0.13.0"
itertools = "0.14.0"
log = "0.4.22"
# watch https://github.com/epage/anstyle for official interop with Clap
owo-colors = { version = "4.1.0", features = ["supports-colors"] }
Expand Down

0 comments on commit eba81f4

Please sign in to comment.