@@ -220,9 +220,9 @@ dependencies = [
220
220
221
221
[[package ]]
222
222
name = " errno"
223
- version = " 0.3.10 "
223
+ version = " 0.3.11 "
224
224
source = " registry+https://github.com/rust-lang/crates.io-index"
225
- checksum = " 33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d "
225
+ checksum = " 976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e "
226
226
dependencies = [
227
227
" libc" ,
228
228
" windows-sys 0.59.0" ,
@@ -236,13 +236,13 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
236
236
237
237
[[package ]]
238
238
name = " fd-lock"
239
- version = " 4.0.2 "
239
+ version = " 4.0.4 "
240
240
source = " registry+https://github.com/rust-lang/crates.io-index"
241
- checksum = " 7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947 "
241
+ checksum = " 0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78 "
242
242
dependencies = [
243
243
" cfg-if" ,
244
- " rustix 0.38.40 " ,
245
- " windows-sys 0.52 .0" ,
244
+ " rustix" ,
245
+ " windows-sys 0.59 .0" ,
246
246
]
247
247
248
248
[[package ]]
@@ -347,9 +347,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
347
347
348
348
[[package ]]
349
349
name = " libc"
350
- version = " 0.2.171 "
350
+ version = " 0.2.172 "
351
351
source = " registry+https://github.com/rust-lang/crates.io-index"
352
- checksum = " c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6 "
352
+ checksum = " d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa "
353
353
354
354
[[package ]]
355
355
name = " libredox"
@@ -362,12 +362,6 @@ dependencies = [
362
362
" redox_syscall" ,
363
363
]
364
364
365
- [[package ]]
366
- name = " linux-raw-sys"
367
- version = " 0.4.14"
368
- source = " registry+https://github.com/rust-lang/crates.io-index"
369
- checksum = " 78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
370
-
371
365
[[package ]]
372
366
name = " linux-raw-sys"
373
367
version = " 0.9.3"
@@ -583,19 +577,6 @@ version = "0.8.5"
583
577
source = " registry+https://github.com/rust-lang/crates.io-index"
584
578
checksum = " 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
585
579
586
- [[package ]]
587
- name = " rustix"
588
- version = " 0.38.40"
589
- source = " registry+https://github.com/rust-lang/crates.io-index"
590
- checksum = " 99e4ea3e1cdc4b559b8e5650f9c8e5998e3e5c1343b4eaf034565f32318d63c0"
591
- dependencies = [
592
- " bitflags" ,
593
- " errno" ,
594
- " libc" ,
595
- " linux-raw-sys 0.4.14" ,
596
- " windows-sys 0.52.0" ,
597
- ]
598
-
599
580
[[package ]]
600
581
name = " rustix"
601
582
version = " 1.0.2"
@@ -605,7 +586,7 @@ dependencies = [
605
586
" bitflags" ,
606
587
" errno" ,
607
588
" libc" ,
608
- " linux-raw-sys 0.9.3 " ,
589
+ " linux-raw-sys" ,
609
590
" windows-sys 0.59.0" ,
610
591
]
611
592
@@ -745,7 +726,7 @@ dependencies = [
745
726
" fastrand" ,
746
727
" getrandom" ,
747
728
" once_cell" ,
748
- " rustix 1.0.2 " ,
729
+ " rustix" ,
749
730
" windows-sys 0.59.0" ,
750
731
]
751
732
@@ -1182,13 +1163,12 @@ dependencies = [
1182
1163
1183
1164
[[package ]]
1184
1165
name = " xattr"
1185
- version = " 1.3.1 "
1166
+ version = " 1.5.0 "
1186
1167
source = " registry+https://github.com/rust-lang/crates.io-index"
1187
- checksum = " 8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f "
1168
+ checksum = " 0d65cbf2f12c15564212d48f4e3dfb87923d25d611f2aed18f4cb23f0413d89e "
1188
1169
dependencies = [
1189
1170
" libc" ,
1190
- " linux-raw-sys 0.4.14" ,
1191
- " rustix 0.38.40" ,
1171
+ " rustix" ,
1192
1172
]
1193
1173
1194
1174
[[package ]]
0 commit comments