Update dependencies and version

This commit is contained in:
bytedream 2023-08-14 00:45:18 +02:00
parent 448b633be8
commit a45833f5a2
5 changed files with 216 additions and 221 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "crunchy-cli-core"
authors = ["Crunchy Labs Maintainers"]
version = "3.0.0"
version = "3.0.1"
edition = "2021"
license = "MIT"
@ -14,7 +14,7 @@ anyhow = "1.0"
async-trait = "0.1"
clap = { version = "4.3", features = ["derive", "string"] }
chrono = "0.4"
crunchyroll-rs = { version = "0.5.1", features = ["dash-stream"] }
crunchyroll-rs = { version = "0.6.1", features = ["dash-stream"] }
ctrlc = "3.4"
dialoguer = { version = "0.10", default-features = false }
dirs = "5.0"
@ -32,7 +32,7 @@ serde_json = "1.0"
serde_plain = "1.0"
shlex = "1.1"
tempfile = "3.7"
tokio = { version = "1.29", features = ["macros", "rt-multi-thread", "time"] }
tokio = { version = "1.31", features = ["macros", "rt-multi-thread", "time"] }
sys-locale = "0.3"
# fork of the `native-tls` crate which uses openssl as backend on every platform. this is done as `reqwest` only supports
@ -41,3 +41,6 @@ native-tls = { git = "https://github.com/crunchy-labs/rust-not-so-native-tls.git
[build-dependencies]
chrono = "0.4"
[patch.crates-io]
native-tls = { git = "https://github.com/crunchy-labs/rust-not-so-native-tls.git", rev = "570100d" }