Replace bundled-sqlcipher with bundled-sqlcipher-vendored-openssl

This commit is contained in:
parazyd
2023-07-04 21:59:39 +02:00
parent 85d837a1e7
commit e9debbe12e
11 changed files with 12 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ crypto_box = {version = "0.8.2", features = ["std"]}
futures = "0.3.28"
hex = "0.4.3"
libc = "0.2.144"
libsqlite3-sys = {version = "0.26.0", features = ["bundled-sqlcipher"]}
libsqlite3-sys = {version = "0.26.0", features = ["bundled-sqlcipher-vendored-openssl"]}
log = "0.4.19"
rand = "0.8.5"
serde_json = "1.0.96"