Skip to content

Commit fe7ee14

Browse files
Update Rust crate hyper-rustls to 0.27.5
1 parent f3cb67f commit fe7ee14

File tree

3 files changed

+52
-53
lines changed

3 files changed

+52
-53
lines changed

Cargo.lock

+39-34
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
@@ -440,7 +440,7 @@ hubtools = { git = "https://github.com/oxidecomputer/hubtools.git", branch = "ma
440440
humantime = "2.1.0"
441441
hyper = "1.6.0"
442442
hyper-util = "0.1.10"
443-
hyper-rustls = "0.26.0"
443+
hyper-rustls = "0.27.5"
444444
hyper-staticfile = "0.10.1"
445445
id-map = { path = "id-map" }
446446
illumos-utils = { path = "illumos-utils" }

workspace-hack/Cargo.toml

+12-18
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ idna = { version = "1.0.3" }
7070
indexmap = { version = "2.7.1", features = ["serde"] }
7171
inout = { version = "0.1.3", default-features = false, features = ["std"] }
7272
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
73-
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
7473
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
7574
lalrpop-util = { version = "0.19.12" }
7675
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
@@ -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.0", 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"] }
128128
toml = { version = "0.7.8" }
@@ -193,7 +193,6 @@ idna = { version = "1.0.3" }
193193
indexmap = { version = "2.7.1", features = ["serde"] }
194194
inout = { version = "0.1.3", default-features = false, features = ["std"] }
195195
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
196-
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
197196
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
198197
lalrpop-util = { version = "0.19.12" }
199198
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
@@ -248,6 +247,7 @@ time = { version = "0.3.36", features = ["formatting", "local-offset", "macros",
248247
time-macros = { version = "0.2.18", default-features = false, features = ["formatting", "parsing"] }
249248
tokio = { version = "1.43.0", features = ["full", "test-util"] }
250249
tokio-postgres = { version = "0.7.13", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
250+
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
251251
tokio-stream = { version = "0.1.17", features = ["net", "sync"] }
252252
tokio-util = { version = "0.7.13", features = ["codec", "io-util"] }
253253
toml = { version = "0.7.8" }
@@ -270,76 +270,70 @@ bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-f
270270
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
271271
dof = { version = "0.3.0", default-features = false, features = ["des"] }
272272
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"] }
273+
hyper-rustls = { version = "0.27.5", features = ["http2", "ring", "webpki-tokio"] }
274274
hyper-util = { version = "0.1.10", features = ["full"] }
275275
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"] }
276276
mio = { version = "1.0.2", features = ["net", "os-ext"] }
277277
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"] }
279278

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

292290
[target.x86_64-apple-darwin.dependencies]
293291
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-features = false, features = ["std"] }
294292
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
295293
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"] }
294+
hyper-rustls = { version = "0.27.5", features = ["http2", "ring", "webpki-tokio"] }
297295
hyper-util = { version = "0.1.10", features = ["full"] }
298296
mio = { version = "1.0.2", features = ["net", "os-ext"] }
299297
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"] }
301298

302299
[target.x86_64-apple-darwin.build-dependencies]
303300
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-features = false, features = ["std"] }
304301
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
305302
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"] }
303+
hyper-rustls = { version = "0.27.5", features = ["http2", "ring", "webpki-tokio"] }
307304
hyper-util = { version = "0.1.10", features = ["full"] }
308305
mio = { version = "1.0.2", features = ["net", "os-ext"] }
309306
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"] }
311307

312308
[target.aarch64-apple-darwin.dependencies]
313309
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-features = false, features = ["std"] }
314310
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
315311
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"] }
312+
hyper-rustls = { version = "0.27.5", features = ["http2", "ring", "webpki-tokio"] }
317313
hyper-util = { version = "0.1.10", features = ["full"] }
318314
mio = { version = "1.0.2", features = ["net", "os-ext"] }
319315
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"] }
321316

322317
[target.aarch64-apple-darwin.build-dependencies]
323318
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-features = false, features = ["std"] }
324319
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
325320
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"] }
321+
hyper-rustls = { version = "0.27.5", features = ["http2", "ring", "webpki-tokio"] }
327322
hyper-util = { version = "0.1.10", features = ["full"] }
328323
mio = { version = "1.0.2", features = ["net", "os-ext"] }
329324
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"] }
331325

332326
[target.x86_64-unknown-illumos.dependencies]
333327
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-features = false, features = ["std"] }
334328
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
335329
dof = { version = "0.3.0", default-features = false, features = ["des"] }
336330
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"] }
331+
hyper-rustls = { version = "0.27.5", features = ["http2", "ring", "webpki-tokio"] }
338332
hyper-util = { version = "0.1.10", features = ["full"] }
339333
indicatif = { version = "0.17.11", features = ["rayon"] }
334+
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
340335
mio = { version = "1.0.2", features = ["net", "os-ext"] }
341336
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
342-
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
343337
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }
344338

345339
[target.x86_64-unknown-illumos.build-dependencies]
@@ -348,12 +342,12 @@ clang-sys = { version = "1.8.1", default-features = false, features = ["clang_11
348342
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
349343
dof = { version = "0.3.0", default-features = false, features = ["des"] }
350344
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
351-
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
345+
hyper-rustls = { version = "0.27.5", features = ["http2", "ring", "webpki-tokio"] }
352346
hyper-util = { version = "0.1.10", features = ["full"] }
353347
indicatif = { version = "0.17.11", features = ["rayon"] }
348+
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
354349
mio = { version = "1.0.2", features = ["net", "os-ext"] }
355350
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
356-
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
357351
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }
358352

359353
### END HAKARI SECTION

0 commit comments

Comments
 (0)