Update rusqlite requirement from ~0.23 to ~0.24

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.23.0...0.23.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-08-24 10:29:49 +00:00 committed by GitHub
parent 4b1583473e
commit 526c9c3928
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.23"
version = "~0.24"
features = ["limits", "bundled"]
[dependencies.edn]

View file

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