Skip to content

Commit 476ec24

Browse files
Update Rust crate hyper-rustls to 0.27.6
1 parent 7547bfa commit 476ec24

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.11"
474-
hyper-rustls = "0.26.0"
474+
hyper-rustls = "0.27.6"
475475
hyper-staticfile = "0.10.1"
476476
iddqd = { version = "0.3.0", features = ["daft", "serde"] }
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" }
@@ -249,6 +250,7 @@ time = { version = "0.3.36", features = ["formatting", "local-offset", "macros",
249250
time-macros = { version = "0.2.18", default-features = false, features = ["formatting", "parsing"] }
250251
tokio = { version = "1.45.0", features = ["full", "test-util"] }
251252
tokio-postgres = { version = "0.7.13", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
253+
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
252254
tokio-stream = { version = "0.1.17", features = ["net", "sync"] }
253255
tokio-util = { version = "0.7.13", features = ["codec", "io-util", "time"] }
254256
toml = { version = "0.7.8" }
@@ -272,77 +274,70 @@ bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-f
272274
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
273275
dof = { version = "0.3.0", default-features = false, features = ["des"] }
274276
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
275-
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
277+
hyper-rustls = { version = "0.27.6", features = ["http2", "ring", "webpki-tokio"] }
276278
hyper-util = { version = "0.1.11", features = ["full"] }
277279
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"] }
278280
mio = { version = "1.0.2", features = ["net", "os-ext"] }
279281
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
280-
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
281282

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)