Skip to content

Commit

Permalink
leptos_marco: Bumped outdated crates
Browse files Browse the repository at this point in the history
-attribute-derive = { version = "0.6", features = ["syn-full"] }
+attribute-derive = { version = "0.8", features = ["syn-full"] }
-itertools = "0.10"
+itertools = "0.11"
  • Loading branch information
martinfrances107 committed Sep 28, 2023
1 parent 181bcad commit 8ad7a13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions leptos_macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8ad7a13

Please sign in to comment.