@@ -121,6 +121,7 @@ syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.98", features = ["extra
121
121
time = { version = " 0.3.36" , features = [" formatting" , " local-offset" , " macros" , " parsing" ] }
122
122
tokio = { version = " 1.43.0" , features = [" full" , " test-util" ] }
123
123
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" ] }
124
125
tokio-stream = { version = " 0.1.17" , features = [" net" , " sync" ] }
125
126
tokio-util = { version = " 0.7.13" , features = [" codec" , " io-util" ] }
126
127
toml = { version = " 0.7.8" }
@@ -244,6 +245,7 @@ time = { version = "0.3.36", features = ["formatting", "local-offset", "macros",
244
245
time-macros = { version = " 0.2.18" , default-features = false , features = [" formatting" , " parsing" ] }
245
246
tokio = { version = " 1.43.0" , features = [" full" , " test-util" ] }
246
247
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" ] }
247
249
tokio-stream = { version = " 0.1.17" , features = [" net" , " sync" ] }
248
250
tokio-util = { version = " 0.7.13" , features = [" codec" , " io-util" ] }
249
251
toml = { version = " 0.7.8" }
@@ -266,77 +268,70 @@ bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-f
266
268
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
267
269
dof = { version = " 0.3.0" , default-features = false , features = [" des" ] }
268
270
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" ] }
270
272
hyper-util = { version = " 0.1.10" , features = [" full" ] }
271
273
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" ] }
272
274
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
273
275
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" ] }
275
276
276
277
[target .x86_64-unknown-linux-gnu .build-dependencies ]
277
278
bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.6.0" , default-features = false , features = [" std" ] }
278
279
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
279
280
dof = { version = " 0.3.0" , default-features = false , features = [" des" ] }
280
281
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" ] }
282
283
hyper-util = { version = " 0.1.10" , features = [" full" ] }
283
284
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" ] }
284
285
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
285
286
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" ] }
287
287
288
288
[target .x86_64-apple-darwin .dependencies ]
289
289
bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.6.0" , default-features = false , features = [" std" ] }
290
290
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
291
291
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" ] }
293
293
hyper-util = { version = " 0.1.10" , features = [" full" ] }
294
294
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
295
295
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" ] }
297
296
298
297
[target .x86_64-apple-darwin .build-dependencies ]
299
298
bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.6.0" , default-features = false , features = [" std" ] }
300
299
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
301
300
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" ] }
303
302
hyper-util = { version = " 0.1.10" , features = [" full" ] }
304
303
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
305
304
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" ] }
307
305
308
306
[target .aarch64-apple-darwin .dependencies ]
309
307
bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.6.0" , default-features = false , features = [" std" ] }
310
308
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
311
309
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" ] }
313
311
hyper-util = { version = " 0.1.10" , features = [" full" ] }
314
312
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
315
313
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" ] }
317
314
318
315
[target .aarch64-apple-darwin .build-dependencies ]
319
316
bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.6.0" , default-features = false , features = [" std" ] }
320
317
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
321
318
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" ] }
323
320
hyper-util = { version = " 0.1.10" , features = [" full" ] }
324
321
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
325
322
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" ] }
327
323
328
324
[target .x86_64-unknown-illumos .dependencies ]
329
325
bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.6.0" , default-features = false , features = [" std" ] }
330
326
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
331
327
dof = { version = " 0.3.0" , default-features = false , features = [" des" ] }
332
328
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" ] }
334
330
hyper-util = { version = " 0.1.10" , features = [" full" ] }
335
331
indicatif = { version = " 0.17.11" , features = [" rayon" ] }
336
332
itertools-5ef9efb8ec2df382 = { package = " itertools" , version = " 0.12.1" }
337
333
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
338
334
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" ] }
340
335
toml_edit-cdcf2f9584511fe6 = { package = " toml_edit" , version = " 0.19.15" , features = [" serde" ] }
341
336
342
337
[target .x86_64-unknown-illumos .build-dependencies ]
@@ -345,13 +340,12 @@ clang-sys = { version = "1.8.1", default-features = false, features = ["clang_11
345
340
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
346
341
dof = { version = " 0.3.0" , default-features = false , features = [" des" ] }
347
342
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" ] }
349
344
hyper-util = { version = " 0.1.10" , features = [" full" ] }
350
345
indicatif = { version = " 0.17.11" , features = [" rayon" ] }
351
346
itertools-5ef9efb8ec2df382 = { package = " itertools" , version = " 0.12.1" }
352
347
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
353
348
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" ] }
355
349
toml_edit-cdcf2f9584511fe6 = { package = " toml_edit" , version = " 0.19.15" , features = [" serde" ] }
356
350
357
351
# ## END HAKARI SECTION
0 commit comments