Skip to content

Commit 39532ed

Browse files
Update Rust crate hyper-rustls to 0.27.5
1 parent 078678f commit 39532ed

File tree

3 files changed

+50
-51
lines changed

3 files changed

+50
-51
lines changed

Diff for: Cargo.lock

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

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ hubtools = { git = "https://github.com/oxidecomputer/hubtools.git", branch = "ma
427427
humantime = "2.1.0"
428428
hyper = "1.6.0"
429429
hyper-util = "0.1.10"
430-
hyper-rustls = "0.26.0"
430+
hyper-rustls = "0.27.5"
431431
hyper-staticfile = "0.10.1"
432432
illumos-utils = { path = "illumos-utils" }
433433
iana-time-zone = "0.1.61"

Diff for: workspace-hack/Cargo.toml

+10-16
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.98", features = ["extra
121121
time = { version = "0.3.36", features = ["formatting", "local-offset", "macros", "parsing"] }
122122
tokio = { version = "1.43.0", features = ["full", "test-util"] }
123123
tokio-postgres = { version = "0.7.13", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
124+
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
124125
tokio-stream = { version = "0.1.17", features = ["net", "sync"] }
125126
tokio-util = { version = "0.7.13", features = ["codec", "io-util"] }
126127
toml = { version = "0.7.8" }
@@ -244,6 +245,7 @@ time = { version = "0.3.36", features = ["formatting", "local-offset", "macros",
244245
time-macros = { version = "0.2.18", default-features = false, features = ["formatting", "parsing"] }
245246
tokio = { version = "1.43.0", features = ["full", "test-util"] }
246247
tokio-postgres = { version = "0.7.13", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
248+
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
247249
tokio-stream = { version = "0.1.17", features = ["net", "sync"] }
248250
tokio-util = { version = "0.7.13", features = ["codec", "io-util"] }
249251
toml = { version = "0.7.8" }
@@ -266,77 +268,70 @@ bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-f
266268
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
267269
dof = { version = "0.3.0", default-features = false, features = ["des"] }
268270
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
269-
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
271+
hyper-rustls = { version = "0.27.5", features = ["http2", "ring", "webpki-tokio"] }
270272
hyper-util = { version = "0.1.10", features = ["full"] }
271273
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"] }
272274
mio = { version = "1.0.2", features = ["net", "os-ext"] }
273275
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
274-
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
275276

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

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

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

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

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

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

342337
[target.x86_64-unknown-illumos.build-dependencies]
@@ -345,13 +340,12 @@ clang-sys = { version = "1.8.1", default-features = false, features = ["clang_11
345340
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
346341
dof = { version = "0.3.0", default-features = false, features = ["des"] }
347342
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
348-
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
343+
hyper-rustls = { version = "0.27.5", features = ["http2", "ring", "webpki-tokio"] }
349344
hyper-util = { version = "0.1.10", features = ["full"] }
350345
indicatif = { version = "0.17.11", features = ["rayon"] }
351346
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
352347
mio = { version = "1.0.2", features = ["net", "os-ext"] }
353348
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
354-
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
355349
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }
356350

357351
### END HAKARI SECTION

0 commit comments

Comments
 (0)