Skip to content

Commit aa54268

Browse files
Update Rust crate hyper-rustls to 0.27.5
1 parent 364f344 commit aa54268

File tree

3 files changed

+53
-57
lines changed

3 files changed

+53
-57
lines changed

Cargo.lock

+42-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
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

+10-18
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
6363
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
6464
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
6565
hashbrown = { version = "0.15.1" }
66-
heck = { version = "0.4.1" }
6766
hex = { version = "0.4.3", features = ["serde"] }
6867
hickory-proto = { version = "0.24.4", features = ["text-parsing"] }
6968
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
@@ -124,6 +123,7 @@ syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.98", features = ["extra
124123
time = { version = "0.3.36", features = ["formatting", "local-offset", "macros", "parsing"] }
125124
tokio = { version = "1.43.0", features = ["full", "test-util"] }
126125
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"] }
127127
tokio-stream = { version = "0.1.17", features = ["net", "sync"] }
128128
tokio-util = { version = "0.7.13", features = ["codec", "io-util"] }
129129
toml = { version = "0.7.8" }
@@ -187,7 +187,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
187187
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
188188
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
189189
hashbrown = { version = "0.15.1" }
190-
heck = { version = "0.4.1" }
191190
hex = { version = "0.4.3", features = ["serde"] }
192191
hickory-proto = { version = "0.24.4", features = ["text-parsing"] }
193192
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
@@ -250,6 +249,7 @@ time = { version = "0.3.36", features = ["formatting", "local-offset", "macros",
250249
time-macros = { version = "0.2.18", default-features = false, features = ["formatting", "parsing"] }
251250
tokio = { version = "1.43.0", features = ["full", "test-util"] }
252251
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"] }
253253
tokio-stream = { version = "0.1.17", features = ["net", "sync"] }
254254
tokio-util = { version = "0.7.13", features = ["codec", "io-util"] }
255255
toml = { version = "0.7.8" }
@@ -272,77 +272,70 @@ bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.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.10", 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.6.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.10", 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.6.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.10", 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.6.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.10", 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.6.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.10", 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.6.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.10", 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.6.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.10", 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.10", 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)