Loading Cargo.lock +1 −1 Original line number Diff line number Diff line Loading @@ -3273,7 +3273,7 @@ dependencies = [ [[package]] name = "keygen-openssh-test" version = "0.1.0" version = "0.2.0" dependencies = [ "base32", "clap", Loading examples/axum/axum-hello-world/Cargo.toml +5 −5 Original line number Diff line number Diff line Loading @@ -9,19 +9,19 @@ publish = false [dependencies] anyhow = "1.0.75" arti-client = { path = "../../../crates/arti-client", version = "0.34", features = [ arti-client = { path = "../../../crates/arti-client", version = "0.35", features = [ "onion-service-service", ] } axum = { version = "0.8.1", features = ["tracing"] } futures = "0.3.14" hyper = { version = "1", features = ["http1", "server"] } hyper-util = { version = "0.1.1", features = ["tokio"] } safelog = { path = "../../../crates/safelog", version = "0.5" } safelog = { path = "../../../crates/safelog", version = "0.6" } tokio = { version = "1", features = ["macros", "rt-multi-thread", "sync"] } tokio-util = "0.7.10" tor-cell = { path = "../../../crates/tor-cell", version = "0.34" } tor-hsservice = { path = "../../../crates/tor-hsservice", version = "0.34" } tor-proto = { path = "../../../crates/tor-proto", version = "0.34" } tor-cell = { path = "../../../crates/tor-cell", version = "0.35" } tor-hsservice = { path = "../../../crates/tor-hsservice", version = "0.35" } tor-proto = { path = "../../../crates/tor-proto", version = "0.35" } tower = { version = "0.5.1", features = ["util", "tracing"] } tracing-subscriber = "0.3.20" Loading examples/download-manager/Cargo.toml +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ publish = false [dependencies] anyhow = { version = "1.0.95" } arti-client = { path = "../../crates/arti-client", version = "0.34" } arti-client = { path = "../../crates/arti-client", version = "0.35" } clap = { version = "4.5.26", features = ["derive"] } futures = { version = "0.3.31" } hex = "0.4" Loading @@ -24,7 +24,7 @@ tokio = { version = "1.43.0", features = [ "fs", ] } tokio-native-tls = "0.3.1" tor-rtcompat = { path = "../../crates/tor-rtcompat", version = "0.34" } tor-rtcompat = { path = "../../crates/tor-rtcompat", version = "0.35" } tracing = { version = "0.1.41" } tracing-subscriber = { version = "0.3.20", features = ["env-filter"] } Loading examples/gsoc2023/connection-checker/Cargo.toml +4 −4 Original line number Diff line number Diff line Loading @@ -8,12 +8,12 @@ publish = false [dependencies] anyhow = "1.0.72" arti-client = { path = "../../../crates/arti-client", version = "0.34", features = [ "bridge-client", "pt-client", "experimental-api" ] } arti-client = { path = "../../../crates/arti-client", version = "0.35", features = [ "bridge-client", "pt-client", "experimental-api" ] } clap = { version = "4.3.21", features = ["derive", "wrap_help"] } tokio = { version = "1.7", features = ["full"] } tor-error = { path = "../../../crates/tor-error", version = "0.34" } tor-proto = { path = "../../../crates/tor-proto", version = "0.34", features = ["experimental-api", "stream-ctrl"] } tor-rtcompat = { path = "../../../crates/tor-rtcompat", version = "0.34" } tor-error = { path = "../../../crates/tor-error", version = "0.35" } tor-proto = { path = "../../../crates/tor-proto", version = "0.35", features = ["experimental-api", "stream-ctrl"] } tor-rtcompat = { path = "../../../crates/tor-rtcompat", version = "0.35" } tracing = "0.1" tracing-subscriber = "0.3.20" Loading examples/gsoc2023/dns-resolver/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0" [dependencies] anyhow = "1.0.72" # Use latest arti-client from GitLab to connect to Tor network arti-client = { path = "../../../crates/arti-client", version = "0.34", features = ["bridge-client"] } arti-client = { path = "../../../crates/arti-client", version = "0.35", features = ["bridge-client"] } thiserror = "2" # Specify which async framework we wish to use tokio = { version = "1.7", features = ["full"] } Loading Loading
Cargo.lock +1 −1 Original line number Diff line number Diff line Loading @@ -3273,7 +3273,7 @@ dependencies = [ [[package]] name = "keygen-openssh-test" version = "0.1.0" version = "0.2.0" dependencies = [ "base32", "clap", Loading
examples/axum/axum-hello-world/Cargo.toml +5 −5 Original line number Diff line number Diff line Loading @@ -9,19 +9,19 @@ publish = false [dependencies] anyhow = "1.0.75" arti-client = { path = "../../../crates/arti-client", version = "0.34", features = [ arti-client = { path = "../../../crates/arti-client", version = "0.35", features = [ "onion-service-service", ] } axum = { version = "0.8.1", features = ["tracing"] } futures = "0.3.14" hyper = { version = "1", features = ["http1", "server"] } hyper-util = { version = "0.1.1", features = ["tokio"] } safelog = { path = "../../../crates/safelog", version = "0.5" } safelog = { path = "../../../crates/safelog", version = "0.6" } tokio = { version = "1", features = ["macros", "rt-multi-thread", "sync"] } tokio-util = "0.7.10" tor-cell = { path = "../../../crates/tor-cell", version = "0.34" } tor-hsservice = { path = "../../../crates/tor-hsservice", version = "0.34" } tor-proto = { path = "../../../crates/tor-proto", version = "0.34" } tor-cell = { path = "../../../crates/tor-cell", version = "0.35" } tor-hsservice = { path = "../../../crates/tor-hsservice", version = "0.35" } tor-proto = { path = "../../../crates/tor-proto", version = "0.35" } tower = { version = "0.5.1", features = ["util", "tracing"] } tracing-subscriber = "0.3.20" Loading
examples/download-manager/Cargo.toml +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ publish = false [dependencies] anyhow = { version = "1.0.95" } arti-client = { path = "../../crates/arti-client", version = "0.34" } arti-client = { path = "../../crates/arti-client", version = "0.35" } clap = { version = "4.5.26", features = ["derive"] } futures = { version = "0.3.31" } hex = "0.4" Loading @@ -24,7 +24,7 @@ tokio = { version = "1.43.0", features = [ "fs", ] } tokio-native-tls = "0.3.1" tor-rtcompat = { path = "../../crates/tor-rtcompat", version = "0.34" } tor-rtcompat = { path = "../../crates/tor-rtcompat", version = "0.35" } tracing = { version = "0.1.41" } tracing-subscriber = { version = "0.3.20", features = ["env-filter"] } Loading
examples/gsoc2023/connection-checker/Cargo.toml +4 −4 Original line number Diff line number Diff line Loading @@ -8,12 +8,12 @@ publish = false [dependencies] anyhow = "1.0.72" arti-client = { path = "../../../crates/arti-client", version = "0.34", features = [ "bridge-client", "pt-client", "experimental-api" ] } arti-client = { path = "../../../crates/arti-client", version = "0.35", features = [ "bridge-client", "pt-client", "experimental-api" ] } clap = { version = "4.3.21", features = ["derive", "wrap_help"] } tokio = { version = "1.7", features = ["full"] } tor-error = { path = "../../../crates/tor-error", version = "0.34" } tor-proto = { path = "../../../crates/tor-proto", version = "0.34", features = ["experimental-api", "stream-ctrl"] } tor-rtcompat = { path = "../../../crates/tor-rtcompat", version = "0.34" } tor-error = { path = "../../../crates/tor-error", version = "0.35" } tor-proto = { path = "../../../crates/tor-proto", version = "0.35", features = ["experimental-api", "stream-ctrl"] } tor-rtcompat = { path = "../../../crates/tor-rtcompat", version = "0.35" } tracing = "0.1" tracing-subscriber = "0.3.20" Loading
examples/gsoc2023/dns-resolver/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0" [dependencies] anyhow = "1.0.72" # Use latest arti-client from GitLab to connect to Tor network arti-client = { path = "../../../crates/arti-client", version = "0.34", features = ["bridge-client"] } arti-client = { path = "../../../crates/arti-client", version = "0.35", features = ["bridge-client"] } thiserror = "2" # Specify which async framework we wish to use tokio = { version = "1.7", features = ["full"] } Loading