Skip to content

Commit 3aeaf87

Browse files
committed
Update dependencies and version
1 parent 1d08832 commit 3aeaf87

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crunchyroll-rs"
3-
version = "0.11.3"
3+
version = "0.11.4"
44
authors = ["Crunchy Labs Maintainers"]
55
edition = "2021"
66
description = "Pure Rust implementation of the crunchyroll api."
@@ -32,16 +32,16 @@ jsonwebtoken = { version = "9.3", default-features = false }
3232
# the patch version number is necessary for the 'reqwest' and 'rustls' dependencies to prevent incompatability errors
3333
# (https://github.com/seanmonstar/reqwest/issues/1837)
3434
reqwest = { version = "0.12.4", features = ["cookies", "json", "multipart", "rustls-tls"] }
35-
rustls = "0.22.4"
35+
rustls = "0.22.2"
3636
serde = { version = "1.0", features = ["derive"] }
3737
serde_json = "1.0"
3838
serde_urlencoded = "0.7"
3939
smart-default = "0.7"
40-
tokio = { version = "1.37", features = ["sync"] }
40+
tokio = { version = "1.38", features = ["sync"] }
4141
uuid = { version = "1.8", features = ["v4"] }
4242
webpki-roots = "0.26"
4343

44-
crunchyroll-rs-internal = { version = "0.11.3", path = "internal" }
44+
crunchyroll-rs-internal = { version = "0.11.4", path = "internal" }
4545

4646
lazy_static = { version = "1.4", optional = true }
4747
regex = { version = "1.10", default-features = false, features = ["std"], optional = true }
@@ -51,7 +51,7 @@ tower-service = { version = "0.3", optional = true }
5151
anyhow = "1.0"
5252
once_cell = "1.19"
5353
rand = "0.8"
54-
tokio = { version = "1.37", features = ["macros", "rt", "rt-multi-thread"] }
54+
tokio = { version = "1.38", features = ["macros", "rt", "rt-multi-thread"] }
5555

5656
[workspace]
5757
members = ["internal"]

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

0 commit comments

Comments
 (0)