Skip to content

Commit b26ded5

Browse files
Update Rust crate hyper-rustls to 0.27.3
1 parent fb5d793 commit b26ded5

File tree

3 files changed

+100
-13
lines changed

3 files changed

+100
-13
lines changed

Cargo.lock

Lines changed: 94 additions & 11 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
@@ -388,7 +388,7 @@ httptest = "0.15.5"
388388
hubtools = { git = "https://github.com/oxidecomputer/hubtools.git", branch = "main" }
389389
humantime = "2.1.0"
390390
hyper = "0.14"
391-
hyper-rustls = "0.26.0"
391+
hyper-rustls = "0.27.3"
392392
hyper-staticfile = "0.9.5"
393393
illumos-utils = { path = "illumos-utils" }
394394
indent_write = "2.2.0"

workspace-hack/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ regex-syntax = { version = "0.8.4" }
9494
reqwest = { version = "0.11.27", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
9595
ring = { version = "0.17.8", features = ["std"] }
9696
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
97+
rustls-pki-types = { version = "1.7.0", features = ["std"] }
98+
rustls-webpki = { version = "0.102.4", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
9799
schemars = { version = "0.8.21", features = ["bytes", "chrono", "uuid1"] }
98100
scopeguard = { version = "1.2.0" }
99101
semver = { version = "1.0.23", features = ["serde"] }
@@ -139,7 +141,7 @@ bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-f
139141
bstr = { version = "1.9.1" }
140142
byteorder = { version = "1.5.0" }
141143
bytes = { version = "1.7.1", features = ["serde"] }
142-
cc = { version = "1.0.97", default-features = false, features = ["parallel"] }
144+
cc = { version = "1.1.21", default-features = false, features = ["parallel"] }
143145
chrono = { version = "0.4.38", features = ["serde"] }
144146
cipher = { version = "0.4.4", default-features = false, features = ["block-padding", "zeroize"] }
145147
clap = { version = "4.5.16", features = ["cargo", "derive", "env", "wrap_help"] }
@@ -204,6 +206,8 @@ regex-syntax = { version = "0.8.4" }
204206
reqwest = { version = "0.11.27", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
205207
ring = { version = "0.17.8", features = ["std"] }
206208
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
209+
rustls-pki-types = { version = "1.7.0", features = ["std"] }
210+
rustls-webpki = { version = "0.102.4", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
207211
schemars = { version = "0.8.21", features = ["bytes", "chrono", "uuid1"] }
208212
scopeguard = { version = "1.2.0" }
209213
semver = { version = "1.0.23", features = ["serde"] }

0 commit comments

Comments
 (0)