Skip to content

Commit 6add013

Browse files
committed
Update dependencies
1 parent d0e342d commit 6add013

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@ 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.4", features = ["cookies", "json", "multipart", "rustls-tls"] }
35-
rustls = "0.22.2"
34+
reqwest = { version = "0.12.5", features = ["cookies", "json", "multipart", "rustls-tls"] }
35+
rustls = "0.23.4"
3636
serde = { version = "1.0", features = ["derive"] }
3737
serde_json = "1.0"
3838
serde_urlencoded = "0.7"
3939
smart-default = "0.7"
4040
tokio = { version = "1.38", features = ["sync"] }
41-
uuid = { version = "1.8", features = ["v4"] }
41+
uuid = { version = "1.10", features = ["v4"] }
4242
webpki-roots = "0.26"
4343

4444
crunchyroll-rs-internal = { version = "0.11.4", path = "internal" }
4545

46-
lazy_static = { version = "1.4", optional = true }
46+
lazy_static = { version = "1.5", optional = true }
4747
regex = { version = "1.10", default-features = false, features = ["std"], optional = true }
4848
tower-service = { version = "0.3", optional = true }
4949

0 commit comments

Comments
 (0)