Skip to content

Commit 9da263c

Browse files
Update Rust crate hyper-rustls to 0.27.1
1 parent c472464 commit 9da263c

File tree

3 files changed

+109
-10
lines changed

3 files changed

+109
-10
lines changed

Cargo.lock

Lines changed: 103 additions & 9 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
@@ -285,7 +285,7 @@ httptest = "0.15.5"
285285
hubtools = { git = "https://github.com/oxidecomputer/hubtools.git", branch = "main" }
286286
humantime = "2.1.0"
287287
hyper = "0.14"
288-
hyper-rustls = "0.26.0"
288+
hyper-rustls = "0.27.1"
289289
hyper-staticfile = "0.9.5"
290290
illumos-utils = { path = "illumos-utils" }
291291
indexmap = "2.2.6"

workspace-hack/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ regex-automata = { version = "0.4.5", default-features = false, features = ["dfa
9191
regex-syntax = { version = "0.8.2" }
9292
reqwest = { version = "0.11.27", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
9393
ring = { version = "0.17.8", features = ["std"] }
94+
rustls-pki-types = { version = "1.3.0", features = ["std"] }
95+
rustls-webpki = { version = "0.102.3", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
9496
schemars = { version = "0.8.17", features = ["bytes", "chrono", "uuid1"] }
9597
scopeguard = { version = "1.2.0" }
9698
semver = { version = "1.0.22", features = ["serde"] }
@@ -136,6 +138,7 @@ bstr-6f8ce4dd05d13bba = { package = "bstr", version = "0.2.17" }
136138
bstr-dff4ba8e3ae991db = { package = "bstr", version = "1.9.0" }
137139
byteorder = { version = "1.5.0" }
138140
bytes = { version = "1.6.0", features = ["serde"] }
141+
cc = { version = "1.0.83", default-features = false, features = ["parallel"] }
139142
chrono = { version = "0.4.38", features = ["serde"] }
140143
cipher = { version = "0.4.4", default-features = false, features = ["block-padding", "zeroize"] }
141144
clap = { version = "4.5.4", features = ["cargo", "derive", "env", "wrap_help"] }
@@ -198,6 +201,8 @@ regex-automata = { version = "0.4.5", default-features = false, features = ["dfa
198201
regex-syntax = { version = "0.8.2" }
199202
reqwest = { version = "0.11.27", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
200203
ring = { version = "0.17.8", features = ["std"] }
204+
rustls-pki-types = { version = "1.3.0", features = ["std"] }
205+
rustls-webpki = { version = "0.102.3", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
201206
schemars = { version = "0.8.17", features = ["bytes", "chrono", "uuid1"] }
202207
scopeguard = { version = "1.2.0" }
203208
semver = { version = "1.0.22", features = ["serde"] }

0 commit comments

Comments
 (0)