Эх сурвалжийг харах

chore: Enable some additional arti-client crate features

Additionally perform a dependency update.
parazyd 2 жил өмнө
parent
commit
43030a9eea

Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 318 - 113
Cargo.lock


+ 5 - 5
Cargo.toml

@@ -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"

+ 1 - 1
bin/drk/Cargo.toml

@@ -13,7 +13,7 @@ anyhow = "1.0.79"
 async-std = {version = "1.12.0", features = ["attributes"]}
 blake3 = "1.5.0"
 bs58 = "0.5.0"
-clap = {version = "4.4.13", features = ["derive"]}
+clap = {version = "4.4.14", features = ["derive"]}
 clap_complete = "4.4.6"
 darkfi = {path = "../../", features = ["blockchain", "rpc", "util", "wallet"]}
 darkfi-sdk = {path = "../../src/sdk"}

+ 1 - 1
bin/fud/fu/Cargo.toml

@@ -15,7 +15,7 @@ darkfi = {path = "../../../", features = ["util", "rpc"]}
 async-std = {version = "1.12.0", features = ["attributes"]}
 
 # Misc
-clap = {version = "4.4.13", features = ["derive"]}
+clap = {version = "4.4.14", features = ["derive"]}
 log = "0.4.20"
 serde_json = "1.0.111"
 simplelog = "0.12.1"

+ 1 - 1
bin/genev/genev-cli/Cargo.toml

@@ -15,7 +15,7 @@ darkfi = {path = "../../../", features = ["event-graph", "rpc", "bs58"]}
 darkfi-serial = {path = "../../../src/serial"}
 
 smol = "1.3.0"
-clap = {version = "4.4.13", features = ["derive"]}
+clap = {version = "4.4.14", features = ["derive"]}
 log = "0.4.20"
 simplelog = "0.12.1"
 tinyjson = "2.5.1"

+ 1 - 1
bin/tau/tau-cli/Cargo.toml

@@ -25,6 +25,6 @@ textwrap = "0.16.0"
 url = "2.5.0"
 
 # Encoding and parsing
-clap = {version = "4.4.13", features = ["derive"]}
+clap = {version = "4.4.14", features = ["derive"]}
 serde = {version = "1.0.195", features = ["derive"]}
 tinyjson = "2.5.1"

+ 1 - 1
example/p2pdebug/Cargo.toml

@@ -24,7 +24,7 @@ easy-parallel = "3.3.1"
 rand = "0.8.5"
 
 # Misc
-clap = {version = "4.4.13", features = ["derive"]}
+clap = {version = "4.4.14", features = ["derive"]}
 log = "0.4.20"
 simplelog = "0.12.1"
 fxhash = "0.2.1"

+ 1 - 1
script/research/blockchain-explorer/Cargo.toml

@@ -11,7 +11,7 @@ edition = "2021"
 
 [dependencies]
 blake3 = "1.5.0"
-clap = {version = "4.4.13", features = ["derive"]}
+clap = {version = "4.4.14", features = ["derive"]}
 darkfi = {path = "../../../", features = ["blockchain", "wallet", "rpc"]}
 darkfi-sdk = {path = "../../../src/sdk"}
 sled = "0.34.7"

+ 1 - 1
script/research/gg/Cargo.toml

@@ -22,7 +22,7 @@ darkfi-serial = {path = "../../../src/serial"}
 anyhow = "1.0.79"
 async-std = {version = "1.12.0", features = ["attributes"]}
 bs58 = "0.5.0"
-clap = {version = "4.4.13", features = ["derive"]}
+clap = {version = "4.4.14", features = ["derive"]}
 sled = "0.34.7"
 
 [patch.crates-io]

Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно