|
|
@@ -31,13 +31,13 @@ members = [
|
|
|
|
|
|
[dependencies]
|
|
|
# Hard dependencies
|
|
|
-log = "0.4.14"
|
|
|
+log = "0.4.16"
|
|
|
thiserror = "1.0.30"
|
|
|
|
|
|
# async-runtime
|
|
|
smol = {version = "1.2.5", optional = true}
|
|
|
futures = {version = "0.3.21", optional = true}
|
|
|
-async-std = {version = "1.10.0", features = ["attributes"], optional = true}
|
|
|
+async-std = {version = "1.11.0", features = ["attributes"], optional = true}
|
|
|
async-trait = {version = "0.1.52", optional = true}
|
|
|
async-channel = {version = "1.6.1", optional = true}
|
|
|
async-executor = {version = "1.4.1", optional = true}
|
|
|
@@ -71,7 +71,7 @@ simplelog = {version = "0.11.2", optional = true}
|
|
|
|
|
|
# Websockets
|
|
|
tungstenite = {version = "0.17.2", optional = true}
|
|
|
-async-tungstenite = {version = "0.17.1", optional = true}
|
|
|
+async-tungstenite = {version = "0.17.2", optional = true}
|
|
|
|
|
|
# socks5
|
|
|
fast-socks5 = {git = "https://github.com/ghassmo/fast-socks5", optional = true}
|
|
|
@@ -79,15 +79,15 @@ fast-socks5 = {git = "https://github.com/ghassmo/fast-socks5", optional = true}
|
|
|
# Crypto
|
|
|
bitvec = {version = "1.0.0", optional = true}
|
|
|
rand = {version = "0.8.5", optional = true}
|
|
|
-sha2 = {version = "0.10.1", optional = true}
|
|
|
+sha2 = {version = "0.10.2", optional = true}
|
|
|
group = {version = "0.11.0", optional = true}
|
|
|
arrayvec = {version = "0.7.2", optional = true}
|
|
|
blake2b_simd = {version = "1.0.0", optional = true}
|
|
|
pasta_curves = {version = "0.3.0", optional = true}
|
|
|
crypto_api_chachapoly = {version = "0.5.0", optional = true}
|
|
|
incrementalmerkletree = {version = "0.2.0", optional = true}
|
|
|
-halo2_proofs = {git = "https://github.com/zcash/halo2", branch = "main", features = ["dev-graph", "gadget-traces", "sanity-checks"], optional = true}
|
|
|
-halo2_gadgets = {git = "https://github.com/zcash/halo2", branch = "main", features = ["dev-graph", "test-dependencies"], optional = true}
|
|
|
+halo2_proofs = {version = "0.1.0-beta.3", features = ["dev-graph", "gadget-traces", "sanity-checks"], optional = true}
|
|
|
+halo2_gadgets = {version = "0.1.0-beta.2", features = ["dev-graph", "test-dependencies"], optional = true}
|
|
|
|
|
|
# Smart contract runtime
|
|
|
drk-sdk = {path = "src/sdk", optional = true}
|