mentat/query-sql/Cargo.toml
dependabot[bot] dac6449f6e
Update rusqlite requirement from ~0.26 to ~0.27
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/rusqlite-0.26.1...v0.27.0)

---
updated-dependencies:
- dependency-name: rusqlite
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-04 18:47:14 +00:00

27 lines
442 B
TOML

[package]
name = "mentat_query_sql"
version = "0.0.2"
workspace = ".."
[dependencies.rusqlite]
version = "~0.27"
features = ["limits", "bundled"]
[dependencies.edn]
path = "../edn"
[dependencies.core_traits]
path = "../core-traits"
[dependencies.mentat_core]
path = "../core"
[dependencies.mentat_sql]
path = "../sql"
[dependencies.sql_traits]
path = "../sql-traits"
[dependencies.mentat_query_algebrizer]
path = "../query-algebrizer"