Skip to content

Commit 67c1982

Browse files
Update Rust crate hyper-rustls to 0.27.1
1 parent 4b06fe8 commit 67c1982

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
@@ -286,7 +286,7 @@ httptest = "0.15.5"
286286
hubtools = { git = "https://github.com/oxidecomputer/hubtools.git", branch = "main" }
287287
humantime = "2.1.0"
288288
hyper = "0.14"
289-
hyper-rustls = "0.26.0"
289+
hyper-rustls = "0.27.1"
290290
hyper-staticfile = "0.9.5"
291291
illumos-utils = { path = "illumos-utils" }
292292
indexmap = "2.2.6"

workspace-hack/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ regex-automata = { version = "0.4.5", default-features = false, features = ["dfa
8989
regex-syntax = { version = "0.8.2" }
9090
reqwest = { version = "0.11.27", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
9191
ring = { version = "0.17.8", features = ["std"] }
92+
rustls-pki-types = { version = "1.3.0", features = ["std"] }
93+
rustls-webpki = { version = "0.102.3", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
9294
schemars = { version = "0.8.17", features = ["bytes", "chrono", "uuid1"] }
9395
scopeguard = { version = "1.2.0" }
9496
semver = { version = "1.0.23", features = ["serde"] }
@@ -133,6 +135,7 @@ bstr-6f8ce4dd05d13bba = { package = "bstr", version = "0.2.17" }
133135
bstr-dff4ba8e3ae991db = { package = "bstr", version = "1.9.0" }
134136
byteorder = { version = "1.5.0" }
135137
bytes = { version = "1.6.0", features = ["serde"] }
138+
cc = { version = "1.0.83", default-features = false, features = ["parallel"] }
136139
chrono = { version = "0.4.38", features = ["serde"] }
137140
cipher = { version = "0.4.4", default-features = false, features = ["block-padding", "zeroize"] }
138141
clap = { version = "4.5.4", features = ["cargo", "derive", "env", "wrap_help"] }
@@ -193,6 +196,8 @@ regex-automata = { version = "0.4.5", default-features = false, features = ["dfa
193196
regex-syntax = { version = "0.8.2" }
194197
reqwest = { version = "0.11.27", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
195198
ring = { version = "0.17.8", features = ["std"] }
199+
rustls-pki-types = { version = "1.3.0", features = ["std"] }
200+
rustls-webpki = { version = "0.102.3", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
196201
schemars = { version = "0.8.17", features = ["bytes", "chrono", "uuid1"] }
197202
scopeguard = { version = "1.2.0" }
198203
semver = { version = "1.0.23", features = ["serde"] }

0 commit comments

Comments
 (0)