Update dependencies and version

This commit is contained in:
bytedream 2024-05-23 00:01:42 +02:00
parent 74e5e05b0f
commit a1c7b2069d
3 changed files with 13 additions and 13 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "crunchy-cli-core"
authors = ["Crunchy Labs Maintainers"]
version = "3.6.5"
version = "3.6.6"
edition = "2021"
license = "MIT"
@ -16,7 +16,7 @@ anyhow = "1.0"
async-speed-limit = "0.4"
clap = { version = "4.5", features = ["derive", "string"] }
chrono = "0.4"
crunchyroll-rs = { version = "0.11.2", features = ["experimental-stabilizations", "tower"] }
crunchyroll-rs = { version = "0.11.3", features = ["experimental-stabilizations", "tower"] }
ctrlc = "3.4"
dialoguer = { version = "0.11", default-features = false }
dirs = "5.0"
@ -30,7 +30,7 @@ log = { version = "0.4", features = ["std"] }
num_cpus = "1.16"
regex = "1.10"
reqwest = { version = "0.12", features = ["socks", "stream"] }
rsubs-lib = "0.3"
rsubs-lib = "~0.3.1"
rusty-chromaprint = "0.2"
serde = "1.0"
serde_json = "1.0"