Update rusqlite requirement from ~0.24 to ~0.25

Updates the requirements on [rusqlite](https://github.com/rusqlite/rusqlite) to permit the latest version.
- [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/0.24.0...v0.24.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-04-05 10:40:49 +00:00 committed by GitHub
parent 5a65cd38c9
commit 2c4aa5cf81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ log = "~0.4"
uuid = { version = "~0.8", features = ["v4", "serde"] }
[dependencies.rusqlite]
version = "~0.24"
version = "~0.25"
features = ["limits", "bundled"]
[dependencies.edn]

View file

@ -34,7 +34,7 @@ termion = "~1.5"
time = "~0.2"
[dependencies.rusqlite]
version = "~0.24"
version = "~0.25"
features = ["limits", "bundled"]
[dependencies.mentat]