@@ -70,7 +70,6 @@ idna = { version = "1.0.3" }
70
70
indexmap = { version = " 2.7.1" , features = [" serde" ] }
71
71
inout = { version = " 0.1.3" , default-features = false , features = [" std" ] }
72
72
ipnetwork = { version = " 0.21.1" , features = [" schemars" , " serde" ] }
73
- itertools-5ef9efb8ec2df382 = { package = " itertools" , version = " 0.12.1" }
74
73
itertools-93f6ce9d446188ac = { package = " itertools" , version = " 0.10.5" }
75
74
lalrpop-util = { version = " 0.19.12" }
76
75
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
123
122
time = { version = " 0.3.36" , features = [" formatting" , " local-offset" , " macros" , " parsing" ] }
124
123
tokio = { version = " 1.43.0" , features = [" full" , " test-util" ] }
125
124
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" ] }
126
126
tokio-stream = { version = " 0.1.17" , features = [" net" , " sync" ] }
127
127
tokio-util = { version = " 0.7.13" , features = [" codec" , " io-util" ] }
128
128
toml = { version = " 0.7.8" }
@@ -193,7 +193,6 @@ idna = { version = "1.0.3" }
193
193
indexmap = { version = " 2.7.1" , features = [" serde" ] }
194
194
inout = { version = " 0.1.3" , default-features = false , features = [" std" ] }
195
195
ipnetwork = { version = " 0.21.1" , features = [" schemars" , " serde" ] }
196
- itertools-5ef9efb8ec2df382 = { package = " itertools" , version = " 0.12.1" }
197
196
itertools-93f6ce9d446188ac = { package = " itertools" , version = " 0.10.5" }
198
197
lalrpop-util = { version = " 0.19.12" }
199
198
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",
248
247
time-macros = { version = " 0.2.18" , default-features = false , features = [" formatting" , " parsing" ] }
249
248
tokio = { version = " 1.43.0" , features = [" full" , " test-util" ] }
250
249
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" ] }
251
251
tokio-stream = { version = " 0.1.17" , features = [" net" , " sync" ] }
252
252
tokio-util = { version = " 0.7.13" , features = [" codec" , " io-util" ] }
253
253
toml = { version = " 0.7.8" }
@@ -270,76 +270,70 @@ bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-f
270
270
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
271
271
dof = { version = " 0.3.0" , default-features = false , features = [" des" ] }
272
272
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" ] }
274
274
hyper-util = { version = " 0.1.10" , features = [" full" ] }
275
275
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" ] }
276
276
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
277
277
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" ] }
279
278
280
279
[target .x86_64-unknown-linux-gnu .build-dependencies ]
281
280
bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.6.0" , default-features = false , features = [" std" ] }
282
281
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
283
282
dof = { version = " 0.3.0" , default-features = false , features = [" des" ] }
284
283
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" ] }
286
285
hyper-util = { version = " 0.1.10" , features = [" full" ] }
287
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" ] }
288
287
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
289
288
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" ] }
291
289
292
290
[target .x86_64-apple-darwin .dependencies ]
293
291
bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.6.0" , default-features = false , features = [" std" ] }
294
292
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
295
293
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" ] }
297
295
hyper-util = { version = " 0.1.10" , features = [" full" ] }
298
296
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
299
297
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" ] }
301
298
302
299
[target .x86_64-apple-darwin .build-dependencies ]
303
300
bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.6.0" , default-features = false , features = [" std" ] }
304
301
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
305
302
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" ] }
307
304
hyper-util = { version = " 0.1.10" , features = [" full" ] }
308
305
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
309
306
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" ] }
311
307
312
308
[target .aarch64-apple-darwin .dependencies ]
313
309
bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.6.0" , default-features = false , features = [" std" ] }
314
310
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
315
311
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" ] }
317
313
hyper-util = { version = " 0.1.10" , features = [" full" ] }
318
314
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
319
315
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" ] }
321
316
322
317
[target .aarch64-apple-darwin .build-dependencies ]
323
318
bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.6.0" , default-features = false , features = [" std" ] }
324
319
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
325
320
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" ] }
327
322
hyper-util = { version = " 0.1.10" , features = [" full" ] }
328
323
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
329
324
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" ] }
331
325
332
326
[target .x86_64-unknown-illumos .dependencies ]
333
327
bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.6.0" , default-features = false , features = [" std" ] }
334
328
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
335
329
dof = { version = " 0.3.0" , default-features = false , features = [" des" ] }
336
330
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" ] }
338
332
hyper-util = { version = " 0.1.10" , features = [" full" ] }
339
333
indicatif = { version = " 0.17.11" , features = [" rayon" ] }
334
+ itertools-5ef9efb8ec2df382 = { package = " itertools" , version = " 0.12.1" }
340
335
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
341
336
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" ] }
343
337
toml_edit-cdcf2f9584511fe6 = { package = " toml_edit" , version = " 0.19.15" , features = [" serde" ] }
344
338
345
339
[target .x86_64-unknown-illumos .build-dependencies ]
@@ -348,12 +342,12 @@ clang-sys = { version = "1.8.1", default-features = false, features = ["clang_11
348
342
cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
349
343
dof = { version = " 0.3.0" , default-features = false , features = [" des" ] }
350
344
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" ] }
352
346
hyper-util = { version = " 0.1.10" , features = [" full" ] }
353
347
indicatif = { version = " 0.17.11" , features = [" rayon" ] }
348
+ itertools-5ef9efb8ec2df382 = { package = " itertools" , version = " 0.12.1" }
354
349
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
355
350
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" ] }
357
351
toml_edit-cdcf2f9584511fe6 = { package = " toml_edit" , version = " 0.19.15" , features = [" serde" ] }
358
352
359
353
# ## END HAKARI SECTION
0 commit comments