chore: bump outdated dependencies in `leptos_macro` (#1796)

-attribute-derive = { version = "0.6", features = ["syn-full"] }
+attribute-derive = { version = "0.8", features = ["syn-full"] }
-itertools = "0.10"
+itertools = "0.11"
This commit is contained in:
martin frances 2023-09-29 18:05:57 +01:00 committed by GitHub
parent 772bb1d60c
commit fb914e1a50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,10 +12,10 @@ readme = "../README.md"
proc-macro = true proc-macro = true
[dependencies] [dependencies]
attribute-derive = { version = "0.6", features = ["syn-full"] } attribute-derive = { version = "0.8", features = ["syn-full"] }
cfg-if = "1" cfg-if = "1"
html-escape = "0.2" html-escape = "0.2"
itertools = "0.10" itertools = "0.11"
prettyplease = "0.2.4" prettyplease = "0.2.4"
proc-macro-error = { version = "1", default-features = false } proc-macro-error = { version = "1", default-features = false }
proc-macro2 = "1" proc-macro2 = "1"