This commit is contained in:
2023-08-16 09:32:17 +03:00
parent aa3ba875dd
commit b237bb4877
2 changed files with 97 additions and 95 deletions

View File

@@ -7,14 +7,14 @@ edition = "2021"
[dependencies]
async-stream = "0.3.3"
clap = { version = "4.0.2", features = ["derive"] }
clap = { version = "4.3.21", features = ["derive"] }
ctrlc = "3.2.3"
fast-socks5 = "0.8.1"
flexi_logger = { version = "0.25.5", features = ["specfile_without_notification", "async"] }
log = "0.4.17"
serde = { version = "1.0.145", features = ["derive"] }
serde_derive = "1.0.145"
tokio = { version = "1.24.2", features = ["io-std", "net", "rt-multi-thread", "macros"] }
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.31.0", features = ["io-std", "net", "rt-multi-thread", "macros"] }
tokio-stream = "0.1.11"
tokio-util = "0.7.4"
toml = "0.7.4"