diff --git a/Cargo.toml b/Cargo.toml index 735aee39..2f102f7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ log = "~0.4" uuid = { version = "~1.0", features = ["v4", "serde"] } [dependencies.rusqlite] -version = "~0.26" +version = "~0.27" features = ["limits", "bundled"] [dependencies.edn] diff --git a/db-traits/Cargo.toml b/db-traits/Cargo.toml index 8f57fe3d..3ca214bb 100644 --- a/db-traits/Cargo.toml +++ b/db-traits/Cargo.toml @@ -21,5 +21,5 @@ path = "../edn" path = "../core-traits" [dependencies.rusqlite] -version = "~0.26" +version = "~0.27" features = ["limits", "bundled"] diff --git a/db/Cargo.toml b/db/Cargo.toml index 15de08f9..d02b5f60 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.26" +version = "~0.27" features = ["limits", "bundled"] [dependencies.edn] diff --git a/public-traits/Cargo.toml b/public-traits/Cargo.toml index 0804984a..eb251c13 100644 --- a/public-traits/Cargo.toml +++ b/public-traits/Cargo.toml @@ -20,7 +20,7 @@ tokio = { version = "1.8.0", features = ["full"] } uuid = "~1.0" [dependencies.rusqlite] -version = "~0.26" +version = "~0.27" features = ["limits", "bundled"] [dependencies.hyper] diff --git a/query-projector-traits/Cargo.toml b/query-projector-traits/Cargo.toml index 60abc39a..8eb9b3e1 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.26" +version = "~0.27" features = ["limits", "bundled"] [dependencies.edn] diff --git a/query-projector/Cargo.toml b/query-projector/Cargo.toml index 61041c3e..00f66368 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.26" +version = "~0.27" features = ["limits", "bundled"] [dependencies.core_traits] diff --git a/query-pull/Cargo.toml b/query-pull/Cargo.toml index abe31c4e..f915edc1 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.26" +version = "~0.27" features = ["limits", "bundled"] [dependencies.edn] diff --git a/query-sql/Cargo.toml b/query-sql/Cargo.toml index 81a562eb..2869abe9 100644 --- a/query-sql/Cargo.toml +++ b/query-sql/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.2" workspace = ".." [dependencies.rusqlite] -version = "~0.26" +version = "~0.27" features = ["limits", "bundled"] [dependencies.edn] diff --git a/sql/Cargo.toml b/sql/Cargo.toml index 2893b2bb..3efb797c 100644 --- a/sql/Cargo.toml +++ b/sql/Cargo.toml @@ -11,7 +11,7 @@ failure = "~0.1" ordered-float = "~2.8" [dependencies.rusqlite] -version = "~0.26" +version = "~0.27" features = ["limits", "bundled"] [dependencies.core_traits] diff --git a/tolstoy-traits/Cargo.toml b/tolstoy-traits/Cargo.toml index 0ea6b071..4234a27c 100644 --- a/tolstoy-traits/Cargo.toml +++ b/tolstoy-traits/Cargo.toml @@ -19,7 +19,7 @@ serde_json = "~1.0" uuid = { version = "~1.0" } [dependencies.rusqlite] -version = "~0.26" +version = "~0.27" features = ["limits", "bundled"] [dependencies.db_traits] diff --git a/tolstoy/Cargo.toml b/tolstoy/Cargo.toml index f12388d7..6c1275ac 100644 --- a/tolstoy/Cargo.toml +++ b/tolstoy/Cargo.toml @@ -25,7 +25,7 @@ lazy_static = "~1.4" uuid = { version = "~1.0", features = ["v4", "serde"] } [dependencies.rusqlite] -version = "~0.26" +version = "~0.27" features = ["limits", "bundled"] [dependencies.edn] diff --git a/tools/cli/Cargo.toml b/tools/cli/Cargo.toml index 5bf10e9d..85e38b19 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.26" +version = "~0.27" features = ["limits", "bundled"] [dependencies.mentat] diff --git a/transaction/Cargo.toml b/transaction/Cargo.toml index d76dcfd7..74936659 100644 --- a/transaction/Cargo.toml +++ b/transaction/Cargo.toml @@ -10,7 +10,7 @@ sqlcipher = ["rusqlite/sqlcipher"] failure = "~0.1" [dependencies.rusqlite] -version = "~0.26" +version = "~0.27" features = ["limits", "bundled"] [dependencies.edn]