Skip to content

Commit 37235b1

Browse files
Update Rust crate hyper-rustls to 0.27.2
1 parent 330f4bc commit 37235b1

File tree

3 files changed

+94
-7
lines changed

3 files changed

+94
-7
lines changed

Cargo.lock

Lines changed: 89 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ httptest = "0.15.5"
387387
hubtools = { git = "https://github.com/oxidecomputer/hubtools.git", branch = "main" }
388388
humantime = "2.1.0"
389389
hyper = "0.14"
390-
hyper-rustls = "0.26.0"
390+
hyper-rustls = "0.27.2"
391391
hyper-staticfile = "0.9.5"
392392
illumos-utils = { path = "illumos-utils" }
393393
indent_write = "2.2.0"

workspace-hack/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ regex-syntax = { version = "0.8.4" }
9292
reqwest = { version = "0.11.27", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
9393
ring = { version = "0.17.8", features = ["std"] }
9494
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
95+
rustls-pki-types = { version = "1.7.0", features = ["std"] }
96+
rustls-webpki = { version = "0.102.4", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
9597
schemars = { version = "0.8.21", features = ["bytes", "chrono", "uuid1"] }
9698
scopeguard = { version = "1.2.0" }
9799
semver = { version = "1.0.23", features = ["serde"] }
@@ -200,6 +202,8 @@ regex-syntax = { version = "0.8.4" }
200202
reqwest = { version = "0.11.27", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
201203
ring = { version = "0.17.8", features = ["std"] }
202204
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
205+
rustls-pki-types = { version = "1.7.0", features = ["std"] }
206+
rustls-webpki = { version = "0.102.4", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
203207
schemars = { version = "0.8.21", features = ["bytes", "chrono", "uuid1"] }
204208
scopeguard = { version = "1.2.0" }
205209
semver = { version = "1.0.23", features = ["serde"] }

0 commit comments

Comments
 (0)