Skip to content

Commit

Permalink
Update itertools requirement from 0.10 to 0.13 (#320)
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.10.0...v0.13.0)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 6, 2024
1 parent 76a537e commit 82f7da5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dashmap = "5"
futures = "0.3.1"
hex = "0.4"
ironcore-search-helpers = { version = "0.2", optional = true }
itertools = "0.10"
itertools = "0.13"
jsonwebtoken = "9"
lazy_static = "1.4"
log = "0.4"
Expand Down Expand Up @@ -62,7 +62,7 @@ tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
uuid = { version = "1.0", features = ["v4"], default-features = false }

[build-dependencies]
itertools = "0.10"
itertools = "0.13"
protobuf-codegen = "3.0"

[features]
Expand Down

0 comments on commit 82f7da5

Please sign in to comment.