Update dependencies and version

This commit is contained in:
bytedream 2023-08-14 00:45:18 +02:00
parent 448b633be8
commit a45833f5a2
5 changed files with 216 additions and 221 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "crunchy-cli"
authors = ["Crunchy Labs Maintainers"]
version = "3.0.0"
version = "3.0.1"
edition = "2021"
license = "MIT"
@ -12,7 +12,7 @@ openssl = ["crunchy-cli-core/openssl"]
openssl-static = ["crunchy-cli-core/openssl-static"]
[dependencies]
tokio = { version = "1.29", features = ["macros", "rt-multi-thread", "time"], default-features = false }
tokio = { version = "1.31", features = ["macros", "rt-multi-thread", "time"], default-features = false }
crunchy-cli-core = { path = "./crunchy-cli-core" }