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