appservice-api: Remove unused dependency on url

This commit is contained in:
Jonas Platte 2020-06-20 00:28:33 +02:00
parent 034a9b6926
commit ba1aaba53e
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -17,4 +17,3 @@ ruma-events = { version = "0.21.3", path = "../ruma-events" }
ruma-identifiers = { version = "0.16.2", path = "../ruma-identifiers" }
serde = { version = "1.0.113", features = ["derive"] }
serde_json = "1.0.55"
url = { version = "2.1.1", features = ["serde"] }