Browse code

Update Rust library dependencies

Update the Cargo.lock file to get latest dependencies ahead of 1.1.0
release.

Micah Snyder authored on 2023/04/18 12:48:25
Showing 1 changed files
... ...
@@ -58,7 +58,7 @@ dependencies = [
58 58
  "bitflags",
59 59
  "cexpr",
60 60
  "clang-sys",
61
- "clap",
61
+ "clap 2.34.0",
62 62
  "env_logger",
63 63
  "lazy_static",
64 64
  "lazycell",
... ...
@@ -113,11 +113,11 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
113 113
 
114 114
 [[package]]
115 115
 name = "cbindgen"
116
-version = "0.20.0"
116
+version = "0.24.3"
117 117
 source = "registry+https://github.com/rust-lang/crates.io-index"
118
-checksum = "51e3973b165dc0f435831a9e426de67e894de532754ff7a3f307c03ee5dec7dc"
118
+checksum = "a6358dedf60f4d9b8db43ad187391afe959746101346fe51bb978126bec61dfb"
119 119
 dependencies = [
120
- "clap",
120
+ "clap 3.2.23",
121 121
  "heck",
122 122
  "indexmap",
123 123
  "log",
... ...
@@ -192,13 +192,37 @@ dependencies = [
192 192
  "ansi_term",
193 193
  "atty",
194 194
  "bitflags",
195
- "strsim",
196
- "textwrap",
195
+ "strsim 0.8.0",
196
+ "textwrap 0.11.0",
197 197
  "unicode-width",
198 198
  "vec_map",
199 199
 ]
200 200
 
201 201
 [[package]]
202
+name = "clap"
203
+version = "3.2.23"
204
+source = "registry+https://github.com/rust-lang/crates.io-index"
205
+checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
206
+dependencies = [
207
+ "atty",
208
+ "bitflags",
209
+ "clap_lex",
210
+ "indexmap",
211
+ "strsim 0.10.0",
212
+ "termcolor",
213
+ "textwrap 0.16.0",
214
+]
215
+
216
+[[package]]
217
+name = "clap_lex"
218
+version = "0.2.4"
219
+source = "registry+https://github.com/rust-lang/crates.io-index"
220
+checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
221
+dependencies = [
222
+ "os_str_bytes",
223
+]
224
+
225
+[[package]]
202 226
 name = "color_quant"
203 227
 version = "1.1.0"
204 228
 source = "registry+https://github.com/rust-lang/crates.io-index"
... ...
@@ -224,9 +248,9 @@ dependencies = [
224 224
 
225 225
 [[package]]
226 226
 name = "crossbeam-channel"
227
-version = "0.5.7"
227
+version = "0.5.8"
228 228
 source = "registry+https://github.com/rust-lang/crates.io-index"
229
-checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c"
229
+checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
230 230
 dependencies = [
231 231
  "cfg-if",
232 232
  "crossbeam-utils",
... ...
@@ -312,13 +336,13 @@ dependencies = [
312 312
 
313 313
 [[package]]
314 314
 name = "errno"
315
-version = "0.3.0"
315
+version = "0.3.1"
316 316
 source = "registry+https://github.com/rust-lang/crates.io-index"
317
-checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0"
317
+checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
318 318
 dependencies = [
319 319
  "errno-dragonfly",
320 320
  "libc",
321
- "windows-sys",
321
+ "windows-sys 0.48.0",
322 322
 ]
323 323
 
324 324
 [[package]]
... ...
@@ -341,7 +365,7 @@ dependencies = [
341 341
  "flume",
342 342
  "half",
343 343
  "lebe",
344
- "miniz_oxide",
344
+ "miniz_oxide 0.6.2",
345 345
  "rayon-core",
346 346
  "smallvec",
347 347
  "zune-inflate",
... ...
@@ -357,13 +381,22 @@ dependencies = [
357 357
 ]
358 358
 
359 359
 [[package]]
360
+name = "fdeflate"
361
+version = "0.3.0"
362
+source = "registry+https://github.com/rust-lang/crates.io-index"
363
+checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10"
364
+dependencies = [
365
+ "simd-adler32",
366
+]
367
+
368
+[[package]]
360 369
 name = "flate2"
361 370
 version = "1.0.25"
362 371
 source = "registry+https://github.com/rust-lang/crates.io-index"
363 372
 checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
364 373
 dependencies = [
365 374
  "crc32fast",
366
- "miniz_oxide",
375
+ "miniz_oxide 0.6.2",
367 376
 ]
368 377
 
369 378
 [[package]]
... ...
@@ -381,15 +414,15 @@ dependencies = [
381 381
 
382 382
 [[package]]
383 383
 name = "futures-core"
384
-version = "0.3.27"
384
+version = "0.3.28"
385 385
 source = "registry+https://github.com/rust-lang/crates.io-index"
386
-checksum = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd"
386
+checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
387 387
 
388 388
 [[package]]
389 389
 name = "futures-sink"
390
-version = "0.3.27"
390
+version = "0.3.28"
391 391
 source = "registry+https://github.com/rust-lang/crates.io-index"
392
-checksum = "ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2"
392
+checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
393 393
 
394 394
 [[package]]
395 395
 name = "generic-array"
... ...
@@ -403,9 +436,9 @@ dependencies = [
403 403
 
404 404
 [[package]]
405 405
 name = "getrandom"
406
-version = "0.2.8"
406
+version = "0.2.9"
407 407
 source = "registry+https://github.com/rust-lang/crates.io-index"
408
-checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
408
+checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
409 409
 dependencies = [
410 410
  "cfg-if",
411 411
  "js-sys",
... ...
@@ -447,12 +480,9 @@ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
447 447
 
448 448
 [[package]]
449 449
 name = "heck"
450
-version = "0.3.3"
450
+version = "0.4.1"
451 451
 source = "registry+https://github.com/rust-lang/crates.io-index"
452
-checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
453
-dependencies = [
454
- "unicode-segmentation",
455
-]
452
+checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
456 453
 
457 454
 [[package]]
458 455
 name = "hermit-abi"
... ...
@@ -530,13 +560,13 @@ dependencies = [
530 530
 
531 531
 [[package]]
532 532
 name = "io-lifetimes"
533
-version = "1.0.9"
533
+version = "1.0.10"
534 534
 source = "registry+https://github.com/rust-lang/crates.io-index"
535
-checksum = "09270fd4fa1111bc614ed2246c7ef56239a3063d5be0d1ec3b589c505d400aeb"
535
+checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
536 536
 dependencies = [
537 537
  "hermit-abi 0.3.1",
538 538
  "libc",
539
- "windows-sys",
539
+ "windows-sys 0.48.0",
540 540
 ]
541 541
 
542 542
 [[package]]
... ...
@@ -583,9 +613,9 @@ checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
583 583
 
584 584
 [[package]]
585 585
 name = "libc"
586
-version = "0.2.140"
586
+version = "0.2.141"
587 587
 source = "registry+https://github.com/rust-lang/crates.io-index"
588
-checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
588
+checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5"
589 589
 
590 590
 [[package]]
591 591
 name = "libloading"
... ...
@@ -599,9 +629,9 @@ dependencies = [
599 599
 
600 600
 [[package]]
601 601
 name = "linux-raw-sys"
602
-version = "0.3.0"
602
+version = "0.3.1"
603 603
 source = "registry+https://github.com/rust-lang/crates.io-index"
604
-checksum = "cd550e73688e6d578f0ac2119e32b797a327631a42f9433e59d02e139c8df60d"
604
+checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f"
605 605
 
606 606
 [[package]]
607 607
 name = "lock_api"
... ...
@@ -653,6 +683,16 @@ dependencies = [
653 653
 ]
654 654
 
655 655
 [[package]]
656
+name = "miniz_oxide"
657
+version = "0.7.1"
658
+source = "registry+https://github.com/rust-lang/crates.io-index"
659
+checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
660
+dependencies = [
661
+ "adler",
662
+ "simd-adler32",
663
+]
664
+
665
+[[package]]
656 666
 name = "nanorand"
657 667
 version = "0.7.0"
658 668
 source = "registry+https://github.com/rust-lang/crates.io-index"
... ...
@@ -727,6 +767,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
727 727
 checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
728 728
 
729 729
 [[package]]
730
+name = "os_str_bytes"
731
+version = "6.5.0"
732
+source = "registry+https://github.com/rust-lang/crates.io-index"
733
+checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267"
734
+
735
+[[package]]
730 736
 name = "peeking_take_while"
731 737
 version = "0.1.2"
732 738
 source = "registry+https://github.com/rust-lang/crates.io-index"
... ...
@@ -754,14 +800,15 @@ dependencies = [
754 754
 
755 755
 [[package]]
756 756
 name = "png"
757
-version = "0.17.7"
757
+version = "0.17.8"
758 758
 source = "registry+https://github.com/rust-lang/crates.io-index"
759
-checksum = "5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638"
759
+checksum = "aaeebc51f9e7d2c150d3f3bfeb667f2aa985db5ef1e3d212847bdedb488beeaa"
760 760
 dependencies = [
761 761
  "bitflags",
762 762
  "crc32fast",
763
+ "fdeflate",
763 764
  "flate2",
764
- "miniz_oxide",
765
+ "miniz_oxide 0.7.1",
765 766
 ]
766 767
 
767 768
 [[package]]
... ...
@@ -775,9 +822,9 @@ dependencies = [
775 775
 
776 776
 [[package]]
777 777
 name = "proc-macro2"
778
-version = "1.0.54"
778
+version = "1.0.56"
779 779
 source = "registry+https://github.com/rust-lang/crates.io-index"
780
-checksum = "e472a104799c74b514a57226160104aa483546de37e839ec50e3c2e41dd87534"
780
+checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
781 781
 dependencies = [
782 782
  "unicode-ident",
783 783
 ]
... ...
@@ -880,16 +927,16 @@ dependencies = [
880 880
 
881 881
 [[package]]
882 882
 name = "rustix"
883
-version = "0.37.5"
883
+version = "0.37.11"
884 884
 source = "registry+https://github.com/rust-lang/crates.io-index"
885
-checksum = "0e78cc525325c06b4a7ff02db283472f3c042b7ff0c391f96c6d5ac6f4f91b75"
885
+checksum = "85597d61f83914ddeba6a47b3b8ffe7365107221c2e557ed94426489fefb5f77"
886 886
 dependencies = [
887 887
  "bitflags",
888 888
  "errno",
889 889
  "io-lifetimes",
890 890
  "libc",
891 891
  "linux-raw-sys",
892
- "windows-sys",
892
+ "windows-sys 0.48.0",
893 893
 ]
894 894
 
895 895
 [[package]]
... ...
@@ -906,29 +953,29 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
906 906
 
907 907
 [[package]]
908 908
 name = "serde"
909
-version = "1.0.159"
909
+version = "1.0.160"
910 910
 source = "registry+https://github.com/rust-lang/crates.io-index"
911
-checksum = "3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065"
911
+checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c"
912 912
 dependencies = [
913 913
  "serde_derive",
914 914
 ]
915 915
 
916 916
 [[package]]
917 917
 name = "serde_derive"
918
-version = "1.0.159"
918
+version = "1.0.160"
919 919
 source = "registry+https://github.com/rust-lang/crates.io-index"
920
-checksum = "4c614d17805b093df4b147b51339e7e44bf05ef59fba1e45d83500bcfb4d8585"
920
+checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df"
921 921
 dependencies = [
922 922
  "proc-macro2",
923 923
  "quote",
924
- "syn 2.0.11",
924
+ "syn 2.0.15",
925 925
 ]
926 926
 
927 927
 [[package]]
928 928
 name = "serde_json"
929
-version = "1.0.95"
929
+version = "1.0.96"
930 930
 source = "registry+https://github.com/rust-lang/crates.io-index"
931
-checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744"
931
+checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
932 932
 dependencies = [
933 933
  "itoa",
934 934
  "ryu",
... ...
@@ -997,6 +1044,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
997 997
 checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
998 998
 
999 999
 [[package]]
1000
+name = "strsim"
1001
+version = "0.10.0"
1002
+source = "registry+https://github.com/rust-lang/crates.io-index"
1003
+checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
1004
+
1005
+[[package]]
1000 1006
 name = "syn"
1001 1007
 version = "1.0.109"
1002 1008
 source = "registry+https://github.com/rust-lang/crates.io-index"
... ...
@@ -1009,9 +1062,9 @@ dependencies = [
1009 1009
 
1010 1010
 [[package]]
1011 1011
 name = "syn"
1012
-version = "2.0.11"
1012
+version = "2.0.15"
1013 1013
 source = "registry+https://github.com/rust-lang/crates.io-index"
1014
-checksum = "21e3787bb71465627110e7d87ed4faaa36c1f61042ee67badb9e2ef173accc40"
1014
+checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
1015 1015
 dependencies = [
1016 1016
  "proc-macro2",
1017 1017
  "quote",
... ...
@@ -1028,7 +1081,7 @@ dependencies = [
1028 1028
  "fastrand",
1029 1029
  "redox_syscall",
1030 1030
  "rustix",
1031
- "windows-sys",
1031
+ "windows-sys 0.45.0",
1032 1032
 ]
1033 1033
 
1034 1034
 [[package]]
... ...
@@ -1050,6 +1103,12 @@ dependencies = [
1050 1050
 ]
1051 1051
 
1052 1052
 [[package]]
1053
+name = "textwrap"
1054
+version = "0.16.0"
1055
+source = "registry+https://github.com/rust-lang/crates.io-index"
1056
+checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
1057
+
1058
+[[package]]
1053 1059
 name = "thiserror"
1054 1060
 version = "1.0.40"
1055 1061
 source = "registry+https://github.com/rust-lang/crates.io-index"
... ...
@@ -1066,7 +1125,7 @@ checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
1066 1066
 dependencies = [
1067 1067
  "proc-macro2",
1068 1068
  "quote",
1069
- "syn 2.0.11",
1069
+ "syn 2.0.15",
1070 1070
 ]
1071 1071
 
1072 1072
 [[package]]
... ...
@@ -1112,12 +1171,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1112 1112
 checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
1113 1113
 
1114 1114
 [[package]]
1115
-name = "unicode-segmentation"
1116
-version = "1.10.1"
1117
-source = "registry+https://github.com/rust-lang/crates.io-index"
1118
-checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
1119
-
1120
-[[package]]
1121 1115
 name = "unicode-width"
1122 1116
 version = "0.1.10"
1123 1117
 source = "registry+https://github.com/rust-lang/crates.io-index"
... ...
@@ -1249,7 +1302,16 @@ version = "0.45.0"
1249 1249
 source = "registry+https://github.com/rust-lang/crates.io-index"
1250 1250
 checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
1251 1251
 dependencies = [
1252
- "windows-targets",
1252
+ "windows-targets 0.42.2",
1253
+]
1254
+
1255
+[[package]]
1256
+name = "windows-sys"
1257
+version = "0.48.0"
1258
+source = "registry+https://github.com/rust-lang/crates.io-index"
1259
+checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1260
+dependencies = [
1261
+ "windows-targets 0.48.0",
1253 1262
 ]
1254 1263
 
1255 1264
 [[package]]
... ...
@@ -1258,13 +1320,28 @@ version = "0.42.2"
1258 1258
 source = "registry+https://github.com/rust-lang/crates.io-index"
1259 1259
 checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
1260 1260
 dependencies = [
1261
- "windows_aarch64_gnullvm",
1262
- "windows_aarch64_msvc",
1263
- "windows_i686_gnu",
1264
- "windows_i686_msvc",
1265
- "windows_x86_64_gnu",
1266
- "windows_x86_64_gnullvm",
1267
- "windows_x86_64_msvc",
1261
+ "windows_aarch64_gnullvm 0.42.2",
1262
+ "windows_aarch64_msvc 0.42.2",
1263
+ "windows_i686_gnu 0.42.2",
1264
+ "windows_i686_msvc 0.42.2",
1265
+ "windows_x86_64_gnu 0.42.2",
1266
+ "windows_x86_64_gnullvm 0.42.2",
1267
+ "windows_x86_64_msvc 0.42.2",
1268
+]
1269
+
1270
+[[package]]
1271
+name = "windows-targets"
1272
+version = "0.48.0"
1273
+source = "registry+https://github.com/rust-lang/crates.io-index"
1274
+checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
1275
+dependencies = [
1276
+ "windows_aarch64_gnullvm 0.48.0",
1277
+ "windows_aarch64_msvc 0.48.0",
1278
+ "windows_i686_gnu 0.48.0",
1279
+ "windows_i686_msvc 0.48.0",
1280
+ "windows_x86_64_gnu 0.48.0",
1281
+ "windows_x86_64_gnullvm 0.48.0",
1282
+ "windows_x86_64_msvc 0.48.0",
1268 1283
 ]
1269 1284
 
1270 1285
 [[package]]
... ...
@@ -1274,42 +1351,84 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1274 1274
 checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
1275 1275
 
1276 1276
 [[package]]
1277
+name = "windows_aarch64_gnullvm"
1278
+version = "0.48.0"
1279
+source = "registry+https://github.com/rust-lang/crates.io-index"
1280
+checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
1281
+
1282
+[[package]]
1277 1283
 name = "windows_aarch64_msvc"
1278 1284
 version = "0.42.2"
1279 1285
 source = "registry+https://github.com/rust-lang/crates.io-index"
1280 1286
 checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
1281 1287
 
1282 1288
 [[package]]
1289
+name = "windows_aarch64_msvc"
1290
+version = "0.48.0"
1291
+source = "registry+https://github.com/rust-lang/crates.io-index"
1292
+checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
1293
+
1294
+[[package]]
1283 1295
 name = "windows_i686_gnu"
1284 1296
 version = "0.42.2"
1285 1297
 source = "registry+https://github.com/rust-lang/crates.io-index"
1286 1298
 checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
1287 1299
 
1288 1300
 [[package]]
1301
+name = "windows_i686_gnu"
1302
+version = "0.48.0"
1303
+source = "registry+https://github.com/rust-lang/crates.io-index"
1304
+checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
1305
+
1306
+[[package]]
1289 1307
 name = "windows_i686_msvc"
1290 1308
 version = "0.42.2"
1291 1309
 source = "registry+https://github.com/rust-lang/crates.io-index"
1292 1310
 checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
1293 1311
 
1294 1312
 [[package]]
1313
+name = "windows_i686_msvc"
1314
+version = "0.48.0"
1315
+source = "registry+https://github.com/rust-lang/crates.io-index"
1316
+checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
1317
+
1318
+[[package]]
1295 1319
 name = "windows_x86_64_gnu"
1296 1320
 version = "0.42.2"
1297 1321
 source = "registry+https://github.com/rust-lang/crates.io-index"
1298 1322
 checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
1299 1323
 
1300 1324
 [[package]]
1325
+name = "windows_x86_64_gnu"
1326
+version = "0.48.0"
1327
+source = "registry+https://github.com/rust-lang/crates.io-index"
1328
+checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
1329
+
1330
+[[package]]
1301 1331
 name = "windows_x86_64_gnullvm"
1302 1332
 version = "0.42.2"
1303 1333
 source = "registry+https://github.com/rust-lang/crates.io-index"
1304 1334
 checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
1305 1335
 
1306 1336
 [[package]]
1337
+name = "windows_x86_64_gnullvm"
1338
+version = "0.48.0"
1339
+source = "registry+https://github.com/rust-lang/crates.io-index"
1340
+checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
1341
+
1342
+[[package]]
1307 1343
 name = "windows_x86_64_msvc"
1308 1344
 version = "0.42.2"
1309 1345
 source = "registry+https://github.com/rust-lang/crates.io-index"
1310 1346
 checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
1311 1347
 
1312 1348
 [[package]]
1349
+name = "windows_x86_64_msvc"
1350
+version = "0.48.0"
1351
+source = "registry+https://github.com/rust-lang/crates.io-index"
1352
+checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
1353
+
1354
+[[package]]
1313 1355
 name = "zune-inflate"
1314 1356
 version = "0.2.53"
1315 1357
 source = "registry+https://github.com/rust-lang/crates.io-index"