Skip to content

Commit 1d86531

Browse files
build(deps): bump itertools from 0.13.0 to 0.14.0
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>
1 parent f59d722 commit 1d86531

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

Cargo.lock

+16-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ anyhow = "1.0"
1616
clap = { version = "4.5", features = ["cargo", "env"] }
1717
daemonize = "0.5"
1818
futures = "0.3"
19-
itertools = "0.13.0"
19+
itertools = "0.14.0"
2020
k8s-openapi = { version = "0.24.0", default-features = false, features = [
2121
"v1_30",
2222
] }

0 commit comments

Comments
 (0)