Remove useless chrono dependency from reaction-plugin

This commit is contained in:
ppom 2026-03-02 12:00:00 +01:00
commit 16692731f0
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -2886,7 +2886,6 @@ dependencies = [
name = "reaction-plugin" name = "reaction-plugin"
version = "1.0.0" version = "1.0.0"
dependencies = [ dependencies = [
"chrono",
"remoc", "remoc",
"serde", "serde",
"serde_json", "serde_json",

View file

@ -11,7 +11,6 @@ categories = ["security"]
description = "Plugin interface for reaction, a daemon that scans logs and takes action (alternative to fail2ban)" description = "Plugin interface for reaction, a daemon that scans logs and takes action (alternative to fail2ban)"
[dependencies] [dependencies]
chrono.workspace = true
remoc.workspace = true remoc.workspace = true
serde.workspace = true serde.workspace = true
serde_json.workspace = true serde_json.workspace = true