This commit is contained in:
Alexandr Bogomiakov
2025-05-23 03:28:42 +03:00
parent 94fd8535ca
commit 07b6f3b721
3 changed files with 269 additions and 1592 deletions

View File

@ -13,17 +13,15 @@ authors = ["AB <gh@hexor.ru>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dns-lookup = "2.0.2"
dns-lookup = "2"
rayon = "1.10"
log = "0.4.0"
env_logger = "0.10.0"
massh = "0.6.3"
whoami = "1.4.0"
lazy-st = "0.2.2"
log = "0.4"
env_logger = "0.11"
whoami = "1"
lazy-st = "1"
regex = "1"
clap = { version = "4.3.4", features = ["derive"] }
colored = "2.0.0"
itertools = "0.10.5"
clap = { version = "4.5", features = ["derive"] }
colored = "3"
itertools = "0.14"
brace-expand = "0.1.0"
question = "0.2.2"
openssl = { version = "0.10", features = ["vendored"] }