Bump rusqlite from 0.29.0 to 0.31.0

Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.29.0 to 0.31.0.
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](https://github.com/rusqlite/rusqlite/compare/v0.29.0...v0.31.0)

---
updated-dependencies:
- dependency-name: rusqlite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-21 21:26:56 +00:00 committed by GitHub
parent 2dba081381
commit 63e9e31d02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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.3.0", 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]