Skip to content

Commit 4480237

Browse files
committed
v2.4.0
1 parent aa1bf64 commit 4480237

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vproxy"
3-
version = "2.3.3"
3+
version = "2.4.0"
44
authors = ["gngppz@gmail.com"]
55
description = "A high-performance HTTP/HTTPS/SOCKS5 proxy server"
66
repository = "https://github.com/0x676e67/vproxy"
@@ -14,7 +14,7 @@ rust-version = "1.85"
1414
base64 = "0.22.0"
1515
cidr = "0.3.0"
1616
thiserror = "2"
17-
tokio = { version = "1.46.1", features = [
17+
tokio = { version = "1.47.0", features = [
1818
"net",
1919
"rt-multi-thread",
2020
"macros",

0 commit comments

Comments
 (0)