11[package ]
22name = " vproxy"
3- version = " 2.4.0 "
3+ version = " 2.4.1 "
44authors = [" gngppz@gmail.com" ]
55description = " A high-performance HTTP/HTTPS/SOCKS5 proxy server"
66repository = " https://github.com/0x676e67/vproxy"
7+ categories = [" network-programming" ]
78keywords = [" http" , " https" , " socks5" , " proxy" , " server" ]
89readme = " README.md"
910license = " GPL-3.0"
@@ -14,15 +15,15 @@ rust-version = "1.85"
1415base64 = " 0.22.0"
1516cidr = " 0.3.0"
1617thiserror = " 2"
17- tokio = { version = " 1.47.0 " , features = [
18+ tokio = { version = " 1.47.1 " , features = [
1819 " net" ,
1920 " rt-multi-thread" ,
2021 " macros" ,
2122 " io-util" ,
2223 " signal" ,
2324] }
24- rand = " 0.9.1 "
25- clap = { version = " 4.5.40 " , features = [" derive" , " env" ] }
25+ rand = " 0.9.2 "
26+ clap = { version = " 4.5.48 " , features = [" derive" , " env" ] }
2627self_update = { version = " 0.42.0" , default-features = false , features = [
2728 " rustls" ,
2829 " archive-tar" ,
@@ -37,8 +38,8 @@ tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
3738
3839# http
3940http = " 1.3.1"
40- hyper = { version = " 1.6 .0" , features = [" http1" , " server" ] }
41- hyper-util = { version = " 0.1.14 " , features = [" full" ] }
41+ hyper = { version = " 1.7 .0" , features = [" http1" , " server" ] }
42+ hyper-util = { version = " 0.1.17 " , features = [" full" ] }
4243http-body-util = " 0.1.3"
4344rustls-pki-types = { version = " 1.12.0" }
4445rustls-pemfile = { version = " 2.2.0" }
@@ -51,7 +52,7 @@ rcgen = "0.14.1"
5152bytes = " 1.10.1"
5253smallvec = " 1.15.0"
5354pin-project-lite = " 0.2.16"
54- percent-encoding = " 2.3.1 "
55+ percent-encoding = " 2.3.2 "
5556
5657# memory allocator
5758tcmalloc = { version = " 0.3.0" , optional = true }
0 commit comments