Skip to content

Commit 2b6a906

Browse files
Update Rust crate hyper-rustls to 0.27.1
1 parent 8975897 commit 2b6a906

File tree

3 files changed

+111
-8
lines changed

3 files changed

+111
-8
lines changed

Cargo.lock

Lines changed: 105 additions & 7 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.6", default-features = false, features = ["dfa
8989
regex-syntax = { version = "0.8.3" }
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.7.0", features = ["std"] }
93+
rustls-webpki = { version = "0.102.4", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
9294
schemars = { version = "0.8.20", features = ["bytes", "chrono", "uuid1"] }
9395
scopeguard = { version = "1.2.0" }
9496
semver = { version = "1.0.23", features = ["serde"] }
@@ -133,6 +135,7 @@ bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.5.0", default-f
133135
bstr = { version = "1.9.1" }
134136
byteorder = { version = "1.5.0" }
135137
bytes = { version = "1.6.0", features = ["serde"] }
138+
cc = { version = "1.0.97", 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"] }
@@ -194,6 +197,8 @@ regex-automata = { version = "0.4.6", default-features = false, features = ["dfa
194197
regex-syntax = { version = "0.8.3" }
195198
reqwest = { version = "0.11.27", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
196199
ring = { version = "0.17.8", features = ["std"] }
200+
rustls-pki-types = { version = "1.7.0", features = ["std"] }
201+
rustls-webpki = { version = "0.102.4", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
197202
schemars = { version = "0.8.20", features = ["bytes", "chrono", "uuid1"] }
198203
scopeguard = { version = "1.2.0" }
199204
semver = { version = "1.0.23", features = ["serde"] }

0 commit comments

Comments
 (0)