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 Apr 3, 2024
1 parent af8ab24 commit 8c1868f
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 10 deletions.
65 changes: 59 additions & 6 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.3.2"
version = "3.3.3"
edition = "2021"
license = "MIT"

Expand Down
6 changes: 3 additions & 3 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.3.2"
version = "3.3.3"
edition = "2021"
license = "MIT"

Expand All @@ -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.10.0", features = ["experimental-stabilizations", "tower"] }
crunchyroll-rs = { version = "0.10.1", features = ["experimental-stabilizations", "tower"] }
ctrlc = "3.4"
dialoguer = { version = "0.11", default-features = false }
dirs = "5.0"
Expand All @@ -29,7 +29,7 @@ lazy_static = "1.4"
log = { version = "0.4", features = ["std"] }
num_cpus = "1.16"
regex = "1.10"
reqwest = { version = "0.12", default-features = false, features = ["socks", "stream"] }
reqwest = { version = "0.12", features = ["socks", "stream"] }
serde = "1.0"
serde_json = "1.0"
serde_plain = "1.0"
Expand Down

0 comments on commit 8c1868f

Please sign in to comment.