@@ -29,6 +29,12 @@ version = "1.3.2"
2929source = " registry+https://github.com/rust-lang/crates.io-index"
3030checksum = " bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
3131
32+ [[package ]]
33+ name = " bitflags"
34+ version = " 2.4.1"
35+ source = " registry+https://github.com/rust-lang/crates.io-index"
36+ checksum = " 327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
37+
3238[[package ]]
3339name = " block-buffer"
3440version = " 0.10.2"
@@ -121,7 +127,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
121127checksum = " 84080e799e54cff944f4b4a4b0e71630b0e0443b25b985175c7dddc1a859b749"
122128dependencies = [
123129 " anstyle" ,
124- " bitflags" ,
130+ " bitflags 1.3.2 " ,
125131 " clap_lex" ,
126132]
127133
@@ -253,30 +259,19 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
253259
254260[[package ]]
255261name = " errno"
256- version = " 0.3.0 "
262+ version = " 0.3.5 "
257263source = " registry+https://github.com/rust-lang/crates.io-index"
258- checksum = " 50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0 "
264+ checksum = " ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860 "
259265dependencies = [
260- " errno-dragonfly" ,
261266 " libc" ,
262267 " windows-sys" ,
263268]
264269
265- [[package ]]
266- name = " errno-dragonfly"
267- version = " 0.1.2"
268- source = " registry+https://github.com/rust-lang/crates.io-index"
269- checksum = " aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
270- dependencies = [
271- " cc" ,
272- " libc" ,
273- ]
274-
275270[[package ]]
276271name = " fd-lock"
277- version = " 3.0.11 "
272+ version = " 3.0.13 "
278273source = " registry+https://github.com/rust-lang/crates.io-index"
279- checksum = " 9799aefb4a2e4a01cc47610b1dd47c18ab13d991f27bbcaed9296f5a53d5cbad "
274+ checksum = " ef033ed5e9bad94e55838ca0ca906db0e043f517adda0c8b79c7a8c66c93c1b5 "
280275dependencies = [
281276 " cfg-if" ,
282277 " rustix" ,
@@ -339,12 +334,6 @@ dependencies = [
339334 " libc" ,
340335]
341336
342- [[package ]]
343- name = " hermit-abi"
344- version = " 0.3.2"
345- source = " registry+https://github.com/rust-lang/crates.io-index"
346- checksum = " 443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
347-
348337[[package ]]
349338name = " hex"
350339version = " 0.4.3"
@@ -378,17 +367,6 @@ dependencies = [
378367 " winapi-util" ,
379368]
380369
381- [[package ]]
382- name = " io-lifetimes"
383- version = " 1.0.9"
384- source = " registry+https://github.com/rust-lang/crates.io-index"
385- checksum = " 09270fd4fa1111bc614ed2246c7ef56239a3063d5be0d1ec3b589c505d400aeb"
386- dependencies = [
387- " hermit-abi 0.3.2" ,
388- " libc" ,
389- " windows-sys" ,
390- ]
391-
392370[[package ]]
393371name = " itoa"
394372version = " 1.0.2"
@@ -413,15 +391,15 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
413391
414392[[package ]]
415393name = " libc"
416- version = " 0.2.140 "
394+ version = " 0.2.149 "
417395source = " registry+https://github.com/rust-lang/crates.io-index"
418- checksum = " 99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c "
396+ checksum = " a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b "
419397
420398[[package ]]
421399name = " linux-raw-sys"
422- version = " 0.3.2 "
400+ version = " 0.4.10 "
423401source = " registry+https://github.com/rust-lang/crates.io-index"
424- checksum = " 3f508063cc7bb32987c71511216bd5a32be15bccb6a80b52df8b9d7f01fc3aa2 "
402+ checksum = " da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f "
425403
426404[[package ]]
427405name = " log"
@@ -473,7 +451,7 @@ version = "1.13.1"
473451source = " registry+https://github.com/rust-lang/crates.io-index"
474452checksum = " 19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
475453dependencies = [
476- " hermit-abi 0.1.19 " ,
454+ " hermit-abi" ,
477455 " libc" ,
478456]
479457
@@ -565,7 +543,7 @@ version = "0.2.13"
565543source = " registry+https://github.com/rust-lang/crates.io-index"
566544checksum = " 62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
567545dependencies = [
568- " bitflags" ,
546+ " bitflags 1.3.2 " ,
569547]
570548
571549[[package ]]
@@ -593,13 +571,12 @@ checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
593571
594572[[package ]]
595573name = " rustix"
596- version = " 0.37.6 "
574+ version = " 0.38.19 "
597575source = " registry+https://github.com/rust-lang/crates.io-index"
598- checksum = " d097081ed288dfe45699b72f5b5d648e5f15d64d900c7080273baa20c16a6849 "
576+ checksum = " 745ecfa778e66b2b63c88a61cb36e0eea109e803b0b86bf9879fbc77c70e86ed "
599577dependencies = [
600- " bitflags" ,
578+ " bitflags 2.4.1 " ,
601579 " errno" ,
602- " io-lifetimes" ,
603580 " libc" ,
604581 " linux-raw-sys" ,
605582 " windows-sys" ,
@@ -801,16 +778,16 @@ version = "0.46.0"
801778source = " registry+https://github.com/rust-lang/crates.io-index"
802779checksum = " cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25"
803780dependencies = [
804- " windows-targets" ,
781+ " windows-targets 0.42.2 " ,
805782]
806783
807784[[package ]]
808785name = " windows-sys"
809- version = " 0.45 .0"
786+ version = " 0.48 .0"
810787source = " registry+https://github.com/rust-lang/crates.io-index"
811- checksum = " 75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0 "
788+ checksum = " 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 "
812789dependencies = [
813- " windows-targets" ,
790+ " windows-targets 0.48.5 " ,
814791]
815792
816793[[package ]]
@@ -819,13 +796,28 @@ version = "0.42.2"
819796source = " registry+https://github.com/rust-lang/crates.io-index"
820797checksum = " 8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
821798dependencies = [
822- " windows_aarch64_gnullvm" ,
823- " windows_aarch64_msvc" ,
824- " windows_i686_gnu" ,
825- " windows_i686_msvc" ,
826- " windows_x86_64_gnu" ,
827- " windows_x86_64_gnullvm" ,
828- " windows_x86_64_msvc" ,
799+ " windows_aarch64_gnullvm 0.42.2" ,
800+ " windows_aarch64_msvc 0.42.2" ,
801+ " windows_i686_gnu 0.42.2" ,
802+ " windows_i686_msvc 0.42.2" ,
803+ " windows_x86_64_gnu 0.42.2" ,
804+ " windows_x86_64_gnullvm 0.42.2" ,
805+ " windows_x86_64_msvc 0.42.2" ,
806+ ]
807+
808+ [[package ]]
809+ name = " windows-targets"
810+ version = " 0.48.5"
811+ source = " registry+https://github.com/rust-lang/crates.io-index"
812+ checksum = " 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
813+ dependencies = [
814+ " windows_aarch64_gnullvm 0.48.5" ,
815+ " windows_aarch64_msvc 0.48.5" ,
816+ " windows_i686_gnu 0.48.5" ,
817+ " windows_i686_msvc 0.48.5" ,
818+ " windows_x86_64_gnu 0.48.5" ,
819+ " windows_x86_64_gnullvm 0.48.5" ,
820+ " windows_x86_64_msvc 0.48.5" ,
829821]
830822
831823[[package ]]
@@ -834,42 +826,84 @@ version = "0.42.2"
834826source = " registry+https://github.com/rust-lang/crates.io-index"
835827checksum = " 597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
836828
829+ [[package ]]
830+ name = " windows_aarch64_gnullvm"
831+ version = " 0.48.5"
832+ source = " registry+https://github.com/rust-lang/crates.io-index"
833+ checksum = " 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
834+
837835[[package ]]
838836name = " windows_aarch64_msvc"
839837version = " 0.42.2"
840838source = " registry+https://github.com/rust-lang/crates.io-index"
841839checksum = " e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
842840
841+ [[package ]]
842+ name = " windows_aarch64_msvc"
843+ version = " 0.48.5"
844+ source = " registry+https://github.com/rust-lang/crates.io-index"
845+ checksum = " dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
846+
843847[[package ]]
844848name = " windows_i686_gnu"
845849version = " 0.42.2"
846850source = " registry+https://github.com/rust-lang/crates.io-index"
847851checksum = " c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
848852
853+ [[package ]]
854+ name = " windows_i686_gnu"
855+ version = " 0.48.5"
856+ source = " registry+https://github.com/rust-lang/crates.io-index"
857+ checksum = " a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
858+
849859[[package ]]
850860name = " windows_i686_msvc"
851861version = " 0.42.2"
852862source = " registry+https://github.com/rust-lang/crates.io-index"
853863checksum = " 44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
854864
865+ [[package ]]
866+ name = " windows_i686_msvc"
867+ version = " 0.48.5"
868+ source = " registry+https://github.com/rust-lang/crates.io-index"
869+ checksum = " 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
870+
855871[[package ]]
856872name = " windows_x86_64_gnu"
857873version = " 0.42.2"
858874source = " registry+https://github.com/rust-lang/crates.io-index"
859875checksum = " 8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
860876
877+ [[package ]]
878+ name = " windows_x86_64_gnu"
879+ version = " 0.48.5"
880+ source = " registry+https://github.com/rust-lang/crates.io-index"
881+ checksum = " 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
882+
861883[[package ]]
862884name = " windows_x86_64_gnullvm"
863885version = " 0.42.2"
864886source = " registry+https://github.com/rust-lang/crates.io-index"
865887checksum = " 26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
866888
889+ [[package ]]
890+ name = " windows_x86_64_gnullvm"
891+ version = " 0.48.5"
892+ source = " registry+https://github.com/rust-lang/crates.io-index"
893+ checksum = " 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
894+
867895[[package ]]
868896name = " windows_x86_64_msvc"
869897version = " 0.42.2"
870898source = " registry+https://github.com/rust-lang/crates.io-index"
871899checksum = " 9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
872900
901+ [[package ]]
902+ name = " windows_x86_64_msvc"
903+ version = " 0.48.5"
904+ source = " registry+https://github.com/rust-lang/crates.io-index"
905+ checksum = " ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
906+
873907[[package ]]
874908name = " xattr"
875909version = " 0.2.3"
0 commit comments