|
@@ -53,7 +53,7 @@ members = [
|
|
|
|
|
|
|
|
[dependencies]
|
|
[dependencies]
|
|
|
# Hard dependencies
|
|
# Hard dependencies
|
|
|
-libc = "0.2.149"
|
|
|
|
|
|
|
+libc = "0.2.150"
|
|
|
log = "0.4.20"
|
|
log = "0.4.20"
|
|
|
thiserror = "1.0.50"
|
|
thiserror = "1.0.50"
|
|
|
|
|
|
|
@@ -69,8 +69,8 @@ async-rustls = {version = "0.4.1", features = ["dangerous_configuration"], optio
|
|
|
|
|
|
|
|
# Pluggable Transports
|
|
# Pluggable Transports
|
|
|
socket2 = {version = "0.5.5", features = ["all"], optional = true}
|
|
socket2 = {version = "0.5.5", features = ["all"], optional = true}
|
|
|
-arti-client = {version = "0.10.2", default-features = false, features = ["async-std", "rustls", "onion-service-client"], optional = true}
|
|
|
|
|
-tor-hscrypto = {version = "0.3.3", optional = true}
|
|
|
|
|
|
|
+arti-client = {version = "0.11.0", default-features = false, features = ["async-std", "rustls", "onion-service-client"], optional = true}
|
|
|
|
|
+tor-hscrypto = {version = "0.3.4", optional = true}
|
|
|
|
|
|
|
|
# TLS cert utilities
|
|
# TLS cert utilities
|
|
|
ed25519-compact = {version = "2.0.4", optional = true}
|
|
ed25519-compact = {version = "2.0.4", optional = true}
|
|
@@ -80,12 +80,12 @@ x509-parser = {version = "0.15.1", features = ["validate", "verify"], optional =
|
|
|
|
|
|
|
|
# Encoding
|
|
# Encoding
|
|
|
bs58 = {version = "0.5.0", optional = true}
|
|
bs58 = {version = "0.5.0", optional = true}
|
|
|
-serde = {version = "1.0.190", features = ["derive"], optional = true}
|
|
|
|
|
|
|
+serde = {version = "1.0.192", features = ["derive"], optional = true}
|
|
|
tinyjson = {version = "2.5.1", optional = true}
|
|
tinyjson = {version = "2.5.1", optional = true}
|
|
|
semver = {version = "1.0.20", optional = true}
|
|
semver = {version = "1.0.20", optional = true}
|
|
|
structopt = {version= "0.3.26", optional = true}
|
|
structopt = {version= "0.3.26", optional = true}
|
|
|
structopt-toml = {version= "0.5.1", optional = true}
|
|
structopt-toml = {version= "0.5.1", optional = true}
|
|
|
-toml = {version = "0.8.5", optional = true}
|
|
|
|
|
|
|
+toml = {version = "0.8.8", optional = true}
|
|
|
# Big float high precision arithmetics
|
|
# Big float high precision arithmetics
|
|
|
dashu = {version = "0.4.0", optional = true}
|
|
dashu = {version = "0.4.0", optional = true}
|
|
|
num-bigint = {version = "0.4.4", optional = true}
|
|
num-bigint = {version = "0.4.4", optional = true}
|
|
@@ -110,13 +110,13 @@ halo2_gadgets = {version = "0.3.0", features = ["circuit-params"], optional = tr
|
|
|
|
|
|
|
|
# Smart contract runtime
|
|
# Smart contract runtime
|
|
|
darkfi-sdk = {path = "src/sdk", optional = true}
|
|
darkfi-sdk = {path = "src/sdk", optional = true}
|
|
|
-wasmer = {version = "4.2.2", optional = true}
|
|
|
|
|
-wasmer-compiler-singlepass = {version = "4.2.2", optional = true}
|
|
|
|
|
-wasmer-middlewares = {version = "4.2.2", optional = true}
|
|
|
|
|
|
|
+wasmer = {version = "4.2.3", optional = true}
|
|
|
|
|
+wasmer-compiler-singlepass = {version = "4.2.3", optional = true}
|
|
|
|
|
+wasmer-middlewares = {version = "4.2.3", optional = true}
|
|
|
|
|
|
|
|
# Wallet management
|
|
# Wallet management
|
|
|
rusqlite = {version = "0.29.0", features = ["sqlcipher"], optional = true}
|
|
rusqlite = {version = "0.29.0", features = ["sqlcipher"], optional = true}
|
|
|
-libsqlite3-sys = {version = "*", features = ["sqlcipher"], optional = true}
|
|
|
|
|
|
|
+libsqlite3-sys = {version = "0.26.0", features = ["sqlcipher"], optional = true}
|
|
|
|
|
|
|
|
# Blockchain store
|
|
# Blockchain store
|
|
|
sled = {version = "0.34.7", optional = true}
|
|
sled = {version = "0.34.7", optional = true}
|
|
@@ -317,6 +317,6 @@ zkas = [
|
|
|
[patch.crates-io]
|
|
[patch.crates-io]
|
|
|
halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v4"}
|
|
halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v4"}
|
|
|
halo2_gadgets = {git="https://github.com/parazyd/halo2", branch="v4"}
|
|
halo2_gadgets = {git="https://github.com/parazyd/halo2", branch="v4"}
|
|
|
-arti-client = {git="https://gitlab.torproject.org/tpo/core/arti", rev="998b83af90571370d00951b31728788518210ac1"}
|
|
|
|
|
-tor-hscrypto = {git="https://gitlab.torproject.org/tpo/core/arti", rev="998b83af90571370d00951b31728788518210ac1"}
|
|
|
|
|
|
|
+arti-client = {git="https://gitlab.torproject.org/tpo/core/arti", rev="029eac8fe7f51e5bbaf65d9c8355cd7504668b9a"}
|
|
|
|
|
+tor-hscrypto = {git="https://gitlab.torproject.org/tpo/core/arti", rev="029eac8fe7f51e5bbaf65d9c8355cd7504668b9a"}
|
|
|
blake2b_simd = {git="https://github.com/parazyd/blake2_simd", branch="impl-common"}
|
|
blake2b_simd = {git="https://github.com/parazyd/blake2_simd", branch="impl-common"}
|