Remove unused dependencies

This commit is contained in:
Jonas Platte 2021-06-21 17:35:51 +02:00
parent 50a194c532
commit 9f9c3d74f2
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
3 changed files with 0 additions and 3 deletions

View File

@ -47,7 +47,6 @@ reqwest = { version = "0.11.3", optional = true, default-features = false }
ruma-api = { version = "0.17.0", path = "../ruma-api" }
ruma-client-api = { version = "0.10.2", path = "../ruma-client-api", optional = true, features = ["client"] }
ruma-common = { version = "0.5.4", path = "../ruma-common" }
ruma-events = { version = "0.23.0", path = "../ruma-events" }
ruma-identifiers = { version = "0.19.3", path = "../ruma-identifiers" }
ruma-serde = { version = "0.4.0", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }

View File

@ -30,4 +30,3 @@ serde_json = "1.0.60"
sha2 = "0.9.5"
thiserror = "1.0.23"
tracing = { version = "0.1.25", optional = true }
untrusted = "0.7.1"

View File

@ -26,7 +26,6 @@ ruma-common = { version = "0.5.4", path = "../ruma-common" }
ruma-events = { version = "0.23.0", path = "../ruma-events" }
ruma-identifiers = { version = "0.19.3", path = "../ruma-identifiers" }
ruma-serde = { version = "0.4.0", path = "../ruma-serde" }
ruma-signatures = { version = "0.7.2", path = "../ruma-signatures" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.60"
thiserror = "1.0.22"