diff --git a/prost-build/Cargo.toml b/prost-build/Cargo.toml index f439f4fc1..e2d950bba 100644 --- a/prost-build/Cargo.toml +++ b/prost-build/Cargo.toml @@ -23,7 +23,7 @@ cleanup-markdown = ["pulldown-cmark", "pulldown-cmark-to-cmark"] [dependencies] bytes = { version = "1", default-features = false } heck = "0.4" -itertools = { version = ">=0.10, <0.12", default-features = false, features = ["use_alloc"] } +itertools = { version = ">=0.10, <0.13", default-features = false, features = ["use_alloc"] } log = "0.4" multimap = { version = "0.8", default-features = false } petgraph = { version = "0.6", default-features = false } diff --git a/prost-derive/Cargo.toml b/prost-derive/Cargo.toml index 45d5cb464..00fac863f 100644 --- a/prost-derive/Cargo.toml +++ b/prost-derive/Cargo.toml @@ -19,7 +19,7 @@ proc_macro = true [dependencies] anyhow = "1.0.1" -itertools = { version = ">=0.10, <0.12", default-features = false, features = ["use_alloc"] } +itertools = { version = ">=0.10, <0.13", default-features = false, features = ["use_alloc"] } proc-macro2 = "1" quote = "1" syn = { version = "2", features = [ "extra-traits" ] }