diff --git a/Cargo.lock b/Cargo.lock index f138507..c9a7b56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2886,7 +2886,6 @@ dependencies = [ name = "reaction-plugin" version = "1.0.0" dependencies = [ - "chrono", "remoc", "serde", "serde_json", diff --git a/plugins/reaction-plugin/Cargo.toml b/plugins/reaction-plugin/Cargo.toml index 08d1eb6..0fa3a38 100644 --- a/plugins/reaction-plugin/Cargo.toml +++ b/plugins/reaction-plugin/Cargo.toml @@ -11,7 +11,6 @@ categories = ["security"] description = "Plugin interface for reaction, a daemon that scans logs and takes action (alternative to fail2ban)" [dependencies] -chrono.workspace = true remoc.workspace = true serde.workspace = true serde_json.workspace = true