Skip to content

Commit 7c6dc4c

Browse files
Update Rust crate hyper-rustls to 0.27.2
1 parent 2e0025c commit 7c6dc4c

File tree

3 files changed

+95
-11
lines changed

3 files changed

+95
-11
lines changed

Cargo.lock

Lines changed: 90 additions & 8 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
@@ -379,7 +379,7 @@ httptest = "0.15.5"
379379
hubtools = { git = "https://github.com/oxidecomputer/hubtools.git", branch = "main" }
380380
humantime = "2.1.0"
381381
hyper = "0.14"
382-
hyper-rustls = "0.26.0"
382+
hyper-rustls = "0.27.2"
383383
hyper-staticfile = "0.9.5"
384384
illumos-utils = { path = "illumos-utils" }
385385
indent_write = "2.2.0"

workspace-hack/Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ regex-syntax = { version = "0.8.4" }
9191
reqwest = { version = "0.11.27", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
9292
ring = { version = "0.17.8", features = ["std"] }
9393
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
94+
rustls-pki-types = { version = "1.7.0", features = ["std"] }
95+
rustls-webpki = { version = "0.102.4", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
9496
schemars = { version = "0.8.21", features = ["bytes", "chrono", "uuid1"] }
9597
scopeguard = { version = "1.2.0" }
9698
semver = { version = "1.0.23", features = ["serde"] }
@@ -101,7 +103,6 @@ sha2 = { version = "0.10.8", features = ["oid"] }
101103
similar = { version = "2.6.0", features = ["bytes", "inline", "unicode"] }
102104
slog = { version = "2.7.0", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] }
103105
smallvec = { version = "1.13.2", default-features = false, features = ["const_new"] }
104-
socket2 = { version = "0.5.7", default-features = false, features = ["all"] }
105106
spin = { version = "0.9.8" }
106107
string_cache = { version = "0.8.7" }
107108
subtle = { version = "2.5.0" }
@@ -199,6 +200,8 @@ regex-syntax = { version = "0.8.4" }
199200
reqwest = { version = "0.11.27", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
200201
ring = { version = "0.17.8", features = ["std"] }
201202
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
203+
rustls-pki-types = { version = "1.7.0", features = ["std"] }
204+
rustls-webpki = { version = "0.102.4", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
202205
schemars = { version = "0.8.21", features = ["bytes", "chrono", "uuid1"] }
203206
scopeguard = { version = "1.2.0" }
204207
semver = { version = "1.0.23", features = ["serde"] }
@@ -209,7 +212,6 @@ sha2 = { version = "0.10.8", features = ["oid"] }
209212
similar = { version = "2.6.0", features = ["bytes", "inline", "unicode"] }
210213
slog = { version = "2.7.0", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] }
211214
smallvec = { version = "1.13.2", default-features = false, features = ["const_new"] }
212-
socket2 = { version = "0.5.7", default-features = false, features = ["all"] }
213215
spin = { version = "0.9.8" }
214216
string_cache = { version = "0.8.7" }
215217
subtle = { version = "2.5.0" }

0 commit comments

Comments
 (0)