Bump rusqlite from 0.25.3 to 0.27.0

Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.25.3 to 0.27.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.25.3...v0.27.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-05-26 02:57:15 +00:00 committed by Dustin J. Mitchell
parent b14d53fbc7
commit e8fe3cda77
3 changed files with 6 additions and 6 deletions

View file

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