Remove unused dependencies

This commit is contained in:
Jonas Platte 2023-01-02 18:30:01 +01:00
parent ff8ab6b085
commit 022a0c0475
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C
2 changed files with 0 additions and 2 deletions

View File

@ -37,7 +37,6 @@ http = { workspace = true }
js_int = { workspace = true, features = ["serde"] }
js_option = "0.1.1"
maplit = { workspace = true }
percent-encoding = "2.1.0"
ruma-common = { version = "0.10.5", path = "../ruma-common", features = ["api", "events"] }
serde = { workspace = true }
serde_html_form = { workspace = true }

View File

@ -55,7 +55,6 @@ getrandom = { version = "0.2.6", optional = true }
html5ever = { version = "0.25.2", optional = true }
http = { workspace = true, optional = true }
indexmap = { version = "1.9.1", features = ["serde"] }
itoa = "1.0.1"
js_int = { workspace = true, features = ["serde"] }
js_option = "0.1.0"
konst = { version = "0.2.19", features = ["rust_1_64", "alloc"] }