fix: resolve rusqlite version conflict with rusqlite_migration

Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-13 11:01:09 -03:00
parent 138ebafbb5
commit 93a4d5b2bd

View File

@@ -35,7 +35,7 @@ nix = "0.30.1"
once_cell = "1.19.0" once_cell = "1.19.0"
prettytable-rs = "0.10.0" prettytable-rs = "0.10.0"
regex = "1.9.5" 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" rusqlite_migration = "1.3.1"
serde = { version = "1.0.219", features = ["derive"] } serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.142" serde_json = "1.0.142"