From: Ian Jackson Date: Sun, 14 Feb 2021 23:28:29 +0000 (+0000) Subject: Remove unused dep from daemon: inventory X-Git-Tag: otter-0.4.0~467 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=fbeb0fe0c4368517d8840d279a63280d02315a16;p=otter.git Remove unused dep from daemon: inventory Signed-off-by: Ian Jackson --- diff --git a/Cargo.lock.example b/Cargo.lock.example index 8dacb138..b9e22143 100644 --- a/Cargo.lock.example +++ b/Cargo.lock.example @@ -1650,7 +1650,6 @@ name = "otter-daemon" version = "0.0.1" dependencies = [ "fehler", - "inventory", "itertools", "lazy-init", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 93295968..f2d53a45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,8 +34,8 @@ fs2 = "0.4" glob = "0.3" htmlescape = "0.3" index_vec = { version = "0.1.1", features = ['serde'] } - inventory = "0.1" + itertools = "0.10" lazy_static = "1" libc = "0.2" diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index eeaca522..907cb6b3 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -18,7 +18,6 @@ path = "main.rs" otter = { path = ".." } otter-base = { path = "../base" } -inventory = "0.1" itertools = "0.10" lazy_static = "1" libc = "0.2"