diff options
Diffstat (limited to 'examples/gsoc2023/pt-proxy')
| -rw-r--r-- | examples/gsoc2023/pt-proxy/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
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] |
