1
1
[package ]
2
2
name = " crunchyroll-rs"
3
- version = " 0.11.3 "
3
+ version = " 0.11.4 "
4
4
authors = [" Crunchy Labs Maintainers" ]
5
5
edition = " 2021"
6
6
description = " Pure Rust implementation of the crunchyroll api."
@@ -32,16 +32,16 @@ jsonwebtoken = { version = "9.3", default-features = false }
32
32
# the patch version number is necessary for the 'reqwest' and 'rustls' dependencies to prevent incompatability errors
33
33
# (https://github.com/seanmonstar/reqwest/issues/1837)
34
34
reqwest = { version = " 0.12.4" , features = [" cookies" , " json" , " multipart" , " rustls-tls" ] }
35
- rustls = " 0.22.4 "
35
+ rustls = " 0.22.2 "
36
36
serde = { version = " 1.0" , features = [" derive" ] }
37
37
serde_json = " 1.0"
38
38
serde_urlencoded = " 0.7"
39
39
smart-default = " 0.7"
40
- tokio = { version = " 1.37 " , features = [" sync" ] }
40
+ tokio = { version = " 1.38 " , features = [" sync" ] }
41
41
uuid = { version = " 1.8" , features = [" v4" ] }
42
42
webpki-roots = " 0.26"
43
43
44
- crunchyroll-rs-internal = { version = " 0.11.3 " , path = " internal" }
44
+ crunchyroll-rs-internal = { version = " 0.11.4 " , path = " internal" }
45
45
46
46
lazy_static = { version = " 1.4" , optional = true }
47
47
regex = { version = " 1.10" , default-features = false , features = [" std" ], optional = true }
@@ -51,7 +51,7 @@ tower-service = { version = "0.3", optional = true }
51
51
anyhow = " 1.0"
52
52
once_cell = " 1.19"
53
53
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" ] }
55
55
56
56
[workspace ]
57
57
members = [" internal" ]
0 commit comments