mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Update dependencies and version
This commit is contained in:
parent
f16cd25ea4
commit
111e461b30
3 changed files with 66 additions and 76 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue