update dependencies
This commit is contained in:
@@ -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",
|
||||
] }
|
||||
|
Reference in New Issue
Block a user