Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedream committed Jul 12, 2024
1 parent d0e342d commit 6add013
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@ futures-util = { version = "0.3", features = ["std"], default-features = false }
jsonwebtoken = { version = "9.3", default-features = false }
# the patch version number is necessary for the 'reqwest' and 'rustls' dependencies to prevent incompatability errors
# (https://github.com/seanmonstar/reqwest/issues/1837)
reqwest = { version = "0.12.4", features = ["cookies", "json", "multipart", "rustls-tls"] }
rustls = "0.22.2"
reqwest = { version = "0.12.5", features = ["cookies", "json", "multipart", "rustls-tls"] }
rustls = "0.23.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_urlencoded = "0.7"
smart-default = "0.7"
tokio = { version = "1.38", features = ["sync"] }
uuid = { version = "1.8", features = ["v4"] }
uuid = { version = "1.10", features = ["v4"] }
webpki-roots = "0.26"

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

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

Expand Down

0 comments on commit 6add013

Please sign in to comment.