diff --git a/Cargo.toml b/Cargo.toml
index 3aaff9d..05b4380 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -49,6 +49,8 @@ num-traits = "0.2.19"
num-integer = "0.1.46"
sha2 = "0.11.0"
hostname = "0.4.2"
+chrono = "0.4"
+memchr = "2"
rusqlite = { version = "0.39.0", features = ["bundled"], optional = true }
ldap3 = { version = "0.12.1", optional = true }
axum = { version = "0.8.8", features = ["tokio"], optional = true }
diff --git a/src/csv_output.rs b/src/csv_output.rs
index e1993b7..036650b 100644
--- a/src/csv_output.rs
+++ b/src/csv_output.rs
@@ -9,7 +9,7 @@ use std::path::Path;
use std::sync::Mutex;
use std::time::SystemTime;
-static CSV_FILE: Mutex