Update dependencies

This commit is contained in:
ByteDream 2023-04-08 15:13:19 +02:00
parent bd61c18859
commit 8d1be6b573
4 changed files with 565 additions and 365 deletions

View file

@ -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" }