From b2c25066159b2f43eb55451e2bb3ab455ca4c054 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sun, 16 Jan 2022 16:27:14 +0000 Subject: [PATCH] Sort deps alphabetically --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4cb15f4..b036e90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"