Remove unused dependencies
This commit is contained in:
parent
50a194c532
commit
9f9c3d74f2
@ -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"] }
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user