Merge pull request #9 from GothenburgBitFactory/dependabot/cargo/rusqlite-0.31.0

Bump rusqlite from 0.29.0 to 0.31.0
This commit is contained in:
Dustin J. Mitchell
2024-06-10 20:32:24 -04:00
committed by GitHub
2 changed files with 65 additions and 26 deletions

View File

@ -16,7 +16,7 @@ serde = { version = "^1.0.147", features = ["derive"] }
clap = { version = "^4.5.6", features = ["string"] }
log = "^0.4.17"
env_logger = "^0.10.0"
rusqlite = { version = "0.29", features = ["bundled"] }
rusqlite = { version = "0.31", features = ["bundled"] }
chrono = { version = "^0.4.22", features = ["serde"] }
[dev-dependencies]