mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Update dependencies and version
This commit is contained in:
parent
2ebc76a0df
commit
0ef4980ab3
4 changed files with 111 additions and 100 deletions
|
|
@ -1,16 +1,16 @@
|
|||
[package]
|
||||
name = "crunchy-cli-core"
|
||||
authors = ["Crunchy Labs Maintainers"]
|
||||
version = "3.0.0-dev.13"
|
||||
version = "3.0.0-dev.14"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
async-trait = "0.1"
|
||||
clap = { version = "4.2", features = ["derive", "string"] }
|
||||
clap = { version = "4.3", features = ["derive", "string"] }
|
||||
chrono = "0.4"
|
||||
crunchyroll-rs = { version = "0.3.6", features = ["dash-stream"] }
|
||||
ctrlc = "3.2"
|
||||
ctrlc = "3.4"
|
||||
dirs = "5.0"
|
||||
derive_setters = "0.1"
|
||||
fs2 = "0.4"
|
||||
|
|
@ -25,7 +25,7 @@ serde = "1.0"
|
|||
serde_json = "1.0"
|
||||
serde_plain = "1.0"
|
||||
shlex = "1.1"
|
||||
tempfile = "3.5"
|
||||
tempfile = "3.6"
|
||||
terminal_size = "0.2"
|
||||
tokio = { version = "1.28", features = ["macros", "rt-multi-thread", "time"] }
|
||||
sys-locale = "0.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue