Update dependencies & version

This commit is contained in:
ByteDream 2023-01-08 17:44:31 +01:00
parent 537158cd7b
commit b65c0e9dfd
4 changed files with 35 additions and 35 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "crunchy-cli-core"
authors = ["Crunchy Labs Maintainers"]
version = "3.0.0-dev.6"
version = "3.0.0-dev.7"
edition = "2021"
[dependencies]
@ -23,7 +23,7 @@ serde_json = "1.0"
signal-hook = "0.3"
tempfile = "3.3"
terminal_size = "0.2"
tokio = { version = "1.23", features = ["macros", "rt-multi-thread", "time"] }
tokio = { version = "1.24", features = ["macros", "rt-multi-thread", "time"] }
sys-locale = "0.2"
[build-dependencies]