Bump rusqlite from 0.27.0 to 0.28.0

Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.27.0 to 0.28.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.27.0...v0.28.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] 2022-07-15 05:39:16 +00:00 committed by Dustin J. Mitchell
parent dcc285bc4a
commit a47d08d2d9
3 changed files with 16 additions and 11 deletions

View file

@ -19,7 +19,7 @@ anyhow = "1.0"
thiserror = "1.0"
ureq = "^2.5.0"
log = "^0.4.17"
rusqlite = { version = "0.27", features = ["bundled"] }
rusqlite = { version = "0.28", features = ["bundled"] }
strum = "0.24"
strum_macros = "0.24"
flate2 = "1"