Update dependencies and version

This commit is contained in:
bytedream 2023-09-08 21:41:25 +02:00
parent 0f7e6c9120
commit 7485bd8e76
3 changed files with 85 additions and 112 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "crunchy-cli"
authors = ["Crunchy Labs Maintainers"]
version = "3.0.1"
version = "3.0.2"
edition = "2021"
license = "MIT"
@ -12,14 +12,14 @@ openssl = ["crunchy-cli-core/openssl"]
openssl-static = ["crunchy-cli-core/openssl-static"]
[dependencies]
tokio = { version = "1.31", features = ["macros", "rt-multi-thread", "time"], default-features = false }
tokio = { version = "1.32", features = ["macros", "rt-multi-thread", "time"], default-features = false }
crunchy-cli-core = { path = "./crunchy-cli-core" }
[build-dependencies]
chrono = "0.4"
clap = { version = "4.3", features = ["string"] }
clap_complete = "4.3"
clap = { version = "4.4", features = ["string"] }
clap_complete = "4.4"
clap_mangen = "0.2"
crunchy-cli-core = { path = "./crunchy-cli-core" }