Update ruma-identifiers to 0.15.1

This commit is contained in:
Jonas Platte 2020-04-17 18:20:05 +02:00
parent dc77869de0
commit 8ba4fe4358
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -19,7 +19,7 @@ edition = "2018"
http = "0.2.1"
percent-encoding = { version = "2.1.0", optional = true }
ruma-api-macros = { version = "=0.15.1", path = "ruma-api-macros", optional = true }
ruma-identifiers = { version = "0.14.1", optional = true }
ruma-identifiers = { version = "0.15.1", optional = true }
serde = { version = "1.0.106", features = ["derive"], optional = true }
serde_json = "1.0.51"
serde_urlencoded = "0.6.1"