From 8ad7a134c92208f7131c89270215fa6c0ddeaa8c Mon Sep 17 00:00:00 2001 From: martinfrances107 Date: Thu, 28 Sep 2023 12:17:24 +0100 Subject: [PATCH] leptos_marco: Bumped outdated crates -attribute-derive = { version = "0.6", features = ["syn-full"] } +attribute-derive = { version = "0.8", features = ["syn-full"] } -itertools = "0.10" +itertools = "0.11" --- leptos_macro/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/leptos_macro/Cargo.toml b/leptos_macro/Cargo.toml index 2c4b82ab26..9c23119689 100644 --- a/leptos_macro/Cargo.toml +++ b/leptos_macro/Cargo.toml @@ -12,10 +12,10 @@ readme = "../README.md" proc-macro = true [dependencies] -attribute-derive = { version = "0.6", features = ["syn-full"] } +attribute-derive = { version = "0.8", features = ["syn-full"] } cfg-if = "1" html-escape = "0.2" -itertools = "0.10" +itertools = "0.11" prettyplease = "0.2.4" proc-macro-error = { version = "1", default-features = false } proc-macro2 = "1"