lofty_attr: Update dependencies

This commit is contained in:
Serial 2023-07-11 18:46:33 -04:00 committed by Alex
parent cc338a3bc5
commit c0db2db25c

View file

@ -10,9 +10,9 @@ readme = "README.md"
include = ["src", "Cargo.toml", "../LICENSE-*"]
[dependencies]
syn = { version = "2.0.15", features = ["full", "parsing"] }
quote = "1.0.26"
proc-macro2 = "1.0.56"
syn = { version = "2.0.25", features = ["full", "parsing"] }
quote = "1.0.29"
proc-macro2 = "1.0.64"
[lib]
proc-macro = true