Update dependencies

This commit is contained in:
ByteDream 2022-12-08 00:12:25 +01:00
parent ce5672588e
commit a32d3aef87
5 changed files with 124 additions and 23 deletions

View file

@ -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"