diff --git a/Cargo.toml b/Cargo.toml index 71da4ee..d5493b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ actix-rt = "2" tokio = { version = "1", features = ["full"] } serde = { version = "1", features = ["derive"] } serde_json = "1" -rusqlite = { version = "0.31", features = ["bundled"] } +rusqlite = { version = "0.38", features = ["bundled"] } chrono = { version = "0.4", features = ["serde"] } rinja = "0.3" dotenvy = "0.15"