Remove unused dependencies

master
Jonas Platte 2020-07-11 20:55:05 +02:00
parent 7003ea2d23
commit 1fcb68c59f
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
2 changed files with 0 additions and 2 deletions

View File

@ -49,7 +49,6 @@ async-trait = "0.1.36"
dirs = "3.0.1"
matrix-sdk-test = { version = "0.1.0", path = "../matrix_sdk_test" }
tokio = { version = "0.2.21", features = ["rt-threaded", "macros"] }
ruma-identifiers = { version = "0.16.2", features = ["rand"] }
serde_json = "1.0.56"
tracing-subscriber = "0.2.7"
tempfile = "3.1.0"

View File

@ -46,7 +46,6 @@ features = ["runtime-tokio", "sqlite"]
[dev-dependencies]
tokio = { version = "0.2.21", features = ["rt-threaded", "macros"] }
ruma-identifiers = { version = "0.16.2", features = ["rand"] }
serde_json = "1.0.56"
tempfile = "3.1.0"
http = "0.2.1"