summaryrefslogtreecommitdiff
path: root/examples/gsoc2023/pt-proxy
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gsoc2023/pt-proxy')
-rw-r--r--examples/gsoc2023/pt-proxy/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/gsoc2023/pt-proxy/Cargo.toml b/examples/gsoc2023/pt-proxy/Cargo.toml
index 86dd9f749..9a24dc9a5 100644
--- a/examples/gsoc2023/pt-proxy/Cargo.toml
+++ b/examples/gsoc2023/pt-proxy/Cargo.toml
@@ -13,11 +13,11 @@ fast-socks5 = "0.10.0"
thiserror = "2"
tokio = { version = "1.7", features = ["full"] }
tokio-stream = "0.1.14"
-tor-chanmgr = { path = "../../../crates/tor-chanmgr", version = "0.34", features = ["pt-client"] }
-tor-linkspec = { path = "../../../crates/tor-linkspec", version = "0.34" }
-tor-ptmgr = { path = "../../../crates/tor-ptmgr", version = "0.34", features = [ "experimental-api"] }
-tor-rtcompat = { path = "../../../crates/tor-rtcompat", version = "0.34", features = ["tokio", "native-tls"] }
-tor-socksproto = { path = "../../../crates/tor-socksproto", version = "0.34" }
+tor-chanmgr = { path = "../../../crates/tor-chanmgr", version = "0.35", features = ["pt-client"] }
+tor-linkspec = { path = "../../../crates/tor-linkspec", version = "0.35" }
+tor-ptmgr = { path = "../../../crates/tor-ptmgr", version = "0.35", features = [ "experimental-api"] }
+tor-rtcompat = { path = "../../../crates/tor-rtcompat", version = "0.35", features = ["tokio", "native-tls"] }
+tor-socksproto = { path = "../../../crates/tor-socksproto", version = "0.35" }
tracing-subscriber = "0.3.20"
[features]