Update macro dependencies

This commit is contained in:
Jonas Platte 2020-05-26 18:44:52 +02:00
parent a17714669d
commit 655e73dcf6
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -13,9 +13,9 @@ repository = "https://github.com/ruma/ruma-api-macros"
version = "0.21.2"
[dependencies]
syn = { version = "1.0.22", features = ["full"] }
syn = { version = "1.0.25", features = ["full"] }
quote = "1.0.6"
proc-macro2 = "1.0.13"
proc-macro2 = "1.0.17"
[lib]
proc-macro = true