Skip to content

Commit 18dabc7

Browse files
Update Rust crate hyper-rustls to 0.27.5
1 parent 8a553a2 commit 18dabc7

File tree

3 files changed

+49
-50
lines changed

3 files changed

+49
-50
lines changed

Cargo.lock

Lines changed: 38 additions & 33 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
@@ -431,7 +431,7 @@ hubtools = { git = "https://github.com/oxidecomputer/hubtools.git", branch = "ma
431431
humantime = "2.1.0"
432432
hyper = "1.6.0"
433433
hyper-util = "0.1.10"
434-
hyper-rustls = "0.26.0"
434+
hyper-rustls = "0.27.5"
435435
hyper-staticfile = "0.10.1"
436436
id-map = { path = "id-map" }
437437
illumos-utils = { path = "illumos-utils" }

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.98", features = ["extra
123123
time = { version = "0.3.36", features = ["formatting", "local-offset", "macros", "parsing"] }
124124
tokio = { version = "1.43.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"] }
128129
toml = { version = "0.7.8" }
@@ -248,6 +249,7 @@ time = { version = "0.3.36", features = ["formatting", "local-offset", "macros",
248249
time-macros = { version = "0.2.18", default-features = false, features = ["formatting", "parsing"] }
249250
tokio = { version = "1.43.0", features = ["full", "test-util"] }
250251
tokio-postgres = { version = "0.7.13", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
252+
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
251253
tokio-stream = { version = "0.1.17", features = ["net", "sync"] }
252254
tokio-util = { version = "0.7.13", features = ["codec", "io-util"] }
253255
toml = { version = "0.7.8" }
@@ -270,77 +272,70 @@ bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-f
270272
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
271273
dof = { version = "0.3.0", default-features = false, features = ["des"] }
272274
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
273-
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
275+
hyper-rustls = { version = "0.27.5", features = ["http2", "ring", "webpki-tokio"] }
274276
hyper-util = { version = "0.1.10", features = ["full"] }
275277
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"] }
276278
mio = { version = "1.0.2", features = ["net", "os-ext"] }
277279
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
278-
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
279280

280281
[target.x86_64-unknown-linux-gnu.build-dependencies]
281282
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-features = false, features = ["std"] }
282283
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
283284
dof = { version = "0.3.0", default-features = false, features = ["des"] }
284285
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
285-
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
286+
hyper-rustls = { version = "0.27.5", features = ["http2", "ring", "webpki-tokio"] }
286287
hyper-util = { version = "0.1.10", features = ["full"] }
287288
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"] }
288289
mio = { version = "1.0.2", features = ["net", "os-ext"] }
289290
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
290-
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
291291

292292
[target.x86_64-apple-darwin.dependencies]
293293
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-features = false, features = ["std"] }
294294
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
295295
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
296-
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
296+
hyper-rustls = { version = "0.27.5", features = ["http2", "ring", "webpki-tokio"] }
297297
hyper-util = { version = "0.1.10", features = ["full"] }
298298
mio = { version = "1.0.2", features = ["net", "os-ext"] }
299299
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
300-
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
301300

302301
[target.x86_64-apple-darwin.build-dependencies]
303302
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-features = false, features = ["std"] }
304303
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
305304
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
306-
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
305+
hyper-rustls = { version = "0.27.5", features = ["http2", "ring", "webpki-tokio"] }
307306
hyper-util = { version = "0.1.10", features = ["full"] }
308307
mio = { version = "1.0.2", features = ["net", "os-ext"] }
309308
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
310-
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
311309

312310
[target.aarch64-apple-darwin.dependencies]
313311
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-features = false, features = ["std"] }
314312
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
315313
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
316-
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
314+
hyper-rustls = { version = "0.27.5", features = ["http2", "ring", "webpki-tokio"] }
317315
hyper-util = { version = "0.1.10", features = ["full"] }
318316
mio = { version = "1.0.2", features = ["net", "os-ext"] }
319317
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
320-
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
321318

322319
[target.aarch64-apple-darwin.build-dependencies]
323320
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-features = false, features = ["std"] }
324321
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
325322
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
326-
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
323+
hyper-rustls = { version = "0.27.5", features = ["http2", "ring", "webpki-tokio"] }
327324
hyper-util = { version = "0.1.10", features = ["full"] }
328325
mio = { version = "1.0.2", features = ["net", "os-ext"] }
329326
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
330-
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
331327

332328
[target.x86_64-unknown-illumos.dependencies]
333329
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-features = false, features = ["std"] }
334330
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
335331
dof = { version = "0.3.0", default-features = false, features = ["des"] }
336332
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
337-
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
333+
hyper-rustls = { version = "0.27.5", features = ["http2", "ring", "webpki-tokio"] }
338334
hyper-util = { version = "0.1.10", features = ["full"] }
339335
indicatif = { version = "0.17.11", features = ["rayon"] }
340336
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
341337
mio = { version = "1.0.2", features = ["net", "os-ext"] }
342338
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
343-
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
344339
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }
345340

346341
[target.x86_64-unknown-illumos.build-dependencies]
@@ -349,13 +344,12 @@ clang-sys = { version = "1.8.1", default-features = false, features = ["clang_11
349344
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
350345
dof = { version = "0.3.0", default-features = false, features = ["des"] }
351346
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
352-
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
347+
hyper-rustls = { version = "0.27.5", features = ["http2", "ring", "webpki-tokio"] }
353348
hyper-util = { version = "0.1.10", features = ["full"] }
354349
indicatif = { version = "0.17.11", features = ["rayon"] }
355350
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
356351
mio = { version = "1.0.2", features = ["net", "os-ext"] }
357352
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
358-
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
359353
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }
360354

361355
### END HAKARI SECTION

0 commit comments

Comments
 (0)