Sort deps alphabetically

This commit is contained in:
Rob Ede 2022-01-16 16:27:14 +00:00
parent 5705c7c785
commit b2c2506615
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

View file

@ -15,21 +15,22 @@ badge = { path = "./libs/badge" }
anyhow = "1"
cadence = "0.27"
crates-index = "0.17"
derive_more = "0.99"
font-awesome-as-a-crate = "0.2"
futures = "0.3"
hyper = { version = "0.14.10", features = ["full"] }
indexmap = { version = "1", features = ["serde-1"] }
lru_time_cache = "0.11.1"
maud = "0.23"
pulldown-cmark = "0.9"
once_cell = "1"
pin-project = "1"
pulldown-cmark = "0.9"
relative-path = { version = "1.3", features = ["serde"] }
reqwest = { version = "0.11", features = ["json"] }
route-recognizer = "0.3"
rustsec = "0.25"
crates-index = "0.17"
semver = { version = "1.0", features = ["serde"] }
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
slog = "2"
@ -37,7 +38,6 @@ slog-async = "2"
slog-term = "2"
tokio = { version = "1.14", features = ["full"] }
toml = "0.5"
font-awesome-as-a-crate = "0.2"
[build-dependencies]
sass-rs = "0.2"