diff --git a/core/Cargo.toml b/core/Cargo.toml index 6fe2adc..0fa3e54 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -11,7 +11,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" chrono = { version = "0.4", features = ["serde"] } uuid = { version = "1.0", features = ["v4", "serde"] } -rusqlite = { version = "0.31", features = ["bundled", "chrono", "uuid"] } +rusqlite = { version = "0.40", features = ["bundled", "chrono", "uuid"] } thiserror = "1.0" tokio = { version = "1.0", features = ["full"] } tracing = "0.1"