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
0f7e6c9120
commit
7485bd8e76
3 changed files with 85 additions and 112 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "crunchy-cli-core"
|
||||
authors = ["Crunchy Labs Maintainers"]
|
||||
version = "3.0.1"
|
||||
version = "3.0.2"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
|
||||
|
|
@ -12,7 +12,7 @@ openssl-static = ["reqwest/native-tls-alpn", "reqwest/native-tls-vendored", "dep
|
|||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
async-trait = "0.1"
|
||||
clap = { version = "4.3", features = ["derive", "string"] }
|
||||
clap = { version = "4.4", features = ["derive", "string"] }
|
||||
chrono = "0.4"
|
||||
crunchyroll-rs = { version = "0.6.2", features = ["dash-stream"] }
|
||||
ctrlc = "3.4"
|
||||
|
|
@ -30,10 +30,10 @@ sanitize-filename = "0.5"
|
|||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
serde_plain = "1.0"
|
||||
shlex = "1.1"
|
||||
shlex = "1.2"
|
||||
sys-locale = "0.3"
|
||||
tempfile = "3.7"
|
||||
tokio = { version = "1.31", features = ["macros", "rt-multi-thread", "time"] }
|
||||
tempfile = "3.8"
|
||||
tokio = { version = "1.32", features = ["macros", "rt-multi-thread", "time"] }
|
||||
rustls-native-certs = { version = "0.6", optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue