From: Ian Jackson Date: Sun, 14 Feb 2021 23:54:01 +0000 (+0000) Subject: Remove unused dep from daemon: typetag X-Git-Tag: otter-0.4.0~457 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c91bff02dc4d55ca7ec4c259763805610ece4944;p=otter.git Remove unused dep from daemon: typetag Signed-off-by: Ian Jackson --- 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"