Skip to content

Commit 3f677fc

Browse files
Update Rust crate hyper-rustls to 0.27.7 (#7661)
1 parent e130938 commit 3f677fc

File tree

3 files changed

+51
-62
lines changed

3 files changed

+51
-62
lines changed

Cargo.lock

Lines changed: 40 additions & 45 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
@@ -471,7 +471,7 @@ hubtools = { git = "https://github.com/oxidecomputer/hubtools.git", branch = "ma
471471
humantime = "2.1.0"
472472
hyper = "1.6.0"
473473
hyper-util = "0.1.14"
474-
hyper-rustls = "0.26.0"
474+
hyper-rustls = "0.27.7"
475475
hyper-staticfile = "0.10.1"
476476
iddqd = { version = "0.3.7", features = ["daft", "serde", "schemars08"] }
477477
id-map = { path = "id-map" }

workspace-hack/Cargo.toml

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.103", features = ["extr
126126
time = { version = "0.3.36", features = ["formatting", "local-offset", "macros", "parsing"] }
127127
tokio = { version = "1.45.1", features = ["full", "test-util"] }
128128
tokio-postgres = { version = "0.7.13", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
129+
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
129130
tokio-stream = { version = "0.1.17", features = ["net", "sync"] }
130131
tokio-util = { version = "0.7.15", features = ["codec", "io-util", "time"] }
131132
toml = { version = "0.7.8" }
@@ -256,6 +257,7 @@ time = { version = "0.3.36", features = ["formatting", "local-offset", "macros",
256257
time-macros = { version = "0.2.18", default-features = false, features = ["formatting", "parsing"] }
257258
tokio = { version = "1.45.1", features = ["full", "test-util"] }
258259
tokio-postgres = { version = "0.7.13", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
260+
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
259261
tokio-stream = { version = "0.1.17", features = ["net", "sync"] }
260262
tokio-util = { version = "0.7.15", features = ["codec", "io-util", "time"] }
261263
toml = { version = "0.7.8" }
@@ -279,77 +281,70 @@ bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-f
279281
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
280282
dof = { version = "0.3.0", default-features = false, features = ["des"] }
281283
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
282-
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
284+
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
283285
hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-system", "full"] }
284286
linux-raw-sys = { version = "0.4.14", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "std", "system", "xdp"] }
285287
mio = { version = "1.0.2", features = ["net", "os-ext"] }
286288
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
287-
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
288289

289290
[target.x86_64-unknown-linux-gnu.build-dependencies]
290291
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-features = false, features = ["std"] }
291292
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
292293
dof = { version = "0.3.0", default-features = false, features = ["des"] }
293294
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
294-
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
295+
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
295296
hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-system", "full"] }
296297
linux-raw-sys = { version = "0.4.14", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "std", "system", "xdp"] }
297298
mio = { version = "1.0.2", features = ["net", "os-ext"] }
298299
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
299-
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
300300

301301
[target.x86_64-apple-darwin.dependencies]
302302
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-features = false, features = ["std"] }
303303
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
304304
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
305-
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
305+
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
306306
hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-system", "full"] }
307307
mio = { version = "1.0.2", features = ["net", "os-ext"] }
308308
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
309-
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
310309

311310
[target.x86_64-apple-darwin.build-dependencies]
312311
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-features = false, features = ["std"] }
313312
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
314313
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
315-
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
314+
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
316315
hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-system", "full"] }
317316
mio = { version = "1.0.2", features = ["net", "os-ext"] }
318317
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
319-
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
320318

321319
[target.aarch64-apple-darwin.dependencies]
322320
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-features = false, features = ["std"] }
323321
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
324322
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
325-
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
323+
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
326324
hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-system", "full"] }
327325
mio = { version = "1.0.2", features = ["net", "os-ext"] }
328326
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
329-
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
330327

331328
[target.aarch64-apple-darwin.build-dependencies]
332329
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-features = false, features = ["std"] }
333330
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
334331
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
335-
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
332+
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
336333
hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-system", "full"] }
337334
mio = { version = "1.0.2", features = ["net", "os-ext"] }
338335
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
339-
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
340336

341337
[target.x86_64-unknown-illumos.dependencies]
342338
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-features = false, features = ["std"] }
343339
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
344340
dof = { version = "0.3.0", default-features = false, features = ["des"] }
345341
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
346-
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
342+
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
347343
hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-system", "full"] }
348344
indicatif = { version = "0.17.11", features = ["rayon"] }
349345
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
350346
mio = { version = "1.0.2", features = ["net", "os-ext"] }
351347
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
352-
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
353348
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }
354349
winnow = { version = "0.6.26", features = ["simd"] }
355350

@@ -359,13 +354,12 @@ clang-sys = { version = "1.8.1", default-features = false, features = ["clang_11
359354
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
360355
dof = { version = "0.3.0", default-features = false, features = ["des"] }
361356
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
362-
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
357+
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
363358
hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-system", "full"] }
364359
indicatif = { version = "0.17.11", features = ["rayon"] }
365360
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
366361
mio = { version = "1.0.2", features = ["net", "os-ext"] }
367362
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
368-
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
369363
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }
370364
winnow = { version = "0.6.26", features = ["simd"] }
371365

0 commit comments

Comments
 (0)