Bump dependencies

This commit is contained in:
Jonas Platte 2020-03-20 11:50:13 +01:00
parent 6a0ab987b5
commit 220d733cc1
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
2 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ http = "0.2.0"
percent-encoding = { version = "2.1.0", optional = true }
ruma-api-macros = { version = "=0.11.0", path = "ruma-api-macros", optional = true }
ruma-identifiers = { version = "0.14.1", optional = true }
serde = { version = "1.0.104", features = ["derive"], optional = true }
serde = { version = "1.0.105", features = ["derive"], optional = true }
serde_json = "1.0.48"
serde_urlencoded = "0.6.1"
strum = "0.18.0"

View File

@ -16,9 +16,9 @@ version = "0.11.0"
edition = "2018"
[dependencies]
proc-macro2 = "1.0.8"
quote = "1.0.2"
syn = { version = "1.0.14", features = ["full", "extra-traits"] }
proc-macro2 = "1.0.9"
quote = "1.0.3"
syn = { version = "1.0.16", features = ["full", "extra-traits"] }
[lib]
proc-macro = true