Update dependencies

This commit is contained in:
bytedream 2023-07-08 16:36:35 +02:00
parent 1fe8746dda
commit 751735477c
5 changed files with 423 additions and 221 deletions

View file

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