diff --git a/Cargo.toml b/Cargo.toml index 3b3f59b..3b47936 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,5 +9,5 @@ app_dirs2 = "2.5.5" clap = "4.5.21" futures-macro = "0.3.31" keyring = { version = "3.6.1", features = ["apple-native", "windows-native", "sync-secret-service"] } -rusqlite = { version = "0.32.1", features = ["bundled"] +rusqlite = { version = "0.32.1", features = ["bundled"] } thiserror = "2.0.3"