Skip to content

Commit dae8836

Browse files
committed
Update dependencies and version
1 parent a0fb980 commit dae8836

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crunchyroll-rs"
3-
version = "0.8.2"
3+
version = "0.8.3"
44
authors = ["Crunchy Labs Maintainers"]
55
edition = "2021"
66
description = "Pure Rust implementation of the crunchyroll api."
@@ -43,16 +43,16 @@ smart-default = "0.7"
4343
tokio = { version = "1.35", features = ["sync"] }
4444
webpki-roots = "0.26"
4545

46-
crunchyroll-rs-internal = { version = "0.8.2", path = "internal" }
46+
crunchyroll-rs-internal = { version = "0.8.3", path = "internal" }
4747

4848
# Optional / required from features
4949
aes = { version = "0.8", optional = true }
5050
cbc = { version = "0.1", optional = true }
5151
dash-mpd = { version = "0.14", default-features = false, optional = true }
5252
lazy_static = { version = "1.4", optional = true }
53-
m3u8-rs = { version = "5.0", optional = true }
53+
m3u8-rs = { version = "6.0", optional = true }
5454
regex = { version = "1.10", default-features = false, features = ["std"], optional = true }
55-
tower-service = { version = "0.3.2", optional = true }
55+
tower-service = { version = "0.3", optional = true }
5656

5757
[dev-dependencies]
5858
anyhow = "1.0"

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.8.2"
3+
version = "0.8.3"
44
authors = ["Crunchy Labs Maintainers"]
55
edition = "2021"
66
description = "Internal crate for crunchyroll-rs. Do not use."

0 commit comments

Comments
 (0)