Update dependencies

This commit is contained in:
Jonas Platte 2020-03-12 21:38:21 +01:00
parent c346b4f681
commit 6f5e25cb7d
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -21,13 +21,13 @@ 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_json = "1.0.47"
serde_json = "1.0.48"
serde_urlencoded = "0.6.1"
strum = "0.17.1"
strum = "0.18.0"
url = { version = "2.1.1", optional = true }
[dev-dependencies]
ruma-events = "0.16.0"
ruma-events = "0.17.0"
[features]
default = ["with-ruma-api-macros"]