mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Update dependencies
This commit is contained in:
parent
1fe8746dda
commit
751735477c
5 changed files with 423 additions and 221 deletions
|
|
@ -9,7 +9,7 @@ anyhow = "1.0"
|
|||
async-trait = "0.1"
|
||||
clap = { version = "4.3", features = ["derive", "string"] }
|
||||
chrono = "0.4"
|
||||
crunchyroll-rs = { version = "0.3.7", features = ["dash-stream"] }
|
||||
crunchyroll-rs = { version = "0.4.0", features = ["dash-stream"] }
|
||||
ctrlc = "3.4"
|
||||
dialoguer = { version = "0.10", default-features = false }
|
||||
dirs = "5.0"
|
||||
|
|
@ -18,8 +18,8 @@ fs2 = "0.4"
|
|||
indicatif = "0.17"
|
||||
lazy_static = "1.4"
|
||||
log = { version = "0.4", features = ["std"] }
|
||||
num_cpus = "1.15"
|
||||
regex = "1.8"
|
||||
num_cpus = "1.16"
|
||||
regex = "1.9"
|
||||
reqwest = { version = "0.11", default-features = false, features = ["socks"] }
|
||||
sanitize-filename = "0.4"
|
||||
serde = "1.0"
|
||||
|
|
@ -27,7 +27,7 @@ serde_json = "1.0"
|
|||
serde_plain = "1.0"
|
||||
shlex = "1.1"
|
||||
tempfile = "3.6"
|
||||
tokio = { version = "1.28", features = ["macros", "rt-multi-thread", "time"] }
|
||||
tokio = { version = "1.29", features = ["macros", "rt-multi-thread", "time"] }
|
||||
sys-locale = "0.3"
|
||||
|
||||
[build-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue