@@ -62,7 +62,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
6262getrandom-6f8ce4dd05d13bba = { package = " getrandom" , version = " 0.2.15" , default-features = false , features = [" js" , " rdrand" , " std" ] }
6363group = { version = " 0.13.0" , default-features = false , features = [" alloc" ] }
6464hashbrown = { version = " 0.15.1" }
65- heck = { version = " 0.4.1" }
6665hickory-proto = { version = " 0.24.4" , features = [" text-parsing" ] }
6766hmac = { version = " 0.12.1" , default-features = false , features = [" reset" ] }
6867hyper = { version = " 1.6.0" , features = [" full" ] }
@@ -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.1" , 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" , " time" ] }
128128toml = { version = " 0.7.8" }
@@ -186,7 +186,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
186186getrandom-6f8ce4dd05d13bba = { package = " getrandom" , version = " 0.2.15" , default-features = false , features = [" js" , " rdrand" , " std" ] }
187187group = { version = " 0.13.0" , default-features = false , features = [" alloc" ] }
188188hashbrown = { version = " 0.15.1" }
189- heck = { version = " 0.4.1" }
190189hickory-proto = { version = " 0.24.4" , features = [" text-parsing" ] }
191190hmac = { version = " 0.12.1" , default-features = false , features = [" reset" ] }
192191hyper = { version = " 1.6.0" , features = [" full" ] }
@@ -249,6 +248,7 @@ time = { version = "0.3.36", features = ["formatting", "local-offset", "macros",
249248time-macros = { version = " 0.2.18" , default-features = false , features = [" formatting" , " parsing" ] }
250249tokio = { version = " 1.43.1" , features = [" full" , " test-util" ] }
251250tokio-postgres = { version = " 0.7.13" , features = [" with-chrono-0_4" , " with-serde_json-1" , " with-uuid-1" ] }
251+ tokio-rustls = { version = " 0.26.0" , default-features = false , features = [" logging" , " ring" , " tls12" ] }
252252tokio-stream = { version = " 0.1.17" , features = [" net" , " sync" ] }
253253tokio-util = { version = " 0.7.13" , features = [" codec" , " io-util" , " time" ] }
254254toml = { version = " 0.7.8" }
@@ -272,77 +272,70 @@ bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-f
272272cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
273273dof = { version = " 0.3.0" , default-features = false , features = [" des" ] }
274274getrandom-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" ] }
276276hyper-util = { version = " 0.1.11" , features = [" full" ] }
277277linux-raw-sys = { version = " 0.4.14" , default-features = false , features = [" elf" , " errno" , " general" , " if_ether" , " ioctl" , " net" , " netlink" , " no_std" , " prctl" , " std" , " system" , " xdp" ] }
278278mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
279279rustix = { 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" ] }
281280
282281[target .x86_64-unknown-linux-gnu .build-dependencies ]
283282bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.9.0" , default-features = false , features = [" std" ] }
284283cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
285284dof = { version = " 0.3.0" , default-features = false , features = [" des" ] }
286285getrandom-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" ] }
288287hyper-util = { version = " 0.1.11" , features = [" full" ] }
289288linux-raw-sys = { version = " 0.4.14" , default-features = false , features = [" elf" , " errno" , " general" , " if_ether" , " ioctl" , " net" , " netlink" , " no_std" , " prctl" , " std" , " system" , " xdp" ] }
290289mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
291290rustix = { 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" ] }
293291
294292[target .x86_64-apple-darwin .dependencies ]
295293bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.9.0" , default-features = false , features = [" std" ] }
296294cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
297295getrandom-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" ] }
299297hyper-util = { version = " 0.1.11" , features = [" full" ] }
300298mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
301299rustix = { 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" ] }
303300
304301[target .x86_64-apple-darwin .build-dependencies ]
305302bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.9.0" , default-features = false , features = [" std" ] }
306303cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
307304getrandom-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" ] }
309306hyper-util = { version = " 0.1.11" , features = [" full" ] }
310307mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
311308rustix = { 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" ] }
313309
314310[target .aarch64-apple-darwin .dependencies ]
315311bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.9.0" , default-features = false , features = [" std" ] }
316312cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
317313getrandom-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" ] }
319315hyper-util = { version = " 0.1.11" , features = [" full" ] }
320316mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
321317rustix = { 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" ] }
323318
324319[target .aarch64-apple-darwin .build-dependencies ]
325320bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.9.0" , default-features = false , features = [" std" ] }
326321cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
327322getrandom-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" ] }
329324hyper-util = { version = " 0.1.11" , features = [" full" ] }
330325mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
331326rustix = { 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" ] }
333327
334328[target .x86_64-unknown-illumos .dependencies ]
335329bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.9.0" , default-features = false , features = [" std" ] }
336330cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
337331dof = { version = " 0.3.0" , default-features = false , features = [" des" ] }
338332getrandom-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" ] }
340334hyper-util = { version = " 0.1.11" , features = [" full" ] }
341335indicatif = { version = " 0.17.11" , features = [" rayon" ] }
342336itertools-5ef9efb8ec2df382 = { package = " itertools" , version = " 0.12.1" }
343337mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
344338rustix = { 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" ] }
346339toml_edit-cdcf2f9584511fe6 = { package = " toml_edit" , version = " 0.19.15" , features = [" serde" ] }
347340
348341[target .x86_64-unknown-illumos .build-dependencies ]
@@ -351,13 +344,12 @@ clang-sys = { version = "1.8.1", default-features = false, features = ["clang_11
351344cookie = { version = " 0.18.1" , default-features = false , features = [" percent-encode" ] }
352345dof = { version = " 0.3.0" , default-features = false , features = [" des" ] }
353346getrandom-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" ] }
355348hyper-util = { version = " 0.1.11" , features = [" full" ] }
356349indicatif = { version = " 0.17.11" , features = [" rayon" ] }
357350itertools-5ef9efb8ec2df382 = { package = " itertools" , version = " 0.12.1" }
358351mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
359352rustix = { 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" ] }
361353toml_edit-cdcf2f9584511fe6 = { package = " toml_edit" , version = " 0.19.15" , features = [" serde" ] }
362354
363355# ## END HAKARI SECTION
0 commit comments