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:
parent
5a65cd38c9
commit
2c4aa5cf81
2 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
|
@ -34,7 +34,7 @@ termion = "~1.5"
|
|||
time = "~0.2"
|
||||
|
||||
[dependencies.rusqlite]
|
||||
version = "~0.24"
|
||||
version = "~0.25"
|
||||
features = ["limits", "bundled"]
|
||||
|
||||
[dependencies.mentat]
|
||||
|
|
Loading…
Reference in a new issue