mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Update dependencies
This commit is contained in:
parent
bd61c18859
commit
8d1be6b573
4 changed files with 565 additions and 365 deletions
|
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
async-trait = "0.1"
|
||||
clap = { version = "4.1", features = ["derive", "string"] }
|
||||
clap = { version = "4.2", features = ["derive", "string"] }
|
||||
chrono = "0.4"
|
||||
crunchyroll-rs = { version = "0.3", features = ["dash-stream"] }
|
||||
ctrlc = "3.2"
|
||||
|
|
@ -23,10 +23,10 @@ serde = "1.0"
|
|||
serde_json = "1.0"
|
||||
shlex = "1.1"
|
||||
signal-hook = "0.3"
|
||||
tempfile = "3.4"
|
||||
tempfile = "3.5"
|
||||
terminal_size = "0.2"
|
||||
tokio = { version = "1.26", features = ["macros", "rt-multi-thread", "time"] }
|
||||
sys-locale = "0.2"
|
||||
tokio = { version = "1.27", features = ["macros", "rt-multi-thread", "time"] }
|
||||
sys-locale = "0.3"
|
||||
|
||||
[build-dependencies]
|
||||
chrono = "0.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue