Moving to async

This commit is contained in:
Alexandr Bogomyakov
2023-07-26 01:26:55 +03:00
parent ad2d36bb35
commit 10345fbce6
3 changed files with 6 additions and 3 deletions

3
Cargo.lock generated
View File

@ -1043,7 +1043,7 @@ checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
[[package]]
name = "rexec"
version = "1.0.2"
version = "1.0.3"
dependencies = [
"brace-expand",
"clap 4.3.4",
@ -1056,6 +1056,7 @@ dependencies = [
"log",
"massh",
"regex",
"tokio",
"whoami",
]