summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesper Jensen <jesper@jnsn.dev>2026-02-09 23:04:07 +0100
committerJesper Jensen <jesper@jnsn.dev>2026-02-09 23:08:48 +0100
commit3856d94661bd5605a839983805ec8ad962c4d307 (patch)
treee694f7c88a25cd75e5be86f5347b5811b85220ca /Cargo.toml
parent343eb8bb594ca32f78b91d220ca3c303ff1aa7a2 (diff)
Remove chrono dependency
Removing that dependency didn't take a lot of code, and fewer dependencies are better
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 64288cf..f2bf17d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,12 +11,11 @@ panic="abort"
[dependencies]
base64 = "0.22.1"
-chrono = "0.4.43"
json-event-parser = "0.2.2"
prometheus = "0.14.0"
rand = "0.9.2"
regex = "1.12.2"
-rusqlite = { version = "0.38.0", features = ["chrono"] }
+rusqlite = { version = "0.38.0" }
tinyjson = "2.5.1"
tiny_http = "0.12"
ureq = "3.1.4"