From f654721dcbd02db6b8bad3f94aa16bc225bb7f3e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 13 Dec 2022 19:41:26 +0000 Subject: [PATCH] Cargo.toml: Move dome dependencies to main block These are in Debian now. Signed-off-by: Ian Jackson --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7cc7879..c5530e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,12 +36,15 @@ easy-ext = "1" educe = "0.4" either = "1" env_logger = "0.9" +eyre = "0.6" # deps not in sid: indenter (see below) futures = "0.3" heck = "0.4" hyper = { version = "0.14", features = ["full"] } hyper-tls = "0.5" +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" @@ -63,7 +66,4 @@ void = "1" # syslog 4.0 in sid, 5.0 in upstream, ideally want 5.0 (new API) # Not in sid: -eyre = "0.6" # deps not in sid: indenter (see below) -indenter = "0.3" # no deps not in sid fehler = "1" # no deps (other than fehler-macros, obvs) -lazy-regex = "2" # no deps not in sid -- 2.30.2