Skip to content

Commit aa58cc7

Browse files
committed
Update dependencies and version
1 parent f2f40d6 commit aa58cc7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crunchyroll-rs"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
authors = ["Crunchy Labs Maintainers"]
55
edition = "2021"
66
description = "Pure Rust implementation of the crunchyroll api."
@@ -31,7 +31,7 @@ futures-util = { version = "0.3", features = ["std"], default-features = false }
3131
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)
34-
reqwest = { version = "0.12.2", features = ["cookies", "json", "multipart", "rustls-tls"], default-features = false }
34+
reqwest = { version = "0.12.2", features = ["cookies", "json", "multipart", "rustls-tls"] }
3535
rustls = "0.22.2"
3636
serde = { version = "1.0", features = ["derive"] }
3737
serde_json = "1.0"
@@ -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.0", path = "internal" }
43+
crunchyroll-rs-internal = { version = "0.10.1", 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.0"
3+
version = "0.10.1"
44
authors = ["Crunchy Labs Maintainers"]
55
edition = "2021"
66
description = "Internal crate for crunchyroll-rs. Do not use."

0 commit comments

Comments
 (0)