Skip to content

Commit 3637f41

Browse files
Update Rust crate hyper-rustls to 0.27.5
1 parent d07b544 commit 3637f41

File tree

3 files changed

+53
-57
lines changed

3 files changed

+53
-57
lines changed

Cargo.lock

Lines changed: 42 additions & 38 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
@@ -466,7 +466,7 @@ hubtools = { git = "https://github.com/oxidecomputer/hubtools.git", branch = "ma
466466
humantime = "2.1.0"
467467
hyper = "1.6.0"
468468
hyper-util = "0.1.11"
469-
hyper-rustls = "0.26.0"
469+
hyper-rustls = "0.27.5"
470470
hyper-staticfile = "0.10.1"
471471
id-map = { path = "id-map" }
472472
illumos-utils = { path = "illumos-utils" }

workspace-hack/Cargo.toml

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
6262
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
6363
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
6464
hashbrown = { version = "0.15.1" }
65-
heck = { version = "0.4.1" }
6665
hickory-proto = { version = "0.24.4", features = ["text-parsing"] }
6766
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
6867
hyper = { version = "1.6.0", features = ["full"] }
@@ -123,6 +122,7 @@ syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.98", features = ["extra
123122
time = { version = "0.3.36", features = ["formatting", "local-offset", "macros", "parsing"] }
124123
tokio = { version = "1.43.1", features = ["full", "test-util"] }
125124
tokio-postgres = { version = "0.7.13", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
125+
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
126126
tokio-stream = { version = "0.1.17", features = ["net", "sync"] }
127127
tokio-util = { version = "0.7.13", features = ["codec", "io-util", "time"] }
128128
toml = { version = "0.7.8" }
@@ -186,7 +186,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
186186
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
187187
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
188188
hashbrown = { version = "0.15.1" }
189-
heck = { version = "0.4.1" }
190189
hickory-proto = { version = "0.24.4", features = ["text-parsing"] }
191190
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
192191
hyper = { version = "1.6.0", features = ["full"] }
@@ -249,6 +248,7 @@ time = { version = "0.3.36", features = ["formatting", "local-offset", "macros",
249248
time-macros = { version = "0.2.18", default-features = false, features = ["formatting", "parsing"] }
250249
tokio = { version = "1.43.1", features = ["full", "test-util"] }
251250
tokio-postgres = { version = "0.7.13", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
251+
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
252252
tokio-stream = { version = "0.1.17", features = ["net", "sync"] }
253253
tokio-util = { version = "0.7.13", features = ["codec", "io-util", "time"] }
254254
toml = { version = "0.7.8" }
@@ -272,77 +272,70 @@ bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-f
272272
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
273273
dof = { version = "0.3.0", default-features = false, features = ["des"] }
274274
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"] }
275+
hyper-rustls = { version = "0.27.5", features = ["http2", "ring", "webpki-tokio"] }
276276
hyper-util = { version = "0.1.11", features = ["full"] }
277277
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"] }
278278
mio = { version = "1.0.2", features = ["net", "os-ext"] }
279279
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"] }
281280

282281
[target.x86_64-unknown-linux-gnu.build-dependencies]
283282
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-features = false, features = ["std"] }
284283
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
285284
dof = { version = "0.3.0", default-features = false, features = ["des"] }
286285
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"] }
286+
hyper-rustls = { version = "0.27.5", features = ["http2", "ring", "webpki-tokio"] }
288287
hyper-util = { version = "0.1.11", features = ["full"] }
289288
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"] }
290289
mio = { version = "1.0.2", features = ["net", "os-ext"] }
291290
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"] }
293291

294292
[target.x86_64-apple-darwin.dependencies]
295293
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-features = false, features = ["std"] }
296294
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
297295
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"] }
296+
hyper-rustls = { version = "0.27.5", features = ["http2", "ring", "webpki-tokio"] }
299297
hyper-util = { version = "0.1.11", features = ["full"] }
300298
mio = { version = "1.0.2", features = ["net", "os-ext"] }
301299
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"] }
303300

304301
[target.x86_64-apple-darwin.build-dependencies]
305302
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-features = false, features = ["std"] }
306303
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
307304
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"] }
305+
hyper-rustls = { version = "0.27.5", features = ["http2", "ring", "webpki-tokio"] }
309306
hyper-util = { version = "0.1.11", features = ["full"] }
310307
mio = { version = "1.0.2", features = ["net", "os-ext"] }
311308
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"] }
313309

314310
[target.aarch64-apple-darwin.dependencies]
315311
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-features = false, features = ["std"] }
316312
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
317313
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"] }
314+
hyper-rustls = { version = "0.27.5", features = ["http2", "ring", "webpki-tokio"] }
319315
hyper-util = { version = "0.1.11", features = ["full"] }
320316
mio = { version = "1.0.2", features = ["net", "os-ext"] }
321317
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"] }
323318

324319
[target.aarch64-apple-darwin.build-dependencies]
325320
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-features = false, features = ["std"] }
326321
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
327322
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"] }
323+
hyper-rustls = { version = "0.27.5", features = ["http2", "ring", "webpki-tokio"] }
329324
hyper-util = { version = "0.1.11", features = ["full"] }
330325
mio = { version = "1.0.2", features = ["net", "os-ext"] }
331326
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"] }
333327

334328
[target.x86_64-unknown-illumos.dependencies]
335329
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-features = false, features = ["std"] }
336330
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
337331
dof = { version = "0.3.0", default-features = false, features = ["des"] }
338332
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"] }
333+
hyper-rustls = { version = "0.27.5", features = ["http2", "ring", "webpki-tokio"] }
340334
hyper-util = { version = "0.1.11", features = ["full"] }
341335
indicatif = { version = "0.17.11", features = ["rayon"] }
342336
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
343337
mio = { version = "1.0.2", features = ["net", "os-ext"] }
344338
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"] }
346339
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }
347340

348341
[target.x86_64-unknown-illumos.build-dependencies]
@@ -351,13 +344,12 @@ clang-sys = { version = "1.8.1", default-features = false, features = ["clang_11
351344
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
352345
dof = { version = "0.3.0", default-features = false, features = ["des"] }
353346
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
354-
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"] }
355348
hyper-util = { version = "0.1.11", features = ["full"] }
356349
indicatif = { version = "0.17.11", features = ["rayon"] }
357350
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
358351
mio = { version = "1.0.2", features = ["net", "os-ext"] }
359352
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
360-
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
361353
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }
362354

363355
### END HAKARI SECTION

0 commit comments

Comments
 (0)