Update deps and migrate to fast-socks5 v1.0.0-rc.0: Replace deprecated APIs

This commit is contained in:
2025-07-31 16:18:14 +03:00
committed by Dmitry Belyaev
parent f580c227f1
commit 9e5ce0b44c
5 changed files with 508 additions and 483 deletions

View File

@@ -1,25 +1,25 @@
[package]
name = "socks5ws"
version = "0.1.0"
edition = "2021"
version = "0.1.1"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.75"
async-stream = "0.3.3"
clap = { version = "4.3.21", features = ["derive"] }
ctrlc = "3.2.3"
fast-socks5 = "0.8.1"
flexi_logger = { version = "0.25.6", features = ["specfile_without_notification", "async"] }
log = "0.4.20"
serde = { version = "1.0.183", features = ["derive"] }
serde_derive = "1.0.183"
tokio = { version = "1.38.2", features = ["io-std", "net", "rt-multi-thread", "macros"] }
tokio-stream = "0.1.11"
tokio-util = "0.7.4"
toml = "0.7.4"
windows-service = "0.6.0"
anyhow = "1.0.98"
async-stream = "0.3.6"
clap = { version = "4.5.42", features = ["derive"] }
ctrlc = "3.4.7"
fast-socks5 = "=1.0.0-rc.0"
flexi_logger = { version = "0.31.2", features = ["specfile_without_notification", "async"] }
log = "0.4.27"
serde = { version = "1.0.219", features = ["derive"] }
serde_derive = "1.0.219"
tokio = { version = "1.47.0", features = ["io-std", "net", "rt-multi-thread", "macros"] }
tokio-stream = { version = "0.1.17", features = ["net"]}
tokio-util = "0.7.15"
toml = "0.9.4"
windows-service = "0.8.0"
[profile.release]
opt-level = 3