git.delta.rocks / remowt / refs/commits / 875f55ab11c2

difftreelog

chore update dependencies

qqowlrvwYaroslav Bolyukin5 days agoparent: #113f1e5.patch.diff
in: trunk

9 files changed

modifiedCargo.lockdiffbeforeafterboth
2# It is not intended for manual editing.2# It is not intended for manual editing.
3version = 43version = 4
4
5[[package]]
6name = "addr2line"
7version = "0.22.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler"
16version = "1.0.2"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
194
20[[package]]5[[package]]
21name = "adler2"6name = "adler2"
2510
26[[package]]11[[package]]
27name = "aead"12name = "aead"
28version = "0.6.0-rc.10"13version = "0.6.0"
29source = "registry+https://github.com/rust-lang/crates.io-index"14source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "6b657e772794c6b04730ea897b66a058ccd866c16d1967da05eeeecec39043fe"15checksum = "ef60ac202874e574ce7a7158cc8bca7313dd344322482e4fadee288bf4a306b8"
31dependencies = [16dependencies = [
32 "crypto-common 0.2.2",17 "crypto-common",
33 "inout",18 "inout",
34]19]
3520
41dependencies = [26dependencies = [
42 "cipher",27 "cipher",
43 "cpubits",28 "cpubits",
44 "cpufeatures 0.3.0",29 "cpufeatures",
45 "zeroize",30 "zeroize",
46]31]
4732
6247
63[[package]]48[[package]]
64name = "aho-corasick"49name = "aho-corasick"
65version = "1.1.3"50version = "1.1.4"
66source = "registry+https://github.com/rust-lang/crates.io-index"51source = "registry+https://github.com/rust-lang/crates.io-index"
67checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"52checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
68dependencies = [53dependencies = [
69 "memchr",54 "memchr",
70]55]
8065
81[[package]]66[[package]]
82name = "anstream"67name = "anstream"
83version = "0.6.15"68version = "1.0.0"
84source = "registry+https://github.com/rust-lang/crates.io-index"69source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"70checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
86dependencies = [71dependencies = [
87 "anstyle",72 "anstyle",
88 "anstyle-parse",73 "anstyle-parse",
9580
96[[package]]81[[package]]
97name = "anstyle"82name = "anstyle"
98version = "1.0.8"83version = "1.0.14"
99source = "registry+https://github.com/rust-lang/crates.io-index"84source = "registry+https://github.com/rust-lang/crates.io-index"
100checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"85checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
10186
102[[package]]87[[package]]
103name = "anstyle-parse"88name = "anstyle-parse"
104version = "0.2.5"89version = "1.0.0"
105source = "registry+https://github.com/rust-lang/crates.io-index"90source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"91checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
107dependencies = [92dependencies = [
108 "utf8parse",93 "utf8parse",
109]94]
11095
111[[package]]96[[package]]
112name = "anstyle-query"97name = "anstyle-query"
113version = "1.1.1"98version = "1.1.5"
114source = "registry+https://github.com/rust-lang/crates.io-index"99source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"100checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
116dependencies = [101dependencies = [
117 "windows-sys 0.52.0",102 "windows-sys 0.61.2",
118]103]
119104
120[[package]]105[[package]]
121name = "anstyle-wincon"106name = "anstyle-wincon"
122version = "3.0.4"107version = "3.0.11"
123source = "registry+https://github.com/rust-lang/crates.io-index"108source = "registry+https://github.com/rust-lang/crates.io-index"
124checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"109checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
125dependencies = [110dependencies = [
126 "anstyle",111 "anstyle",
112 "once_cell_polyfill",
127 "windows-sys 0.52.0",113 "windows-sys 0.61.2",
128]114]
129115
130[[package]]116[[package]]
131name = "anyhow"117name = "anyhow"
132version = "1.0.86"118version = "1.0.102"
133source = "registry+https://github.com/rust-lang/crates.io-index"119source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"120checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
135121
136[[package]]122[[package]]
137name = "argon2"123name = "argon2"
141dependencies = [127dependencies = [
142 "base64ct",128 "base64ct",
143 "blake2",129 "blake2",
144 "cpufeatures 0.3.0",130 "cpufeatures",
145 "password-hash",131 "password-hash",
146]132]
147133
148[[package]]134[[package]]
149name = "async-broadcast"135name = "async-broadcast"
150version = "0.7.1"136version = "0.7.2"
151source = "registry+https://github.com/rust-lang/crates.io-index"137source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "20cd0e2e25ea8e5f7e9df04578dc6cf5c83577fd09b1a46aaf5c85e1c33f2a7e"138checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
153dependencies = [139dependencies = [
154 "event-listener",140 "event-listener",
155 "event-listener-strategy",141 "event-listener-strategy",
159145
160[[package]]146[[package]]
161name = "async-channel"147name = "async-channel"
162version = "2.3.1"148version = "2.5.0"
163source = "registry+https://github.com/rust-lang/crates.io-index"149source = "registry+https://github.com/rust-lang/crates.io-index"
164checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"150checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
165dependencies = [151dependencies = [
166 "concurrent-queue",152 "concurrent-queue",
167 "event-listener-strategy",153 "event-listener-strategy",
171157
172[[package]]158[[package]]
173name = "async-executor"159name = "async-executor"
174version = "1.13.0"160version = "1.14.0"
175source = "registry+https://github.com/rust-lang/crates.io-index"161source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7"162checksum = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a"
177dependencies = [163dependencies = [
178 "async-task",164 "async-task",
179 "concurrent-queue",165 "concurrent-queue",
180 "fastrand",166 "fastrand",
181 "futures-lite",167 "futures-lite",
168 "pin-project-lite",
182 "slab",169 "slab",
183]170]
184
185[[package]]
186name = "async-fs"
187version = "2.1.2"
188source = "registry+https://github.com/rust-lang/crates.io-index"
189checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
190dependencies = [
191 "async-lock",
192 "blocking",
193 "futures-lite",
194]
195171
196[[package]]172[[package]]
197name = "async-io"173name = "async-io"
198version = "2.3.3"174version = "2.6.0"
199source = "registry+https://github.com/rust-lang/crates.io-index"175source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964"176checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
201dependencies = [177dependencies = [
202 "async-lock",178 "autocfg",
203 "cfg-if",179 "cfg-if",
204 "concurrent-queue",180 "concurrent-queue",
205 "futures-io",181 "futures-io",
208 "polling",184 "polling",
209 "rustix",185 "rustix",
210 "slab",186 "slab",
211 "tracing",
212 "windows-sys 0.52.0",187 "windows-sys 0.61.2",
213]188]
214189
215[[package]]190[[package]]
216name = "async-lock"191name = "async-lock"
217version = "3.4.0"192version = "3.4.2"
218source = "registry+https://github.com/rust-lang/crates.io-index"193source = "registry+https://github.com/rust-lang/crates.io-index"
219checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"194checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
220dependencies = [195dependencies = [
221 "event-listener",196 "event-listener",
222 "event-listener-strategy",197 "event-listener-strategy",
225200
226[[package]]201[[package]]
227name = "async-process"202name = "async-process"
228version = "2.2.3"203version = "2.5.0"
229source = "registry+https://github.com/rust-lang/crates.io-index"204source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "f7eda79bbd84e29c2b308d1dc099d7de8dcc7035e48f4bf5dc4a531a44ff5e2a"205checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
231dependencies = [206dependencies = [
232 "async-channel",207 "async-channel",
233 "async-io",208 "async-io",
239 "event-listener",214 "event-listener",
240 "futures-lite",215 "futures-lite",
241 "rustix",216 "rustix",
242 "tracing",
243 "windows-sys 0.52.0",
244]217]
245218
246[[package]]219[[package]]
251dependencies = [224dependencies = [
252 "proc-macro2",225 "proc-macro2",
253 "quote",226 "quote",
254 "syn 2.0.104",227 "syn 2.0.117",
255]228]
256229
257[[package]]230[[package]]
258name = "async-signal"231name = "async-signal"
259version = "0.2.9"232version = "0.2.14"
260source = "registry+https://github.com/rust-lang/crates.io-index"233source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "dfb3634b73397aa844481f814fad23bbf07fdb0eabec10f2eb95e58944b1ec32"234checksum = "52b5aaafa020cf5053a01f2a60e8ff5dccf550f0f77ec54a4e47285ac2bab485"
262dependencies = [235dependencies = [
263 "async-io",236 "async-io",
264 "async-lock",237 "async-lock",
269 "rustix",242 "rustix",
270 "signal-hook-registry",243 "signal-hook-registry",
271 "slab",244 "slab",
272 "windows-sys 0.52.0",245 "windows-sys 0.61.2",
273]246]
274247
275[[package]]248[[package]]
280253
281[[package]]254[[package]]
282name = "async-trait"255name = "async-trait"
283version = "0.1.81"256version = "0.1.89"
284source = "registry+https://github.com/rust-lang/crates.io-index"257source = "registry+https://github.com/rust-lang/crates.io-index"
285checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107"258checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
286dependencies = [259dependencies = [
287 "proc-macro2",260 "proc-macro2",
288 "quote",261 "quote",
289 "syn 2.0.104",262 "syn 2.0.117",
290]263]
291264
292[[package]]265[[package]]
306279
307[[package]]280[[package]]
308name = "autocfg"281name = "autocfg"
309version = "1.3.0"282version = "1.5.1"
310source = "registry+https://github.com/rust-lang/crates.io-index"283source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"284checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
312
313[[package]]
314name = "backtrace"
315version = "0.3.73"
316source = "registry+https://github.com/rust-lang/crates.io-index"
317checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
318dependencies = [
319 "addr2line",
320 "cc",
321 "cfg-if",
322 "libc",
323 "miniz_oxide 0.7.4",
324 "object",
325 "rustc-demangle",
326]
327285
328[[package]]286[[package]]
329name = "base16ct"287name = "base16ct"
375dependencies = [333dependencies = [
376 "proc-macro2",334 "proc-macro2",
377 "quote",335 "quote",
378 "syn 2.0.104",336 "syn 2.0.117",
379]337]
380338
381[[package]]339[[package]]
392350
393[[package]]351[[package]]
394name = "bindgen"352name = "bindgen"
395version = "0.69.4"353version = "0.69.5"
396source = "registry+https://github.com/rust-lang/crates.io-index"354source = "registry+https://github.com/rust-lang/crates.io-index"
397checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"355checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
398dependencies = [356dependencies = [
399 "bitflags 2.6.0",357 "bitflags 2.13.0",
400 "cexpr",358 "cexpr",
401 "clang-sys",359 "clang-sys",
402 "itertools",360 "itertools",
407 "regex",365 "regex",
408 "rustc-hash",366 "rustc-hash",
409 "shlex 1.3.0",367 "shlex 1.3.0",
410 "syn 2.0.104",368 "syn 2.0.117",
411]369]
412370
413[[package]]371[[package]]
418376
419[[package]]377[[package]]
420name = "bitflags"378name = "bitflags"
421version = "2.6.0"379version = "2.13.0"
422source = "registry+https://github.com/rust-lang/crates.io-index"380source = "registry+https://github.com/rust-lang/crates.io-index"
423checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"381checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
424382
425[[package]]383[[package]]
426name = "blake2"384name = "blake2"
427version = "0.11.0-rc.6"385version = "0.11.0-rc.6"
428source = "registry+https://github.com/rust-lang/crates.io-index"386source = "registry+https://github.com/rust-lang/crates.io-index"
429checksum = "061f1a09225e328e1ffbb378d2d49923c0ca5fee19fb5ac1cc9c1e9d52b93690"387checksum = "061f1a09225e328e1ffbb378d2d49923c0ca5fee19fb5ac1cc9c1e9d52b93690"
430dependencies = [388dependencies = [
431 "digest 0.11.3",389 "digest",
432]390]
433
434[[package]]
435name = "block-buffer"
436version = "0.10.4"
437source = "registry+https://github.com/rust-lang/crates.io-index"
438checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
439dependencies = [
440 "generic-array 0.14.7",
441]
442391
443[[package]]392[[package]]
444name = "block-buffer"393name = "block-buffer"
445version = "0.12.0"394version = "0.12.1"
446source = "registry+https://github.com/rust-lang/crates.io-index"395source = "registry+https://github.com/rust-lang/crates.io-index"
447checksum = "cdd35008169921d80bc60d3d0ab416eecb028c4cd653352907921d95084790be"396checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa"
448dependencies = [397dependencies = [
449 "hybrid-array",398 "hybrid-array",
450 "zeroize",399 "zeroize",
461410
462[[package]]411[[package]]
463name = "blocking"412name = "blocking"
464version = "1.6.1"413version = "1.6.2"
465source = "registry+https://github.com/rust-lang/crates.io-index"414source = "registry+https://github.com/rust-lang/crates.io-index"
466checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"415checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
467dependencies = [416dependencies = [
468 "async-channel",417 "async-channel",
469 "async-task",418 "async-task",
506455
507[[package]]456[[package]]
508name = "bytes"457name = "bytes"
509version = "1.11.0"458version = "1.11.1"
510source = "registry+https://github.com/rust-lang/crates.io-index"459source = "registry+https://github.com/rust-lang/crates.io-index"
511checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"460checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
512461
513[[package]]462[[package]]
514name = "camino"463name = "camino"
530479
531[[package]]480[[package]]
532name = "cc"481name = "cc"
533version = "1.2.63"482version = "1.2.64"
534source = "registry+https://github.com/rust-lang/crates.io-index"483source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "556e016178bb5662a08681bbe0f00f8e17631781a4dfc8c45e466e4b185ec27f"484checksum = "dad887fd958be91b5098c0248def011f4523ab786cd411be668777e55063501f"
536dependencies = [485dependencies = [
537 "find-msvc-tools",486 "find-msvc-tools",
538 "shlex 2.0.1",487 "shlex 2.0.1",
549498
550[[package]]499[[package]]
551name = "cfg-if"500name = "cfg-if"
552version = "1.0.0"501version = "1.0.4"
553source = "registry+https://github.com/rust-lang/crates.io-index"502source = "registry+https://github.com/rust-lang/crates.io-index"
554checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"503checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
555504
556[[package]]505[[package]]
557name = "cfg_aliases"506name = "cfg_aliases"
567dependencies = [516dependencies = [
568 "cfg-if",517 "cfg-if",
569 "cipher",518 "cipher",
570 "cpufeatures 0.3.0",519 "cpufeatures",
571 "rand_core 0.10.1",520 "rand_core 0.10.1",
572 "zeroize",521 "zeroize",
573]522]
591source = "registry+https://github.com/rust-lang/crates.io-index"540source = "registry+https://github.com/rust-lang/crates.io-index"
592checksum = "e8cf2a2c93cd704877c0858356ed03480ff301ee950b43f1cbe4573b088bfa6c"541checksum = "e8cf2a2c93cd704877c0858356ed03480ff301ee950b43f1cbe4573b088bfa6c"
593dependencies = [542dependencies = [
594 "block-buffer 0.12.0",543 "block-buffer",
595 "crypto-common 0.2.2",544 "crypto-common",
596 "inout",545 "inout",
597 "zeroize",546 "zeroize",
598]547]
609558
610[[package]]559[[package]]
611name = "clap"560name = "clap"
612version = "4.5.16"561version = "4.6.1"
613source = "registry+https://github.com/rust-lang/crates.io-index"562source = "registry+https://github.com/rust-lang/crates.io-index"
614checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019"563checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
615dependencies = [564dependencies = [
616 "clap_builder",565 "clap_builder",
617 "clap_derive",566 "clap_derive",
618]567]
619568
620[[package]]569[[package]]
621name = "clap_builder"570name = "clap_builder"
622version = "4.5.15"571version = "4.6.0"
623source = "registry+https://github.com/rust-lang/crates.io-index"572source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6"573checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
625dependencies = [574dependencies = [
626 "anstream",575 "anstream",
627 "anstyle",576 "anstyle",
631580
632[[package]]581[[package]]
633name = "clap_derive"582name = "clap_derive"
634version = "4.5.13"583version = "4.6.1"
635source = "registry+https://github.com/rust-lang/crates.io-index"584source = "registry+https://github.com/rust-lang/crates.io-index"
636checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0"585checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
637dependencies = [586dependencies = [
638 "heck",587 "heck",
639 "proc-macro2",588 "proc-macro2",
640 "quote",589 "quote",
641 "syn 2.0.104",590 "syn 2.0.117",
642]591]
643592
644[[package]]593[[package]]
645name = "clap_lex"594name = "clap_lex"
646version = "0.7.2"595version = "1.1.0"
647source = "registry+https://github.com/rust-lang/crates.io-index"596source = "registry+https://github.com/rust-lang/crates.io-index"
648checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"597checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
649598
650[[package]]599[[package]]
651name = "cmov"600name = "cmov"
655604
656[[package]]605[[package]]
657name = "colorchoice"606name = "colorchoice"
658version = "1.0.2"607version = "1.0.5"
659source = "registry+https://github.com/rust-lang/crates.io-index"608source = "registry+https://github.com/rust-lang/crates.io-index"
660checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"609checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
661610
662[[package]]611[[package]]
663name = "concurrent-queue"612name = "concurrent-queue"
686source = "registry+https://github.com/rust-lang/crates.io-index"635source = "registry+https://github.com/rust-lang/crates.io-index"
687checksum = "15b85f9c39137c3a891689859392b1bd49812121d0d61c9caf00d46ed5ce06ae"636checksum = "15b85f9c39137c3a891689859392b1bd49812121d0d61c9caf00d46ed5ce06ae"
688
689[[package]]
690name = "cpufeatures"
691version = "0.2.12"
692source = "registry+https://github.com/rust-lang/crates.io-index"
693checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
694dependencies = [
695 "libc",
696]
697637
698[[package]]638[[package]]
699name = "cpufeatures"639name = "cpufeatures"
715655
716[[package]]656[[package]]
717name = "crossbeam-utils"657name = "crossbeam-utils"
718version = "0.8.20"658version = "0.8.21"
719source = "registry+https://github.com/rust-lang/crates.io-index"659source = "registry+https://github.com/rust-lang/crates.io-index"
720checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"660checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
721661
722[[package]]662[[package]]
723name = "crypto-bigint"663name = "crypto-bigint"
736 "zeroize",676 "zeroize",
737]677]
738
739[[package]]
740name = "crypto-common"
741version = "0.1.6"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
744dependencies = [
745 "generic-array 0.14.7",
746 "typenum",
747]
748678
749[[package]]679[[package]]
750name = "crypto-common"680name = "crypto-common"
759689
760[[package]]690[[package]]
761name = "crypto-primes"691name = "crypto-primes"
762version = "0.7.0"692version = "0.7.2"
763source = "registry+https://github.com/rust-lang/crates.io-index"693source = "registry+https://github.com/rust-lang/crates.io-index"
764checksum = "21f41f23de7d24cdbda7f0c4d9c0351f99a4ceb258ef30e5c1927af8987ffe5a"694checksum = "3633a51a39c69ebbaa4feaa694bd83d241e4093901c84a0963b19d9bb3f0cf8f"
765dependencies = [695dependencies = [
766 "crypto-bigint",696 "crypto-bigint",
767 "libm",
768 "rand_core 0.10.1",697 "rand_core 0.10.1",
769]698]
770699
794checksum = "4f359e08ca85e7bd759e1fd933ff2bccd81864c60a8fba0e259c7f822b0924bf"723checksum = "4f359e08ca85e7bd759e1fd933ff2bccd81864c60a8fba0e259c7f822b0924bf"
795dependencies = [724dependencies = [
796 "cfg-if",725 "cfg-if",
797 "cpufeatures 0.3.0",726 "cpufeatures",
798 "curve25519-dalek-derive",727 "curve25519-dalek-derive",
799 "digest 0.11.3",728 "digest",
800 "fiat-crypto",729 "fiat-crypto",
801 "rustc_version",730 "rustc_version",
802 "subtle",731 "subtle",
811dependencies = [740dependencies = [
812 "proc-macro2",741 "proc-macro2",
813 "quote",742 "quote",
814 "syn 2.0.104",743 "syn 2.0.117",
815]744]
816745
817[[package]]746[[package]]
828dependencies = [757dependencies = [
829 "proc-macro2",758 "proc-macro2",
830 "quote",759 "quote",
831 "syn 2.0.104",760 "syn 2.0.117",
832]761]
833762
834[[package]]763[[package]]
862 "cipher",791 "cipher",
863]792]
864
865[[package]]
866name = "digest"
867version = "0.10.7"
868source = "registry+https://github.com/rust-lang/crates.io-index"
869checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
870dependencies = [
871 "block-buffer 0.10.4",
872 "crypto-common 0.1.6",
873]
874793
875[[package]]794[[package]]
876name = "digest"795name = "digest"
877version = "0.11.3"796version = "0.11.3"
878source = "registry+https://github.com/rust-lang/crates.io-index"797source = "registry+https://github.com/rust-lang/crates.io-index"
879checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"798checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
880dependencies = [799dependencies = [
881 "block-buffer 0.12.0",800 "block-buffer",
882 "const-oid",801 "const-oid",
883 "crypto-common 0.2.2",802 "crypto-common",
884 "ctutils",803 "ctutils",
885]804]
886805
891checksum = "54fb064faabbee66e1fc8e5c5a9458d4269dc2d8b638fe86a425adb2510d1a96"810checksum = "54fb064faabbee66e1fc8e5c5a9458d4269dc2d8b638fe86a425adb2510d1a96"
892dependencies = [811dependencies = [
893 "der",812 "der",
894 "digest 0.11.3",813 "digest",
895 "elliptic-curve",814 "elliptic-curve",
896 "rfc6979",815 "rfc6979",
897 "signature",816 "signature",
927846
928[[package]]847[[package]]
929name = "either"848name = "either"
930version = "1.13.0"849version = "1.16.0"
931source = "registry+https://github.com/rust-lang/crates.io-index"850source = "registry+https://github.com/rust-lang/crates.io-index"
932checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"851checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
933852
934[[package]]853[[package]]
935name = "elliptic-curve"854name = "elliptic-curve"
939dependencies = [858dependencies = [
940 "base16ct",859 "base16ct",
941 "crypto-bigint",860 "crypto-bigint",
942 "crypto-common 0.2.2",861 "crypto-common",
943 "digest 0.11.3",862 "digest",
944 "ff",863 "ff",
945 "group",864 "group",
946 "hkdf",865 "hkdf",
956875
957[[package]]876[[package]]
958name = "endi"877name = "endi"
959version = "1.1.0"878version = "1.1.1"
960source = "registry+https://github.com/rust-lang/crates.io-index"879source = "registry+https://github.com/rust-lang/crates.io-index"
961checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"880checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099"
962881
963[[package]]882[[package]]
964name = "enum-repr"883name = "enum-repr"
980 "once_cell",899 "once_cell",
981 "proc-macro2",900 "proc-macro2",
982 "quote",901 "quote",
983 "syn 2.0.104",902 "syn 2.0.117",
984]903]
985904
986[[package]]905[[package]]
987name = "enumflags2"906name = "enumflags2"
988version = "0.7.10"907version = "0.7.12"
989source = "registry+https://github.com/rust-lang/crates.io-index"908source = "registry+https://github.com/rust-lang/crates.io-index"
990checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"909checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
991dependencies = [910dependencies = [
992 "enumflags2_derive",911 "enumflags2_derive",
993 "serde",912 "serde",
994]913]
995914
996[[package]]915[[package]]
997name = "enumflags2_derive"916name = "enumflags2_derive"
998version = "0.7.10"917version = "0.7.12"
999source = "registry+https://github.com/rust-lang/crates.io-index"918source = "registry+https://github.com/rust-lang/crates.io-index"
1000checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"919checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
1001dependencies = [920dependencies = [
1002 "proc-macro2",921 "proc-macro2",
1003 "quote",922 "quote",
1004 "syn 2.0.104",923 "syn 2.0.117",
1005]924]
1006925
1007[[package]]926[[package]]
1008name = "equivalent"927name = "equivalent"
1009version = "1.0.1"928version = "1.0.2"
1010source = "registry+https://github.com/rust-lang/crates.io-index"929source = "registry+https://github.com/rust-lang/crates.io-index"
1011checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"930checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1012931
1013[[package]]932[[package]]
1014name = "errno"933name = "errno"
1015version = "0.3.9"934version = "0.3.14"
1016source = "registry+https://github.com/rust-lang/crates.io-index"935source = "registry+https://github.com/rust-lang/crates.io-index"
1017checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"936checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1018dependencies = [937dependencies = [
1019 "libc",938 "libc",
1020 "windows-sys 0.52.0",939 "windows-sys 0.61.2",
1021]940]
1022941
1023[[package]]942[[package]]
1024name = "event-listener"943name = "event-listener"
1025version = "5.3.1"944version = "5.4.1"
1026source = "registry+https://github.com/rust-lang/crates.io-index"945source = "registry+https://github.com/rust-lang/crates.io-index"
1027checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"946checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
1028dependencies = [947dependencies = [
1029 "concurrent-queue",948 "concurrent-queue",
1030 "parking",949 "parking",
1033952
1034[[package]]953[[package]]
1035name = "event-listener-strategy"954name = "event-listener-strategy"
1036version = "0.5.2"955version = "0.5.4"
1037source = "registry+https://github.com/rust-lang/crates.io-index"956source = "registry+https://github.com/rust-lang/crates.io-index"
1038checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"957checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
1039dependencies = [958dependencies = [
1040 "event-listener",959 "event-listener",
1041 "pin-project-lite",960 "pin-project-lite",
1042]961]
1043962
1044[[package]]963[[package]]
1045name = "fastrand"964name = "fastrand"
1046version = "2.1.0"965version = "2.4.1"
1047source = "registry+https://github.com/rust-lang/crates.io-index"966source = "registry+https://github.com/rust-lang/crates.io-index"
1048checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"967checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
1049968
1050[[package]]969[[package]]
1051name = "ff"970name = "ff"
1076checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"995checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
1077dependencies = [996dependencies = [
1078 "crc32fast",997 "crc32fast",
1079 "miniz_oxide 0.8.9",998 "miniz_oxide",
1080]999]
10811000
1082[[package]]1001[[package]]
10931012
1094[[package]]1013[[package]]
1095name = "futures"1014name = "futures"
1096version = "0.3.30"1015version = "0.3.32"
1097source = "registry+https://github.com/rust-lang/crates.io-index"1016source = "registry+https://github.com/rust-lang/crates.io-index"
1098checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"1017checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
1099dependencies = [1018dependencies = [
1100 "futures-channel",1019 "futures-channel",
1101 "futures-core",1020 "futures-core",
11241043
1125[[package]]1044[[package]]
1126name = "futures-executor"1045name = "futures-executor"
1127version = "0.3.30"1046version = "0.3.32"
1128source = "registry+https://github.com/rust-lang/crates.io-index"1047source = "registry+https://github.com/rust-lang/crates.io-index"
1129checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"1048checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
1130dependencies = [1049dependencies = [
1131 "futures-core",1050 "futures-core",
1132 "futures-task",1051 "futures-task",
11411060
1142[[package]]1061[[package]]
1143name = "futures-lite"1062name = "futures-lite"
1144version = "2.3.0"1063version = "2.6.1"
1145source = "registry+https://github.com/rust-lang/crates.io-index"1064source = "registry+https://github.com/rust-lang/crates.io-index"
1146checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"1065checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
1147dependencies = [1066dependencies = [
1148 "fastrand",1067 "fastrand",
1149 "futures-core",1068 "futures-core",
1160dependencies = [1079dependencies = [
1161 "proc-macro2",1080 "proc-macro2",
1162 "quote",1081 "quote",
1163 "syn 2.0.104",1082 "syn 2.0.117",
1164]1083]
11651084
1166[[package]]1085[[package]]
11941113
1195[[package]]1114[[package]]
1196name = "generic-array"1115name = "generic-array"
1197version = "0.14.7"1116version = "0.14.9"
1198source = "registry+https://github.com/rust-lang/crates.io-index"1117source = "registry+https://github.com/rust-lang/crates.io-index"
1199checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"1118checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
1200dependencies = [1119dependencies = [
1201 "typenum",1120 "typenum",
1202 "version_check",1121 "version_check",
1203]1122]
12041123
1205[[package]]1124[[package]]
1206name = "generic-array"1125name = "generic-array"
1207version = "1.3.3"1126version = "1.4.3"
1208source = "registry+https://github.com/rust-lang/crates.io-index"1127source = "registry+https://github.com/rust-lang/crates.io-index"
1209checksum = "c42bb3faf529935fbba0684910e1a71ecd271d618549d58f430b878619b7f4cf"1128checksum = "c2e55f16dcf0e9c00efbe2e655ffe45fc98e7066b52bc92f8a79e64060a79351"
1210dependencies = [1129dependencies = [
1211 "generic-array 0.14.7",1130 "generic-array 0.14.9",
1212 "rustversion",1131 "rustversion",
1213 "typenum",1132 "typenum",
1214]1133]
12151134
1216[[package]]1135[[package]]
1217name = "getrandom"1136name = "getrandom"
1218version = "0.2.15"1137version = "0.2.17"
1219source = "registry+https://github.com/rust-lang/crates.io-index"1138source = "registry+https://github.com/rust-lang/crates.io-index"
1220checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"1139checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
1221dependencies = [1140dependencies = [
1222 "cfg-if",1141 "cfg-if",
1223 "libc",1142 "libc",
1249 "polyval",1168 "polyval",
1250]1169]
1251
1252[[package]]
1253name = "gimli"
1254version = "0.29.0"
1255source = "registry+https://github.com/rust-lang/crates.io-index"
1256checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
12571170
1258[[package]]1171[[package]]
1259name = "glob"1172name = "glob"
1260version = "0.3.1"1173version = "0.3.3"
1261source = "registry+https://github.com/rust-lang/crates.io-index"1174source = "registry+https://github.com/rust-lang/crates.io-index"
1262checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"1175checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
12631176
1264[[package]]1177[[package]]
1265name = "globset"1178name = "globset"
13081221
1309[[package]]1222[[package]]
1310name = "hermit-abi"1223name = "hermit-abi"
1311version = "0.3.9"1224version = "0.5.2"
1312source = "registry+https://github.com/rust-lang/crates.io-index"1225source = "registry+https://github.com/rust-lang/crates.io-index"
1313checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"1226checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
1314
1315[[package]]
1316name = "hermit-abi"
1317version = "0.4.0"
1318source = "registry+https://github.com/rust-lang/crates.io-index"
1319checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
13201227
1321[[package]]1228[[package]]
1322name = "hex"1229name = "hex"
1345source = "registry+https://github.com/rust-lang/crates.io-index"1252source = "registry+https://github.com/rust-lang/crates.io-index"
1346checksum = "6303bc9732ae41b04cb554b844a762b4115a61bfaa81e3e83050991eeb56863f"1253checksum = "6303bc9732ae41b04cb554b844a762b4115a61bfaa81e3e83050991eeb56863f"
1347dependencies = [1254dependencies = [
1348 "digest 0.11.3",1255 "digest",
1349]1256]
13501257
1351[[package]]1258[[package]]
1352name = "hybrid-array"1259name = "hybrid-array"
1353version = "0.4.10"1260version = "0.4.12"
1354source = "registry+https://github.com/rust-lang/crates.io-index"1261source = "registry+https://github.com/rust-lang/crates.io-index"
1355checksum = "3944cf8cf766b40e2a1a333ee5e9b563f854d5fa49d6a8ca2764e97c6eddb214"1262checksum = "9155a582abd142abc056962c29e3ce5ff2ad5469f4246b537ed42c5deba857da"
1356dependencies = [1263dependencies = [
1357 "ctutils",1264 "ctutils",
1358 "subtle",1265 "subtle",
14261333
1427[[package]]1334[[package]]
1428name = "is_terminal_polyfill"1335name = "is_terminal_polyfill"
1429version = "1.70.1"1336version = "1.70.2"
1430source = "registry+https://github.com/rust-lang/crates.io-index"1337source = "registry+https://github.com/rust-lang/crates.io-index"
1431checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"1338checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
14321339
1433[[package]]1340[[package]]
1434name = "itertools"1341name = "itertools"
14411348
1442[[package]]1349[[package]]
1443name = "itoa"1350name = "itoa"
1444version = "1.0.11"1351version = "1.0.18"
1445source = "registry+https://github.com/rust-lang/crates.io-index"1352source = "registry+https://github.com/rust-lang/crates.io-index"
1446checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"1353checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
14471354
1448[[package]]1355[[package]]
1449name = "js-sys"1356name = "js-sys"
1450version = "0.3.95"1357version = "0.3.102"
1451source = "registry+https://github.com/rust-lang/crates.io-index"1358source = "registry+https://github.com/rust-lang/crates.io-index"
1452checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca"1359checksum = "03d04c30968dffe80775bd4d7fb676131cd04a1fb46d2686dbffbaec2d9dfd31"
1453dependencies = [1360dependencies = [
1361 "cfg-if",
1454 "once_cell",1362 "futures-util",
1455 "wasm-bindgen",1363 "wasm-bindgen",
1456]1364]
14571365
1462checksum = "9e24a010dd405bd7ed803e5253182815b41bf2e6a80cc3bfc066658e03a198aa"1370checksum = "9e24a010dd405bd7ed803e5253182815b41bf2e6a80cc3bfc066658e03a198aa"
1463dependencies = [1371dependencies = [
1464 "cfg-if",1372 "cfg-if",
1465 "cpufeatures 0.3.0",1373 "cpufeatures",
1466]1374]
14671375
1468[[package]]1376[[package]]
1471source = "registry+https://github.com/rust-lang/crates.io-index"1379source = "registry+https://github.com/rust-lang/crates.io-index"
1472checksum = "01737161ba802849cfd486b5bd209d38ba4943494c249a8126005170c7621edd"1380checksum = "01737161ba802849cfd486b5bd209d38ba4943494c249a8126005170c7621edd"
1473dependencies = [1381dependencies = [
1474 "crypto-common 0.2.2",1382 "crypto-common",
1475 "rand_core 0.10.1",1383 "rand_core 0.10.1",
1476]1384]
14771385
1499source = "registry+https://github.com/rust-lang/crates.io-index"1407source = "registry+https://github.com/rust-lang/crates.io-index"
1500checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"1408checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
1501
1502[[package]]
1503name = "libm"
1504version = "0.2.16"
1505source = "registry+https://github.com/rust-lang/crates.io-index"
1506checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
15071409
1508[[package]]1410[[package]]
1509name = "libredox"1411name = "libredox"
1510version = "0.1.17"1412version = "0.1.17"
1511source = "registry+https://github.com/rust-lang/crates.io-index"1413source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "f02ab6bace2054fb888a3c16f990117b579d14a3088e472d63c6011fa185c9d3"1414checksum = "f02ab6bace2054fb888a3c16f990117b579d14a3088e472d63c6011fa185c9d3"
1513dependencies = [1415dependencies = [
1514 "bitflags 2.6.0",1416 "bitflags 2.13.0",
1515 "libc",1417 "libc",
1516 "plain",1418 "plain",
1517 "redox_syscall",1419 "redox_syscall",
1518]1420]
15191421
1520[[package]]1422[[package]]
1521name = "linux-raw-sys"1423name = "linux-raw-sys"
1522version = "0.4.14"1424version = "0.12.1"
1523source = "registry+https://github.com/rust-lang/crates.io-index"1425source = "registry+https://github.com/rust-lang/crates.io-index"
1524checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"1426checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
15251427
1526[[package]]1428[[package]]
1527name = "log"1429name = "log"
1528version = "0.4.22"1430version = "0.4.32"
1529source = "registry+https://github.com/rust-lang/crates.io-index"1431source = "registry+https://github.com/rust-lang/crates.io-index"
1530checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"1432checksum = "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a"
15311433
1532[[package]]1434[[package]]
1533name = "md5"1435name = "md5"
15371439
1538[[package]]1440[[package]]
1539name = "memchr"1441name = "memchr"
1540version = "2.7.4"1442version = "2.8.2"
1541source = "registry+https://github.com/rust-lang/crates.io-index"1443source = "registry+https://github.com/rust-lang/crates.io-index"
1542checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"1444checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
15431445
1544[[package]]1446[[package]]
1545name = "memoffset"1447name = "memoffset"
1556source = "registry+https://github.com/rust-lang/crates.io-index"1458source = "registry+https://github.com/rust-lang/crates.io-index"
1557checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"1459checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1558
1559[[package]]
1560name = "miniz_oxide"
1561version = "0.7.4"
1562source = "registry+https://github.com/rust-lang/crates.io-index"
1563checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
1564dependencies = [
1565 "adler",
1566]
15671460
1568[[package]]1461[[package]]
1569name = "miniz_oxide"1462name = "miniz_oxide"
15771470
1578[[package]]1471[[package]]
1579name = "mio"1472name = "mio"
1580version = "1.0.1"1473version = "1.2.1"
1581source = "registry+https://github.com/rust-lang/crates.io-index"1474source = "registry+https://github.com/rust-lang/crates.io-index"
1582checksum = "4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4"1475checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda"
1583dependencies = [1476dependencies = [
1584 "hermit-abi 0.3.9",
1585 "libc",1477 "libc",
1586 "wasi",1478 "wasi",
1587 "windows-sys 0.52.0",1479 "windows-sys 0.61.2",
1588]1480]
15891481
1590[[package]]1482[[package]]
1612 "num-traits",1504 "num-traits",
1613]1505]
1614
1615[[package]]
1616name = "nix"
1617version = "0.29.0"
1618source = "registry+https://github.com/rust-lang/crates.io-index"
1619checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
1620dependencies = [
1621 "bitflags 2.6.0",
1622 "cfg-if",
1623 "cfg_aliases",
1624 "libc",
1625 "memoffset",
1626]
16271506
1628[[package]]1507[[package]]
1629name = "nix"1508name = "nix"
1630version = "0.31.3"1509version = "0.31.3"
1631source = "registry+https://github.com/rust-lang/crates.io-index"1510source = "registry+https://github.com/rust-lang/crates.io-index"
1632checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d"1511checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d"
1633dependencies = [1512dependencies = [
1634 "bitflags 2.6.0",1513 "bitflags 2.13.0",
1635 "cfg-if",1514 "cfg-if",
1636 "cfg_aliases",1515 "cfg_aliases",
1637 "libc",1516 "libc",
16581537
1659[[package]]1538[[package]]
1660name = "nu-ansi-term"1539name = "nu-ansi-term"
1661version = "0.46.0"1540version = "0.50.3"
1662source = "registry+https://github.com/rust-lang/crates.io-index"1541source = "registry+https://github.com/rust-lang/crates.io-index"
1663checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"1542checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1664dependencies = [1543dependencies = [
1665 "overload",
1666 "winapi",1544 "windows-sys 0.61.2",
1667]1545]
16681546
1669[[package]]1547[[package]]
1694 "autocfg",1572 "autocfg",
1695]1573]
1696
1697[[package]]
1698name = "object"
1699version = "0.36.2"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701checksum = "3f203fa8daa7bb185f760ae12bd8e097f63d17041dcdcaf675ac54cdf863170e"
1702dependencies = [
1703 "memchr",
1704]
17051574
1706[[package]]1575[[package]]
1707name = "once_cell"1576name = "once_cell"
1708version = "1.21.4"1577version = "1.21.4"
1709source = "registry+https://github.com/rust-lang/crates.io-index"1578source = "registry+https://github.com/rust-lang/crates.io-index"
1710checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"1579checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1580
1581[[package]]
1582name = "once_cell_polyfill"
1583version = "1.70.2"
1584source = "registry+https://github.com/rust-lang/crates.io-index"
1585checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
17111586
1712[[package]]1587[[package]]
1713name = "openssh"1588name = "openssh"
1714version = "0.11.0"1589version = "0.11.6"
1715source = "registry+https://github.com/rust-lang/crates.io-index"1590source = "registry+https://github.com/rust-lang/crates.io-index"
1716checksum = "0f27389e5da64700a3efb7f925e442f824f6e3d4b1c27f75e115a92ad3aecbb1"1591checksum = "d534c4bfecb0ed71dea4db444a5922a294d15cf40e700548f27295e1feb0ef18"
1717dependencies = [1592dependencies = [
1718 "libc",1593 "libc",
1719 "once_cell",1594 "once_cell",
1720 "openssh-mux-client",1595 "openssh-mux-client",
1721 "shell-escape",1596 "shell-escape",
1722 "tempfile",1597 "tempfile",
1723 "thiserror 1.0.63",1598 "thiserror",
1724 "tokio",1599 "tokio",
1725]1600]
17261601
1727[[package]]1602[[package]]
1728name = "openssh-mux-client"1603name = "openssh-mux-client"
1729version = "0.17.5"1604version = "0.17.9"
1730source = "registry+https://github.com/rust-lang/crates.io-index"1605source = "registry+https://github.com/rust-lang/crates.io-index"
1731checksum = "b87a1b6780afc5f9f38f81f7928c91c3c24532c48914477ab6caf2ba076ae866"1606checksum = "df21c25c5f6a6c11cf6c54723c7b1389bfb4b5b0c17b097da274cade81d4815e"
1732dependencies = [1607dependencies = [
1733 "cfg-if",1608 "cfg-if",
1734 "non-zero-byte-slice",1609 "non-zero-byte-slice",
17441619
1745[[package]]1620[[package]]
1746name = "openssh-mux-client-error"1621name = "openssh-mux-client-error"
1747version = "0.1.0"1622version = "0.1.1"
1748source = "registry+https://github.com/rust-lang/crates.io-index"1623source = "registry+https://github.com/rust-lang/crates.io-index"
1749checksum = "015d49e592f4d2a456033e6ec48036588e8e58c8908424b1bc40994de58ae648"1624checksum = "9879168afb48a235200e30d93df320b7191568cda8621df02f145c1c0f1af95a"
1750dependencies = [1625dependencies = [
1751 "ssh_format_error",1626 "ssh_format_error",
1752 "thiserror 1.0.63",1627 "thiserror",
1753]1628]
17541629
1755[[package]]1630[[package]]
1762 "pin-project-lite",1637 "pin-project-lite",
1763]1638]
1764
1765[[package]]
1766name = "overload"
1767version = "0.1.1"
1768source = "registry+https://github.com/rust-lang/crates.io-index"
1769checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
17701639
1771[[package]]1640[[package]]
1772name = "p256"1641name = "p256"
1823 "log",1692 "log",
1824 "rand 0.10.1",1693 "rand 0.10.1",
1825 "sha2",1694 "sha2",
1826 "thiserror 2.0.18",1695 "thiserror",
1827 "tokio",1696 "tokio",
1828 "windows",1697 "windows",
1829 "windows-strings",1698 "windows-strings",
18551724
1856[[package]]1725[[package]]
1857name = "parking"1726name = "parking"
1858version = "2.2.0"1727version = "2.2.1"
1859source = "registry+https://github.com/rust-lang/crates.io-index"1728source = "registry+https://github.com/rust-lang/crates.io-index"
1860checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"1729checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
18611730
1862[[package]]1731[[package]]
1863name = "password-hash"1732name = "password-hash"
1880source = "registry+https://github.com/rust-lang/crates.io-index"1749source = "registry+https://github.com/rust-lang/crates.io-index"
1881checksum = "112d82ceb8c5bf524d9af484d4e4970c9fd5a0cc15ba14ad93dccd28873b0629"1750checksum = "112d82ceb8c5bf524d9af484d4e4970c9fd5a0cc15ba14ad93dccd28873b0629"
1882dependencies = [1751dependencies = [
1883 "digest 0.11.3",1752 "digest",
1884 "hmac",1753 "hmac",
1885]1754]
18861755
19051774
1906[[package]]1775[[package]]
1907name = "pin-project-lite"1776name = "pin-project-lite"
1908version = "0.2.14"1777version = "0.2.17"
1909source = "registry+https://github.com/rust-lang/crates.io-index"1778source = "registry+https://github.com/rust-lang/crates.io-index"
1910checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"1779checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
19111780
1912[[package]]1781[[package]]
1913name = "piper"1782name = "piper"
1914version = "0.2.3"1783version = "0.2.5"
1915source = "registry+https://github.com/rust-lang/crates.io-index"1784source = "registry+https://github.com/rust-lang/crates.io-index"
1916checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391"1785checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1"
1917dependencies = [1786dependencies = [
1918 "atomic-waker",1787 "atomic-waker",
1919 "fastrand",1788 "fastrand",
1970dependencies = [1839dependencies = [
1971 "anyhow",1840 "anyhow",
1972 "clap",1841 "clap",
1973 "nix 0.29.0",1842 "nix",
1974 "pam-client",1843 "pam-client",
1975 "remowt-polkit-shared",1844 "remowt-polkit-shared",
1976 "remowt-ui-prompt",1845 "remowt-ui-prompt",
19831852
1984[[package]]1853[[package]]
1985name = "polling"1854name = "polling"
1986version = "3.7.2"1855version = "3.11.0"
1987source = "registry+https://github.com/rust-lang/crates.io-index"1856source = "registry+https://github.com/rust-lang/crates.io-index"
1988checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b"1857checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
1989dependencies = [1858dependencies = [
1990 "cfg-if",1859 "cfg-if",
1991 "concurrent-queue",1860 "concurrent-queue",
1992 "hermit-abi 0.4.0",1861 "hermit-abi",
1993 "pin-project-lite",1862 "pin-project-lite",
1994 "rustix",1863 "rustix",
1995 "tracing",
1996 "windows-sys 0.52.0",1864 "windows-sys 0.61.2",
1997]1865]
19981866
1999[[package]]1867[[package]]
2002source = "registry+https://github.com/rust-lang/crates.io-index"1870source = "registry+https://github.com/rust-lang/crates.io-index"
2003checksum = "a00baa632505d05512f48a963e16051c54fda9a95cc9acea1a4e3c90991c4a2e"1871checksum = "a00baa632505d05512f48a963e16051c54fda9a95cc9acea1a4e3c90991c4a2e"
2004dependencies = [1872dependencies = [
2005 "cpufeatures 0.3.0",1873 "cpufeatures",
2006 "universal-hash",1874 "universal-hash",
2007 "zeroize",1875 "zeroize",
2008]1876]
2014checksum = "7dfc63250416fea14f5749b90725916a6c903f599d51cb635aa7a52bfd03eede"1882checksum = "7dfc63250416fea14f5749b90725916a6c903f599d51cb635aa7a52bfd03eede"
2015dependencies = [1883dependencies = [
2016 "cpubits",1884 "cpubits",
2017 "cpufeatures 0.3.0",1885 "cpufeatures",
2018 "universal-hash",1886 "universal-hash",
2019]1887]
2020
2021[[package]]
2022name = "ppv-lite86"
2023version = "0.2.20"
2024source = "registry+https://github.com/rust-lang/crates.io-index"
2025checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
2026dependencies = [
2027 "zerocopy",
2028]
20291888
2030[[package]]1889[[package]]
2031name = "prettyplease"1890name = "prettyplease"
2032version = "0.2.36"1891version = "0.2.37"
2033source = "registry+https://github.com/rust-lang/crates.io-index"1892source = "registry+https://github.com/rust-lang/crates.io-index"
2034checksum = "ff24dfcda44452b9816fff4cd4227e1bb73ff5a2f1bc1105aa92fb8565ce44d2"1893checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
2035dependencies = [1894dependencies = [
2036 "proc-macro2",1895 "proc-macro2",
2037 "syn 2.0.104",1896 "syn 2.0.117",
2038]1897]
20391898
2040[[package]]1899[[package]]
2041name = "primefield"1900name = "primefield"
2042version = "0.14.0-rc.10"1901version = "0.14.0-rc.11"
2043source = "registry+https://github.com/rust-lang/crates.io-index"1902source = "registry+https://github.com/rust-lang/crates.io-index"
2044checksum = "f845ec3240cd5ed5e1e31cf3ff633a5bf47c698dc4092ba9e767415b3d393406"1903checksum = "b1d7e42f46a29abc16fb621a3466ee453358ebaae48a9e515f287e0af052ed8f"
2045dependencies = [1904dependencies = [
2046 "crypto-bigint",1905 "crypto-bigint",
2047 "crypto-common 0.2.2",1906 "crypto-common",
2048 "ff",1907 "ff",
2049 "rand_core 0.10.1",1908 "rand_core 0.10.1",
2050 "subtle",1909 "subtle",
20621921
2063[[package]]1922[[package]]
2064name = "proc-macro-crate"1923name = "proc-macro-crate"
2065version = "3.1.0"1924version = "3.5.0"
2066source = "registry+https://github.com/rust-lang/crates.io-index"1925source = "registry+https://github.com/rust-lang/crates.io-index"
2067checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"1926checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f"
2068dependencies = [1927dependencies = [
2069 "toml_edit",1928 "toml_edit",
2070]1929]
20711930
2072[[package]]1931[[package]]
2073name = "proc-macro2"1932name = "proc-macro2"
2074version = "1.0.95"1933version = "1.0.106"
2075source = "registry+https://github.com/rust-lang/crates.io-index"1934source = "registry+https://github.com/rust-lang/crates.io-index"
2076checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"1935checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
2077dependencies = [1936dependencies = [
2078 "unicode-ident",1937 "unicode-ident",
2079]1938]
20801939
2081[[package]]1940[[package]]
2082name = "quote"1941name = "quote"
2083version = "1.0.36"1942version = "1.0.45"
2084source = "registry+https://github.com/rust-lang/crates.io-index"1943source = "registry+https://github.com/rust-lang/crates.io-index"
2085checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"1944checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
2086dependencies = [1945dependencies = [
2087 "proc-macro2",1946 "proc-macro2",
2088]1947]
2106 "winapi",1965 "winapi",
2107]1966]
2108
2109[[package]]
2110name = "rand"
2111version = "0.8.5"
2112source = "registry+https://github.com/rust-lang/crates.io-index"
2113checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2114dependencies = [
2115 "libc",
2116 "rand_chacha",
2117 "rand_core 0.6.4",
2118]
21191967
2120[[package]]1968[[package]]
2121name = "rand"1969name = "rand"
2128 "rand_core 0.10.1",1976 "rand_core 0.10.1",
2129]1977]
2130
2131[[package]]
2132name = "rand_chacha"
2133version = "0.3.1"
2134source = "registry+https://github.com/rust-lang/crates.io-index"
2135checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2136dependencies = [
2137 "ppv-lite86",
2138 "rand_core 0.6.4",
2139]
21401978
2141[[package]]1979[[package]]
2142name = "rand_core"1980name = "rand_core"
2153source = "registry+https://github.com/rust-lang/crates.io-index"1991source = "registry+https://github.com/rust-lang/crates.io-index"
2154checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"1992checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
2155
2156[[package]]
2157name = "rand_core"
2158version = "0.6.4"
2159source = "registry+https://github.com/rust-lang/crates.io-index"
2160checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2161dependencies = [
2162 "getrandom 0.2.15",
2163]
21641993
2165[[package]]1994[[package]]
2166name = "rand_core"1995name = "rand_core"
2183source = "registry+https://github.com/rust-lang/crates.io-index"2012source = "registry+https://github.com/rust-lang/crates.io-index"
2184checksum = "5b44b894f2a6e36457d665d1e08c3866add6ed5e70050c1b4ba8a8ddedb02ce7"2013checksum = "5b44b894f2a6e36457d665d1e08c3866add6ed5e70050c1b4ba8a8ddedb02ce7"
2185dependencies = [2014dependencies = [
2186 "bitflags 2.6.0",2015 "bitflags 2.13.0",
2187]2016]
21882017
2189[[package]]2018[[package]]
2190name = "regex"2019name = "regex"
2191version = "1.10.6"2020version = "1.12.4"
2192source = "registry+https://github.com/rust-lang/crates.io-index"2021source = "registry+https://github.com/rust-lang/crates.io-index"
2193checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"2022checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
2194dependencies = [2023dependencies = [
2195 "aho-corasick",2024 "aho-corasick",
2196 "memchr",2025 "memchr",
22002029
2201[[package]]2030[[package]]
2202name = "regex-automata"2031name = "regex-automata"
2203version = "0.4.7"2032version = "0.4.14"
2204source = "registry+https://github.com/rust-lang/crates.io-index"2033source = "registry+https://github.com/rust-lang/crates.io-index"
2205checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"2034checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
2206dependencies = [2035dependencies = [
2207 "aho-corasick",2036 "aho-corasick",
2208 "memchr",2037 "memchr",
22112040
2212[[package]]2041[[package]]
2213name = "regex-syntax"2042name = "regex-syntax"
2214version = "0.8.4"2043version = "0.8.11"
2215source = "registry+https://github.com/rust-lang/crates.io-index"2044source = "registry+https://github.com/rust-lang/crates.io-index"
2216checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"2045checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
22172046
2218[[package]]2047[[package]]
2219name = "remove_dir_all"2048name = "remove_dir_all"
2234 "clap",2063 "clap",
2235 "futures",2064 "futures",
2236 "futures-util",2065 "futures-util",
2237 "nix 0.29.0",2066 "nix",
2238 "rand 0.8.5",2067 "rand 0.10.1",
2239 "remowt-link-shared",2068 "remowt-link-shared",
2240 "remowt-plugin",2069 "remowt-plugin",
2241 "remowt-polkit-shared",2070 "remowt-polkit-shared",
2280 "camino",2109 "camino",
2281 "serde",2110 "serde",
2282 "tempfile",2111 "tempfile",
2283 "thiserror 1.0.63",2112 "thiserror",
2284 "tokio",2113 "tokio",
2285]2114]
22862115
2297 "remowt-ui-prompt",2126 "remowt-ui-prompt",
2298 "serde",2127 "serde",
2299 "serde_json",2128 "serde_json",
2300 "thiserror 1.0.63",2129 "thiserror",
2301 "tokio",2130 "tokio",
2302]2131]
23032132
2311 "camino",2140 "camino",
2312 "remowt-client",2141 "remowt-client",
2313 "serde",2142 "serde",
2314 "thiserror 2.0.18",2143 "thiserror",
2315 "tokio",2144 "tokio",
2316 "tracing",2145 "tracing",
2317 "uuid",2146 "uuid",
2336name = "remowt-polkit-shared"2165name = "remowt-polkit-shared"
2337version = "0.1.1"2166version = "0.1.1"
2338dependencies = [2167dependencies = [
2339 "nix 0.29.0",2168 "nix",
2340 "serde",2169 "serde",
2341 "zbus",2170 "zbus",
2342]2171]
2348 "bifrostlink",2177 "bifrostlink",
2349 "bifrostlink-macros",2178 "bifrostlink-macros",
2350 "camino",2179 "camino",
2351 "nix 0.29.0",2180 "nix",
2352 "serde",2181 "serde",
2353 "thiserror 1.0.63",2182 "thiserror",
2354 "tokio",2183 "tokio",
2355 "tracing",2184 "tracing",
2356]2185]
2365 "bifrostlink-ports",2194 "bifrostlink-ports",
2366 "bytes",2195 "bytes",
2367 "clap",2196 "clap",
2368 "nix 0.29.0",2197 "nix",
2369 "openssh",2198 "openssh",
2370 "remowt-client",2199 "remowt-client",
2371 "remowt-link-shared",2200 "remowt-link-shared",
2375 "serde",2204 "serde",
2376 "serde_json",2205 "serde_json",
2377 "tempdir",2206 "tempdir",
2378 "thiserror 2.0.18",2207 "thiserror",
2379 "tokio",2208 "tokio",
2380 "tokio-stream",2209 "tokio-stream",
2381 "tracing",2210 "tracing",
2390 "bifrostlink",2219 "bifrostlink",
2391 "bifrostlink-macros",2220 "bifrostlink-macros",
2392 "serde",2221 "serde",
2393 "thiserror 1.0.63",2222 "thiserror",
2394 "zbus",2223 "zbus",
2395]2224]
23962225
2402 "bifrostlink-macros",2231 "bifrostlink-macros",
2403 "serde",2232 "serde",
2404 "serde_json",2233 "serde_json",
2405 "thiserror 1.0.63",2234 "thiserror",
2406 "tokio",2235 "tokio",
2407 "tracing",2236 "tracing",
2408 "zbus",2237 "zbus",
2426dependencies = [2255dependencies = [
2427 "cc",2256 "cc",
2428 "cfg-if",2257 "cfg-if",
2429 "getrandom 0.2.15",2258 "getrandom 0.2.17",
2430 "libc",2259 "libc",
2431 "untrusted",2260 "untrusted",
2432 "windows-sys 0.52.0",2261 "windows-sys 0.52.0",
2453 "const-oid",2282 "const-oid",
2454 "crypto-bigint",2283 "crypto-bigint",
2455 "crypto-primes",2284 "crypto-primes",
2456 "digest 0.11.3",2285 "digest",
2457 "pkcs1",2286 "pkcs1",
2458 "pkcs8",2287 "pkcs8",
2459 "rand_core 0.10.1",2288 "rand_core 0.10.1",
2470checksum = "bbf893f64684e58da8a68d56a5e84d1cf0440226274c515770fe267707a7d0b0"2299checksum = "bbf893f64684e58da8a68d56a5e84d1cf0440226274c515770fe267707a7d0b0"
2471dependencies = [2300dependencies = [
2472 "aes",2301 "aes",
2473 "bitflags 2.6.0",2302 "bitflags 2.13.0",
2474 "block-padding",2303 "block-padding",
2475 "byteorder",2304 "byteorder",
2476 "bytes",2305 "bytes",
2482 "data-encoding",2311 "data-encoding",
2483 "delegate",2312 "delegate",
2484 "der",2313 "der",
2485 "digest 0.11.3",2314 "digest",
2486 "ecdsa",2315 "ecdsa",
2487 "ed25519-dalek",2316 "ed25519-dalek",
2488 "elliptic-curve",2317 "elliptic-curve",
2489 "enum_dispatch",2318 "enum_dispatch",
2490 "flate2",2319 "flate2",
2491 "futures",2320 "futures",
2492 "generic-array 1.3.3",2321 "generic-array 1.4.3",
2493 "getrandom 0.4.2",2322 "getrandom 0.4.2",
2494 "ghash",2323 "ghash",
2495 "hex-literal",2324 "hex-literal",
2520 "salsa20",2349 "salsa20",
2521 "scrypt",2350 "scrypt",
2522 "sec1",2351 "sec1",
2523 "sha1 0.11.0",2352 "sha1",
2524 "sha2",2353 "sha2",
2525 "sha3",2354 "sha3",
2526 "signature",2355 "signature",
2527 "spki",2356 "spki",
2528 "ssh-encoding",2357 "ssh-encoding",
2529 "ssh-key",2358 "ssh-key",
2530 "subtle",2359 "subtle",
2531 "thiserror 2.0.18",2360 "thiserror",
2532 "tokio",2361 "tokio",
2533 "typenum",2362 "typenum",
2534 "universal-hash",2363 "universal-hash",
2544 "futures",2373 "futures",
2545 "globset",2374 "globset",
2546 "log",2375 "log",
2547 "thiserror 2.0.18",2376 "thiserror",
2548 "tokio",2377 "tokio",
2549 "whoami",2378 "whoami",
2550]2379]
2556checksum = "443f6bbcfacb34a1aab2b12b99bf08e0c63abdc5a0db261901365df9d57fff51"2385checksum = "443f6bbcfacb34a1aab2b12b99bf08e0c63abdc5a0db261901365df9d57fff51"
2557dependencies = [2386dependencies = [
2558 "log",2387 "log",
2559 "nix 0.31.3",2388 "nix",
2560 "ssh-encoding",2389 "ssh-encoding",
2561 "windows-sys 0.61.2",2390 "windows-sys 0.61.2",
2562]2391]
2573 "wasm-bindgen-futures",2402 "wasm-bindgen-futures",
2574]2403]
2575
2576[[package]]
2577name = "rustc-demangle"
2578version = "0.1.24"
2579source = "registry+https://github.com/rust-lang/crates.io-index"
2580checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
25812404
2582[[package]]2405[[package]]
2583name = "rustc-hash"2406name = "rustc-hash"
25962419
2597[[package]]2420[[package]]
2598name = "rustix"2421name = "rustix"
2599version = "0.38.34"2422version = "1.1.4"
2600source = "registry+https://github.com/rust-lang/crates.io-index"2423source = "registry+https://github.com/rust-lang/crates.io-index"
2601checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"2424checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
2602dependencies = [2425dependencies = [
2603 "bitflags 2.6.0",2426 "bitflags 2.13.0",
2604 "errno",2427 "errno",
2605 "libc",2428 "libc",
2606 "linux-raw-sys",2429 "linux-raw-sys",
2607 "windows-sys 0.52.0",2430 "windows-sys 0.61.2",
2608]2431]
26092432
2610[[package]]2433[[package]]
2611name = "rustversion"2434name = "rustversion"
2612version = "1.0.17"2435version = "1.0.22"
2613source = "registry+https://github.com/rust-lang/crates.io-index"2436source = "registry+https://github.com/rust-lang/crates.io-index"
2614checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"2437checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
26152438
2616[[package]]2439[[package]]
2617name = "salsa20"2440name = "salsa20"
26572480
2658[[package]]2481[[package]]
2659name = "sendfd"2482name = "sendfd"
2660version = "0.4.3"2483version = "0.4.4"
2661source = "registry+https://github.com/rust-lang/crates.io-index"2484source = "registry+https://github.com/rust-lang/crates.io-index"
2662checksum = "604b71b8fc267e13bb3023a2c901126c8f349393666a6d98ac1ae5729b701798"2485checksum = "b183bfd5b1bc64ab0c1ef3ee06b008a9ef1b68a7d3a99ba566fbfe7a7c6d745b"
2663dependencies = [2486dependencies = [
2664 "libc",2487 "libc",
2665 "tokio",2488 "tokio",
2692dependencies = [2515dependencies = [
2693 "proc-macro2",2516 "proc-macro2",
2694 "quote",2517 "quote",
2695 "syn 2.0.104",2518 "syn 2.0.117",
2696]2519]
26972520
2698[[package]]2521[[package]]
2699name = "serde_json"2522name = "serde_json"
2700version = "1.0.149"2523version = "1.0.150"
2701source = "registry+https://github.com/rust-lang/crates.io-index"2524source = "registry+https://github.com/rust-lang/crates.io-index"
2702checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"2525checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
2703dependencies = [2526dependencies = [
2704 "itoa",2527 "itoa",
2705 "memchr",2528 "memchr",
27102533
2711[[package]]2534[[package]]
2712name = "serde_repr"2535name = "serde_repr"
2713version = "0.1.19"2536version = "0.1.20"
2714source = "registry+https://github.com/rust-lang/crates.io-index"2537source = "registry+https://github.com/rust-lang/crates.io-index"
2715checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"2538checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
2716dependencies = [2539dependencies = [
2717 "proc-macro2",2540 "proc-macro2",
2718 "quote",2541 "quote",
2719 "syn 2.0.104",2542 "syn 2.0.117",
2720]2543]
27212544
2722[[package]]2545[[package]]
2729 "serde",2552 "serde",
2730]2553]
2731
2732[[package]]
2733name = "sha1"
2734version = "0.10.6"
2735source = "registry+https://github.com/rust-lang/crates.io-index"
2736checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2737dependencies = [
2738 "cfg-if",
2739 "cpufeatures 0.2.12",
2740 "digest 0.10.7",
2741]
27422554
2743[[package]]2555[[package]]
2744name = "sha1"2556name = "sha1"
2747checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214"2559checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214"
2748dependencies = [2560dependencies = [
2749 "cfg-if",2561 "cfg-if",
2750 "cpufeatures 0.3.0",2562 "cpufeatures",
2751 "digest 0.11.3",2563 "digest",
2752]2564]
27532565
2754[[package]]2566[[package]]
2758checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"2570checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
2759dependencies = [2571dependencies = [
2760 "cfg-if",2572 "cfg-if",
2761 "cpufeatures 0.3.0",2573 "cpufeatures",
2762 "digest 0.11.3",2574 "digest",
2763]2575]
27642576
2765[[package]]2577[[package]]
2768source = "registry+https://github.com/rust-lang/crates.io-index"2580source = "registry+https://github.com/rust-lang/crates.io-index"
2769checksum = "be176f1a57ce4e3d31c1a166222d9768de5954f811601fb7ca06fc8203905ce1"2581checksum = "be176f1a57ce4e3d31c1a166222d9768de5954f811601fb7ca06fc8203905ce1"
2770dependencies = [2582dependencies = [
2771 "digest 0.11.3",2583 "digest",
2772 "keccak",2584 "keccak",
2773]2585]
27742586
28012613
2802[[package]]2614[[package]]
2803name = "signal-hook-registry"2615name = "signal-hook-registry"
2804version = "1.4.2"2616version = "1.4.8"
2805source = "registry+https://github.com/rust-lang/crates.io-index"2617source = "registry+https://github.com/rust-lang/crates.io-index"
2806checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"2618checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
2807dependencies = [2619dependencies = [
2620 "errno",
2808 "libc",2621 "libc",
2809]2622]
28102623
2814source = "registry+https://github.com/rust-lang/crates.io-index"2627source = "registry+https://github.com/rust-lang/crates.io-index"
2815checksum = "28d567dcbaf0049cb8ac2608a76cd95ff9e4412e1899d389ee400918ca7537f5"2628checksum = "28d567dcbaf0049cb8ac2608a76cd95ff9e4412e1899d389ee400918ca7537f5"
2816dependencies = [2629dependencies = [
2817 "digest 0.11.3",2630 "digest",
2818 "rand_core 0.10.1",2631 "rand_core 0.10.1",
2819]2632]
28202633
28262639
2827[[package]]2640[[package]]
2828name = "slab"2641name = "slab"
2829version = "0.4.9"2642version = "0.4.12"
2830source = "registry+https://github.com/rust-lang/crates.io-index"2643source = "registry+https://github.com/rust-lang/crates.io-index"
2831checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"2644checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2832dependencies = [
2833 "autocfg",
2834]
28352645
2836[[package]]2646[[package]]
2837name = "smallvec"2647name = "smallvec"
2838version = "1.13.2"2648version = "1.15.2"
2839source = "registry+https://github.com/rust-lang/crates.io-index"2649source = "registry+https://github.com/rust-lang/crates.io-index"
2840checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"2650checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
28412651
2842[[package]]2652[[package]]
2843name = "socket2"2653name = "socket2"
2844version = "0.5.7"2654version = "0.6.4"
2845source = "registry+https://github.com/rust-lang/crates.io-index"2655source = "registry+https://github.com/rust-lang/crates.io-index"
2846checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"2656checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
2847dependencies = [2657dependencies = [
2848 "libc",2658 "libc",
2849 "windows-sys 0.52.0",2659 "windows-sys 0.61.2",
2850]2660]
28512661
2852[[package]]2662[[package]]
2889 "bytes",2699 "bytes",
2890 "crypto-bigint",2700 "crypto-bigint",
2891 "ctutils",2701 "ctutils",
2892 "digest 0.11.3",2702 "digest",
2893 "pem-rfc7468",2703 "pem-rfc7468",
2894 "zeroize",2704 "zeroize",
2895]2705]
2912 "rand_core 0.10.1",2722 "rand_core 0.10.1",
2913 "rsa",2723 "rsa",
2914 "sec1",2724 "sec1",
2915 "sha1 0.11.0",2725 "sha1",
2916 "sha2",2726 "sha2",
2917 "signature",2727 "signature",
2918 "ssh-cipher",2728 "ssh-cipher",
29702780
2971[[package]]2781[[package]]
2972name = "syn"2782name = "syn"
2973version = "2.0.104"2783version = "2.0.117"
2974source = "registry+https://github.com/rust-lang/crates.io-index"2784source = "registry+https://github.com/rust-lang/crates.io-index"
2975checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"2785checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
2976dependencies = [2786dependencies = [
2977 "proc-macro2",2787 "proc-macro2",
2978 "quote",2788 "quote",
29912801
2992[[package]]2802[[package]]
2993name = "tempfile"2803name = "tempfile"
2994version = "3.11.0"2804version = "3.27.0"
2995source = "registry+https://github.com/rust-lang/crates.io-index"2805source = "registry+https://github.com/rust-lang/crates.io-index"
2996checksum = "b8fcd239983515c23a32fb82099f97d0b11b8c72f654ed659363a95c3dad7a53"2806checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
2997dependencies = [2807dependencies = [
2998 "cfg-if",
2999 "fastrand",2808 "fastrand",
2809 "getrandom 0.4.2",
3000 "once_cell",2810 "once_cell",
3001 "rustix",2811 "rustix",
3002 "windows-sys 0.52.0",2812 "windows-sys 0.61.2",
3003]2813]
3004
3005[[package]]
3006name = "thiserror"
3007version = "1.0.63"
3008source = "registry+https://github.com/rust-lang/crates.io-index"
3009checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
3010dependencies = [
3011 "thiserror-impl 1.0.63",
3012]
30132814
3014[[package]]2815[[package]]
3015name = "thiserror"2816name = "thiserror"
3016version = "2.0.18"2817version = "2.0.18"
3017source = "registry+https://github.com/rust-lang/crates.io-index"2818source = "registry+https://github.com/rust-lang/crates.io-index"
3018checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"2819checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
3019dependencies = [2820dependencies = [
3020 "thiserror-impl 2.0.18",2821 "thiserror-impl",
3021]2822]
3022
3023[[package]]
3024name = "thiserror-impl"
3025version = "1.0.63"
3026source = "registry+https://github.com/rust-lang/crates.io-index"
3027checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
3028dependencies = [
3029 "proc-macro2",
3030 "quote",
3031 "syn 2.0.104",
3032]
30332823
3034[[package]]2824[[package]]
3035name = "thiserror-impl"2825name = "thiserror-impl"
3039dependencies = [2829dependencies = [
3040 "proc-macro2",2830 "proc-macro2",
3041 "quote",2831 "quote",
3042 "syn 2.0.104",2832 "syn 2.0.117",
3043]2833]
30442834
3045[[package]]2835[[package]]
3046name = "thread_local"2836name = "thread_local"
3047version = "1.1.8"2837version = "1.1.9"
3048source = "registry+https://github.com/rust-lang/crates.io-index"2838source = "registry+https://github.com/rust-lang/crates.io-index"
3049checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"2839checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
3050dependencies = [2840dependencies = [
3051 "cfg-if",2841 "cfg-if",
3052 "once_cell",
3053]2842]
30542843
3055[[package]]2844[[package]]
3056name = "tokio"2845name = "tokio"
3057version = "1.39.3"2846version = "1.52.3"
3058source = "registry+https://github.com/rust-lang/crates.io-index"2847source = "registry+https://github.com/rust-lang/crates.io-index"
3059checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5"2848checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
3060dependencies = [2849dependencies = [
3061 "backtrace",
3062 "bytes",2850 "bytes",
3063 "libc",2851 "libc",
3064 "mio",2852 "mio",
3067 "socket2",2855 "socket2",
3068 "tokio-macros",2856 "tokio-macros",
3069 "tracing",2857 "tracing",
3070 "windows-sys 0.52.0",2858 "windows-sys 0.61.2",
3071]2859]
30722860
3073[[package]]2861[[package]]
30812869
3082[[package]]2870[[package]]
3083name = "tokio-macros"2871name = "tokio-macros"
3084version = "2.4.0"2872version = "2.7.0"
3085source = "registry+https://github.com/rust-lang/crates.io-index"2873source = "registry+https://github.com/rust-lang/crates.io-index"
3086checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"2874checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
3087dependencies = [2875dependencies = [
3088 "proc-macro2",2876 "proc-macro2",
3089 "quote",2877 "quote",
3090 "syn 2.0.104",2878 "syn 2.0.117",
3091]2879]
30922880
3093[[package]]2881[[package]]
3094name = "tokio-stream"2882name = "tokio-stream"
3095version = "0.1.15"2883version = "0.1.18"
3096source = "registry+https://github.com/rust-lang/crates.io-index"2884source = "registry+https://github.com/rust-lang/crates.io-index"
3097checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"2885checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
3098dependencies = [2886dependencies = [
3099 "futures-core",2887 "futures-core",
3100 "pin-project-lite",2888 "pin-project-lite",
31032891
3104[[package]]2892[[package]]
3105name = "tokio-util"2893name = "tokio-util"
3106version = "0.7.11"2894version = "0.7.18"
3107source = "registry+https://github.com/rust-lang/crates.io-index"2895source = "registry+https://github.com/rust-lang/crates.io-index"
3108checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"2896checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
3109dependencies = [2897dependencies = [
3110 "bytes",2898 "bytes",
3111 "futures-core",2899 "futures-core",
31162904
3117[[package]]2905[[package]]
3118name = "toml_datetime"2906name = "toml_datetime"
3119version = "0.6.8"2907version = "1.1.1+spec-1.1.0"
3120source = "registry+https://github.com/rust-lang/crates.io-index"2908source = "registry+https://github.com/rust-lang/crates.io-index"
3121checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"2909checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
2910dependencies = [
2911 "serde_core",
2912]
31222913
3123[[package]]2914[[package]]
3124name = "toml_edit"2915name = "toml_edit"
3125version = "0.21.1"2916version = "0.25.12+spec-1.1.0"
3126source = "registry+https://github.com/rust-lang/crates.io-index"2917source = "registry+https://github.com/rust-lang/crates.io-index"
3127checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"2918checksum = "d2153edc6955a6c354fad8f5efd38b6a8769bdccf9fe50f8e1329f81b0baa5d7"
3128dependencies = [2919dependencies = [
3129 "indexmap",2920 "indexmap",
3130 "toml_datetime",2921 "toml_datetime",
2922 "toml_parser",
3131 "winnow",2923 "winnow",
3132]2924]
2925
2926[[package]]
2927name = "toml_parser"
2928version = "1.1.2+spec-1.1.0"
2929source = "registry+https://github.com/rust-lang/crates.io-index"
2930checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
2931dependencies = [
2932 "winnow",
2933]
31332934
3134[[package]]2935[[package]]
3135name = "tracing"2936name = "tracing"
3136version = "0.1.40"2937version = "0.1.44"
3137source = "registry+https://github.com/rust-lang/crates.io-index"2938source = "registry+https://github.com/rust-lang/crates.io-index"
3138checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"2939checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
3139dependencies = [2940dependencies = [
3140 "pin-project-lite",2941 "pin-project-lite",
3141 "tracing-attributes",2942 "tracing-attributes",
31442945
3145[[package]]2946[[package]]
3146name = "tracing-attributes"2947name = "tracing-attributes"
3147version = "0.1.27"2948version = "0.1.31"
3148source = "registry+https://github.com/rust-lang/crates.io-index"2949source = "registry+https://github.com/rust-lang/crates.io-index"
3149checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"2950checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
3150dependencies = [2951dependencies = [
3151 "proc-macro2",2952 "proc-macro2",
3152 "quote",2953 "quote",
3153 "syn 2.0.104",2954 "syn 2.0.117",
3154]2955]
31552956
3156[[package]]2957[[package]]
3157name = "tracing-core"2958name = "tracing-core"
3158version = "0.1.32"2959version = "0.1.36"
3159source = "registry+https://github.com/rust-lang/crates.io-index"2960source = "registry+https://github.com/rust-lang/crates.io-index"
3160checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"2961checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
3161dependencies = [2962dependencies = [
3162 "once_cell",2963 "once_cell",
3163 "valuable",2964 "valuable",
31762977
3177[[package]]2978[[package]]
3178name = "tracing-subscriber"2979name = "tracing-subscriber"
3179version = "0.3.18"2980version = "0.3.23"
3180source = "registry+https://github.com/rust-lang/crates.io-index"2981source = "registry+https://github.com/rust-lang/crates.io-index"
3181checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"2982checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
3182dependencies = [2983dependencies = [
3183 "nu-ansi-term",2984 "nu-ansi-term",
3184 "sharded-slab",2985 "sharded-slab",
31902991
3191[[package]]2992[[package]]
3192name = "typed-builder"2993name = "typed-builder"
3193version = "0.20.0"2994version = "0.23.2"
3194source = "registry+https://github.com/rust-lang/crates.io-index"2995source = "registry+https://github.com/rust-lang/crates.io-index"
3195checksum = "7e14ed59dc8b7b26cacb2a92bad2e8b1f098806063898ab42a3bd121d7d45e75"2996checksum = "31aa81521b70f94402501d848ccc0ecaa8f93c8eb6999eb9747e72287757ffda"
3196dependencies = [2997dependencies = [
3197 "typed-builder-macro",2998 "typed-builder-macro",
3198]2999]
31993000
3200[[package]]3001[[package]]
3201name = "typed-builder-macro"3002name = "typed-builder-macro"
3202version = "0.20.0"3003version = "0.23.2"
3203source = "registry+https://github.com/rust-lang/crates.io-index"3004source = "registry+https://github.com/rust-lang/crates.io-index"
3204checksum = "560b82d656506509d43abe30e0ba64c56b1953ab3d4fe7ba5902747a7a3cedd5"3005checksum = "076a02dc54dd46795c2e9c8282ed40bcfb1e22747e955de9389a1de28190fb26"
3205dependencies = [3006dependencies = [
3206 "proc-macro2",3007 "proc-macro2",
3207 "quote",3008 "quote",
3208 "syn 2.0.104",3009 "syn 2.0.117",
3209]3010]
32103011
3211[[package]]3012[[package]]
3212name = "typenum"3013name = "typenum"
3213version = "1.17.0"3014version = "1.20.1"
3214source = "registry+https://github.com/rust-lang/crates.io-index"3015source = "registry+https://github.com/rust-lang/crates.io-index"
3215checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"3016checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
32163017
3217[[package]]3018[[package]]
3218name = "uds_windows"3019name = "uds_windows"
3219version = "1.1.0"3020version = "1.2.1"
3220source = "registry+https://github.com/rust-lang/crates.io-index"3021source = "registry+https://github.com/rust-lang/crates.io-index"
3221checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"3022checksum = "f2f6fb2847f6742cd76af783a2a2c49e9375d0a111c7bef6f71cd9e738c72d6e"
3222dependencies = [3023dependencies = [
3223 "memoffset",3024 "memoffset",
3224 "tempfile",3025 "tempfile",
3225 "winapi",3026 "windows-sys 0.61.2",
3226]3027]
32273028
3228[[package]]3029[[package]]
3229name = "unicode-ident"3030name = "unicode-ident"
3230version = "1.0.12"3031version = "1.0.24"
3231source = "registry+https://github.com/rust-lang/crates.io-index"3032source = "registry+https://github.com/rust-lang/crates.io-index"
3232checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"3033checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
32333034
3234[[package]]3035[[package]]
3235name = "unicode-xid"3036name = "unicode-xid"
3243source = "registry+https://github.com/rust-lang/crates.io-index"3044source = "registry+https://github.com/rust-lang/crates.io-index"
3244checksum = "f4987bdc12753382e0bec4a65c50738ffaabc998b9cdd1f952fb5f39b0048a96"3045checksum = "f4987bdc12753382e0bec4a65c50738ffaabc998b9cdd1f952fb5f39b0048a96"
3245dependencies = [3046dependencies = [
3246 "crypto-common 0.2.2",3047 "crypto-common",
3247 "ctutils",3048 "ctutils",
3248]3049]
32493050
32613062
3262[[package]]3063[[package]]
3263name = "uuid"3064name = "uuid"
3264version = "1.10.0"3065version = "1.23.3"
3265source = "registry+https://github.com/rust-lang/crates.io-index"3066source = "registry+https://github.com/rust-lang/crates.io-index"
3266checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"3067checksum = "144d6b123cef80b301b8f72a9e2ca4370ddec21950d0a103dd22c437006d2db7"
3267dependencies = [3068dependencies = [
3268 "getrandom 0.2.15",3069 "getrandom 0.4.2",
3070 "js-sys",
3071 "serde_core",
3072 "wasm-bindgen",
3269]3073]
32703074
3271[[package]]3075[[package]]
3272name = "valuable"3076name = "valuable"
3273version = "0.1.0"3077version = "0.1.1"
3274source = "registry+https://github.com/rust-lang/crates.io-index"3078source = "registry+https://github.com/rust-lang/crates.io-index"
3275checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"3079checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
32763080
3277[[package]]3081[[package]]
3278name = "version_check"3082name = "version_check"
32823086
3283[[package]]3087[[package]]
3284name = "wasi"3088name = "wasi"
3285version = "0.11.0+wasi-snapshot-preview1"3089version = "0.11.1+wasi-snapshot-preview1"
3286source = "registry+https://github.com/rust-lang/crates.io-index"3090source = "registry+https://github.com/rust-lang/crates.io-index"
3287checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"3091checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
32883092
3289[[package]]3093[[package]]
3290name = "wasip2"3094name = "wasip2"
3291version = "1.0.3+wasi-0.2.9"3095version = "1.0.4+wasi-0.2.12"
3292source = "registry+https://github.com/rust-lang/crates.io-index"3096source = "registry+https://github.com/rust-lang/crates.io-index"
3293checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"3097checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
3294dependencies = [3098dependencies = [
3295 "wit-bindgen 0.57.1",3099 "wit-bindgen 0.57.1",
3296]3100]
33123116
3313[[package]]3117[[package]]
3314name = "wasm-bindgen"3118name = "wasm-bindgen"
3315version = "0.2.118"3119version = "0.2.125"
3316source = "registry+https://github.com/rust-lang/crates.io-index"3120source = "registry+https://github.com/rust-lang/crates.io-index"
3317checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89"3121checksum = "8ddb3f79143bced6de84270411622a2699cee572fc0875aeaf1e7867cf9fca1a"
3318dependencies = [3122dependencies = [
3319 "cfg-if",3123 "cfg-if",
3320 "once_cell",3124 "once_cell",
33253129
3326[[package]]3130[[package]]
3327name = "wasm-bindgen-futures"3131name = "wasm-bindgen-futures"
3328version = "0.4.45"3132version = "0.4.75"
3329source = "registry+https://github.com/rust-lang/crates.io-index"3133source = "registry+https://github.com/rust-lang/crates.io-index"
3330checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b"3134checksum = "503b14d284f2c8dac03b819967e155ea753f573586193b2b2c95990cb5d69280"
3331dependencies = [3135dependencies = [
3332 "cfg-if",
3333 "js-sys",3136 "js-sys",
3334 "wasm-bindgen",3137 "wasm-bindgen",
3335 "web-sys",
3336]3138]
33373139
3338[[package]]3140[[package]]
3339name = "wasm-bindgen-macro"3141name = "wasm-bindgen-macro"
3340version = "0.2.118"3142version = "0.2.125"
3341source = "registry+https://github.com/rust-lang/crates.io-index"3143source = "registry+https://github.com/rust-lang/crates.io-index"
3342checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed"3144checksum = "4e21a184b13fb19e157296e2c46056aec9092264fab83e4ba59e68c61b323c3d"
3343dependencies = [3145dependencies = [
3344 "quote",3146 "quote",
3345 "wasm-bindgen-macro-support",3147 "wasm-bindgen-macro-support",
3346]3148]
33473149
3348[[package]]3150[[package]]
3349name = "wasm-bindgen-macro-support"3151name = "wasm-bindgen-macro-support"
3350version = "0.2.118"3152version = "0.2.125"
3351source = "registry+https://github.com/rust-lang/crates.io-index"3153source = "registry+https://github.com/rust-lang/crates.io-index"
3352checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904"3154checksum = "fecefd9c35bd935a20fc3fc344b5f29138961e4f47fb03297d88f2587afb5ebd"
3353dependencies = [3155dependencies = [
3354 "bumpalo",3156 "bumpalo",
3355 "proc-macro2",3157 "proc-macro2",
3356 "quote",3158 "quote",
3357 "syn 2.0.104",3159 "syn 2.0.117",
3358 "wasm-bindgen-shared",3160 "wasm-bindgen-shared",
3359]3161]
33603162
3361[[package]]3163[[package]]
3362name = "wasm-bindgen-shared"3164name = "wasm-bindgen-shared"
3363version = "0.2.118"3165version = "0.2.125"
3364source = "registry+https://github.com/rust-lang/crates.io-index"3166source = "registry+https://github.com/rust-lang/crates.io-index"
3365checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129"3167checksum = "23939e44bb9a5d7576fa2b563dc2e136628f1224e88a8deed09e04858b77871f"
3366dependencies = [3168dependencies = [
3367 "unicode-ident",3169 "unicode-ident",
3368]3170]
3395source = "registry+https://github.com/rust-lang/crates.io-index"3197source = "registry+https://github.com/rust-lang/crates.io-index"
3396checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"3198checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
3397dependencies = [3199dependencies = [
3398 "bitflags 2.6.0",3200 "bitflags 2.13.0",
3399 "hashbrown 0.15.5",3201 "hashbrown 0.15.5",
3400 "indexmap",3202 "indexmap",
3401 "semver",3203 "semver",
3402]3204]
34033205
3404[[package]]3206[[package]]
3405name = "web-sys"3207name = "web-sys"
3406version = "0.3.95"3208version = "0.3.102"
3407source = "registry+https://github.com/rust-lang/crates.io-index"3209source = "registry+https://github.com/rust-lang/crates.io-index"
3408checksum = "4f2dfbb17949fa2088e5d39408c48368947b86f7834484e87b73de55bc14d97d"3210checksum = "a6430a72df5eb332242960fe84b3002a241163998241eb596d4f739b9757061d"
3409dependencies = [3211dependencies = [
3410 "js-sys",3212 "js-sys",
3411 "wasm-bindgen",3213 "wasm-bindgen",
3497dependencies = [3299dependencies = [
3498 "proc-macro2",3300 "proc-macro2",
3499 "quote",3301 "quote",
3500 "syn 2.0.104",3302 "syn 2.0.117",
3501]3303]
35023304
3503[[package]]3305[[package]]
3508dependencies = [3310dependencies = [
3509 "proc-macro2",3311 "proc-macro2",
3510 "quote",3312 "quote",
3511 "syn 2.0.104",3313 "syn 2.0.117",
3512]3314]
35133315
3514[[package]]3316[[package]]
36383440
3639[[package]]3441[[package]]
3640name = "winnow"3442name = "winnow"
3641version = "0.5.40"3443version = "1.0.3"
3642source = "registry+https://github.com/rust-lang/crates.io-index"3444source = "registry+https://github.com/rust-lang/crates.io-index"
3643checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"3445checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1"
3644dependencies = [3446dependencies = [
3645 "memchr",3447 "memchr",
3646]3448]
3681 "heck",3483 "heck",
3682 "indexmap",3484 "indexmap",
3683 "prettyplease",3485 "prettyplease",
3684 "syn 2.0.104",3486 "syn 2.0.117",
3685 "wasm-metadata",3487 "wasm-metadata",
3686 "wit-bindgen-core",3488 "wit-bindgen-core",
3687 "wit-component",3489 "wit-component",
3697 "prettyplease",3499 "prettyplease",
3698 "proc-macro2",3500 "proc-macro2",
3699 "quote",3501 "quote",
3700 "syn 2.0.104",3502 "syn 2.0.117",
3701 "wit-bindgen-core",3503 "wit-bindgen-core",
3702 "wit-bindgen-rust",3504 "wit-bindgen-rust",
3703]3505]
3709checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"3511checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
3710dependencies = [3512dependencies = [
3711 "anyhow",3513 "anyhow",
3712 "bitflags 2.6.0",3514 "bitflags 2.13.0",
3713 "indexmap",3515 "indexmap",
3714 "log",3516 "log",
3715 "serde",3517 "serde",
3739 "wasmparser",3541 "wasmparser",
3740]3542]
3741
3742[[package]]
3743name = "xdg-home"
3744version = "1.2.0"
3745source = "registry+https://github.com/rust-lang/crates.io-index"
3746checksum = "ca91dcf8f93db085f3a0a29358cd0b9d670915468f4290e8b85d118a34211ab8"
3747dependencies = [
3748 "libc",
3749 "windows-sys 0.52.0",
3750]
37513543
3752[[package]]3544[[package]]
3753name = "zbus"3545name = "zbus"
3754version = "4.4.0"3546version = "5.16.0"
3755source = "registry+https://github.com/rust-lang/crates.io-index"3547source = "registry+https://github.com/rust-lang/crates.io-index"
3756checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"3548checksum = "eee682d202a77e4a9f3b2c2bdf48a7b28af5c08c34ddf66f98c93e5e39464285"
3757dependencies = [3549dependencies = [
3758 "async-broadcast",3550 "async-broadcast",
3759 "async-executor",3551 "async-executor",
3760 "async-fs",
3761 "async-io",3552 "async-io",
3762 "async-lock",3553 "async-lock",
3763 "async-process",3554 "async-process",
3768 "enumflags2",3559 "enumflags2",
3769 "event-listener",3560 "event-listener",
3770 "futures-core",3561 "futures-core",
3771 "futures-sink",3562 "futures-lite",
3772 "futures-util",
3773 "hex",3563 "hex",
3774 "nix 0.29.0",3564 "libc",
3775 "ordered-stream",3565 "ordered-stream",
3776 "rand 0.8.5",3566 "rustix",
3777 "serde",3567 "serde",
3778 "serde_repr",3568 "serde_repr",
3779 "sha1 0.10.6",
3780 "static_assertions",
3781 "tokio",3569 "tokio",
3782 "tracing",3570 "tracing",
3783 "uds_windows",3571 "uds_windows",
3572 "uuid",
3784 "windows-sys 0.52.0",3573 "windows-sys 0.61.2",
3785 "xdg-home",3574 "winnow",
3786 "zbus_macros",3575 "zbus_macros",
3787 "zbus_names",3576 "zbus_names",
3788 "zvariant",3577 "zvariant",
3789]3578]
37903579
3791[[package]]3580[[package]]
3792name = "zbus_macros"3581name = "zbus_macros"
3793version = "4.4.0"3582version = "5.16.0"
3794source = "registry+https://github.com/rust-lang/crates.io-index"3583source = "registry+https://github.com/rust-lang/crates.io-index"
3795checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"3584checksum = "adf1bd45a81a103745b1757754762a26e8cd01e4532e4d6c8ec431624b80d1d6"
3796dependencies = [3585dependencies = [
3797 "proc-macro-crate",3586 "proc-macro-crate",
3798 "proc-macro2",3587 "proc-macro2",
3799 "quote",3588 "quote",
3800 "syn 2.0.104",3589 "syn 2.0.117",
3590 "zbus_names",
3591 "zvariant",
3801 "zvariant_utils",3592 "zvariant_utils",
3802]3593]
38033594
3804[[package]]3595[[package]]
3805name = "zbus_names"3596name = "zbus_names"
3806version = "3.0.0"3597version = "4.3.2"
3807source = "registry+https://github.com/rust-lang/crates.io-index"3598source = "registry+https://github.com/rust-lang/crates.io-index"
3808checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"3599checksum = "7074f3e50b894eac91750142016d30d0a89be8e67dbfd9704fb875825760e52d"
3809dependencies = [3600dependencies = [
3810 "serde",3601 "serde",
3811 "static_assertions",3602 "winnow",
3812 "zvariant",3603 "zvariant",
3813]3604]
38143605
3815[[package]]3606[[package]]
3816name = "zbus_polkit"3607name = "zbus_polkit"
3817version = "4.0.0"3608version = "5.0.0"
3818source = "registry+https://github.com/rust-lang/crates.io-index"3609source = "registry+https://github.com/rust-lang/crates.io-index"
3819checksum = "00a29bfa927b29f91b7feb4e1990f2dd1b4604072f493dc2f074cf59e4e0ba90"3610checksum = "ad23d5c4d198c7e2641b33e6e0d1f866f117408ba66fe80bbe52e289eeb77c52"
3820dependencies = [3611dependencies = [
3821 "enumflags2",3612 "enumflags2",
3822 "serde",3613 "serde",
3825 "zbus",3616 "zbus",
3826]3617]
3827
3828[[package]]
3829name = "zerocopy"
3830version = "0.7.35"
3831source = "registry+https://github.com/rust-lang/crates.io-index"
3832checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
3833dependencies = [
3834 "byteorder",
3835 "zerocopy-derive",
3836]
3837
3838[[package]]
3839name = "zerocopy-derive"
3840version = "0.7.35"
3841source = "registry+https://github.com/rust-lang/crates.io-index"
3842checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
3843dependencies = [
3844 "proc-macro2",
3845 "quote",
3846 "syn 2.0.104",
3847]
38483618
3849[[package]]3619[[package]]
3850name = "zeroize"3620name = "zeroize"
3851version = "1.8.2"3621version = "1.9.0"
3852source = "registry+https://github.com/rust-lang/crates.io-index"3622source = "registry+https://github.com/rust-lang/crates.io-index"
3853checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"3623checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
38543624
3855[[package]]3625[[package]]
3856name = "zmij"3626name = "zmij"
3857version = "1.0.17"3627version = "1.0.21"
3858source = "registry+https://github.com/rust-lang/crates.io-index"3628source = "registry+https://github.com/rust-lang/crates.io-index"
3859checksum = "02aae0f83f69aafc94776e879363e9771d7ecbffe2c7fbb6c14c5e00dfe88439"3629checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
38603630
3861[[package]]3631[[package]]
3862name = "zvariant"3632name = "zvariant"
3863version = "4.2.0"3633version = "5.12.0"
3864source = "registry+https://github.com/rust-lang/crates.io-index"3634source = "registry+https://github.com/rust-lang/crates.io-index"
3865checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"3635checksum = "a192a0bde63360d77a7523c833d4b4ce6070a927e2c53246e4c540b1a3e27be0"
3866dependencies = [3636dependencies = [
3867 "endi",3637 "endi",
3868 "enumflags2",3638 "enumflags2",
3869 "serde",3639 "serde",
3870 "static_assertions",3640 "winnow",
3871 "zvariant_derive",3641 "zvariant_derive",
3642 "zvariant_utils",
3872]3643]
38733644
3874[[package]]3645[[package]]
3875name = "zvariant_derive"3646name = "zvariant_derive"
3876version = "4.2.0"3647version = "5.12.0"
3877source = "registry+https://github.com/rust-lang/crates.io-index"3648source = "registry+https://github.com/rust-lang/crates.io-index"
3878checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"3649checksum = "90bc6cde9c01c511074be97f7ccb6c19d0da89e3f8662e812e999dcfd4638737"
3879dependencies = [3650dependencies = [
3880 "proc-macro-crate",3651 "proc-macro-crate",
3881 "proc-macro2",3652 "proc-macro2",
3882 "quote",3653 "quote",
3883 "syn 2.0.104",3654 "syn 2.0.117",
3884 "zvariant_utils",3655 "zvariant_utils",
3885]3656]
38863657
3887[[package]]3658[[package]]
3888name = "zvariant_utils"3659name = "zvariant_utils"
3889version = "2.1.0"3660version = "3.4.0"
3890source = "registry+https://github.com/rust-lang/crates.io-index"3661source = "registry+https://github.com/rust-lang/crates.io-index"
3891checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"3662checksum = "1e8535915cfa75547e559d8c68e8139909a4aeee076831e4ef7fc59d8172c4d6"
3892dependencies = [3663dependencies = [
3893 "proc-macro2",3664 "proc-macro2",
3894 "quote",3665 "quote",
3666 "serde",
3895 "syn 2.0.104",3667 "syn 2.0.117",
3668 "winnow",
3896]3669]
38973670
modifiedCargo.tomldiffbeforeafterboth
29clap = "4.5.16"29clap = "4.5.16"
30futures = "0.3.30"30futures = "0.3.30"
31futures-util = "0.3.30"31futures-util = "0.3.30"
32nix = "0.29.0"32nix = "0.31.3"
33openssh = "0.11.0"33openssh = "0.11.0"
34pam-client = "0.5.0"34pam-client = "0.5.0"
35rand = "0.8.5"35rand = "0.10.1"
36russh = { version = "0.61.2", default-features = false, features = [36russh = { version = "0.61.2", default-features = false, features = [
37 "ring",37 "ring",
38 "flate2",38 "flate2",
49tracing = "0.1.40"49tracing = "0.1.40"
50tracing-subscriber = "0.3.18"50tracing-subscriber = "0.3.18"
51uuid = "1.10.0"51uuid = "1.10.0"
52zbus = "4.4.0"52zbus = "5.16.0"
53zbus_polkit = "4.0.0"53zbus_polkit = "5.0.0"
54thiserror = "2.0.18"54thiserror = "2.0.18"
5555
56[profile.release]56[profile.release]
modifiedcmds/remowt-ssh/Cargo.tomldiffbeforeafterboth
22bytes.workspace = true22bytes.workspace = true
23tokio-stream.workspace = true23tokio-stream.workspace = true
24tracing.workspace = true24tracing.workspace = true
25thiserror = "2.0.18"25thiserror.workspace = true
26serde_json.workspace = true26serde_json.workspace = true
27serde.workspace = true27serde.workspace = true
28remowt-ui-prompt.workspace = true28remowt-ui-prompt.workspace = true
modifiedcrates/polkit-shared/Cargo.tomldiffbeforeafterboth
6license.workspace = true6license.workspace = true
77
8[dependencies]8[dependencies]
9nix.workspace = true9nix = { workspace = true, features = ["user"] }
10serde = { workspace = true, features = ["derive"] }10serde = { workspace = true, features = ["derive"] }
11zbus.workspace = true11zbus.workspace = true
1212
modifiedcrates/remowt-fs/Cargo.tomldiffbeforeafterboth
11camino = { workspace = true, features = ["serde1"] }11camino = { workspace = true, features = ["serde1"] }
12serde = { workspace = true, features = ["derive"] }12serde = { workspace = true, features = ["derive"] }
13tempfile.workspace = true13tempfile.workspace = true
14thiserror = "1"14thiserror.workspace = true
15tokio = { workspace = true, features = ["fs"] }15tokio = { workspace = true, features = ["fs"] }
1616
modifiedcrates/remowt-link-shared/Cargo.tomldiffbeforeafterboth
10bytes.workspace = true10bytes.workspace = true
11serde = { workspace = true, features = ["derive"] }11serde = { workspace = true, features = ["derive"] }
12serde_json.workspace = true12serde_json.workspace = true
13thiserror = "1.0.63"13thiserror.workspace = true
14tokio = { workspace = true, features = ["fs"] }14tokio = { workspace = true, features = ["fs"] }
15remowt-fs.workspace = true15remowt-fs.workspace = true
16remowt-systemd.workspace = true16remowt-systemd.workspace = true
modifiedcrates/remowt-pty/Cargo.tomldiffbeforeafterboth
11camino = { workspace = true, features = ["serde1"] }11camino = { workspace = true, features = ["serde1"] }
12nix = { workspace = true, features = ["process", "term"] }12nix = { workspace = true, features = ["process", "term"] }
13serde = { workspace = true, features = ["derive"] }13serde = { workspace = true, features = ["derive"] }
14thiserror = "1"14thiserror.workspace = true
15tokio = { workspace = true, features = [15tokio = { workspace = true, features = [
16 "net",16 "net",
17 "io-util",17 "io-util",
modifiedcrates/remowt-systemd/Cargo.tomldiffbeforeafterboth
9bifrostlink.workspace = true9bifrostlink.workspace = true
10bifrostlink-macros.workspace = true10bifrostlink-macros.workspace = true
11serde = { workspace = true, features = ["derive"] }11serde = { workspace = true, features = ["derive"] }
12thiserror = "1"12thiserror.workspace = true
13zbus = { workspace = true, features = ["tokio"] }13zbus = { workspace = true, features = ["tokio"] }
1414
modifiedcrates/ui-prompt/Cargo.tomldiffbeforeafterboth
10bifrostlink-macros.workspace = true10bifrostlink-macros.workspace = true
11serde.workspace = true11serde.workspace = true
12serde_json.workspace = true12serde_json.workspace = true
13thiserror = "1.0.63"13thiserror.workspace = true
14tokio = { workspace = true, features = ["io-util", "macros", "process", "rt"] }14tokio = { workspace = true, features = ["io-util", "macros", "process", "rt"] }
15tracing.workspace = true15tracing.workspace = true
16zbus = { workspace = true, optional = true }16zbus = { workspace = true, optional = true }