Update dependencies and version

This commit is contained in:
bytedream 2023-11-06 22:56:51 +01:00
parent c08931b610
commit d52fe7fb92
3 changed files with 228 additions and 220 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "crunchy-cli-core"
authors = ["Crunchy Labs Maintainers"]
version = "3.0.3"
version = "3.1.0"
edition = "2021"
license = "MIT"
@ -16,7 +16,7 @@ anyhow = "1.0"
async-trait = "0.1"
clap = { version = "4.4", features = ["derive", "string"] }
chrono = "0.4"
crunchyroll-rs = { version = "0.6.2", features = ["dash-stream"] }
crunchyroll-rs = { version = "0.6.3", features = ["dash-stream"] }
ctrlc = "3.4"
dialoguer = { version = "0.11", default-features = false }
dirs = "5.0"
@ -26,7 +26,7 @@ indicatif = "0.17"
lazy_static = "1.4"
log = { version = "0.4", features = ["std"] }
num_cpus = "1.16"
regex = "1.9"
regex = "1.10"
reqwest = { version = "0.11", default-features = false, features = ["socks"] }
serde = "1.0"
serde_json = "1.0"
@ -34,7 +34,7 @@ serde_plain = "1.0"
shlex = "1.2"
sys-locale = "0.3"
tempfile = "3.8"
tokio = { version = "1.32", features = ["macros", "rt-multi-thread", "time"] }
tokio = { version = "1.33", features = ["macros", "rt-multi-thread", "time"] }
rustls-native-certs = { version = "0.6", optional = true }
[build-dependencies]