From 4aa70567b8a30ab698c16f7534682366ab3bd615 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 21:22:11 +0000 Subject: [PATCH] Update rusqlite requirement from ~0.25 to ~0.26 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/v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: rusqlite dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- db-traits/Cargo.toml | 2 +- db/Cargo.toml | 2 +- public-traits/Cargo.toml | 2 +- query-projector-traits/Cargo.toml | 2 +- query-projector/Cargo.toml | 2 +- query-pull/Cargo.toml | 2 +- query-sql/Cargo.toml | 2 +- sql/Cargo.toml | 2 +- tolstoy-traits/Cargo.toml | 2 +- tolstoy/Cargo.toml | 2 +- tools/cli/Cargo.toml | 2 +- transaction/Cargo.toml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c1aa9042..4ce17e41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ log = "~0.4" uuid = { version = "~0.8", features = ["v4", "serde"] } [dependencies.rusqlite] -version = "~0.25" +version = "~0.26" features = ["limits", "bundled"] [dependencies.edn] diff --git a/db-traits/Cargo.toml b/db-traits/Cargo.toml index 3c90e8f7..8f57fe3d 100644 --- a/db-traits/Cargo.toml +++ b/db-traits/Cargo.toml @@ -21,5 +21,5 @@ path = "../edn" path = "../core-traits" [dependencies.rusqlite] -version = "~0.25" +version = "~0.26" features = ["limits", "bundled"] diff --git a/db/Cargo.toml b/db/Cargo.toml index ebe470ae..bf8ca9e6 100644 --- a/db/Cargo.toml +++ b/db/Cargo.toml @@ -22,7 +22,7 @@ serde_json = { version = "~1.0", optional = true } serde_derive = { version = "~1.0", optional = true } [dependencies.rusqlite] -version = "~0.25" +version = "~0.26" features = ["limits", "bundled"] [dependencies.edn] diff --git a/public-traits/Cargo.toml b/public-traits/Cargo.toml index cfa9edb8..f5286625 100644 --- a/public-traits/Cargo.toml +++ b/public-traits/Cargo.toml @@ -20,7 +20,7 @@ tokio = { version = "1.8.0", features = ["full"] } uuid = "~0.8" [dependencies.rusqlite] -version = "~0.25" +version = "~0.26" features = ["limits", "bundled"] [dependencies.hyper] diff --git a/query-projector-traits/Cargo.toml b/query-projector-traits/Cargo.toml index 20e377fa..60abc39a 100644 --- a/query-projector-traits/Cargo.toml +++ b/query-projector-traits/Cargo.toml @@ -15,7 +15,7 @@ failure = "~0.1" failure_derive = "~0.1" [dependencies.rusqlite] -version = "~0.25" +version = "~0.26" features = ["limits", "bundled"] [dependencies.edn] diff --git a/query-projector/Cargo.toml b/query-projector/Cargo.toml index f8e1763c..61041c3e 100644 --- a/query-projector/Cargo.toml +++ b/query-projector/Cargo.toml @@ -11,7 +11,7 @@ failure = "~0.1" indexmap = "~1.7" [dependencies.rusqlite] -version = "~0.25" +version = "~0.26" features = ["limits", "bundled"] [dependencies.core_traits] diff --git a/query-pull/Cargo.toml b/query-pull/Cargo.toml index 449295f6..abe31c4e 100644 --- a/query-pull/Cargo.toml +++ b/query-pull/Cargo.toml @@ -13,7 +13,7 @@ failure = "~0.1" path = "../query-pull-traits" [dependencies.rusqlite] -version = "~0.25" +version = "~0.26" features = ["limits", "bundled"] [dependencies.edn] diff --git a/query-sql/Cargo.toml b/query-sql/Cargo.toml index 92168b95..81a562eb 100644 --- a/query-sql/Cargo.toml +++ b/query-sql/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.2" workspace = ".." [dependencies.rusqlite] -version = "~0.25" +version = "~0.26" features = ["limits", "bundled"] [dependencies.edn] diff --git a/sql/Cargo.toml b/sql/Cargo.toml index 8e2986fd..8d1a4cdf 100644 --- a/sql/Cargo.toml +++ b/sql/Cargo.toml @@ -11,7 +11,7 @@ failure = "~0.1" ordered-float = "~2.7" [dependencies.rusqlite] -version = "~0.25" +version = "~0.26" features = ["limits", "bundled"] [dependencies.core_traits] diff --git a/tolstoy-traits/Cargo.toml b/tolstoy-traits/Cargo.toml index 85aff68c..631eab51 100644 --- a/tolstoy-traits/Cargo.toml +++ b/tolstoy-traits/Cargo.toml @@ -19,7 +19,7 @@ serde_json = "~1.0" uuid = { version = "~0.8" } [dependencies.rusqlite] -version = "~0.25" +version = "~0.26" features = ["limits", "bundled"] [dependencies.db_traits] diff --git a/tolstoy/Cargo.toml b/tolstoy/Cargo.toml index 3b6699ad..7f022061 100644 --- a/tolstoy/Cargo.toml +++ b/tolstoy/Cargo.toml @@ -25,7 +25,7 @@ lazy_static = "~1.4" uuid = { version = "~0.8", features = ["v4", "serde"] } [dependencies.rusqlite] -version = "~0.25" +version = "~0.26" features = ["limits", "bundled"] [dependencies.edn] diff --git a/tools/cli/Cargo.toml b/tools/cli/Cargo.toml index 3edaa378..17fb7566 100644 --- a/tools/cli/Cargo.toml +++ b/tools/cli/Cargo.toml @@ -36,7 +36,7 @@ bytes = { version = "1.0.1", features = ["serde"] } hex = "0.4.3" [dependencies.rusqlite] -version = "~0.25" +version = "~0.26" features = ["limits", "bundled"] [dependencies.mentat] diff --git a/transaction/Cargo.toml b/transaction/Cargo.toml index 8e94cee7..d76dcfd7 100644 --- a/transaction/Cargo.toml +++ b/transaction/Cargo.toml @@ -10,7 +10,7 @@ sqlcipher = ["rusqlite/sqlcipher"] failure = "~0.1" [dependencies.rusqlite] -version = "~0.25" +version = "~0.26" features = ["limits", "bundled"] [dependencies.edn]