Update dependencies and version

This commit is contained in:
bytedream 2024-04-03 16:20:24 +02:00
parent f16cd25ea4
commit 111e461b30
3 changed files with 66 additions and 76 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "crunchy-cli-core"
authors = ["Crunchy Labs Maintainers"]
version = "3.3.1"
version = "3.3.2"
edition = "2021"
license = "MIT"
@ -36,7 +36,7 @@ serde_plain = "1.0"
shlex = "1.3"
sys-locale = "0.3"
tempfile = "3.10"
tokio = { version = "1.36", features = ["io-util", "macros", "net", "rt-multi-thread", "time"] }
tokio = { version = "1.37", features = ["io-util", "macros", "net", "rt-multi-thread", "time"] }
tokio-util = "0.7"
tower-service = "0.3"
rustls-native-certs = { version = "0.7", optional = true }