This commit is contained in:
Alexandr Bogomyakov
2023-07-03 15:52:55 +03:00
parent e661349034
commit 502d206dc7
3 changed files with 22 additions and 23 deletions

20
Cargo.lock generated
View File

@ -1043,17 +1043,17 @@ checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
[[package]]
name = "rexec"
version = "1.0.1"
version = "1.0.2"
dependencies = [
"brace-expand",
"clap 4.3.4",
"colored",
"dialoguer",
"dns-lookup",
"env_logger",
"itertools",
"lazy-st",
"log",
"brace-expand",
"clap 4.3.4",
"colored",
"dialoguer",
"dns-lookup",
"env_logger",
"itertools",
"lazy-st",
"log",
"massh",
"regex",
"whoami",