diff --git a/Cargo.lock b/Cargo.lock index ffb2cec68a3..4cc5a06a684 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4949,7 +4949,7 @@ dependencies = [ "image", "indexmap 2.1.0", "ipc-channel", - "itertools 0.10.5", + "itertools 0.12.0", "jstraceable_derive", "keyboard-types", "lazy_static", @@ -5441,7 +5441,7 @@ dependencies = [ name = "servo_config_plugins" version = "0.0.1" dependencies = [ - "itertools 0.10.5", + "itertools 0.12.0", "proc-macro2", "quote", "syn 2.0.46", diff --git a/Cargo.toml b/Cargo.toml index a23d445a4ac..aa0ad96a429 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ image = "0.24" imsz = "0.2" indexmap = { version = "2.1.0", features = ["std"] } ipc-channel = "0.18" -itertools = "0.10" +itertools = "0.12" jemallocator = "0.5.4" jemalloc-sys = "0.5.4" keyboard-types = "0.6"