Skip to content

Commit 80db901

Browse files
Update Rust crate hyper-rustls to 0.27.1
1 parent 0133faa commit 80db901

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
@@ -243,7 +243,7 @@ httptest = "0.15.5"
243243
hubtools = { git = "https://github.com/oxidecomputer/hubtools.git", branch = "main" }
244244
humantime = "2.1.0"
245245
hyper = "0.14"
246-
hyper-rustls = "0.26.0"
246+
hyper-rustls = "0.27.1"
247247
hyper-staticfile = "0.9.5"
248248
illumos-utils = { path = "illumos-utils" }
249249
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.24", 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.16", features = ["bytes", "chrono", "uuid", "uuid1"] }
9395
semver = { version = "1.0.22", features = ["serde"] }
9496
serde = { version = "1.0.198", features = ["alloc", "derive", "rc"] }
@@ -134,6 +136,7 @@ bstr-6f8ce4dd05d13bba = { package = "bstr", version = "0.2.17" }
134136
bstr-dff4ba8e3ae991db = { package = "bstr", version = "1.9.0" }
135137
byteorder = { version = "1.5.0" }
136138
bytes = { version = "1.6.0", features = ["serde"] }
139+
cc = { version = "1.0.83", default-features = false, features = ["parallel"] }
137140
chrono = { version = "0.4.38", features = ["serde"] }
138141
cipher = { version = "0.4.4", default-features = false, features = ["block-padding", "zeroize"] }
139142
clap = { version = "4.5.4", features = ["cargo", "derive", "env", "wrap_help"] }
@@ -196,6 +199,8 @@ regex-automata = { version = "0.4.5", default-features = false, features = ["dfa
196199
regex-syntax = { version = "0.8.2" }
197200
reqwest = { version = "0.11.24", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
198201
ring = { version = "0.17.8", features = ["std"] }
202+
rustls-pki-types = { version = "1.3.0", features = ["std"] }
203+
rustls-webpki = { version = "0.102.3", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
199204
schemars = { version = "0.8.16", features = ["bytes", "chrono", "uuid", "uuid1"] }
200205
semver = { version = "1.0.22", features = ["serde"] }
201206
serde = { version = "1.0.198", features = ["alloc", "derive", "rc"] }

0 commit comments

Comments
 (0)