diff --git a/Cargo.toml b/Cargo.toml index 3fe3172..efc7805 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ polling = "3" rand = "0.10" regex = "1" regex-automata = "0.4" -rusqlite = { version = "0.37", features = ["bundled"] } +rusqlite = { version = "0.39", features = ["bundled"] } rust-i18n = "4.0.0" rust-embed = "8" rustix = { version = "1", default-features = false }