chiark / gitweb /
Cargo.toml: Sort dependencies block
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 13 Dec 2022 19:44:45 +0000 (19:44 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 14 Dec 2022 21:52:29 +0000 (21:52 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.toml

index 389dfdb5ac99499ba710c4a2b052ca9c2d88b50c..c4641e35d1269180031fd980f5dd6155e7c3a1a9 100644 (file)
@@ -45,20 +45,20 @@ indenter = "0.3"
 ipnet = "2"
 itertools = "0.10"
 lazy-regex = "2"
-libc = "0.2" # just for EISDIR due to IsADirectory
-mime = "0.3"
-parking_lot = ">= 0.11, < 0.13"
-regex = "1.5"
 lazy_static = "1.4"
+libc = "0.2" # just for EISDIR due to IsADirectory
 log = "0.4"
 memchr = "2"
+mime = "0.3"
 nix = "0.25"
+parking_lot = ">= 0.11, < 0.13"
 pin-project-lite = "0.2"
+regex = "1.5"
 sha2 = "0.10"
 subtle = "2"
 syslog = "6"
-tokio = { version = "1", features = ["full"] }
 thiserror = "1"
+tokio = { version = "1", features = ["full"] }
 void = "1"
 
 # Not in sid: