@@ -4,16 +4,31 @@ version = 3
4
4
5
5
[[package ]]
6
6
name = " anyhow"
7
- version = " 1.0.71 "
7
+ version = " 1.0.75 "
8
8
source = " registry+https://github.com/rust-lang/crates.io-index"
9
- checksum = " 9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8 "
9
+ checksum = " a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6 "
10
10
11
11
[[package ]]
12
12
name = " bitflags"
13
13
version = " 1.3.2"
14
14
source = " registry+https://github.com/rust-lang/crates.io-index"
15
15
checksum = " bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
16
16
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
+
17
32
[[package ]]
18
33
name = " cfg-if"
19
34
version = " 1.0.0"
@@ -22,22 +37,23 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
22
37
23
38
[[package ]]
24
39
name = " directories"
25
- version = " 4 .0.1"
40
+ version = " 5 .0.1"
26
41
source = " registry+https://github.com/rust-lang/crates.io-index"
27
- checksum = " f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210 "
42
+ checksum = " 9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35 "
28
43
dependencies = [
29
44
" dirs-sys" ,
30
45
]
31
46
32
47
[[package ]]
33
48
name = " dirs-sys"
34
- version = " 0.3.7 "
49
+ version = " 0.4.1 "
35
50
source = " registry+https://github.com/rust-lang/crates.io-index"
36
- checksum = " 1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6 "
51
+ checksum = " 520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c "
37
52
dependencies = [
38
53
" libc" ,
54
+ " option-ext" ,
39
55
" redox_users" ,
40
- " winapi " ,
56
+ " windows-sys " ,
41
57
]
42
58
43
59
[[package ]]
@@ -48,9 +64,30 @@ checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
48
64
49
65
[[package ]]
50
66
name = " 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"
52
85
source = " registry+https://github.com/rust-lang/crates.io-index"
53
- checksum = " 7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
86
+ checksum = " aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
87
+ dependencies = [
88
+ " cc" ,
89
+ " libc" ,
90
+ ]
54
91
55
92
[[package ]]
56
93
name = " getrandom"
@@ -63,20 +100,35 @@ dependencies = [
63
100
" wasi" ,
64
101
]
65
102
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
+
66
112
[[package ]]
67
113
name = " itertools"
68
- version = " 0.10.5 "
114
+ version = " 0.11.0 "
69
115
source = " registry+https://github.com/rust-lang/crates.io-index"
70
- checksum = " b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473 "
116
+ checksum = " b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57 "
71
117
dependencies = [
72
118
" either" ,
73
119
]
74
120
75
121
[[package ]]
76
122
name = " libc"
77
- version = " 0.2.144 "
123
+ version = " 0.2.148 "
78
124
source = " 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"
80
132
81
133
[[package ]]
82
134
name = " miri-script"
@@ -96,9 +148,15 @@ dependencies = [
96
148
97
149
[[package ]]
98
150
name = " once_cell"
99
- version = " 1.17.1 "
151
+ version = " 1.18.0 "
100
152
source = " 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"
102
160
103
161
[[package ]]
104
162
name = " path_macro"
@@ -108,9 +166,9 @@ checksum = "a6e819bbd49d5939f682638fa54826bf1650abddcd65d000923de8ad63cc7d15"
108
166
109
167
[[package ]]
110
168
name = " proc-macro2"
111
- version = " 1.0.66 "
169
+ version = " 1.0.67 "
112
170
source = " registry+https://github.com/rust-lang/crates.io-index"
113
- checksum = " 18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9 "
171
+ checksum = " 3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328 "
114
172
dependencies = [
115
173
" unicode-ident" ,
116
174
]
@@ -130,7 +188,7 @@ version = "0.2.16"
130
188
source = " registry+https://github.com/rust-lang/crates.io-index"
131
189
checksum = " fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
132
190
dependencies = [
133
- " bitflags" ,
191
+ " bitflags 1.3.2 " ,
134
192
]
135
193
136
194
[[package ]]
@@ -153,6 +211,19 @@ dependencies = [
153
211
" semver" ,
154
212
]
155
213
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
+
156
227
[[package ]]
157
228
name = " same-file"
158
229
version = " 1.0.6"
@@ -164,9 +235,9 @@ dependencies = [
164
235
165
236
[[package ]]
166
237
name = " semver"
167
- version = " 1.0.17 "
238
+ version = " 1.0.19 "
168
239
source = " registry+https://github.com/rust-lang/crates.io-index"
169
- checksum = " bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed "
240
+ checksum = " ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0 "
170
241
171
242
[[package ]]
172
243
name = " shell-words"
@@ -176,9 +247,9 @@ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
176
247
177
248
[[package ]]
178
249
name = " syn"
179
- version = " 2.0.29 "
250
+ version = " 2.0.37 "
180
251
source = " registry+https://github.com/rust-lang/crates.io-index"
181
- checksum = " c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a "
252
+ checksum = " 7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8 "
182
253
dependencies = [
183
254
" proc-macro2" ,
184
255
" quote" ,
@@ -187,18 +258,18 @@ dependencies = [
187
258
188
259
[[package ]]
189
260
name = " thiserror"
190
- version = " 1.0.47 "
261
+ version = " 1.0.49 "
191
262
source = " registry+https://github.com/rust-lang/crates.io-index"
192
- checksum = " 97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f "
263
+ checksum = " 1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4 "
193
264
dependencies = [
194
265
" thiserror-impl" ,
195
266
]
196
267
197
268
[[package ]]
198
269
name = " thiserror-impl"
199
- version = " 1.0.47 "
270
+ version = " 1.0.49 "
200
271
source = " registry+https://github.com/rust-lang/crates.io-index"
201
- checksum = " 6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b "
272
+ checksum = " 10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc "
202
273
dependencies = [
203
274
" proc-macro2" ,
204
275
" quote" ,
@@ -207,15 +278,15 @@ dependencies = [
207
278
208
279
[[package ]]
209
280
name = " unicode-ident"
210
- version = " 1.0.11 "
281
+ version = " 1.0.12 "
211
282
source = " registry+https://github.com/rust-lang/crates.io-index"
212
- checksum = " 301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c "
283
+ checksum = " 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b "
213
284
214
285
[[package ]]
215
286
name = " walkdir"
216
- version = " 2.3.3 "
287
+ version = " 2.4.0 "
217
288
source = " registry+https://github.com/rust-lang/crates.io-index"
218
- checksum = " 36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698 "
289
+ checksum = " d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee "
219
290
dependencies = [
220
291
" same-file" ,
221
292
" winapi-util" ,
@@ -229,13 +300,14 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
229
300
230
301
[[package ]]
231
302
name = " which"
232
- version = " 4.4.0 "
303
+ version = " 4.4.2 "
233
304
source = " registry+https://github.com/rust-lang/crates.io-index"
234
- checksum = " 2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269 "
305
+ checksum = " 87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7 "
235
306
dependencies = [
236
307
" either" ,
237
- " libc " ,
308
+ " home " ,
238
309
" once_cell" ,
310
+ " rustix" ,
239
311
]
240
312
241
313
[[package ]]
@@ -256,9 +328,9 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
256
328
257
329
[[package ]]
258
330
name = " winapi-util"
259
- version = " 0.1.5 "
331
+ version = " 0.1.6 "
260
332
source = " registry+https://github.com/rust-lang/crates.io-index"
261
- checksum = " 70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178 "
333
+ checksum = " f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596 "
262
334
dependencies = [
263
335
" winapi" ,
264
336
]
@@ -269,17 +341,83 @@ version = "0.4.0"
269
341
source = " registry+https://github.com/rust-lang/crates.io-index"
270
342
checksum = " 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
271
343
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
+
272
410
[[package ]]
273
411
name = " xshell"
274
- version = " 0.2.3 "
412
+ version = " 0.2.5 "
275
413
source = " registry+https://github.com/rust-lang/crates.io-index"
276
- checksum = " 962c039b3a7b16cf4e9a4248397c6585c07547412e7d6a6e035389a802dcfe90 "
414
+ checksum = " ce2107fe03e558353b4c71ad7626d58ed82efaf56c54134228608893c77023ad "
277
415
dependencies = [
278
416
" xshell-macros" ,
279
417
]
280
418
281
419
[[package ]]
282
420
name = " xshell-macros"
283
- version = " 0.2.3 "
421
+ version = " 0.2.5 "
284
422
source = " registry+https://github.com/rust-lang/crates.io-index"
285
- checksum = " 1dbabb1cbd15a1d6d12d9ed6b35cc6777d4af87ab3ba155ea37215f20beab80c "
423
+ checksum = " 7e2c411759b501fb9501aac2b1b2d287a6e93e5bdcf13c25306b23e1b716dd0e "
0 commit comments