We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1bf64 commit 4480237Copy full SHA for 4480237
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "vproxy"
3
-version = "2.3.3"
+version = "2.4.0"
4
authors = ["gngppz@gmail.com"]
5
description = "A high-performance HTTP/HTTPS/SOCKS5 proxy server"
6
repository = "https://github.com/0x676e67/vproxy"
@@ -14,7 +14,7 @@ rust-version = "1.85"
14
base64 = "0.22.0"
15
cidr = "0.3.0"
16
thiserror = "2"
17
-tokio = { version = "1.46.1", features = [
+tokio = { version = "1.47.0", features = [
18
"net",
19
"rt-multi-thread",
20
"macros",
0 commit comments