|
|
@@ -70,10 +70,10 @@ futures-rustls = {version = "0.25.0", optional = true}
|
|
|
|
|
|
# Pluggable Transports
|
|
|
socket2 = {version = "0.5.5", features = ["all"], optional = true}
|
|
|
-arti-client = {version = "0.12.0", default-features = false, features = ["async-std", "error_detail", "rustls", "onion-service-client"], optional = true}
|
|
|
-tor-error = {version = "0.5.5", optional = true}
|
|
|
-tor-rtcompat = {version = "0.9.6", features = ["async-std", "rustls"], optional = true}
|
|
|
-tor-hscrypto = {version = "0.4.0", optional = true}
|
|
|
+arti-client = {version = "0.13.0", default-features = false, features = ["async-std", "compression", "error_detail", "rustls", "accel-sha1-asm", "accel-openssl", "onion-service-client", "onion-service-service"], optional = true}
|
|
|
+tor-error = {version = "0.6.0", optional = true}
|
|
|
+tor-rtcompat = {version = "0.9.7", features = ["async-std", "rustls"], optional = true}
|
|
|
+tor-hscrypto = {version = "0.5.0", optional = true}
|
|
|
|
|
|
# TLS cert utilities
|
|
|
ed25519-compact = {version = "2.0.6", optional = true}
|
|
|
@@ -129,7 +129,7 @@ sled-overlay = {version = "0.0.8", optional = true}
|
|
|
randomx = {git = "https://github.com/darkrenaissance/RandomX", optional = true}
|
|
|
|
|
|
[dev-dependencies]
|
|
|
-clap = {version = "4.4.13", features = ["derive"]}
|
|
|
+clap = {version = "4.4.14", features = ["derive"]}
|
|
|
halo2_proofs = {version = "0.3.0", features = ["dev-graph", "sanity-checks"]}
|
|
|
halo2_gadgets = "0.3.0"
|
|
|
plotters = "0.3.5"
|