Skip to content

Commit 1b1c3a5

Browse files
Update Rust crate hyper-rustls to 0.27.7
1 parent f6ee316 commit 1b1c3a5

File tree

3 files changed

+60
-53
lines changed

3 files changed

+60
-53
lines changed

Cargo.lock

Lines changed: 49 additions & 36 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
@@ -123,6 +123,7 @@ syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.101", features = ["extr
123123
time = { version = "0.3.36", features = ["formatting", "local-offset", "macros", "parsing"] }
124124
tokio = { version = "1.45.0", features = ["full", "test-util"] }
125125
tokio-postgres = { version = "0.7.13", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
126+
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
126127
tokio-stream = { version = "0.1.17", features = ["net", "sync"] }
127128
tokio-util = { version = "0.7.13", features = ["codec", "io-util", "time"] }
128129
toml = { version = "0.7.8" }
@@ -250,6 +251,7 @@ time = { version = "0.3.36", features = ["formatting", "local-offset", "macros",
250251
time-macros = { version = "0.2.18", default-features = false, features = ["formatting", "parsing"] }
251252
tokio = { version = "1.45.0", features = ["full", "test-util"] }
252253
tokio-postgres = { version = "0.7.13", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
254+
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
253255
tokio-stream = { version = "0.1.17", features = ["net", "sync"] }
254256
tokio-util = { version = "0.7.13", features = ["codec", "io-util", "time"] }
255257
toml = { version = "0.7.8" }
@@ -273,77 +275,70 @@ bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-f
273275
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
274276
dof = { version = "0.3.0", default-features = false, features = ["des"] }
275277
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
276-
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
278+
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
277279
hyper-util = { version = "0.1.14", features = ["full"] }
278280
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"] }
279281
mio = { version = "1.0.2", features = ["net", "os-ext"] }
280282
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
281-
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
282283

283284
[target.x86_64-unknown-linux-gnu.build-dependencies]
284285
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-features = false, features = ["std"] }
285286
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
286287
dof = { version = "0.3.0", default-features = false, features = ["des"] }
287288
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
288-
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
289+
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
289290
hyper-util = { version = "0.1.14", features = ["full"] }
290291
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"] }
291292
mio = { version = "1.0.2", features = ["net", "os-ext"] }
292293
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
293-
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
294294

295295
[target.x86_64-apple-darwin.dependencies]
296296
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-features = false, features = ["std"] }
297297
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
298298
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
299-
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
299+
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
300300
hyper-util = { version = "0.1.14", features = ["full"] }
301301
mio = { version = "1.0.2", features = ["net", "os-ext"] }
302302
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
303-
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
304303

305304
[target.x86_64-apple-darwin.build-dependencies]
306305
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-features = false, features = ["std"] }
307306
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
308307
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
309-
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
308+
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
310309
hyper-util = { version = "0.1.14", features = ["full"] }
311310
mio = { version = "1.0.2", features = ["net", "os-ext"] }
312311
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
313-
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
314312

315313
[target.aarch64-apple-darwin.dependencies]
316314
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-features = false, features = ["std"] }
317315
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
318316
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
319-
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
317+
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
320318
hyper-util = { version = "0.1.14", features = ["full"] }
321319
mio = { version = "1.0.2", features = ["net", "os-ext"] }
322320
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
323-
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
324321

325322
[target.aarch64-apple-darwin.build-dependencies]
326323
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-features = false, features = ["std"] }
327324
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
328325
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
329-
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
326+
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
330327
hyper-util = { version = "0.1.14", features = ["full"] }
331328
mio = { version = "1.0.2", features = ["net", "os-ext"] }
332329
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
333-
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
334330

335331
[target.x86_64-unknown-illumos.dependencies]
336332
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-features = false, features = ["std"] }
337333
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
338334
dof = { version = "0.3.0", default-features = false, features = ["des"] }
339335
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
340-
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
336+
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
341337
hyper-util = { version = "0.1.14", features = ["full"] }
342338
indicatif = { version = "0.17.11", features = ["rayon"] }
343339
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
344340
mio = { version = "1.0.2", features = ["net", "os-ext"] }
345341
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
346-
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
347342
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }
348343
winnow = { version = "0.6.26", features = ["simd"] }
349344

@@ -353,13 +348,12 @@ clang-sys = { version = "1.8.1", default-features = false, features = ["clang_11
353348
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
354349
dof = { version = "0.3.0", default-features = false, features = ["des"] }
355350
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
356-
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
351+
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
357352
hyper-util = { version = "0.1.14", features = ["full"] }
358353
indicatif = { version = "0.17.11", features = ["rayon"] }
359354
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
360355
mio = { version = "1.0.2", features = ["net", "os-ext"] }
361356
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
362-
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
363357
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }
364358
winnow = { version = "0.6.26", features = ["simd"] }
365359

0 commit comments

Comments
 (0)