@@ -70,7 +70,6 @@ idna = { version = "1.0.3" }
7070indexmap = { version = " 2.7.1" , features = [" serde" ] }
7171inout = { version = " 0.1.3" , default-features = false , features = [" std" ] }
7272ipnetwork = { version = " 0.21.1" , features = [" schemars" , " serde" ] }
73- itertools-5ef9efb8ec2df382 = { package = " itertools" , version = " 0.12.1" }
7473itertools-93f6ce9d446188ac = { package = " itertools" , version = " 0.10.5" }
7574lalrpop-util = { version = " 0.19.12" }
7675lazy_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
123122time = { version = " 0.3.36" , features = [" formatting" , " local-offset" , " macros" , " parsing" ] }
124123tokio = { version = " 1.43.0" , features = [" full" , " test-util" ] }
125124tokio-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" ] }
126126tokio-stream = { version = " 0.1.17" , features = [" net" , " sync" ] }
127127tokio-util = { version = " 0.7.13" , features = [" codec" , " io-util" ] }
128128toml = { version = " 0.7.8" }
@@ -193,7 +193,6 @@ idna = { version = "1.0.3" }
193193indexmap = { version = " 2.7.1" , features = [" serde" ] }
194194inout = { version = " 0.1.3" , default-features = false , features = [" std" ] }
195195ipnetwork = { version = " 0.21.1" , features = [" schemars" , " serde" ] }
196- itertools-5ef9efb8ec2df382 = { package = " itertools" , version = " 0.12.1" }
197196itertools-93f6ce9d446188ac = { package = " itertools" , version = " 0.10.5" }
198197lalrpop-util = { version = " 0.19.12" }
199198lazy_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",
248247time-macros = { version = " 0.2.18" , default-features = false , features = [" formatting" , " parsing" ] }
249248tokio = { version = " 1.43.0" , features = [" full" , " test-util" ] }
250249tokio-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" ] }
251251tokio-stream = { version = " 0.1.17" , features = [" net" , " sync" ] }
252252tokio-util = { version = " 0.7.13" , features = [" codec" , " io-util" ] }
253253toml = { version = " 0.7.8" }
@@ -270,76 +270,70 @@ bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-f
270270cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
271271dof = { version = " 0.3.0" , default-features = false , features = [" des" ] }
272272getrandom-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" ] }
274274hyper-util = { version = " 0.1.10" , features = [" full" ] }
275275linux-raw-sys = { version = " 0.4.14" , default-features = false , features = [" elf" , " errno" , " general" , " if_ether" , " ioctl" , " net" , " netlink" , " no_std" , " prctl" , " std" , " system" , " xdp" ] }
276276mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
277277rustix = { 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" ] }
279278
280279[target .x86_64-unknown-linux-gnu .build-dependencies ]
281280bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.6.0" , default-features = false , features = [" std" ] }
282281cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
283282dof = { version = " 0.3.0" , default-features = false , features = [" des" ] }
284283getrandom-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" ] }
286285hyper-util = { version = " 0.1.10" , features = [" full" ] }
287286linux-raw-sys = { version = " 0.4.14" , default-features = false , features = [" elf" , " errno" , " general" , " if_ether" , " ioctl" , " net" , " netlink" , " no_std" , " prctl" , " std" , " system" , " xdp" ] }
288287mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
289288rustix = { 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" ] }
291289
292290[target .x86_64-apple-darwin .dependencies ]
293291bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.6.0" , default-features = false , features = [" std" ] }
294292cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
295293getrandom-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" ] }
297295hyper-util = { version = " 0.1.10" , features = [" full" ] }
298296mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
299297rustix = { 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" ] }
301298
302299[target .x86_64-apple-darwin .build-dependencies ]
303300bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.6.0" , default-features = false , features = [" std" ] }
304301cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
305302getrandom-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" ] }
307304hyper-util = { version = " 0.1.10" , features = [" full" ] }
308305mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
309306rustix = { 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" ] }
311307
312308[target .aarch64-apple-darwin .dependencies ]
313309bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.6.0" , default-features = false , features = [" std" ] }
314310cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
315311getrandom-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" ] }
317313hyper-util = { version = " 0.1.10" , features = [" full" ] }
318314mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
319315rustix = { 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" ] }
321316
322317[target .aarch64-apple-darwin .build-dependencies ]
323318bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.6.0" , default-features = false , features = [" std" ] }
324319cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
325320getrandom-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" ] }
327322hyper-util = { version = " 0.1.10" , features = [" full" ] }
328323mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
329324rustix = { 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" ] }
331325
332326[target .x86_64-unknown-illumos .dependencies ]
333327bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.6.0" , default-features = false , features = [" std" ] }
334328cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
335329dof = { version = " 0.3.0" , default-features = false , features = [" des" ] }
336330getrandom-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" ] }
338332hyper-util = { version = " 0.1.10" , features = [" full" ] }
339333indicatif = { version = " 0.17.11" , features = [" rayon" ] }
334+ itertools-5ef9efb8ec2df382 = { package = " itertools" , version = " 0.12.1" }
340335mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
341336rustix = { 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" ] }
343337toml_edit-cdcf2f9584511fe6 = { package = " toml_edit" , version = " 0.19.15" , features = [" serde" ] }
344338
345339[target .x86_64-unknown-illumos .build-dependencies ]
@@ -348,12 +342,12 @@ clang-sys = { version = "1.8.1", default-features = false, features = ["clang_11
348342cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
349343dof = { version = " 0.3.0" , default-features = false , features = [" des" ] }
350344getrandom-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" ] }
352346hyper-util = { version = " 0.1.10" , features = [" full" ] }
353347indicatif = { version = " 0.17.11" , features = [" rayon" ] }
348+ itertools-5ef9efb8ec2df382 = { package = " itertools" , version = " 0.12.1" }
354349mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
355350rustix = { 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" ] }
357351toml_edit-cdcf2f9584511fe6 = { package = " toml_edit" , version = " 0.19.15" , features = [" serde" ] }
358352
359353# ## END HAKARI SECTION
0 commit comments