@@ -4,16 +4,31 @@ version = 3
44
55[[package ]]
66name = " anyhow"
7- version = " 1.0.71 "
7+ version = " 1.0.75 "
88source = " registry+https://github.com/rust-lang/crates.io-index"
9- checksum = " 9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8 "
9+ checksum = " a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6 "
1010
1111[[package ]]
1212name = " bitflags"
1313version = " 1.3.2"
1414source = " registry+https://github.com/rust-lang/crates.io-index"
1515checksum = " bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1616
17+ [[package ]]
18+ name = " bitflags"
19+ version = " 2.4.0"
20+ source = " registry+https://github.com/rust-lang/crates.io-index"
21+ checksum = " b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
22+
23+ [[package ]]
24+ name = " cc"
25+ version = " 1.0.83"
26+ source = " registry+https://github.com/rust-lang/crates.io-index"
27+ checksum = " f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
28+ dependencies = [
29+ " libc" ,
30+ ]
31+
1732[[package ]]
1833name = " cfg-if"
1934version = " 1.0.0"
@@ -22,22 +37,23 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2237
2338[[package ]]
2439name = " directories"
25- version = " 4 .0.1"
40+ version = " 5 .0.1"
2641source = " registry+https://github.com/rust-lang/crates.io-index"
27- checksum = " f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210 "
42+ checksum = " 9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35 "
2843dependencies = [
2944 " dirs-sys" ,
3045]
3146
3247[[package ]]
3348name = " dirs-sys"
34- version = " 0.3.7 "
49+ version = " 0.4.1 "
3550source = " registry+https://github.com/rust-lang/crates.io-index"
36- checksum = " 1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6 "
51+ checksum = " 520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c "
3752dependencies = [
3853 " libc" ,
54+ " option-ext" ,
3955 " redox_users" ,
40- " winapi " ,
56+ " windows-sys " ,
4157]
4258
4359[[package ]]
@@ -48,9 +64,30 @@ checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
4864
4965[[package ]]
5066name = " either"
51- version = " 1.8.1"
67+ version = " 1.9.0"
68+ source = " registry+https://github.com/rust-lang/crates.io-index"
69+ checksum = " a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
70+
71+ [[package ]]
72+ name = " errno"
73+ version = " 0.3.4"
74+ source = " registry+https://github.com/rust-lang/crates.io-index"
75+ checksum = " add4f07d43996f76ef320709726a556a9d4f965d9410d8d0271132d2f8293480"
76+ dependencies = [
77+ " errno-dragonfly" ,
78+ " libc" ,
79+ " windows-sys" ,
80+ ]
81+
82+ [[package ]]
83+ name = " errno-dragonfly"
84+ version = " 0.1.2"
5285source = " registry+https://github.com/rust-lang/crates.io-index"
53- checksum = " 7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
86+ checksum = " aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
87+ dependencies = [
88+ " cc" ,
89+ " libc" ,
90+ ]
5491
5592[[package ]]
5693name = " getrandom"
@@ -63,20 +100,35 @@ dependencies = [
63100 " wasi" ,
64101]
65102
103+ [[package ]]
104+ name = " home"
105+ version = " 0.5.5"
106+ source = " registry+https://github.com/rust-lang/crates.io-index"
107+ checksum = " 5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
108+ dependencies = [
109+ " windows-sys" ,
110+ ]
111+
66112[[package ]]
67113name = " itertools"
68- version = " 0.10.5 "
114+ version = " 0.11.0 "
69115source = " registry+https://github.com/rust-lang/crates.io-index"
70- checksum = " b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473 "
116+ checksum = " b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57 "
71117dependencies = [
72118 " either" ,
73119]
74120
75121[[package ]]
76122name = " libc"
77- version = " 0.2.144 "
123+ version = " 0.2.148 "
78124source = " registry+https://github.com/rust-lang/crates.io-index"
79- checksum = " 2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
125+ checksum = " 9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"
126+
127+ [[package ]]
128+ name = " linux-raw-sys"
129+ version = " 0.4.8"
130+ source = " registry+https://github.com/rust-lang/crates.io-index"
131+ checksum = " 3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db"
80132
81133[[package ]]
82134name = " miri-script"
@@ -96,9 +148,15 @@ dependencies = [
96148
97149[[package ]]
98150name = " once_cell"
99- version = " 1.17.1 "
151+ version = " 1.18.0 "
100152source = " registry+https://github.com/rust-lang/crates.io-index"
101- checksum = " b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
153+ checksum = " dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
154+
155+ [[package ]]
156+ name = " option-ext"
157+ version = " 0.2.0"
158+ source = " registry+https://github.com/rust-lang/crates.io-index"
159+ checksum = " 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
102160
103161[[package ]]
104162name = " path_macro"
@@ -108,9 +166,9 @@ checksum = "a6e819bbd49d5939f682638fa54826bf1650abddcd65d000923de8ad63cc7d15"
108166
109167[[package ]]
110168name = " proc-macro2"
111- version = " 1.0.66 "
169+ version = " 1.0.67 "
112170source = " registry+https://github.com/rust-lang/crates.io-index"
113- checksum = " 18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9 "
171+ checksum = " 3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328 "
114172dependencies = [
115173 " unicode-ident" ,
116174]
@@ -130,7 +188,7 @@ version = "0.2.16"
130188source = " registry+https://github.com/rust-lang/crates.io-index"
131189checksum = " fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
132190dependencies = [
133- " bitflags" ,
191+ " bitflags 1.3.2 " ,
134192]
135193
136194[[package ]]
@@ -153,6 +211,19 @@ dependencies = [
153211 " semver" ,
154212]
155213
214+ [[package ]]
215+ name = " rustix"
216+ version = " 0.38.17"
217+ source = " registry+https://github.com/rust-lang/crates.io-index"
218+ checksum = " f25469e9ae0f3d0047ca8b93fc56843f38e6774f0914a107ff8b41be8be8e0b7"
219+ dependencies = [
220+ " bitflags 2.4.0" ,
221+ " errno" ,
222+ " libc" ,
223+ " linux-raw-sys" ,
224+ " windows-sys" ,
225+ ]
226+
156227[[package ]]
157228name = " same-file"
158229version = " 1.0.6"
@@ -164,9 +235,9 @@ dependencies = [
164235
165236[[package ]]
166237name = " semver"
167- version = " 1.0.17 "
238+ version = " 1.0.19 "
168239source = " registry+https://github.com/rust-lang/crates.io-index"
169- checksum = " bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed "
240+ checksum = " ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0 "
170241
171242[[package ]]
172243name = " shell-words"
@@ -176,9 +247,9 @@ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
176247
177248[[package ]]
178249name = " syn"
179- version = " 2.0.29 "
250+ version = " 2.0.37 "
180251source = " registry+https://github.com/rust-lang/crates.io-index"
181- checksum = " c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a "
252+ checksum = " 7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8 "
182253dependencies = [
183254 " proc-macro2" ,
184255 " quote" ,
@@ -187,18 +258,18 @@ dependencies = [
187258
188259[[package ]]
189260name = " thiserror"
190- version = " 1.0.47 "
261+ version = " 1.0.49 "
191262source = " registry+https://github.com/rust-lang/crates.io-index"
192- checksum = " 97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f "
263+ checksum = " 1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4 "
193264dependencies = [
194265 " thiserror-impl" ,
195266]
196267
197268[[package ]]
198269name = " thiserror-impl"
199- version = " 1.0.47 "
270+ version = " 1.0.49 "
200271source = " registry+https://github.com/rust-lang/crates.io-index"
201- checksum = " 6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b "
272+ checksum = " 10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc "
202273dependencies = [
203274 " proc-macro2" ,
204275 " quote" ,
@@ -207,15 +278,15 @@ dependencies = [
207278
208279[[package ]]
209280name = " unicode-ident"
210- version = " 1.0.11 "
281+ version = " 1.0.12 "
211282source = " registry+https://github.com/rust-lang/crates.io-index"
212- checksum = " 301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c "
283+ checksum = " 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b "
213284
214285[[package ]]
215286name = " walkdir"
216- version = " 2.3.3 "
287+ version = " 2.4.0 "
217288source = " registry+https://github.com/rust-lang/crates.io-index"
218- checksum = " 36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698 "
289+ checksum = " d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee "
219290dependencies = [
220291 " same-file" ,
221292 " winapi-util" ,
@@ -229,13 +300,14 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
229300
230301[[package ]]
231302name = " which"
232- version = " 4.4.0 "
303+ version = " 4.4.2 "
233304source = " registry+https://github.com/rust-lang/crates.io-index"
234- checksum = " 2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269 "
305+ checksum = " 87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7 "
235306dependencies = [
236307 " either" ,
237- " libc " ,
308+ " home " ,
238309 " once_cell" ,
310+ " rustix" ,
239311]
240312
241313[[package ]]
@@ -256,9 +328,9 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
256328
257329[[package ]]
258330name = " winapi-util"
259- version = " 0.1.5 "
331+ version = " 0.1.6 "
260332source = " registry+https://github.com/rust-lang/crates.io-index"
261- checksum = " 70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178 "
333+ checksum = " f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596 "
262334dependencies = [
263335 " winapi" ,
264336]
@@ -269,17 +341,83 @@ version = "0.4.0"
269341source = " registry+https://github.com/rust-lang/crates.io-index"
270342checksum = " 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
271343
344+ [[package ]]
345+ name = " windows-sys"
346+ version = " 0.48.0"
347+ source = " registry+https://github.com/rust-lang/crates.io-index"
348+ checksum = " 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
349+ dependencies = [
350+ " windows-targets" ,
351+ ]
352+
353+ [[package ]]
354+ name = " windows-targets"
355+ version = " 0.48.5"
356+ source = " registry+https://github.com/rust-lang/crates.io-index"
357+ checksum = " 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
358+ dependencies = [
359+ " windows_aarch64_gnullvm" ,
360+ " windows_aarch64_msvc" ,
361+ " windows_i686_gnu" ,
362+ " windows_i686_msvc" ,
363+ " windows_x86_64_gnu" ,
364+ " windows_x86_64_gnullvm" ,
365+ " windows_x86_64_msvc" ,
366+ ]
367+
368+ [[package ]]
369+ name = " windows_aarch64_gnullvm"
370+ version = " 0.48.5"
371+ source = " registry+https://github.com/rust-lang/crates.io-index"
372+ checksum = " 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
373+
374+ [[package ]]
375+ name = " windows_aarch64_msvc"
376+ version = " 0.48.5"
377+ source = " registry+https://github.com/rust-lang/crates.io-index"
378+ checksum = " dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
379+
380+ [[package ]]
381+ name = " windows_i686_gnu"
382+ version = " 0.48.5"
383+ source = " registry+https://github.com/rust-lang/crates.io-index"
384+ checksum = " a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
385+
386+ [[package ]]
387+ name = " windows_i686_msvc"
388+ version = " 0.48.5"
389+ source = " registry+https://github.com/rust-lang/crates.io-index"
390+ checksum = " 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
391+
392+ [[package ]]
393+ name = " windows_x86_64_gnu"
394+ version = " 0.48.5"
395+ source = " registry+https://github.com/rust-lang/crates.io-index"
396+ checksum = " 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
397+
398+ [[package ]]
399+ name = " windows_x86_64_gnullvm"
400+ version = " 0.48.5"
401+ source = " registry+https://github.com/rust-lang/crates.io-index"
402+ checksum = " 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
403+
404+ [[package ]]
405+ name = " windows_x86_64_msvc"
406+ version = " 0.48.5"
407+ source = " registry+https://github.com/rust-lang/crates.io-index"
408+ checksum = " ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
409+
272410[[package ]]
273411name = " xshell"
274- version = " 0.2.3 "
412+ version = " 0.2.5 "
275413source = " registry+https://github.com/rust-lang/crates.io-index"
276- checksum = " 962c039b3a7b16cf4e9a4248397c6585c07547412e7d6a6e035389a802dcfe90 "
414+ checksum = " ce2107fe03e558353b4c71ad7626d58ed82efaf56c54134228608893c77023ad "
277415dependencies = [
278416 " xshell-macros" ,
279417]
280418
281419[[package ]]
282420name = " xshell-macros"
283- version = " 0.2.3 "
421+ version = " 0.2.5 "
284422source = " registry+https://github.com/rust-lang/crates.io-index"
285- checksum = " 1dbabb1cbd15a1d6d12d9ed6b35cc6777d4af87ab3ba155ea37215f20beab80c "
423+ checksum = " 7e2c411759b501fb9501aac2b1b2d287a6e93e5bdcf13c25306b23e1b716dd0e "
0 commit comments