@@ -116,27 +116,6 @@ version = "1.0.4"
116116source = " registry+https://github.com/rust-lang/crates.io-index"
117117checksum = " b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
118118
119- [[package ]]
120- name = " directories"
121- version = " 6.0.0"
122- source = " registry+https://github.com/rust-lang/crates.io-index"
123- checksum = " 16f5094c54661b38d03bd7e50df373292118db60b585c08a411c6d840017fe7d"
124- dependencies = [
125- " dirs-sys" ,
126- ]
127-
128- [[package ]]
129- name = " dirs-sys"
130- version = " 0.5.0"
131- source = " registry+https://github.com/rust-lang/crates.io-index"
132- checksum = " e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
133- dependencies = [
134- " libc" ,
135- " option-ext" ,
136- " redox_users" ,
137- " windows-sys 0.60.2" ,
138- ]
139-
140119[[package ]]
141120name = " dunce"
142121version = " 1.0.5"
@@ -165,17 +144,6 @@ version = "2.3.0"
165144source = " registry+https://github.com/rust-lang/crates.io-index"
166145checksum = " 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
167146
168- [[package ]]
169- name = " getrandom"
170- version = " 0.2.16"
171- source = " registry+https://github.com/rust-lang/crates.io-index"
172- checksum = " 335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
173- dependencies = [
174- " cfg-if" ,
175- " libc" ,
176- " wasi 0.11.1+wasi-snapshot-preview1" ,
177- ]
178-
179147[[package ]]
180148name = " getrandom"
181149version = " 0.3.3"
@@ -185,7 +153,7 @@ dependencies = [
185153 " cfg-if" ,
186154 " libc" ,
187155 " r-efi" ,
188- " wasi 0.14.2+wasi-0.2.4 " ,
156+ " wasi" ,
189157]
190158
191159[[package ]]
@@ -221,16 +189,6 @@ version = "0.2.174"
221189source = " registry+https://github.com/rust-lang/crates.io-index"
222190checksum = " 1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
223191
224- [[package ]]
225- name = " libredox"
226- version = " 0.1.4"
227- source = " registry+https://github.com/rust-lang/crates.io-index"
228- checksum = " 1580801010e535496706ba011c15f8532df6b42297d2e471fec38ceadd8c0638"
229- dependencies = [
230- " bitflags" ,
231- " libc" ,
232- ]
233-
234192[[package ]]
235193name = " linux-raw-sys"
236194version = " 0.9.4"
@@ -249,7 +207,6 @@ version = "0.1.0"
249207dependencies = [
250208 " anyhow" ,
251209 " clap" ,
252- " directories" ,
253210 " dunce" ,
254211 " itertools" ,
255212 " path_macro" ,
@@ -275,12 +232,6 @@ version = "1.70.1"
275232source = " registry+https://github.com/rust-lang/crates.io-index"
276233checksum = " a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
277234
278- [[package ]]
279- name = " option-ext"
280- version = " 0.2.0"
281- source = " registry+https://github.com/rust-lang/crates.io-index"
282- checksum = " 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
283-
284235[[package ]]
285236name = " path_macro"
286237version = " 1.0.0"
@@ -311,17 +262,6 @@ version = "5.3.0"
311262source = " registry+https://github.com/rust-lang/crates.io-index"
312263checksum = " 69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
313264
314- [[package ]]
315- name = " redox_users"
316- version = " 0.5.0"
317- source = " registry+https://github.com/rust-lang/crates.io-index"
318- checksum = " dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
319- dependencies = [
320- " getrandom 0.2.16" ,
321- " libredox" ,
322- " thiserror" ,
323- ]
324-
325265[[package ]]
326266name = " rustc_version"
327267version = " 0.4.1"
@@ -427,32 +367,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
427367checksum = " e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
428368dependencies = [
429369 " fastrand" ,
430- " getrandom 0.3.3 " ,
370+ " getrandom" ,
431371 " once_cell" ,
432372 " rustix" ,
433373 " windows-sys 0.59.0" ,
434374]
435375
436- [[package ]]
437- name = " thiserror"
438- version = " 2.0.12"
439- source = " registry+https://github.com/rust-lang/crates.io-index"
440- checksum = " 567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
441- dependencies = [
442- " thiserror-impl" ,
443- ]
444-
445- [[package ]]
446- name = " thiserror-impl"
447- version = " 2.0.12"
448- source = " registry+https://github.com/rust-lang/crates.io-index"
449- checksum = " 7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
450- dependencies = [
451- " proc-macro2" ,
452- " quote" ,
453- " syn" ,
454- ]
455-
456376[[package ]]
457377name = " unicode-ident"
458378version = " 1.0.18"
@@ -475,12 +395,6 @@ dependencies = [
475395 " winapi-util" ,
476396]
477397
478- [[package ]]
479- name = " wasi"
480- version = " 0.11.1+wasi-snapshot-preview1"
481- source = " registry+https://github.com/rust-lang/crates.io-index"
482- checksum = " ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
483-
484398[[package ]]
485399name = " wasi"
486400version = " 0.14.2+wasi-0.2.4"
0 commit comments