|
|
@@ -129,8 +129,8 @@ wasmer-compiler-singlepass = {version = "3.3.0", optional = true}
|
|
|
wasmer-middlewares = {version = "3.3.0", optional = true}
|
|
|
|
|
|
# Wallet management
|
|
|
-rusqlite = {version = "0.29.0", features = ["bundled-sqlcipher"], optional = true}
|
|
|
-libsqlite3-sys = {version = "0.26.0", features = ["bundled-sqlcipher"], optional = true}
|
|
|
+rusqlite = {version = "0.29.0", features = ["bundled-sqlcipher-vendored-openssl"], optional = true}
|
|
|
+libsqlite3-sys = {version = "0.26.0", features = ["bundled-sqlcipher-vendored-openssl"], optional = true}
|
|
|
|
|
|
# Blockchain store
|
|
|
sled = {version = "0.34.7", optional = true}
|