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

Commit c40ea8b

Browse files
committed
Update dependencies and version
1 parent 6b6d24a commit c40ea8b

File tree

3 files changed

+16
-25
lines changed

3 files changed

+16
-25
lines changed

Cargo.lock

+13-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "crunchy-cli"
33
authors = ["Crunchy Labs Maintainers"]
4-
version = "3.3.4"
4+
version = "3.3.5"
55
edition = "2021"
66
license = "MIT"
77

crunchy-cli-core/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "crunchy-cli-core"
33
authors = ["Crunchy Labs Maintainers"]
4-
version = "3.3.4"
4+
version = "3.3.5"
55
edition = "2021"
66
license = "MIT"
77

@@ -16,7 +16,7 @@ anyhow = "1.0"
1616
async-speed-limit = "0.4"
1717
clap = { version = "4.5", features = ["derive", "string"] }
1818
chrono = "0.4"
19-
crunchyroll-rs = { version = "0.10.2", features = ["experimental-stabilizations", "tower"] }
19+
crunchyroll-rs = { version = "0.10.3", features = ["experimental-stabilizations", "tower"] }
2020
ctrlc = "3.4"
2121
dialoguer = { version = "0.11", default-features = false }
2222
dirs = "5.0"

0 commit comments

Comments
 (0)