Skip to content

Commit 109d709

Browse files
committed
Allow itertools 0.12
0.12 didn't change the syntax of any APIs in-use.
1 parent 907e9f6 commit 109d709

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 = ["pulldown-cmark", "pulldown-cmark-to-cmark"]
2323
[dependencies]
2424
bytes = { version = "1", default-features = false }
2525
heck = "0.4"
26-
itertools = { version = ">=0.10, <0.12", default-features = false, features = ["use_alloc"] }
26+
itertools = { version = ">=0.10, <0.13", default-features = false, features = ["use_alloc"] }
2727
log = "0.4"
2828
multimap = { version = "0.8", 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
@@ -19,7 +19,7 @@ proc_macro = true
1919

2020
[dependencies]
2121
anyhow = "1.0.1"
22-
itertools = { version = ">=0.10, <0.12", default-features = false, features = ["use_alloc"] }
22+
itertools = { version = ">=0.10, <0.13", default-features = false, features = ["use_alloc"] }
2323
proc-macro2 = "1"
2424
quote = "1"
2525
syn = { version = "2", features = [ "extra-traits" ] }

0 commit comments

Comments
 (0)