Bump macro dependency versions

This commit is contained in:
Jonas Platte 2020-05-03 01:00:07 +02:00
parent 0b26d71537
commit 62772f4c7f
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -13,15 +13,15 @@ repository = "https://github.com/ruma/ruma-api-macros"
version = "0.21.0-beta.1"
[dependencies]
syn = { version = "1.0.17", features = ["full"] }
quote = "1.0.3"
proc-macro2 = "1.0.10"
syn = { version = "1.0.18", features = ["full"] }
quote = "1.0.4"
proc-macro2 = "1.0.12"
[lib]
proc-macro = true
[dev-dependencies]
ruma-identifiers = "0.16.0"
serde_json = "1.0.51"
js_int = { version = "0.1.4", features = ["serde"] }
ruma-identifiers = "0.16.1"
serde_json = "1.0.52"
js_int = { version = "0.1.5", features = ["serde"] }
serde = { version = "1.0.106", features = ["derive"] }