update dependencies

This commit is contained in:
2024-07-04 01:41:56 -04:00
parent c504f47e27
commit 4a33ae9f80
2 changed files with 36 additions and 93 deletions

View File

@@ -4,8 +4,12 @@ version = "0.1.0"
edition = "2021"
[dependencies]
async-channel = "2.3.1"
clap = { version = "4.5.8", features = ["derive", "env"] }
shellexpand = "3.1.0"
thiserror = "1.0.61"
tokio = { version = "1.38.0", features = ["macros", "process", "rt-multi-thread", "sync"] }
tokio = { version = "1.38.0", features = [
"macros",
"process",
"rt-multi-thread",
"sync",
] }