From e8f0282f83ffd41ccb815d6ca127f02348433f11 Mon Sep 17 00:00:00 2001 From: Kevin Reid Date: Fri, 16 Aug 2024 14:15:44 -0700 Subject: [PATCH] Deps: Update `itertools` to 0.13.0. There is no longer a reason to refrain from updating, because our transitive dependencies already include it. --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- all-is-cubes-wasm/Cargo.lock | 14 +++++++------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fcb3514fd..3869c888b 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", @@ -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 16d04cb51..c0edd22ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,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" diff --git a/all-is-cubes-wasm/Cargo.lock b/all-is-cubes-wasm/Cargo.lock index dc2fd5b77..7d818db8e 100644 --- a/all-is-cubes-wasm/Cargo.lock +++ b/all-is-cubes-wasm/Cargo.lock @@ -41,7 +41,7 @@ dependencies = [ "futures-core", "hashbrown", "indoc", - "itertools 0.12.1", + "itertools 0.13.0", "log", "manyfmt", "mutants", @@ -87,7 +87,7 @@ dependencies = [ "exhaust", "futures-core", "hashbrown", - "itertools 0.12.1", + "itertools 0.13.0", "log", "macro_rules_attribute", "noise", @@ -113,7 +113,7 @@ dependencies = [ "futures-util", "gloo-timers", "half", - "itertools 0.12.1", + "itertools 0.13.0", "log", "num-traits", "pollster", @@ -142,7 +142,7 @@ dependencies = [ "futures-channel", "futures-util", "indoc", - "itertools 0.12.1", + "itertools 0.13.0", "log", "mutants", "num-traits", @@ -162,7 +162,7 @@ dependencies = [ "futures-core", "gltf-json", "image", - "itertools 0.12.1", + "itertools 0.13.0", "log", "rectangle-pack", "serde_json", @@ -985,9 +985,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.12.1" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" +checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" dependencies = [ "either", ]