From fdadf1721a33f058138a2d5bf9feca963537c215 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 13 Dec 2022 19:44:45 +0000 Subject: [PATCH] Cargo.toml: Sort dependencies block Signed-off-by: Ian Jackson --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 389dfdb..c4641e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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: -- 2.30.2