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
c08931b610
commit
d52fe7fb92
3 changed files with 228 additions and 220 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "crunchy-cli"
|
||||
authors = ["Crunchy Labs Maintainers"]
|
||||
version = "3.0.3"
|
||||
version = "3.1.0"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
|
||||
|
|
@ -18,7 +18,7 @@ openssl = ["openssl-tls"]
|
|||
openssl-static = ["openssl-tls-static"]
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.32", features = ["macros", "rt-multi-thread", "time"], default-features = false }
|
||||
tokio = { version = "1.33", features = ["macros", "rt-multi-thread", "time"], default-features = false }
|
||||
|
||||
native-tls-crate = { package = "native-tls", version = "0.2.11", optional = true }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue