From c1851111fb9317c113a481fc6d4afdc2ee1ddd85 Mon Sep 17 00:00:00 2001 From: dkf Date: Wed, 7 Aug 2024 18:08:17 +0100 Subject: [PATCH] chore: make machete happy --- Cargo.lock | 1 - applications/tari_watcher/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5671d45ca..ea0100dcf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10142,7 +10142,6 @@ dependencies = [ "clap 3.2.25", "log", "serde", - "serde_json", "tokio", "toml 0.8.15", ] diff --git a/applications/tari_watcher/Cargo.toml b/applications/tari_watcher/Cargo.toml index 4fdb5b2d9..0367c410d 100644 --- a/applications/tari_watcher/Cargo.toml +++ b/applications/tari_watcher/Cargo.toml @@ -13,7 +13,6 @@ license.workspace = true clap = { workspace = true, features = ["derive"] } serde = { workspace = true, features = ["derive"] } -serde_json = { workspace = true } anyhow = { workspace = true } tokio = { workspace = true, features = ["rt-multi-thread", "macros", "signal", "process", "time", "fs", "io-util"] } log = { workspace = true }