diff --git a/Cargo.toml b/Cargo.toml index acce4614..d5289d3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ log = "~0.4" uuid = { version = "~0.8", features = ["v4", "serde"] } [dependencies.rusqlite] -version = "~0.23" +version = "~0.24" features = ["limits", "bundled"] [dependencies.edn] diff --git a/tools/cli/Cargo.toml b/tools/cli/Cargo.toml index 76445a7d..e6a24e3d 100644 --- a/tools/cli/Cargo.toml +++ b/tools/cli/Cargo.toml @@ -34,7 +34,7 @@ termion = "~1.5" time = "~0.2" [dependencies.rusqlite] -version = "~0.23" +version = "~0.24" features = ["limits", "bundled"] [dependencies.mentat]