@@ -49,7 +49,7 @@ ed25519-dalek = { version = "2.1.1", features = ["digest", "pkcs8", "rand_core"]
49
49
either = { version = " 1.15.0" , features = [" use_std" ] }
50
50
elliptic-curve = { version = " 0.13.8" , features = [" ecdh" , " hazmat" , " pem" , " std" ] }
51
51
ff = { version = " 0.13.0" , default-features = false , features = [" alloc" ] }
52
- flate2 = { version = " 1.1.2" }
52
+ flate2 = { version = " 1.1.2" , features = [ " zlib-rs " ] }
53
53
foldhash = { version = " 0.1.5" }
54
54
form_urlencoded = { version = " 1.2.1" }
55
55
fs-err = { version = " 3.1.1" , default-features = false , features = [" tokio" ] }
@@ -64,6 +64,7 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
64
64
getrandom-6f8ce4dd05d13bba = { package = " getrandom" , version = " 0.2.15" , default-features = false , features = [" js" , " rdrand" , " std" ] }
65
65
group = { version = " 0.13.0" , default-features = false , features = [" alloc" ] }
66
66
hashbrown = { version = " 0.15.4" }
67
+ heck = { version = " 0.4.1" }
67
68
hickory-proto = { version = " 0.25.2" , features = [" serde" , " text-parsing" ] }
68
69
hmac = { version = " 0.12.1" , default-features = false , features = [" reset" ] }
69
70
hyper = { version = " 1.6.0" , features = [" full" ] }
@@ -72,7 +73,7 @@ indexmap = { version = "2.9.0", features = ["serde"] }
72
73
inout = { version = " 0.1.3" , default-features = false , features = [" std" ] }
73
74
ipnet = { version = " 2.11.0" , features = [" serde" ] }
74
75
ipnetwork = { version = " 0.21.1" , features = [" schemars" , " serde" ] }
75
- itertools-93f6ce9d446188ac = { package = " itertools " , version = " 0.10.5" }
76
+ itertools = { version = " 0.10.5" }
76
77
lalrpop-util = { version = " 0.19.12" }
77
78
lazy_static = { version = " 1.5.0" , default-features = false , features = [" spin_no_std" ] }
78
79
libc = { version = " 0.2.174" , features = [" extra_traits" ] }
@@ -146,8 +147,8 @@ x509-cert = { version = "0.2.5" }
146
147
zerocopy-c38e5c1d305a1b54 = { package = " zerocopy" , version = " 0.8.26" , default-features = false , features = [" derive" ] }
147
148
zerocopy-ca01ad9e24f5d932 = { package = " zerocopy" , version = " 0.7.35" , features = [" derive" , " simd" ] }
148
149
zeroize = { version = " 1.8.1" , features = [" std" , " zeroize_derive" ] }
150
+ zip-164d15cefe24d7eb = { package = " zip" , version = " 4.2.0" , default-features = false , features = [" bzip2" , " deflate" , " zstd" ] }
149
151
zip-3b31131e45eafb45 = { package = " zip" , version = " 0.6.6" , default-features = false , features = [" bzip2" , " deflate" ] }
150
- zip-f595c2ba2a3f28df = { package = " zip" , version = " 2.6.1" , default-features = false , features = [" bzip2" , " deflate" , " zstd" ] }
151
152
152
153
[build-dependencies ]
153
154
ahash = { version = " 0.8.11" }
@@ -182,7 +183,7 @@ ed25519-dalek = { version = "2.1.1", features = ["digest", "pkcs8", "rand_core"]
182
183
either = { version = " 1.15.0" , features = [" use_std" ] }
183
184
elliptic-curve = { version = " 0.13.8" , features = [" ecdh" , " hazmat" , " pem" , " std" ] }
184
185
ff = { version = " 0.13.0" , default-features = false , features = [" alloc" ] }
185
- flate2 = { version = " 1.1.2" }
186
+ flate2 = { version = " 1.1.2" , features = [ " zlib-rs " ] }
186
187
foldhash = { version = " 0.1.5" }
187
188
form_urlencoded = { version = " 1.2.1" }
188
189
fs-err = { version = " 3.1.1" , default-features = false , features = [" tokio" ] }
@@ -197,6 +198,7 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
197
198
getrandom-6f8ce4dd05d13bba = { package = " getrandom" , version = " 0.2.15" , default-features = false , features = [" js" , " rdrand" , " std" ] }
198
199
group = { version = " 0.13.0" , default-features = false , features = [" alloc" ] }
199
200
hashbrown = { version = " 0.15.4" }
201
+ heck = { version = " 0.4.1" }
200
202
hickory-proto = { version = " 0.25.2" , features = [" serde" , " text-parsing" ] }
201
203
hmac = { version = " 0.12.1" , default-features = false , features = [" reset" ] }
202
204
hyper = { version = " 1.6.0" , features = [" full" ] }
@@ -205,7 +207,7 @@ indexmap = { version = "2.9.0", features = ["serde"] }
205
207
inout = { version = " 0.1.3" , default-features = false , features = [" std" ] }
206
208
ipnet = { version = " 2.11.0" , features = [" serde" ] }
207
209
ipnetwork = { version = " 0.21.1" , features = [" schemars" , " serde" ] }
208
- itertools-93f6ce9d446188ac = { package = " itertools " , version = " 0.10.5" }
210
+ itertools = { version = " 0.10.5" }
209
211
lalrpop-util = { version = " 0.19.12" }
210
212
lazy_static = { version = " 1.5.0" , default-features = false , features = [" spin_no_std" ] }
211
213
libc = { version = " 0.2.174" , features = [" extra_traits" ] }
@@ -281,8 +283,8 @@ x509-cert = { version = "0.2.5" }
281
283
zerocopy-c38e5c1d305a1b54 = { package = " zerocopy" , version = " 0.8.26" , default-features = false , features = [" derive" ] }
282
284
zerocopy-ca01ad9e24f5d932 = { package = " zerocopy" , version = " 0.7.35" , features = [" derive" , " simd" ] }
283
285
zeroize = { version = " 1.8.1" , features = [" std" , " zeroize_derive" ] }
286
+ zip-164d15cefe24d7eb = { package = " zip" , version = " 4.2.0" , default-features = false , features = [" bzip2" , " deflate" , " zstd" ] }
284
287
zip-3b31131e45eafb45 = { package = " zip" , version = " 0.6.6" , default-features = false , features = [" bzip2" , " deflate" ] }
285
- zip-f595c2ba2a3f28df = { package = " zip" , version = " 2.6.1" , default-features = false , features = [" bzip2" , " deflate" , " zstd" ] }
286
288
287
289
[target .x86_64-unknown-linux-gnu .dependencies ]
288
290
bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.9.0" , default-features = false , features = [" std" ] }
@@ -350,7 +352,6 @@ getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default
350
352
hyper-rustls = { version = " 0.27.7" , features = [" http2" , " ring" , " webpki-tokio" ] }
351
353
hyper-util = { version = " 0.1.14" , features = [" client-proxy" , " client-proxy-system" , " full" ] }
352
354
indicatif = { version = " 0.17.11" , features = [" rayon" ] }
353
- itertools-5ef9efb8ec2df382 = { package = " itertools" , version = " 0.12.1" }
354
355
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
355
356
rustix = { version = " 0.38.37" , features = [" event" , " fs" , " net" , " pipe" , " process" , " stdio" , " system" , " termios" , " time" ] }
356
357
toml_edit-cdcf2f9584511fe6 = { package = " toml_edit" , version = " 0.19.15" , features = [" serde" ] }
@@ -365,7 +366,6 @@ getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default
365
366
hyper-rustls = { version = " 0.27.7" , features = [" http2" , " ring" , " webpki-tokio" ] }
366
367
hyper-util = { version = " 0.1.14" , features = [" client-proxy" , " client-proxy-system" , " full" ] }
367
368
indicatif = { version = " 0.17.11" , features = [" rayon" ] }
368
- itertools-5ef9efb8ec2df382 = { package = " itertools" , version = " 0.12.1" }
369
369
mio = { version = " 1.0.2" , features = [" net" , " os-ext" ] }
370
370
rustix = { version = " 0.38.37" , features = [" event" , " fs" , " net" , " pipe" , " process" , " stdio" , " system" , " termios" , " time" ] }
371
371
toml_edit-cdcf2f9584511fe6 = { package = " toml_edit" , version = " 0.19.15" , features = [" serde" ] }
0 commit comments