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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gsoc2023/pt-proxy/Cargo.toml b/examples/gsoc2023/pt-proxy/Cargo.toml
index b18c7e70d..cbc42210a 100644
--- a/examples/gsoc2023/pt-proxy/Cargo.toml
+++ b/examples/gsoc2023/pt-proxy/Cargo.toml
@@ -9,7 +9,7 @@ publish = false
[dependencies]
anyhow = "1.0.72"
clap = { version = "4.3.21", features = ["derive", "wrap_help"] }
-fast-socks5 = "0.9.1"
+fast-socks5 = "0.10.0"
thiserror = "2"
tokio = { version = "1.7", features = ["full"] }
tokio-stream = "0.1.14"