@@ -63,7 +63,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
63
63
getrandom-6f8ce4dd05d13bba = { package = " getrandom" , version = " 0.2.15" , default-features = false , features = [" js" , " rdrand" , " std" ] }
64
64
group = { version = " 0.13.0" , default-features = false , features = [" alloc" ] }
65
65
hashbrown = { version = " 0.15.1" }
66
- heck = { version = " 0.4.1" }
67
66
hex = { version = " 0.4.3" , features = [" serde" ] }
68
67
hickory-proto = { version = " 0.24.4" , features = [" text-parsing" ] }
69
68
hmac = { version = " 0.12.1" , default-features = false , features = [" reset" ] }
@@ -124,6 +123,7 @@ syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.98", features = ["extra
124
123
time = { version = " 0.3.36" , features = [" formatting" , " local-offset" , " macros" , " parsing" ] }
125
124
tokio = { version = " 1.43.0" , features = [" full" , " test-util" ] }
126
125
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" ] }
127
127
tokio-stream = { version = " 0.1.17" , features = [" net" , " sync" ] }
128
128
tokio-util = { version = " 0.7.13" , features = [" codec" , " io-util" ] }
129
129
toml = { version = " 0.7.8" }
@@ -187,7 +187,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
187
187
getrandom-6f8ce4dd05d13bba = { package = " getrandom" , version = " 0.2.15" , default-features = false , features = [" js" , " rdrand" , " std" ] }
188
188
group = { version = " 0.13.0" , default-features = false , features = [" alloc" ] }
189
189
hashbrown = { version = " 0.15.1" }
190
- heck = { version = " 0.4.1" }
191
190
hex = { version = " 0.4.3" , features = [" serde" ] }
192
191
hickory-proto = { version = " 0.24.4" , features = [" text-parsing" ] }
193
192
hmac = { version = " 0.12.1" , default-features = false , features = [" reset" ] }
@@ -250,6 +249,7 @@ time = { version = "0.3.36", features = ["formatting", "local-offset", "macros",
250
249
time-macros = { version = " 0.2.18" , default-features = false , features = [" formatting" , " parsing" ] }
251
250
tokio = { version = " 1.43.0" , features = [" full" , " test-util" ] }
252
251
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" ] }
253
253
tokio-stream = { version = " 0.1.17" , features = [" net" , " sync" ] }
254
254
tokio-util = { version = " 0.7.13" , features = [" codec" , " io-util" ] }
255
255
toml = { version = " 0.7.8" }
@@ -272,77 +272,70 @@ bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-f
272
272
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
273
273
dof = { version = " 0.3.0" , default-features = false , features = [" des" ] }
274
274
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" ] }
276
276
hyper-util = { version = " 0.1.10" , features = [" full" ] }
277
277
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" ] }
278
278
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
279
279
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" ] }
281
280
282
281
[target .x86_64-unknown-linux-gnu .build-dependencies ]
283
282
bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.6.0" , default-features = false , features = [" std" ] }
284
283
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
285
284
dof = { version = " 0.3.0" , default-features = false , features = [" des" ] }
286
285
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" ] }
288
287
hyper-util = { version = " 0.1.10" , features = [" full" ] }
289
288
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" ] }
290
289
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
291
290
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" ] }
293
291
294
292
[target .x86_64-apple-darwin .dependencies ]
295
293
bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.6.0" , default-features = false , features = [" std" ] }
296
294
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
297
295
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" ] }
299
297
hyper-util = { version = " 0.1.10" , features = [" full" ] }
300
298
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
301
299
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" ] }
303
300
304
301
[target .x86_64-apple-darwin .build-dependencies ]
305
302
bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.6.0" , default-features = false , features = [" std" ] }
306
303
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
307
304
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" ] }
309
306
hyper-util = { version = " 0.1.10" , features = [" full" ] }
310
307
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
311
308
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" ] }
313
309
314
310
[target .aarch64-apple-darwin .dependencies ]
315
311
bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.6.0" , default-features = false , features = [" std" ] }
316
312
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
317
313
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" ] }
319
315
hyper-util = { version = " 0.1.10" , features = [" full" ] }
320
316
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
321
317
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" ] }
323
318
324
319
[target .aarch64-apple-darwin .build-dependencies ]
325
320
bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.6.0" , default-features = false , features = [" std" ] }
326
321
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
327
322
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" ] }
329
324
hyper-util = { version = " 0.1.10" , features = [" full" ] }
330
325
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
331
326
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" ] }
333
327
334
328
[target .x86_64-unknown-illumos .dependencies ]
335
329
bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.6.0" , default-features = false , features = [" std" ] }
336
330
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
337
331
dof = { version = " 0.3.0" , default-features = false , features = [" des" ] }
338
332
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" ] }
340
334
hyper-util = { version = " 0.1.10" , features = [" full" ] }
341
335
indicatif = { version = " 0.17.11" , features = [" rayon" ] }
342
336
itertools-5ef9efb8ec2df382 = { package = " itertools" , version = " 0.12.1" }
343
337
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
344
338
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" ] }
346
339
toml_edit-cdcf2f9584511fe6 = { package = " toml_edit" , version = " 0.19.15" , features = [" serde" ] }
347
340
348
341
[target .x86_64-unknown-illumos .build-dependencies ]
@@ -351,13 +344,12 @@ clang-sys = { version = "1.8.1", default-features = false, features = ["clang_11
351
344
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
352
345
dof = { version = " 0.3.0" , default-features = false , features = [" des" ] }
353
346
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" ] }
355
348
hyper-util = { version = " 0.1.10" , features = [" full" ] }
356
349
indicatif = { version = " 0.17.11" , features = [" rayon" ] }
357
350
itertools-5ef9efb8ec2df382 = { package = " itertools" , version = " 0.12.1" }
358
351
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
359
352
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" ] }
361
353
toml_edit-cdcf2f9584511fe6 = { package = " toml_edit" , version = " 0.19.15" , features = [" serde" ] }
362
354
363
355
# ## END HAKARI SECTION
0 commit comments