Skip to content

Commit cf2a724

Browse files
Update Rust crate hyper-rustls to 0.27.2
1 parent 6f25cfe commit cf2a724

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
@@ -329,7 +329,7 @@ httptest = "0.15.5"
329329
hubtools = { git = "https://github.com/oxidecomputer/hubtools.git", branch = "main" }
330330
humantime = "2.1.0"
331331
hyper = "0.14"
332-
hyper-rustls = "0.26.0"
332+
hyper-rustls = "0.27.2"
333333
hyper-staticfile = "0.9.5"
334334
illumos-utils = { path = "illumos-utils" }
335335
indent_write = "2.2.0"

workspace-hack/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ regex-automata = { version = "0.4.6", default-features = false, features = ["dfa
9090
regex-syntax = { version = "0.8.3" }
9191
reqwest = { version = "0.11.27", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
9292
ring = { version = "0.17.8", features = ["std"] }
93+
rustls-pki-types = { version = "1.7.0", features = ["std"] }
94+
rustls-webpki = { version = "0.102.4", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
9395
schemars = { version = "0.8.21", features = ["bytes", "chrono", "uuid1"] }
9496
scopeguard = { version = "1.2.0" }
9597
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.6.0", 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.9", features = ["cargo", "derive", "env", "wrap_help"] }
@@ -195,6 +198,8 @@ regex-automata = { version = "0.4.6", default-features = false, features = ["dfa
195198
regex-syntax = { version = "0.8.3" }
196199
reqwest = { version = "0.11.27", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
197200
ring = { version = "0.17.8", features = ["std"] }
201+
rustls-pki-types = { version = "1.7.0", features = ["std"] }
202+
rustls-webpki = { version = "0.102.4", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
198203
schemars = { version = "0.8.21", features = ["bytes", "chrono", "uuid1"] }
199204
scopeguard = { version = "1.2.0" }
200205
semver = { version = "1.0.23", features = ["serde"] }

0 commit comments

Comments
 (0)