Update dependencies and version

This commit is contained in:
bytedream 2024-03-10 13:40:26 +01:00
parent 013273b832
commit a0fa2bfd8a
5 changed files with 126 additions and 22 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "crunchy-cli-core"
authors = ["Crunchy Labs Maintainers"]
version = "3.2.5"
version = "3.3.0"
edition = "2021"
license = "MIT"
@ -14,7 +14,7 @@ openssl-tls-static = ["reqwest/native-tls", "reqwest/native-tls-alpn", "reqwest/
[dependencies]
anyhow = "1.0"
async-speed-limit = "0.4"
clap = { version = "4.4", features = ["derive", "string"] }
clap = { version = "4.5", features = ["derive", "string"] }
chrono = "0.4"
crunchyroll-rs = { version = "0.8.5", features = ["dash-stream", "experimental-stabilizations", "tower"] }
ctrlc = "3.4"
@ -33,16 +33,16 @@ reqwest = { version = "0.11", default-features = false, features = ["socks", "st
serde = "1.0"
serde_json = "1.0"
serde_plain = "1.0"
shlex = "1.2"
shlex = "1.3"
sys-locale = "0.3"
tempfile = "3.9"
tokio = { version = "1.35", features = ["io-util", "macros", "net", "rt-multi-thread", "time"] }
tempfile = "3.10"
tokio = { version = "1.36", features = ["io-util", "macros", "net", "rt-multi-thread", "time"] }
tokio-util = "0.7"
tower-service = "0.3"
rustls-native-certs = { version = "0.6", optional = true }
rustls-native-certs = { version = "0.7", optional = true }
[target.'cfg(not(target_os = "windows"))'.dependencies]
nix = { version = "0.27", features = ["fs"] }
nix = { version = "0.28", features = ["fs"] }
[build-dependencies]
chrono = "0.4"