From eb751006e4d380fd2d883efd465b9de8e9ec6bc3 Mon Sep 17 00:00:00 2001 From: bytedream Date: Tue, 9 Apr 2024 22:57:18 +0200 Subject: [PATCH] Update dependencies and version --- Cargo.toml | 4 ++-- internal/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 485ee1b..130e171 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crunchyroll-rs" -version = "0.10.4" +version = "0.10.5" authors = ["Crunchy Labs Maintainers"] edition = "2021" description = "Pure Rust implementation of the crunchyroll api." @@ -41,7 +41,7 @@ tokio = { version = "1.37", features = ["sync"] } uuid = { version = "1.8", features = ["v4"] } webpki-roots = "0.26" -crunchyroll-rs-internal = { version = "0.10.4", path = "internal" } +crunchyroll-rs-internal = { version = "0.10.5", path = "internal" } lazy_static = { version = "1.4", optional = true } regex = { version = "1.10", default-features = false, features = ["std"], optional = true } diff --git a/internal/Cargo.toml b/internal/Cargo.toml index 6aa0979..14cfab4 100644 --- a/internal/Cargo.toml +++ b/internal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crunchyroll-rs-internal" -version = "0.10.4" +version = "0.10.5" authors = ["Crunchy Labs Maintainers"] edition = "2021" description = "Internal crate for crunchyroll-rs. Do not use."