@@ -126,6 +126,7 @@ syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.103", features = ["extr
126
126
time = { version = " 0.3.36" , features = [" formatting" , " local-offset" , " macros" , " parsing" ] }
127
127
tokio = { version = " 1.45.1" , features = [" full" , " test-util" ] }
128
128
tokio-postgres = { version = " 0.7.13" , features = [" with-chrono-0_4" , " with-serde_json-1" , " with-uuid-1" ] }
129
+ tokio-rustls = { version = " 0.26.0" , default-features = false , features = [" logging" , " ring" , " tls12" ] }
129
130
tokio-stream = { version = " 0.1.17" , features = [" net" , " sync" ] }
130
131
tokio-util = { version = " 0.7.15" , features = [" codec" , " io-util" , " time" ] }
131
132
toml = { version = " 0.7.8" }
@@ -256,6 +257,7 @@ time = { version = "0.3.36", features = ["formatting", "local-offset", "macros",
256
257
time-macros = { version = " 0.2.18" , default-features = false , features = [" formatting" , " parsing" ] }
257
258
tokio = { version = " 1.45.1" , features = [" full" , " test-util" ] }
258
259
tokio-postgres = { version = " 0.7.13" , features = [" with-chrono-0_4" , " with-serde_json-1" , " with-uuid-1" ] }
260
+ tokio-rustls = { version = " 0.26.0" , default-features = false , features = [" logging" , " ring" , " tls12" ] }
259
261
tokio-stream = { version = " 0.1.17" , features = [" net" , " sync" ] }
260
262
tokio-util = { version = " 0.7.15" , features = [" codec" , " io-util" , " time" ] }
261
263
toml = { version = " 0.7.8" }
@@ -279,77 +281,70 @@ bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-f
279
281
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
280
282
dof = { version = " 0.3.0" , default-features = false , features = [" des" ] }
281
283
getrandom-468e82937335b1c9 = { package = " getrandom" , version = " 0.3.1" , default-features = false , features = [" std" ] }
282
- hyper-rustls = { version = " 0.27.3 " , default- features = false , features = [ " http1 " , " http2" , " ring" , " tls12 " , " webpki-tokio" ] }
284
+ hyper-rustls = { version = " 0.27.7 " , features = [ " http2" , " ring" , " webpki-tokio" ] }
283
285
hyper-util = { version = " 0.1.14" , features = [" client-proxy" , " client-proxy-system" , " full" ] }
284
286
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" ] }
285
287
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
286
288
rustix = { version = " 0.38.37" , features = [" event" , " fs" , " net" , " pipe" , " process" , " stdio" , " system" , " termios" , " time" ] }
287
- tokio-rustls = { version = " 0.26.0" , default-features = false , features = [" logging" , " ring" , " tls12" ] }
288
289
289
290
[target .x86_64-unknown-linux-gnu .build-dependencies ]
290
291
bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.9.0" , default-features = false , features = [" std" ] }
291
292
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
292
293
dof = { version = " 0.3.0" , default-features = false , features = [" des" ] }
293
294
getrandom-468e82937335b1c9 = { package = " getrandom" , version = " 0.3.1" , default-features = false , features = [" std" ] }
294
- hyper-rustls = { version = " 0.27.3 " , default- features = false , features = [ " http1 " , " http2" , " ring" , " tls12 " , " webpki-tokio" ] }
295
+ hyper-rustls = { version = " 0.27.7 " , features = [ " http2" , " ring" , " webpki-tokio" ] }
295
296
hyper-util = { version = " 0.1.14" , features = [" client-proxy" , " client-proxy-system" , " full" ] }
296
297
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" ] }
297
298
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
298
299
rustix = { version = " 0.38.37" , features = [" event" , " fs" , " net" , " pipe" , " process" , " stdio" , " system" , " termios" , " time" ] }
299
- tokio-rustls = { version = " 0.26.0" , default-features = false , features = [" logging" , " ring" , " tls12" ] }
300
300
301
301
[target .x86_64-apple-darwin .dependencies ]
302
302
bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.9.0" , default-features = false , features = [" std" ] }
303
303
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
304
304
getrandom-468e82937335b1c9 = { package = " getrandom" , version = " 0.3.1" , default-features = false , features = [" std" ] }
305
- hyper-rustls = { version = " 0.27.3 " , default- features = false , features = [ " http1 " , " http2" , " ring" , " tls12 " , " webpki-tokio" ] }
305
+ hyper-rustls = { version = " 0.27.7 " , features = [ " http2" , " ring" , " webpki-tokio" ] }
306
306
hyper-util = { version = " 0.1.14" , features = [" client-proxy" , " client-proxy-system" , " full" ] }
307
307
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
308
308
rustix = { version = " 0.38.37" , features = [" event" , " fs" , " net" , " pipe" , " process" , " stdio" , " system" , " termios" , " time" ] }
309
- tokio-rustls = { version = " 0.26.0" , default-features = false , features = [" logging" , " ring" , " tls12" ] }
310
309
311
310
[target .x86_64-apple-darwin .build-dependencies ]
312
311
bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.9.0" , default-features = false , features = [" std" ] }
313
312
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
314
313
getrandom-468e82937335b1c9 = { package = " getrandom" , version = " 0.3.1" , default-features = false , features = [" std" ] }
315
- hyper-rustls = { version = " 0.27.3 " , default- features = false , features = [ " http1 " , " http2" , " ring" , " tls12 " , " webpki-tokio" ] }
314
+ hyper-rustls = { version = " 0.27.7 " , features = [ " http2" , " ring" , " webpki-tokio" ] }
316
315
hyper-util = { version = " 0.1.14" , features = [" client-proxy" , " client-proxy-system" , " full" ] }
317
316
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
318
317
rustix = { version = " 0.38.37" , features = [" event" , " fs" , " net" , " pipe" , " process" , " stdio" , " system" , " termios" , " time" ] }
319
- tokio-rustls = { version = " 0.26.0" , default-features = false , features = [" logging" , " ring" , " tls12" ] }
320
318
321
319
[target .aarch64-apple-darwin .dependencies ]
322
320
bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.9.0" , default-features = false , features = [" std" ] }
323
321
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
324
322
getrandom-468e82937335b1c9 = { package = " getrandom" , version = " 0.3.1" , default-features = false , features = [" std" ] }
325
- hyper-rustls = { version = " 0.27.3 " , default- features = false , features = [ " http1 " , " http2" , " ring" , " tls12 " , " webpki-tokio" ] }
323
+ hyper-rustls = { version = " 0.27.7 " , features = [ " http2" , " ring" , " webpki-tokio" ] }
326
324
hyper-util = { version = " 0.1.14" , features = [" client-proxy" , " client-proxy-system" , " full" ] }
327
325
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
328
326
rustix = { version = " 0.38.37" , features = [" event" , " fs" , " net" , " pipe" , " process" , " stdio" , " system" , " termios" , " time" ] }
329
- tokio-rustls = { version = " 0.26.0" , default-features = false , features = [" logging" , " ring" , " tls12" ] }
330
327
331
328
[target .aarch64-apple-darwin .build-dependencies ]
332
329
bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.9.0" , default-features = false , features = [" std" ] }
333
330
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
334
331
getrandom-468e82937335b1c9 = { package = " getrandom" , version = " 0.3.1" , default-features = false , features = [" std" ] }
335
- hyper-rustls = { version = " 0.27.3 " , default- features = false , features = [ " http1 " , " http2" , " ring" , " tls12 " , " webpki-tokio" ] }
332
+ hyper-rustls = { version = " 0.27.7 " , features = [ " http2" , " ring" , " webpki-tokio" ] }
336
333
hyper-util = { version = " 0.1.14" , features = [" client-proxy" , " client-proxy-system" , " full" ] }
337
334
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
338
335
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
336
341
337
[target .x86_64-unknown-illumos .dependencies ]
342
338
bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.9.0" , default-features = false , features = [" std" ] }
343
339
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
344
340
dof = { version = " 0.3.0" , default-features = false , features = [" des" ] }
345
341
getrandom-468e82937335b1c9 = { package = " getrandom" , version = " 0.3.1" , default-features = false , features = [" std" ] }
346
- hyper-rustls = { version = " 0.27.3 " , default- features = false , features = [ " http1 " , " http2" , " ring" , " tls12 " , " webpki-tokio" ] }
342
+ hyper-rustls = { version = " 0.27.7 " , features = [ " http2" , " ring" , " webpki-tokio" ] }
347
343
hyper-util = { version = " 0.1.14" , features = [" client-proxy" , " client-proxy-system" , " full" ] }
348
344
indicatif = { version = " 0.17.11" , features = [" rayon" ] }
349
345
itertools-5ef9efb8ec2df382 = { package = " itertools" , version = " 0.12.1" }
350
346
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
351
347
rustix = { version = " 0.38.37" , features = [" event" , " fs" , " net" , " pipe" , " process" , " stdio" , " system" , " termios" , " time" ] }
352
- tokio-rustls = { version = " 0.26.0" , default-features = false , features = [" logging" , " ring" , " tls12" ] }
353
348
toml_edit-cdcf2f9584511fe6 = { package = " toml_edit" , version = " 0.19.15" , features = [" serde" ] }
354
349
winnow = { version = " 0.6.26" , features = [" simd" ] }
355
350
@@ -359,13 +354,12 @@ clang-sys = { version = "1.8.1", default-features = false, features = ["clang_11
359
354
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
360
355
dof = { version = " 0.3.0" , default-features = false , features = [" des" ] }
361
356
getrandom-468e82937335b1c9 = { package = " getrandom" , version = " 0.3.1" , default-features = false , features = [" std" ] }
362
- hyper-rustls = { version = " 0.27.3 " , default- features = false , features = [ " http1 " , " http2" , " ring" , " tls12 " , " webpki-tokio" ] }
357
+ hyper-rustls = { version = " 0.27.7 " , features = [ " http2" , " ring" , " webpki-tokio" ] }
363
358
hyper-util = { version = " 0.1.14" , features = [" client-proxy" , " client-proxy-system" , " full" ] }
364
359
indicatif = { version = " 0.17.11" , features = [" rayon" ] }
365
360
itertools-5ef9efb8ec2df382 = { package = " itertools" , version = " 0.12.1" }
366
361
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
367
362
rustix = { version = " 0.38.37" , features = [" event" , " fs" , " net" , " pipe" , " process" , " stdio" , " system" , " termios" , " time" ] }
368
- tokio-rustls = { version = " 0.26.0" , default-features = false , features = [" logging" , " ring" , " tls12" ] }
369
363
toml_edit-cdcf2f9584511fe6 = { package = " toml_edit" , version = " 0.19.15" , features = [" serde" ] }
370
364
winnow = { version = " 0.6.26" , features = [" simd" ] }
371
365
0 commit comments