Skip to content

Commit 7790799

Browse files
build(deps): update itertools requirement from >=0.10, <=0.12 to >=0.10, <=0.14 (#1070)
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>
1 parent 4a0cc17 commit 7790799

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

prost-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cleanup-markdown = ["dep:pulldown-cmark", "dep:pulldown-cmark-to-cmark"]
1717
[dependencies]
1818
bytes = { version = "1", default-features = false }
1919
heck = { version = ">=0.4, <=0.5" }
20-
itertools = { version = ">=0.10, <=0.12", default-features = false, features = ["use_alloc"] }
20+
itertools = { version = ">=0.10, <=0.13", default-features = false, features = ["use_alloc"] }
2121
log = "0.4.4"
2222
multimap = { version = ">=0.8, <=0.10", default-features = false }
2323
petgraph = { version = "0.6", default-features = false }

prost-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ proc_macro = true
1414

1515
[dependencies]
1616
anyhow = "1.0.1"
17-
itertools = ">=0.10.1, <=0.12"
17+
itertools = ">=0.10.1, <=0.13"
1818
proc-macro2 = "1.0.60"
1919
quote = "1"
2020
syn = { version = "2", features = ["extra-traits"] }

0 commit comments

Comments
 (0)