From: Ian Jackson Date: Sun, 14 Feb 2021 23:07:56 +0000 (+0000) Subject: Centralise if_chain X-Git-Tag: otter-0.4.0~475 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=01104f6b5f9c3a3eb52ae73b7564c0202980b8b3;p=otter.git Centralise if_chain Signed-off-by: Ian Jackson --- diff --git a/Cargo.lock.example b/Cargo.lock.example index 34cf5276..714bc2cc 100644 --- a/Cargo.lock.example +++ b/Cargo.lock.example @@ -1660,7 +1660,6 @@ dependencies = [ "fs2", "glob 0.3.0", "htmlescape", - "if_chain", "index_vec", "inventory", "itertools", @@ -1718,7 +1717,6 @@ dependencies = [ "env_logger", "fehler", "humantime", - "if_chain", "itertools", "libc", "log 0.4.14", diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 01e0d334..06b37ffc 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -28,7 +28,6 @@ flexi_logger = { version = "0.17", features = [ "specfile" ] } fs2 = "0.4" glob = "0.3" htmlescape = "0.3" -if_chain = "1" index_vec = { version = "0.1.1", features = ['serde'] } inventory = "0.1" itertools = "0.10" diff --git a/wdriver/Cargo.toml b/wdriver/Cargo.toml index e6c86bbf..491cb9b4 100644 --- a/wdriver/Cargo.toml +++ b/wdriver/Cargo.toml @@ -16,7 +16,6 @@ otter = { path = ".." } boolinator = "2" env_logger = "0.8" humantime = "2" -if_chain = "1" itertools = "0.10" log = "0.4" libc = "0.2"