Skip to content

Commit

Permalink
Merge pull request arlyon#434 from arlyon/update-hyper-rustls
Browse files Browse the repository at this point in the history
fix: Update hyper-rustls to fix RUSTSEC-2023-0052
  • Loading branch information
arlyon authored Sep 5, 2023
2 parents 478403a + 7c31f76 commit 49ace0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
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 49ace0e

Please sign in to comment.