diff --git a/Cargo.lock b/Cargo.lock index 4a78e0d81..d88f8fe32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -63,7 +63,7 @@ dependencies = [ "futures-util", "hashbrown", "indoc", - "itertools 0.12.1", + "itertools 0.13.0", "log", "manyfmt", "mutants", @@ -99,7 +99,7 @@ dependencies = [ "futures-core", "futures-util", "indoc", - "itertools 0.12.1", + "itertools 0.13.0", "libm", "manyfmt", "mutants", @@ -124,7 +124,7 @@ dependencies = [ "exhaust", "futures-core", "hashbrown", - "itertools 0.12.1", + "itertools 0.13.0", "log", "macro_rules_attribute", "noise", @@ -156,7 +156,7 @@ dependencies = [ "gilrs", "gltf", "indicatif", - "itertools 0.12.1", + "itertools 0.13.0", "kira", "log", "png", @@ -193,7 +193,7 @@ dependencies = [ "gloo-timers", "half", "image 0.25.1", - "itertools 0.12.1", + "itertools 0.13.0", "log", "num-traits", "pollster", @@ -228,7 +228,7 @@ dependencies = [ "futures-channel", "futures-util", "indoc", - "itertools 0.12.1", + "itertools 0.13.0", "log", "mutants", "num-traits", @@ -252,7 +252,7 @@ dependencies = [ "futures-core", "gltf-json", "image 0.25.1", - "itertools 0.12.1", + "itertools 0.13.0", "log", "pretty_assertions", "rectangle-pack", @@ -878,7 +878,7 @@ dependencies = [ "bitflags 2.6.0", "cexpr", "clang-sys", - "itertools 0.12.1", + "itertools 0.10.5", "lazy_static", "lazycell", "proc-macro2", @@ -5961,7 +5961,7 @@ dependencies = [ "glam 0.24.2", "image 0.25.1", "imgref", - "itertools 0.12.1", + "itertools 0.13.0", "log", "mint", "rend3", diff --git a/Cargo.toml b/Cargo.toml index 98e7028a4..1c7474bae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,7 @@ hashbrown = { version = "0.14.0", default-features = false, features = ["ahash", image = { version = "0.25.1", default-features = false } imgref = "1.10.1" indoc = "2.0.1" -itertools = { version = "0.12.0", default-features = false, features = ["use_alloc"] } +itertools = { version = "0.13.0", default-features = false, features = ["use_alloc"] } libm = { version = "0.2.8" } log = { version = "0.4.17", default-features = false } macro_rules_attribute = "0.2.0"