diff --git a/Cargo.toml b/Cargo.toml index f1d5ed6..c30e78d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" # Database -rusqlite = { version = "0.38", features = ["bundled"] } +rusqlite = { version = "0.39", features = ["bundled"] } # File watching notify = { version = "8.2", default-features = false, features = ["macos_kqueue"] }