Skip to content

Commit f4a1aec

Browse files
committed
v2.4.1
1 parent 90d8134 commit f4a1aec

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Cargo.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[package]
22
name = "vproxy"
3-
version = "2.4.0"
3+
version = "2.4.1"
44
authors = ["gngppz@gmail.com"]
55
description = "A high-performance HTTP/HTTPS/SOCKS5 proxy server"
66
repository = "https://github.com/0x676e67/vproxy"
7+
categories = ["network-programming"]
78
keywords = ["http", "https", "socks5", "proxy", "server"]
89
readme = "README.md"
910
license = "GPL-3.0"
@@ -14,15 +15,15 @@ rust-version = "1.85"
1415
base64 = "0.22.0"
1516
cidr = "0.3.0"
1617
thiserror = "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"] }
2627
self_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
3940
http = "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"] }
4243
http-body-util = "0.1.3"
4344
rustls-pki-types = { version = "1.12.0" }
4445
rustls-pemfile = { version = "2.2.0" }
@@ -51,7 +52,7 @@ rcgen = "0.14.1"
5152
bytes = "1.10.1"
5253
smallvec = "1.15.0"
5354
pin-project-lite = "0.2.16"
54-
percent-encoding = "2.3.1"
55+
percent-encoding = "2.3.2"
5556

5657
# memory allocator
5758
tcmalloc = { version = "0.3.0", optional = true }

0 commit comments

Comments
 (0)