From fbeb0fe0c4368517d8840d279a63280d02315a16 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 14 Feb 2021 23:28:29 +0000 Subject: [PATCH] Remove unused dep from daemon: inventory Signed-off-by: Ian Jackson --- Cargo.lock.example | 1 - Cargo.toml | 2 +- daemon/Cargo.toml | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) 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" -- 2.30.2