Skip to content

Commit 0150d71

Browse files
committed
Update dependencies and version
1 parent 6bf9a92 commit 0150d71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crunchyroll-rs"
3-
version = "0.10.3"
3+
version = "0.10.4"
44
authors = ["Crunchy Labs Maintainers"]
55
edition = "2021"
66
description = "Pure Rust implementation of the crunchyroll api."
@@ -40,7 +40,7 @@ smart-default = "0.7"
4040
tokio = { version = "1.37", features = ["sync"] }
4141
webpki-roots = "0.26"
4242

43-
crunchyroll-rs-internal = { version = "0.10.3", path = "internal" }
43+
crunchyroll-rs-internal = { version = "0.10.4", path = "internal" }
4444

4545
lazy_static = { version = "1.4", optional = true }
4646
regex = { version = "1.10", default-features = false, features = ["std"], optional = true }

internal/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crunchyroll-rs-internal"
3-
version = "0.10.3"
3+
version = "0.10.4"
44
authors = ["Crunchy Labs Maintainers"]
55
edition = "2021"
66
description = "Internal crate for crunchyroll-rs. Do not use."

0 commit comments

Comments
 (0)