Skip to content

Commit 8b2fc31

Browse files
Update Rust crate hyper-rustls to 0.27.2
1 parent 273257c commit 8b2fc31

3 files changed

Lines changed: 110 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 104 additions & 6 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
@@ -361,7 +361,7 @@ httptest = "0.15.5"
361361
hubtools = { git = "https://github.com/oxidecomputer/hubtools.git", branch = "main" }
362362
humantime = "2.1.0"
363363
hyper = "0.14"
364-
hyper-rustls = "0.26.0"
364+
hyper-rustls = "0.27.2"
365365
hyper-staticfile = "0.9.5"
366366
illumos-utils = { path = "illumos-utils" }
367367
indent_write = "2.2.0"

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.21", features = ["bytes", "chrono", "uuid1"] }
9395
scopeguard = { version = "1.2.0" }
9496
semver = { version = "1.0.23", features = ["serde"] }
@@ -134,6 +136,7 @@ bstr-6f8ce4dd05d13bba = { package = "bstr", version = "0.2.17" }
134136
bstr-dff4ba8e3ae991db = { package = "bstr", version = "1.9.1" }
135137
byteorder = { version = "1.5.0" }
136138
bytes = { version = "1.7.1", features = ["serde"] }
139+
cc = { version = "1.0.97", 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.13", features = ["cargo", "derive", "env", "wrap_help"] }
@@ -193,6 +196,8 @@ regex-automata = { version = "0.4.6", default-features = false, features = ["dfa
193196
regex-syntax = { version = "0.8.3" }
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.7.0", features = ["std"] }
200+
rustls-webpki = { version = "0.102.4", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
196201
schemars = { version = "0.8.21", features = ["bytes", "chrono", "uuid1"] }
197202
scopeguard = { version = "1.2.0" }
198203
semver = { version = "1.0.23", features = ["serde"] }

0 commit comments

Comments
 (0)