common: Restore alphabetical order of dependencies in Cargo.toml
This commit is contained in:
parent
69bece2a40
commit
529235e61a
@ -11,15 +11,15 @@ repository = "https://github.com/ruma/ruma"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
indexmap = { version = "1.6.2", features = ["serde-1"] }
|
||||||
js_int = { version = "0.2.0", features = ["serde"] }
|
js_int = { version = "0.2.0", features = ["serde"] }
|
||||||
maplit = "1.0.2"
|
maplit = "1.0.2"
|
||||||
ruma-identifiers = { version = "0.18.0", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "0.18.0", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
|
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
|
||||||
serde = { version = "1.0.118", features = ["derive"] }
|
serde = { version = "1.0.118", features = ["derive"] }
|
||||||
serde_json = { version = "1.0.60", features = ["raw_value"] }
|
serde_json = { version = "1.0.60", features = ["raw_value"] }
|
||||||
indexmap = { version = "1.6.2", features = ["serde-1"] }
|
|
||||||
wildmatch = "2.0.0"
|
|
||||||
tracing = "0.1.25"
|
tracing = "0.1.25"
|
||||||
|
wildmatch = "2.0.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
matches = "0.1.8"
|
matches = "0.1.8"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user