Compare commits

...

1 commit

Author SHA1 Message Date
dependabot-preview[bot] 2c4aa5cf81
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>
2021-04-05 10:40:49 +00:00
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]