Skip to content

Commit da26754

Browse files
committed
v2.3.2
1 parent b1a5943 commit da26754

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vproxy"
3-
version = "2.3.1"
3+
version = "2.3.2"
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.45.1", features = [
17+
tokio = { version = "1.46.1", features = [
1818
"net",
1919
"rt-multi-thread",
2020
"macros",
@@ -31,7 +31,7 @@ self_update = { version = "0.42.0", default-features = false, features = [
3131
fxhash = "0.2.1"
3232
futures-util = { version = "0.3.30", default-features = false }
3333

34-
# log
34+
# tracing
3535
tracing = "0.1.40"
3636
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
3737

0 commit comments

Comments
 (0)