summaryrefslogtreecommitdiff
path: root/examples/gsoc2023
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gsoc2023')
-rw-r--r--examples/gsoc2023/connection-checker/Cargo.toml8
-rw-r--r--examples/gsoc2023/dns-resolver/Cargo.toml2
-rw-r--r--examples/gsoc2023/obfs4-checker/Cargo.toml12
-rw-r--r--examples/gsoc2023/pt-proxy/Cargo.toml10
4 files changed, 16 insertions, 16 deletions
diff --git a/examples/gsoc2023/connection-checker/Cargo.toml b/examples/gsoc2023/connection-checker/Cargo.toml
index a29ec7825..77df483d7 100644
--- a/examples/gsoc2023/connection-checker/Cargo.toml
+++ b/examples/gsoc2023/connection-checker/Cargo.toml
@@ -8,12 +8,12 @@ publish = false
[dependencies]
anyhow = "1.0.72"
-arti-client = { path = "../../../crates/arti-client", version = "0.42", features = [ "bridge-client", "pt-client", "experimental-api" ] }
+arti-client = { path = "../../../crates/arti-client", version = "0.43", 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.42" }
-tor-proto = { path = "../../../crates/tor-proto", version = "0.42", features = ["experimental-api", "stream-ctrl"] }
-tor-rtcompat = { path = "../../../crates/tor-rtcompat", version = "0.42" }
+tor-error = { path = "../../../crates/tor-error", version = "0.43" }
+tor-proto = { path = "../../../crates/tor-proto", version = "0.43", features = ["experimental-api", "stream-ctrl"] }
+tor-rtcompat = { path = "../../../crates/tor-rtcompat", version = "0.43" }
tracing = "0.1"
tracing-subscriber = "0.3.20"
diff --git a/examples/gsoc2023/dns-resolver/Cargo.toml b/examples/gsoc2023/dns-resolver/Cargo.toml
index ecf7d2623..e9e8466a1 100644
--- a/examples/gsoc2023/dns-resolver/Cargo.toml
+++ b/examples/gsoc2023/dns-resolver/Cargo.toml
@@ -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.42", features = ["bridge-client"] }
+arti-client = { path = "../../../crates/arti-client", version = "0.43", features = ["bridge-client"] }
thiserror = "2"
# Specify which async framework we wish to use
tokio = { version = "1.7", features = ["full"] }
diff --git a/examples/gsoc2023/obfs4-checker/Cargo.toml b/examples/gsoc2023/obfs4-checker/Cargo.toml
index bb00f0877..a4bd8ca08 100644
--- a/examples/gsoc2023/obfs4-checker/Cargo.toml
+++ b/examples/gsoc2023/obfs4-checker/Cargo.toml
@@ -8,18 +8,18 @@ publish = false
[dependencies]
anyhow = "1.0.72"
-arti-client = { path = "../../../crates/arti-client", version = "0.42", features = ["bridge-client", "pt-client", "experimental-api"] }
+arti-client = { path = "../../../crates/arti-client", version = "0.43", features = ["bridge-client", "pt-client", "experimental-api"] }
axum = "0.8.1"
clap = { version = "4.3.21", features = ["derive", "wrap_help"] }
futures = "0.3.28"
serde = "1.0.180"
time = { version = "0.3.47", features = ["serde"] }
tokio = { version = "1.7", features = ["full"] }
-tor-chanmgr = { path = "../../../crates/tor-chanmgr", version = "0.42", features = ["pt-client", "experimental-api"] }
-tor-error = { path = "../../../crates/tor-error", version = "0.42" }
-tor-guardmgr = { path = "../../../crates/tor-guardmgr", version = "0.42", features = ["full"] }
-tor-proto = { path = "../../../crates/tor-proto", version = "0.42", features = [] }
-tor-rtcompat = { path = "../../../crates/tor-rtcompat", version = "0.42" }
+tor-chanmgr = { path = "../../../crates/tor-chanmgr", version = "0.43", features = ["pt-client", "experimental-api"] }
+tor-error = { path = "../../../crates/tor-error", version = "0.43" }
+tor-guardmgr = { path = "../../../crates/tor-guardmgr", version = "0.43", features = ["full"] }
+tor-proto = { path = "../../../crates/tor-proto", version = "0.43", features = [] }
+tor-rtcompat = { path = "../../../crates/tor-rtcompat", version = "0.43" }
tracing-subscriber = "0.3.20"
web-time-compat = { path = "../../../crates/web-time-compat", version = "0.1.0" }
diff --git a/examples/gsoc2023/pt-proxy/Cargo.toml b/examples/gsoc2023/pt-proxy/Cargo.toml
index 2f7b895af..4f9e46956 100644
--- a/examples/gsoc2023/pt-proxy/Cargo.toml
+++ b/examples/gsoc2023/pt-proxy/Cargo.toml
@@ -13,11 +13,11 @@ fast-socks5 = "1.0.0"
thiserror = "2"
tokio = { version = "1.7", features = ["full"] }
tokio-stream = "0.1.14"
-tor-chanmgr = { path = "../../../crates/tor-chanmgr", version = "0.42", features = ["pt-client"] }
-tor-linkspec = { path = "../../../crates/tor-linkspec", version = "0.42" }
-tor-ptmgr = { path = "../../../crates/tor-ptmgr", version = "0.42", features = [ "experimental-api"] }
-tor-rtcompat = { path = "../../../crates/tor-rtcompat", version = "0.42", features = ["tokio", "native-tls"] }
-tor-socksproto = { path = "../../../crates/tor-socksproto", version = "0.42" }
+tor-chanmgr = { path = "../../../crates/tor-chanmgr", version = "0.43", features = ["pt-client"] }
+tor-linkspec = { path = "../../../crates/tor-linkspec", version = "0.43" }
+tor-ptmgr = { path = "../../../crates/tor-ptmgr", version = "0.43", features = [ "experimental-api"] }
+tor-rtcompat = { path = "../../../crates/tor-rtcompat", version = "0.43", features = ["tokio", "native-tls"] }
+tor-socksproto = { path = "../../../crates/tor-socksproto", version = "0.43" }
tracing-subscriber = "0.3.20"
[features]