mirror of
https://framagit.org/ppom/reaction
synced 2026-03-14 12:45:47 +01:00
Remove useless chrono dependency from reaction-plugin
This commit is contained in:
parent
938a366576
commit
16692731f0
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue