mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
Replace bundled-sqlcipher with bundled-sqlcipher-vendored-openssl
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user