diff --git a/Cargo.toml b/Cargo.toml index c45281f..3b86092 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ smart-default = "0.7" tokio = { version = "1.36", features = ["sync"] } webpki-roots = "0.26" -crunchyroll-rs-internal = { version = "0.8.4", path = "internal" } +crunchyroll-rs-internal = { version = "0.8.5", path = "internal" } # Optional / required from features aes = { version = "0.8", optional = true } diff --git a/internal/Cargo.toml b/internal/Cargo.toml index 0ad8c28..fdace54 100644 --- a/internal/Cargo.toml +++ b/internal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crunchyroll-rs-internal" -version = "0.8.4" +version = "0.8.5" authors = ["Crunchy Labs Maintainers"] edition = "2021" description = "Internal crate for crunchyroll-rs. Do not use."