diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" |
