diff --git a/WatcherAgent/Cargo.toml b/WatcherAgent/Cargo.toml index 21c6af9..52e323a 100644 --- a/WatcherAgent/Cargo.toml +++ b/WatcherAgent/Cargo.toml @@ -12,7 +12,6 @@ serde_json = "1" tokio = { version = "1.37", features = ["full"] } local-ip-address = "0.5" reqwest = { version = "0.11", default-features = false, features = ["json", "blocking", "cookies", "rustls-tls"] } -serde_json = "1.0" sysinfo = "0.30" metrics = "0.24.2" chrono = "0.4"