Bump rusqlite from 0.31.0 to 0.32.1 (#32)

Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.31.0 to 0.32.1.
- [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.31.0...v0.32.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-07-27 21:32:16 -04:00 committed by GitHub
parent c3ccf1ee2b
commit 0407fb3c3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 13 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.2"
rusqlite = { version = "0.31", features = ["bundled"] }
rusqlite = { version = "0.32", features = ["bundled"] }
chrono = { version = "^0.4.22", features = ["serde"] }
[dev-dependencies]