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
ce5672588e
commit
a32d3aef87
5 changed files with 124 additions and 23 deletions
|
|
@ -14,6 +14,7 @@ async-trait = "0.1"
|
|||
clap = { version = "4.0", features = ["derive", "string"] }
|
||||
chrono = "0.4"
|
||||
crunchyroll-rs = { git = "https://github.com/crunchy-labs/crunchyroll-rs", default-features = false, features = ["parse", "hls-stream", "dash-stream"] }
|
||||
csv = "1.1"
|
||||
ctrlc = "3.2"
|
||||
dirs = "4.0"
|
||||
isahc = { git = "https://github.com/sagebind/isahc", rev = "c39f6f8" }
|
||||
|
|
@ -21,6 +22,8 @@ log = { version = "0.4", features = ["std"] }
|
|||
num_cpus = "1.13"
|
||||
regex = "1.6"
|
||||
sanitize-filename = "0.4"
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
signal-hook = "0.3"
|
||||
tempfile = "3.3"
|
||||
terminal_size = "0.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue