mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-06 15:04:11 -04:00
Remove unused dependencies
Found by cargo-udeps.
This commit is contained in:
@@ -17,7 +17,6 @@ appservice = []
|
||||
[dependencies]
|
||||
http = "0.2.4"
|
||||
lazy_static = "1.4.0"
|
||||
matrix-sdk-common = { version = "0.4.0", path = "../matrix-sdk-common" }
|
||||
matrix-sdk-test-macros = { version = "0.1.0", path = "../matrix-sdk-test-macros" }
|
||||
ruma = { git = "https://github.com/ruma/ruma", rev = "ac6ecc3e5", features = ["client-api-c"] }
|
||||
serde = "1.0.126"
|
||||
|
||||
@@ -83,11 +83,6 @@ version = "0.1.6"
|
||||
features = ["net"]
|
||||
optional = true
|
||||
|
||||
[dependencies.tracing-futures]
|
||||
version = "0.2.5"
|
||||
default-features = false
|
||||
features = ["std", "std-future"]
|
||||
|
||||
[dependencies.warp]
|
||||
version = "0.3.1"
|
||||
default-features = false
|
||||
|
||||
Reference in New Issue
Block a user