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

@@ -14,7 +14,7 @@ darkfi = {path = "../../", features = ["net", "rpc"]}
# Misc
async-trait = "0.1.68"
futures = "0.3.28"
libsqlite3-sys = {version = "0.26.0", features = ["bundled-sqlcipher"]}
libsqlite3-sys = {version = "0.26.0", features = ["bundled-sqlcipher-vendored-openssl"]}
log = "0.4.19"
semver = "1.0.17"
serde_json = "1.0.96"