Skip to content

Commit

Permalink
chore(deps): update itertools requirement from 0.10 to 0.11 (#98)
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.11.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>
Co-authored-by: Raphael Taylor-Davies <[email protected]>
  • Loading branch information
dependabot[bot] and tustvold authored Sep 17, 2023
1 parent 2889fe4 commit 1adce94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pbjson-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository = "https://github.com/influxdata/pbjson"
heck = "0.4"
prost = "0.12"
prost-types = "0.12"
itertools = "0.10"
itertools = "0.11"

[dev-dependencies]
tempfile = "3.1"

0 comments on commit 1adce94

Please sign in to comment.