mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Update dependencies
This commit is contained in:
parent
bd61c18859
commit
8d1be6b573
4 changed files with 565 additions and 365 deletions
|
|
@ -5,14 +5,14 @@ version = "3.0.0-dev.8"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.26", features = ["macros", "rt-multi-thread", "time"], default-features = false }
|
||||
tokio = { version = "1.27", features = ["macros", "rt-multi-thread", "time"], default-features = false }
|
||||
|
||||
crunchy-cli-core = { path = "./crunchy-cli-core" }
|
||||
|
||||
[build-dependencies]
|
||||
chrono = "0.4"
|
||||
clap = { version = "4.1", features = ["string"] }
|
||||
clap_complete = "4.1"
|
||||
clap = { version = "4.2", features = ["string"] }
|
||||
clap_complete = "4.2"
|
||||
clap_mangen = "0.2"
|
||||
|
||||
crunchy-cli-core = { path = "./crunchy-cli-core" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue