Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Update dependencies and version
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedream committed Sep 22, 2023
1 parent 01913e0 commit 3e21ca4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
17 changes: 9 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "crunchy-cli"
authors = ["Crunchy Labs Maintainers"]
version = "3.0.2"
version = "3.0.3"
edition = "2021"
license = "MIT"

Expand Down
4 changes: 2 additions & 2 deletions crunchy-cli-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "crunchy-cli-core"
authors = ["Crunchy Labs Maintainers"]
version = "3.0.2"
version = "3.0.3"
edition = "2021"
license = "MIT"

Expand All @@ -18,7 +18,7 @@ clap = { version = "4.4", features = ["derive", "string"] }
chrono = "0.4"
crunchyroll-rs = { version = "0.6.2", features = ["dash-stream"] }
ctrlc = "3.4"
dialoguer = { version = "0.10", default-features = false }
dialoguer = { version = "0.11", default-features = false }
dirs = "5.0"
derive_setters = "0.1"
fs2 = "0.4"
Expand Down

0 comments on commit 3e21ca4

Please sign in to comment.