Skip to content

Commit

Permalink
fix: Update hyper-rustls to fix RUSTSEC-2023-0052
Browse files Browse the repository at this point in the history
The update fixes a denial of service in the transitive dependency webpki
  • Loading branch information
FSMaxB authored and arlyon committed Sep 5, 2023
1 parent 478403a commit 7c31f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -127,7 +127,7 @@ thiserror = "1.0.24"
http-types = { version = "2.12.0", default-features = false }
hyper = { version = "0.14", default-features = false, features = ["http1", "http2", "client", "tcp"], optional = true }
hyper-tls = { version = "0.5", optional = true }
hyper-rustls = { version = "0.23", default-features = false, features = ["http1", "http2", "tls12", "logging"], optional = true }
hyper-rustls = { version = "0.24", default-features = false, features = ["http1", "http2", "tls12", "logging"], optional = true }
serde = {version = ">=1.0.79", features = ["derive"] } # we use `serde(other)` which was introduced in 1.0.79
serde_json = "1.0"
serde_qs = "0.10.1"
Expand Down

0 comments on commit 7c31f76

Please sign in to comment.