diff --git a/leptos_dom/Cargo.toml b/leptos_dom/Cargo.toml index 1c2a7fd1f..a66d22ff8 100644 --- a/leptos_dom/Cargo.toml +++ b/leptos_dom/Cargo.toml @@ -16,7 +16,7 @@ futures = "0.3" getrandom = { version = "0.2", optional = true } html-escape = "0.2" indexmap = "2" -itertools = "0.10" +itertools = "0.12" js-sys = "0.3" leptos_reactive = { workspace = true } server_fn = { workspace = true } diff --git a/leptos_macro/Cargo.toml b/leptos_macro/Cargo.toml index b6987ba71..3fb1ef1e1 100644 --- a/leptos_macro/Cargo.toml +++ b/leptos_macro/Cargo.toml @@ -15,7 +15,7 @@ proc-macro = true attribute-derive = { version = "0.8", features = ["syn-full"] } cfg-if = "1" html-escape = "0.2" -itertools = "0.11" +itertools = "0.12" prettyplease = "0.2.4" proc-macro-error = { version = "1", default-features = false } proc-macro2 = "1" diff --git a/router/Cargo.toml b/router/Cargo.toml index 5efb136b4..4a6d0c4fd 100644 --- a/router/Cargo.toml +++ b/router/Cargo.toml @@ -30,7 +30,7 @@ wasm-bindgen = { version = "0.2" } wasm-bindgen-futures = { version = "0.4" } lru = { version = "0.11", optional = true } serde_json = "1.0.96" -itertools = "0.11.0" +itertools = "0.12.0" [dependencies.web-sys] version = "0.3"