Skip to content

Commit 4c5b1ee

Browse files
Update itertools requirement from 0.13.0 to 0.14.0
Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e862a39 commit 4c5b1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code-generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ publish = false
1111
[dependencies]
1212
glob = { version = "0.3.2" }
1313
handlebars = { version = "6.3.0" }
14-
itertools = { version = "0.13.0" }
14+
itertools = { version = "0.14.0" }
1515
k8s-openapi = { version = "~0", features = ["latest"] }
1616
reqwest = { version = "0.12.12", default-features = false, features = ["blocking", "rustls-tls"] }
1717
serde = { version = "1.0.217", features = ["derive"] }

0 commit comments

Comments
 (0)