Skip to content

Commit

Permalink
build(deps): update itertools requirement from 0.13 to 0.14
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored and jvanz committed Dec 31, 2024
1 parent 1ba8d46 commit 619dfdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ chrono = { version = "0.4.38", default-features = false }
dns-lookup = "2.0"
futures = "0.3"
email_address = { version = "0.2.4", features = ["serde"] }
itertools = "0.13"
itertools = "0.14"
json-patch = "3.0"
k8s-openapi = { version = "0.24.0", default-features = false }
kube = { version = "0.98.0", default-features = false, features = [
Expand Down
2 changes: 1 addition & 1 deletion crates/burrego/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ chrono = { version = "0.4.38", default-features = false, features = ["clock"] }
chrono-tz = "0.10.0"
gtmpl = "0.7.1"
gtmpl_value = "0.5.1"
itertools = "0.13.0"
itertools = "0.14.0"
json-patch = "3.0.1"
lazy_static = "1.4.0"
regex = "1.5.6"
Expand Down

0 comments on commit 619dfdc

Please sign in to comment.