Skip to content

Commit b8e2b4c

Browse files
build(deps): bump itertools from 0.12.1 to 0.13.0
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.12.1 to 0.13.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.12.1...v0.13.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 c03b639 commit b8e2b4c

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

Cargo.lock

+15-6
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
@@ -15,7 +15,7 @@ anyhow = "1.0"
1515
clap = { version = "4.5", features = ["cargo", "env"] }
1616
daemonize = "0.5"
1717
futures = "0.3"
18-
itertools = "0.12.1"
18+
itertools = "0.13.0"
1919
k8s-openapi = { version = "0.21.1", default-features = false, features = [
2020
"v1_29",
2121
] }

0 commit comments

Comments
 (0)