Update dependencies and version

This commit is contained in:
bytedream 2023-11-20 22:05:06 +01:00
parent 2c37093959
commit 440ccd99b5
6 changed files with 54 additions and 52 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "crunchy-cli-core"
authors = ["Crunchy Labs Maintainers"]
version = "3.1.0"
version = "3.1.1"
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.3", features = ["dash-stream"] }
crunchyroll-rs = { version = "0.7.0", features = ["dash-stream"] }
ctrlc = "3.4"
dialoguer = { version = "0.11", default-features = false }
dirs = "5.0"
@ -34,7 +34,7 @@ serde_plain = "1.0"
shlex = "1.2"
sys-locale = "0.3"
tempfile = "3.8"
tokio = { version = "1.33", features = ["macros", "rt-multi-thread", "time"] }
tokio = { version = "1.34", features = ["macros", "rt-multi-thread", "time"] }
rustls-native-certs = { version = "0.6", optional = true }
[build-dependencies]