Sort dependencies in Cargo.toml

This commit is contained in:
Jonas Platte 2020-02-17 10:53:35 +01:00
parent 0139ebc41a
commit 6d8a6e8b2e
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -13,6 +13,7 @@ version = "0.6.0"
edition = "2018"
[dependencies]
http = "0.2.0"
js_int = { version = "0.1.2", features = ["serde"] }
ruma-api = "0.13.0"
ruma-events = "0.15.1"
@ -20,4 +21,3 @@ ruma-identifiers = "0.14.1"
serde = { version = "1.0.104", features = ["derive"] }
serde_json = "1.0.47"
url = { version = "2.1.1", features = ["serde"] }
http = "0.2.0"