summaryrefslogtreecommitdiffstats
path: root/store
diff options
context:
space:
mode:
Diffstat (limited to 'store')
-rw-r--r--store/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/store/Cargo.toml b/store/Cargo.toml
index b446ebad..73536f76 100644
--- a/store/Cargo.toml
+++ b/store/Cargo.toml
@@ -35,13 +35,13 @@ capnp = "0.10"
capnp-rpc = "0.10"
futures = "0.1.17"
rand = { version = "0.7", default-features = false }
-rusqlite = "0.19"
+rusqlite = "0.24"
thiserror = "1"
tokio-core = "0.1.10"
tokio-io = "0.1.4"
[target.'cfg(target_os="android")'.dependencies.rusqlite]
-version = "0.19.0"
+version = "0.24.0"
features = ["bundled"]
[build-dependencies]