diff --git a/Cargo.toml b/Cargo.toml index 306ca29..a1270d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ nix = "0.30.1" once_cell = "1.19.0" prettytable-rs = "0.10.0" regex = "1.9.5" -rusqlite = { version = "0.37.0", features = ["bundled", "array", "chrono"] } +rusqlite = { version = "0.32.1", features = ["bundled", "array", "chrono"] } rusqlite_migration = "1.3.1" serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.142"