From 07cc575e39988af00592d05f1afb1b91388423dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Fri, 18 Mar 2022 15:51:56 +0100 Subject: [PATCH] ws: sort dependencies alphabetically --- aquatic_ws/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/aquatic_ws/Cargo.toml b/aquatic_ws/Cargo.toml index ea08336..4f1222a 100644 --- a/aquatic_ws/Cargo.toml +++ b/aquatic_ws/Cargo.toml @@ -23,8 +23,13 @@ aquatic_toml_config = "0.1.0" aquatic_ws_protocol = "0.1.0" anyhow = "1" +async-tungstenite = "0.17" cfg-if = "1" either = "1" +futures = "0.3" +futures-lite = "1" +futures-rustls = "0.22" +glommio = "0.7" hashbrown = { version = "0.12", features = ["serde"] } log = "0.4" mimalloc = { version = "0.1", default-features = false } @@ -36,11 +41,6 @@ serde = { version = "1", features = ["derive"] } signal-hook = { version = "0.3" } slab = "0.4" tungstenite = "0.17" -async-tungstenite = "0.17" -futures-lite = "1" -futures = "0.3" -futures-rustls = "0.22" -glommio = "0.7" [dev-dependencies] quickcheck = "1"