Skip to content

Commit 00a025a

Browse files
build(deps): update itertools requirement from >=0.10, <=0.12 to >=0.10, <=0.14
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]>
1 parent eec717b commit 00a025a

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
@@ -23,7 +23,7 @@ cleanup-markdown = ["dep:pulldown-cmark", "dep:pulldown-cmark-to-cmark"]
2323
[dependencies]
2424
bytes = { version = "1", default-features = false }
2525
heck = { version = ">=0.4, <=0.5" }
26-
itertools = { version = ">=0.10, <=0.12", default-features = false, features = ["use_alloc"] }
26+
itertools = { version = ">=0.10, <=0.14", default-features = false, features = ["use_alloc"] }
2727
log = "0.4.4"
2828
multimap = { version = ">=0.8, <=0.10", default-features = false }
2929
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
@@ -20,7 +20,7 @@ proc_macro = true
2020

2121
[dependencies]
2222
anyhow = "1.0.1"
23-
itertools = ">=0.10.1, <=0.12"
23+
itertools = ">=0.10.1, <=0.14"
2424
proc-macro2 = "1.0.60"
2525
quote = "1"
2626
syn = { version = "2", features = ["extra-traits"] }

0 commit comments

Comments
 (0)