From c91bff02dc4d55ca7ec4c259763805610ece4944 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 14 Feb 2021 23:54:01 +0000 Subject: [PATCH] Remove unused dep from daemon: typetag 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 08193180..03d171fc 100644 --- a/Cargo.lock.example +++ b/Cargo.lock.example @@ -1662,7 +1662,6 @@ dependencies = [ "structopt", "strum", "thiserror", - "typetag", "uds", "vecdeque-stableix", ] diff --git a/Cargo.toml b/Cargo.toml index 514ab087..4cf05a66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,8 +53,8 @@ rmp-serde = "0.15" serde_json = "1" tempfile = "3" toml = "0.5" - typetag = "0.1.6" + uds = "0.2" url = "2" vecdeque-stableix = "1" diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 927e38e9..76a28d67 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -18,7 +18,6 @@ path = "main.rs" otter = { path = ".." } otter-base = { path = "../base" } -typetag = "0.1.6" uds = "0.2" vecdeque-stableix = "1" -- 2.30.2