···
52
52
"proc-macro2",
53
53
"quote",
54
54
"serde",
55
55
-
"syn 2.0.38",
55
55
+
"syn 2.0.41",
56
56
]
57
57
58
58
[[package]]
···
117
117
dependencies = [
118
118
"proc-macro2",
119
119
"quote",
120
120
-
"syn 2.0.38",
120
120
+
"syn 2.0.41",
121
121
]
122
122
123
123
[[package]]
···
220
220
221
221
[[package]]
222
222
name = "bstr"
223
223
-
version = "1.7.0"
223
223
+
version = "1.8.0"
224
224
source = "registry+https://github.com/rust-lang/crates.io-index"
225
225
-
checksum = "c79ad7fb2dd38f3dabd76b09c6a5a20c038fc0213ef1e9afd30eb777f120f019"
225
225
+
checksum = "542f33a8835a0884b006a0c3df3dadd99c0c3f296ed26c2fdc8028e01ad6230c"
226
226
dependencies = [
227
227
"memchr",
228
228
"regex-automata 0.4.3",
···
363
363
364
364
[[package]]
365
365
name = "core-foundation"
366
366
-
version = "0.9.3"
366
366
+
version = "0.9.4"
367
367
source = "registry+https://github.com/rust-lang/crates.io-index"
368
368
-
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
368
368
+
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
369
369
dependencies = [
370
370
"core-foundation-sys",
371
371
"libc",
···
373
373
374
374
[[package]]
375
375
name = "core-foundation-sys"
376
376
-
version = "0.8.4"
376
376
+
version = "0.8.6"
377
377
source = "registry+https://github.com/rust-lang/crates.io-index"
378
378
-
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
378
378
+
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
379
379
380
380
[[package]]
381
381
name = "cpufeatures"
···
397
397
398
398
[[package]]
399
399
name = "crossbeam-channel"
400
400
-
version = "0.5.8"
400
400
+
version = "0.5.9"
401
401
source = "registry+https://github.com/rust-lang/crates.io-index"
402
402
-
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
402
402
+
checksum = "14c3242926edf34aec4ac3a77108ad4854bffaa2e4ddc1824124ce59231302d5"
403
403
dependencies = [
404
404
"cfg-if",
405
405
"crossbeam-utils",
406
406
]
407
407
408
408
[[package]]
409
409
+
name = "crossbeam-deque"
410
410
+
version = "0.8.4"
411
411
+
source = "registry+https://github.com/rust-lang/crates.io-index"
412
412
+
checksum = "fca89a0e215bab21874660c67903c5f143333cab1da83d041c7ded6053774751"
413
413
+
dependencies = [
414
414
+
"cfg-if",
415
415
+
"crossbeam-epoch",
416
416
+
"crossbeam-utils",
417
417
+
]
418
418
+
419
419
+
[[package]]
420
420
+
name = "crossbeam-epoch"
421
421
+
version = "0.9.16"
422
422
+
source = "registry+https://github.com/rust-lang/crates.io-index"
423
423
+
checksum = "2d2fe95351b870527a5d09bf563ed3c97c0cffb87cf1c78a591bf48bb218d9aa"
424
424
+
dependencies = [
425
425
+
"autocfg",
426
426
+
"cfg-if",
427
427
+
"crossbeam-utils",
428
428
+
"memoffset",
429
429
+
]
430
430
+
431
431
+
[[package]]
409
432
name = "crossbeam-utils"
410
410
-
version = "0.8.16"
433
433
+
version = "0.8.17"
411
434
source = "registry+https://github.com/rust-lang/crates.io-index"
412
412
-
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
435
435
+
checksum = "c06d96137f14f244c37f989d9fff8f95e6c18b918e71f36638f8c49112e4c78f"
413
436
dependencies = [
414
437
"cfg-if",
415
438
]
···
426
449
427
450
[[package]]
428
451
name = "data-encoding"
429
429
-
version = "2.4.0"
452
452
+
version = "2.5.0"
430
453
source = "registry+https://github.com/rust-lang/crates.io-index"
431
431
-
checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
454
454
+
checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
432
455
433
456
[[package]]
434
457
name = "debug-ignore"
···
452
475
453
476
[[package]]
454
477
name = "deranged"
455
455
-
version = "0.3.9"
478
478
+
version = "0.3.10"
456
479
source = "registry+https://github.com/rust-lang/crates.io-index"
457
457
-
checksum = "0f32d04922c60427da6f9fef14d042d9edddef64cb9d4ce0d64d0685fbeb1fd3"
480
480
+
checksum = "8eb30d70a07a3b04884d2677f06bec33509dc67ca60d92949e5535352d3191dc"
458
481
dependencies = [
459
482
"powerfmt",
460
483
]
···
503
526
dependencies = [
504
527
"proc-macro2",
505
528
"quote",
506
506
-
"syn 2.0.38",
529
529
+
"syn 2.0.41",
507
530
]
508
531
509
532
[[package]]
···
544
567
545
568
[[package]]
546
569
name = "errno"
547
547
-
version = "0.3.5"
570
570
+
version = "0.3.8"
548
571
source = "registry+https://github.com/rust-lang/crates.io-index"
549
549
-
checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860"
572
572
+
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
550
573
dependencies = [
551
574
"libc",
552
552
-
"windows-sys 0.48.0",
575
575
+
"windows-sys 0.52.0",
553
576
]
554
577
555
578
[[package]]
···
560
583
561
584
[[package]]
562
585
name = "filetime"
563
563
-
version = "0.2.22"
586
586
+
version = "0.2.23"
564
587
source = "registry+https://github.com/rust-lang/crates.io-index"
565
565
-
checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
588
588
+
checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
566
589
dependencies = [
567
590
"cfg-if",
568
591
"libc",
569
569
-
"redox_syscall 0.3.5",
570
570
-
"windows-sys 0.48.0",
592
592
+
"redox_syscall",
593
593
+
"windows-sys 0.52.0",
571
594
]
572
595
573
596
[[package]]
···
594
617
595
618
[[package]]
596
619
name = "form_urlencoded"
597
597
-
version = "1.2.0"
620
620
+
version = "1.2.1"
598
621
source = "registry+https://github.com/rust-lang/crates.io-index"
599
599
-
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
622
622
+
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
600
623
dependencies = [
601
624
"percent-encoding",
602
625
]
···
673
696
dependencies = [
674
697
"proc-macro2",
675
698
"quote",
676
676
-
"syn 2.0.38",
699
699
+
"syn 2.0.41",
677
700
]
678
701
679
702
[[package]]
···
718
741
719
742
[[package]]
720
743
name = "getrandom"
721
721
-
version = "0.2.10"
744
744
+
version = "0.2.11"
722
745
source = "registry+https://github.com/rust-lang/crates.io-index"
723
723
-
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
746
746
+
checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f"
724
747
dependencies = [
725
748
"cfg-if",
726
749
"libc",
···
729
752
730
753
[[package]]
731
754
name = "gimli"
732
732
-
version = "0.28.0"
755
755
+
version = "0.28.1"
733
756
source = "registry+https://github.com/rust-lang/crates.io-index"
734
734
-
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
757
757
+
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
735
758
736
759
[[package]]
737
760
name = "gleam"
···
852
875
853
876
[[package]]
854
877
name = "globset"
855
855
-
version = "0.4.13"
878
878
+
version = "0.4.14"
856
879
source = "registry+https://github.com/rust-lang/crates.io-index"
857
857
-
checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d"
880
880
+
checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
858
881
dependencies = [
859
882
"aho-corasick",
860
883
"bstr",
861
861
-
"fnv",
862
884
"log",
863
863
-
"regex",
885
885
+
"regex-automata 0.4.3",
886
886
+
"regex-syntax 0.8.2",
864
887
"serde",
865
888
]
866
889
867
890
[[package]]
868
891
name = "h2"
869
869
-
version = "0.3.21"
892
892
+
version = "0.3.22"
870
893
source = "registry+https://github.com/rust-lang/crates.io-index"
871
871
-
checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
894
894
+
checksum = "4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178"
872
895
dependencies = [
873
896
"bytes",
874
897
"fnv",
···
876
899
"futures-sink",
877
900
"futures-util",
878
901
"http",
879
879
-
"indexmap 1.9.3",
902
902
+
"indexmap 2.1.0",
880
903
"slab",
881
904
"tokio",
882
905
"tokio-util",
···
891
914
892
915
[[package]]
893
916
name = "hashbrown"
894
894
-
version = "0.14.2"
917
917
+
version = "0.14.3"
895
918
source = "registry+https://github.com/rust-lang/crates.io-index"
896
896
-
checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156"
919
919
+
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
897
920
898
921
[[package]]
899
922
name = "heck"
···
953
976
954
977
[[package]]
955
978
name = "http"
956
956
-
version = "0.2.9"
979
979
+
version = "0.2.11"
957
980
source = "registry+https://github.com/rust-lang/crates.io-index"
958
958
-
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
981
981
+
checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
959
982
dependencies = [
960
983
"bytes",
961
984
"fnv",
···
973
996
974
997
[[package]]
975
998
name = "http-body"
976
976
-
version = "0.4.5"
999
999
+
version = "0.4.6"
977
1000
source = "registry+https://github.com/rust-lang/crates.io-index"
978
978
-
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
1001
1001
+
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
979
1002
dependencies = [
980
1003
"bytes",
981
1004
"http",
···
1049
1072
1050
1073
[[package]]
1051
1074
name = "idna"
1052
1052
-
version = "0.4.0"
1075
1075
+
version = "0.5.0"
1053
1076
source = "registry+https://github.com/rust-lang/crates.io-index"
1054
1054
-
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
1077
1077
+
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
1055
1078
dependencies = [
1056
1079
"unicode-bidi",
1057
1080
"unicode-normalization",
···
1059
1082
1060
1083
[[package]]
1061
1084
name = "ignore"
1062
1062
-
version = "0.4.20"
1085
1085
+
version = "0.4.21"
1063
1086
source = "registry+https://github.com/rust-lang/crates.io-index"
1064
1064
-
checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
1087
1087
+
checksum = "747ad1b4ae841a78e8aba0d63adbfbeaea26b517b63705d47856b73015d27060"
1065
1088
dependencies = [
1089
1089
+
"crossbeam-deque",
1066
1090
"globset",
1067
1067
-
"lazy_static",
1068
1091
"log",
1069
1092
"memchr",
1070
1070
-
"regex",
1093
1093
+
"regex-automata 0.4.3",
1071
1094
"same-file",
1072
1072
-
"thread_local",
1073
1095
"walkdir",
1074
1096
"winapi-util",
1075
1097
]
···
1105
1127
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
1106
1128
dependencies = [
1107
1129
"equivalent",
1108
1108
-
"hashbrown 0.14.2",
1130
1130
+
"hashbrown 0.14.3",
1109
1131
]
1110
1132
1111
1133
[[package]]
···
1138
1160
1139
1161
[[package]]
1140
1162
name = "itoa"
1141
1141
-
version = "1.0.9"
1163
1163
+
version = "1.0.10"
1142
1164
source = "registry+https://github.com/rust-lang/crates.io-index"
1143
1143
-
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
1165
1165
+
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
1144
1166
1145
1167
[[package]]
1146
1168
name = "js-sys"
1147
1147
-
version = "0.3.65"
1169
1169
+
version = "0.3.66"
1148
1170
source = "registry+https://github.com/rust-lang/crates.io-index"
1149
1149
-
checksum = "54c0c35952f67de54bb584e9fd912b3023117cbafc0a77d8f3dee1fb5f572fe8"
1171
1171
+
checksum = "cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca"
1150
1172
dependencies = [
1151
1173
"wasm-bindgen",
1152
1174
]
···
1168
1190
1169
1191
[[package]]
1170
1192
name = "libc"
1171
1171
-
version = "0.2.149"
1193
1193
+
version = "0.2.151"
1172
1194
source = "registry+https://github.com/rust-lang/crates.io-index"
1173
1173
-
checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
1195
1195
+
checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"
1174
1196
1175
1197
[[package]]
1176
1198
name = "libm"
···
1179
1201
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
1180
1202
1181
1203
[[package]]
1204
1204
+
name = "libredox"
1205
1205
+
version = "0.0.1"
1206
1206
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1207
1207
+
checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
1208
1208
+
dependencies = [
1209
1209
+
"bitflags 2.4.1",
1210
1210
+
"libc",
1211
1211
+
"redox_syscall",
1212
1212
+
]
1213
1213
+
1214
1214
+
[[package]]
1182
1215
name = "linked-hash-map"
1183
1216
version = "0.5.6"
1184
1217
source = "registry+https://github.com/rust-lang/crates.io-index"
···
1186
1219
1187
1220
[[package]]
1188
1221
name = "linux-raw-sys"
1189
1189
-
version = "0.4.10"
1222
1222
+
version = "0.4.12"
1190
1223
source = "registry+https://github.com/rust-lang/crates.io-index"
1191
1191
-
checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"
1224
1224
+
checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
1192
1225
1193
1226
[[package]]
1194
1227
name = "log"
···
1198
1231
1199
1232
[[package]]
1200
1233
name = "lsp-server"
1201
1201
-
version = "0.7.4"
1234
1234
+
version = "0.7.5"
1202
1235
source = "registry+https://github.com/rust-lang/crates.io-index"
1203
1203
-
checksum = "b52dccdf3302eefab8c8a1273047f0a3c3dca4b527c8458d00c09484c8371928"
1236
1236
+
checksum = "fb69ba934913ebf0ef3b3dd762f0149bf993decd571d094b646de09c2e456732"
1204
1237
dependencies = [
1205
1238
"crossbeam-channel",
1206
1239
"log",
···
1243
1276
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
1244
1277
1245
1278
[[package]]
1279
1279
+
name = "memoffset"
1280
1280
+
version = "0.9.0"
1281
1281
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1282
1282
+
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
1283
1283
+
dependencies = [
1284
1284
+
"autocfg",
1285
1285
+
]
1286
1286
+
1287
1287
+
[[package]]
1246
1288
name = "mime"
1247
1289
version = "0.3.17"
1248
1290
source = "registry+https://github.com/rust-lang/crates.io-index"
···
1275
1317
1276
1318
[[package]]
1277
1319
name = "mio"
1278
1278
-
version = "0.8.9"
1320
1320
+
version = "0.8.10"
1279
1321
source = "registry+https://github.com/rust-lang/crates.io-index"
1280
1280
-
checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0"
1322
1322
+
checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09"
1281
1323
dependencies = [
1282
1324
"libc",
1283
1325
"wasi",
···
1384
1426
1385
1427
[[package]]
1386
1428
name = "once_cell"
1387
1387
-
version = "1.18.0"
1429
1429
+
version = "1.19.0"
1388
1430
source = "registry+https://github.com/rust-lang/crates.io-index"
1389
1389
-
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
1431
1431
+
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
1390
1432
1391
1433
[[package]]
1392
1434
name = "opaque-debug"
···
1434
1476
1435
1477
[[package]]
1436
1478
name = "percent-encoding"
1437
1437
-
version = "2.3.0"
1479
1479
+
version = "2.3.1"
1438
1480
source = "registry+https://github.com/rust-lang/crates.io-index"
1439
1439
-
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
1481
1481
+
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1440
1482
1441
1483
[[package]]
1442
1484
name = "petgraph"
···
1508
1550
1509
1551
[[package]]
1510
1552
name = "proc-macro2"
1511
1511
-
version = "1.0.69"
1553
1553
+
version = "1.0.70"
1512
1554
source = "registry+https://github.com/rust-lang/crates.io-index"
1513
1513
-
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
1555
1555
+
checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b"
1514
1556
dependencies = [
1515
1557
"unicode-ident",
1516
1558
]
···
1611
1653
1612
1654
[[package]]
1613
1655
name = "redox_syscall"
1614
1614
-
version = "0.2.16"
1615
1615
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1616
1616
-
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
1617
1617
-
dependencies = [
1618
1618
-
"bitflags 1.3.2",
1619
1619
-
]
1620
1620
-
1621
1621
-
[[package]]
1622
1622
-
name = "redox_syscall"
1623
1623
-
version = "0.3.5"
1624
1624
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1625
1625
-
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
1626
1626
-
dependencies = [
1627
1627
-
"bitflags 1.3.2",
1628
1628
-
]
1629
1629
-
1630
1630
-
[[package]]
1631
1631
-
name = "redox_syscall"
1632
1656
version = "0.4.1"
1633
1657
source = "registry+https://github.com/rust-lang/crates.io-index"
1634
1658
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
···
1638
1662
1639
1663
[[package]]
1640
1664
name = "redox_users"
1641
1641
-
version = "0.4.3"
1665
1665
+
version = "0.4.4"
1642
1666
source = "registry+https://github.com/rust-lang/crates.io-index"
1643
1643
-
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
1667
1667
+
checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4"
1644
1668
dependencies = [
1645
1669
"getrandom",
1646
1646
-
"redox_syscall 0.2.16",
1670
1670
+
"libredox",
1647
1671
"thiserror",
1648
1672
]
1649
1673
···
1748
1772
1749
1773
[[package]]
1750
1774
name = "ring"
1751
1751
-
version = "0.17.5"
1775
1775
+
version = "0.17.7"
1752
1776
source = "registry+https://github.com/rust-lang/crates.io-index"
1753
1753
-
checksum = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b"
1777
1777
+
checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74"
1754
1778
dependencies = [
1755
1779
"cc",
1756
1780
"getrandom",
···
1793
1817
1794
1818
[[package]]
1795
1819
name = "rustix"
1796
1796
-
version = "0.38.21"
1820
1820
+
version = "0.38.28"
1797
1821
source = "registry+https://github.com/rust-lang/crates.io-index"
1798
1798
-
checksum = "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3"
1822
1822
+
checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316"
1799
1823
dependencies = [
1800
1824
"bitflags 2.4.1",
1801
1825
"errno",
1802
1826
"libc",
1803
1827
"linux-raw-sys",
1804
1804
-
"windows-sys 0.48.0",
1828
1828
+
"windows-sys 0.52.0",
1805
1829
]
1806
1830
1807
1831
[[package]]
1808
1832
name = "rustls"
1809
1809
-
version = "0.21.8"
1833
1833
+
version = "0.21.10"
1810
1834
source = "registry+https://github.com/rust-lang/crates.io-index"
1811
1811
-
checksum = "446e14c5cda4f3f30fe71863c34ec70f5ac79d6087097ad0bb433e1be5edf04c"
1835
1835
+
checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba"
1812
1836
dependencies = [
1813
1837
"log",
1814
1814
-
"ring 0.17.5",
1838
1838
+
"ring 0.17.7",
1815
1839
"rustls-webpki",
1816
1840
"sct",
1817
1841
]
···
1830
1854
1831
1855
[[package]]
1832
1856
name = "rustls-pemfile"
1833
1833
-
version = "1.0.3"
1857
1857
+
version = "1.0.4"
1834
1858
source = "registry+https://github.com/rust-lang/crates.io-index"
1835
1835
-
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
1859
1859
+
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
1836
1860
dependencies = [
1837
1861
"base64 0.21.5",
1838
1862
]
···
1843
1867
source = "registry+https://github.com/rust-lang/crates.io-index"
1844
1868
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
1845
1869
dependencies = [
1846
1846
-
"ring 0.17.5",
1870
1870
+
"ring 0.17.7",
1847
1871
"untrusted 0.9.0",
1848
1872
]
1849
1873
···
1855
1879
1856
1880
[[package]]
1857
1881
name = "ryu"
1858
1858
-
version = "1.0.15"
1882
1882
+
version = "1.0.16"
1859
1883
source = "registry+https://github.com/rust-lang/crates.io-index"
1860
1860
-
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
1884
1884
+
checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
1861
1885
1862
1886
[[package]]
1863
1887
name = "same-file"
···
1889
1913
source = "registry+https://github.com/rust-lang/crates.io-index"
1890
1914
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
1891
1915
dependencies = [
1892
1892
-
"ring 0.17.5",
1916
1916
+
"ring 0.17.7",
1893
1917
"untrusted 0.9.0",
1894
1918
]
1895
1919
···
1918
1942
1919
1943
[[package]]
1920
1944
name = "serde"
1921
1921
-
version = "1.0.190"
1945
1945
+
version = "1.0.193"
1922
1946
source = "registry+https://github.com/rust-lang/crates.io-index"
1923
1923
-
checksum = "91d3c334ca1ee894a2c6f6ad698fe8c435b76d504b13d436f0685d648d6d96f7"
1947
1947
+
checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89"
1924
1948
dependencies = [
1925
1949
"serde_derive",
1926
1950
]
···
1938
1962
1939
1963
[[package]]
1940
1964
name = "serde_derive"
1941
1941
-
version = "1.0.190"
1965
1965
+
version = "1.0.193"
1942
1966
source = "registry+https://github.com/rust-lang/crates.io-index"
1943
1943
-
checksum = "67c5609f394e5c2bd7fc51efda478004ea80ef42fee983d5c67a65e34f32c0e3"
1967
1967
+
checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3"
1944
1968
dependencies = [
1945
1969
"proc-macro2",
1946
1970
"quote",
1947
1947
-
"syn 2.0.38",
1971
1971
+
"syn 2.0.41",
1948
1972
]
1949
1973
1950
1974
[[package]]
···
1966
1990
dependencies = [
1967
1991
"proc-macro2",
1968
1992
"quote",
1969
1969
-
"syn 2.0.38",
1993
1993
+
"syn 2.0.41",
1970
1994
]
1971
1995
1972
1996
[[package]]
···
2030
2054
2031
2055
[[package]]
2032
2056
name = "smallvec"
2033
2033
-
version = "1.11.1"
2057
2057
+
version = "1.11.2"
2034
2058
source = "registry+https://github.com/rust-lang/crates.io-index"
2035
2035
-
checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
2059
2059
+
checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
2036
2060
2037
2061
[[package]]
2038
2062
name = "smawk"
···
2122
2146
2123
2147
[[package]]
2124
2148
name = "syn"
2125
2125
-
version = "2.0.38"
2149
2149
+
version = "2.0.41"
2126
2150
source = "registry+https://github.com/rust-lang/crates.io-index"
2127
2127
-
checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
2151
2151
+
checksum = "44c8b28c477cc3bf0e7966561e3460130e1255f7a1cf71931075f1c5e7a7e269"
2128
2152
dependencies = [
2129
2153
"proc-macro2",
2130
2154
"quote",
···
2183
2207
dependencies = [
2184
2208
"cfg-if",
2185
2209
"fastrand",
2186
2186
-
"redox_syscall 0.4.1",
2210
2210
+
"redox_syscall",
2187
2211
"rustix",
2188
2212
"windows-sys 0.48.0",
2189
2213
]
2190
2214
2191
2215
[[package]]
2192
2216
name = "termcolor"
2193
2193
-
version = "1.3.0"
2217
2217
+
version = "1.4.0"
2194
2218
source = "registry+https://github.com/rust-lang/crates.io-index"
2195
2195
-
checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64"
2219
2219
+
checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449"
2196
2220
dependencies = [
2197
2221
"winapi-util",
2198
2222
]
···
2241
2265
2242
2266
[[package]]
2243
2267
name = "thiserror"
2244
2244
-
version = "1.0.50"
2268
2268
+
version = "1.0.51"
2245
2269
source = "registry+https://github.com/rust-lang/crates.io-index"
2246
2246
-
checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
2270
2270
+
checksum = "f11c217e1416d6f036b870f14e0413d480dbf28edbee1f877abaf0206af43bb7"
2247
2271
dependencies = [
2248
2272
"thiserror-impl",
2249
2273
]
2250
2274
2251
2275
[[package]]
2252
2276
name = "thiserror-impl"
2253
2253
-
version = "1.0.50"
2277
2277
+
version = "1.0.51"
2254
2278
source = "registry+https://github.com/rust-lang/crates.io-index"
2255
2255
-
checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
2279
2279
+
checksum = "01742297787513b79cf8e29d1056ede1313e2420b7b3b15d0a768b4921f549df"
2256
2280
dependencies = [
2257
2281
"proc-macro2",
2258
2282
"quote",
2259
2259
-
"syn 2.0.38",
2283
2283
+
"syn 2.0.41",
2260
2284
]
2261
2285
2262
2286
[[package]]
···
2315
2339
2316
2340
[[package]]
2317
2341
name = "tokio"
2318
2318
-
version = "1.33.0"
2342
2342
+
version = "1.35.0"
2319
2343
source = "registry+https://github.com/rust-lang/crates.io-index"
2320
2320
-
checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653"
2344
2344
+
checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c"
2321
2345
dependencies = [
2322
2346
"backtrace",
2323
2347
"bytes",
···
2399
2423
dependencies = [
2400
2424
"proc-macro2",
2401
2425
"quote",
2402
2402
-
"syn 2.0.38",
2426
2426
+
"syn 2.0.41",
2403
2427
]
2404
2428
2405
2429
[[package]]
···
2414
2438
2415
2439
[[package]]
2416
2440
name = "tracing-log"
2417
2417
-
version = "0.1.4"
2441
2441
+
version = "0.2.0"
2418
2442
source = "registry+https://github.com/rust-lang/crates.io-index"
2419
2419
-
checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2"
2443
2443
+
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2420
2444
dependencies = [
2421
2445
"log",
2422
2446
"once_cell",
···
2425
2449
2426
2450
[[package]]
2427
2451
name = "tracing-subscriber"
2428
2428
-
version = "0.3.17"
2452
2452
+
version = "0.3.18"
2429
2453
source = "registry+https://github.com/rust-lang/crates.io-index"
2430
2430
-
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
2454
2454
+
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
2431
2455
dependencies = [
2432
2456
"matchers",
2433
2457
"nu-ansi-term",
···
2454
2478
2455
2479
[[package]]
2456
2480
name = "try-lock"
2457
2457
-
version = "0.2.4"
2481
2481
+
version = "0.2.5"
2458
2482
source = "registry+https://github.com/rust-lang/crates.io-index"
2459
2459
-
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2483
2483
+
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2460
2484
2461
2485
[[package]]
2462
2486
name = "typenum"
···
2475
2499
2476
2500
[[package]]
2477
2501
name = "unicode-bidi"
2478
2478
-
version = "0.3.13"
2502
2502
+
version = "0.3.14"
2479
2503
source = "registry+https://github.com/rust-lang/crates.io-index"
2480
2480
-
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2504
2504
+
checksum = "6f2528f27a9eb2b21e69c95319b30bd0efd85d09c379741b0f78ea1d86be2416"
2481
2505
2482
2506
[[package]]
2483
2507
name = "unicode-ident"
···
2526
2550
2527
2551
[[package]]
2528
2552
name = "url"
2529
2529
-
version = "2.4.1"
2553
2553
+
version = "2.5.0"
2530
2554
source = "registry+https://github.com/rust-lang/crates.io-index"
2531
2531
-
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
2555
2555
+
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
2532
2556
dependencies = [
2533
2557
"form_urlencoded",
2534
2558
"idna",
···
2581
2605
2582
2606
[[package]]
2583
2607
name = "wasm-bindgen"
2584
2584
-
version = "0.2.88"
2608
2608
+
version = "0.2.89"
2585
2609
source = "registry+https://github.com/rust-lang/crates.io-index"
2586
2586
-
checksum = "7daec296f25a1bae309c0cd5c29c4b260e510e6d813c286b19eaadf409d40fce"
2610
2610
+
checksum = "0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e"
2587
2611
dependencies = [
2588
2612
"cfg-if",
2589
2613
"serde",
···
2593
2617
2594
2618
[[package]]
2595
2619
name = "wasm-bindgen-backend"
2596
2596
-
version = "0.2.88"
2620
2620
+
version = "0.2.89"
2597
2621
source = "registry+https://github.com/rust-lang/crates.io-index"
2598
2598
-
checksum = "e397f4664c0e4e428e8313a469aaa58310d302159845980fd23b0f22a847f217"
2622
2622
+
checksum = "1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826"
2599
2623
dependencies = [
2600
2624
"bumpalo",
2601
2625
"log",
2602
2626
"once_cell",
2603
2627
"proc-macro2",
2604
2628
"quote",
2605
2605
-
"syn 2.0.38",
2629
2629
+
"syn 2.0.41",
2606
2630
"wasm-bindgen-shared",
2607
2631
]
2608
2632
2609
2633
[[package]]
2610
2634
name = "wasm-bindgen-futures"
2611
2611
-
version = "0.4.38"
2635
2635
+
version = "0.4.39"
2612
2636
source = "registry+https://github.com/rust-lang/crates.io-index"
2613
2613
-
checksum = "9afec9963e3d0994cac82455b2b3502b81a7f40f9a0d32181f7528d9f4b43e02"
2637
2637
+
checksum = "ac36a15a220124ac510204aec1c3e5db8a22ab06fd6706d881dc6149f8ed9a12"
2614
2638
dependencies = [
2615
2639
"cfg-if",
2616
2640
"js-sys",
···
2620
2644
2621
2645
[[package]]
2622
2646
name = "wasm-bindgen-macro"
2623
2623
-
version = "0.2.88"
2647
2647
+
version = "0.2.89"
2624
2648
source = "registry+https://github.com/rust-lang/crates.io-index"
2625
2625
-
checksum = "5961017b3b08ad5f3fe39f1e79877f8ee7c23c5e5fd5eb80de95abc41f1f16b2"
2649
2649
+
checksum = "0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2"
2626
2650
dependencies = [
2627
2651
"quote",
2628
2652
"wasm-bindgen-macro-support",
···
2630
2654
2631
2655
[[package]]
2632
2656
name = "wasm-bindgen-macro-support"
2633
2633
-
version = "0.2.88"
2657
2657
+
version = "0.2.89"
2634
2658
source = "registry+https://github.com/rust-lang/crates.io-index"
2635
2635
-
checksum = "c5353b8dab669f5e10f5bd76df26a9360c748f054f862ff5f3f8aae0c7fb3907"
2659
2659
+
checksum = "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283"
2636
2660
dependencies = [
2637
2661
"proc-macro2",
2638
2662
"quote",
2639
2639
-
"syn 2.0.38",
2663
2663
+
"syn 2.0.41",
2640
2664
"wasm-bindgen-backend",
2641
2665
"wasm-bindgen-shared",
2642
2666
]
2643
2667
2644
2668
[[package]]
2645
2669
name = "wasm-bindgen-shared"
2646
2646
-
version = "0.2.88"
2670
2670
+
version = "0.2.89"
2647
2671
source = "registry+https://github.com/rust-lang/crates.io-index"
2648
2648
-
checksum = "0d046c5d029ba91a1ed14da14dca44b68bf2f124cfbaf741c54151fdb3e0750b"
2672
2672
+
checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f"
2649
2673
2650
2674
[[package]]
2651
2675
name = "wasm-bindgen-test"
2652
2652
-
version = "0.3.38"
2676
2676
+
version = "0.3.39"
2653
2677
source = "registry+https://github.com/rust-lang/crates.io-index"
2654
2654
-
checksum = "c6433b7c56db97397842c46b67e11873eda263170afeb3a2dc74a7cb370fee0d"
2678
2678
+
checksum = "2cf9242c0d27999b831eae4767b2a146feb0b27d332d553e605864acd2afd403"
2655
2679
dependencies = [
2656
2680
"console_error_panic_hook",
2657
2681
"js-sys",
···
2663
2687
2664
2688
[[package]]
2665
2689
name = "wasm-bindgen-test-macro"
2666
2666
-
version = "0.3.38"
2690
2690
+
version = "0.3.39"
2667
2691
source = "registry+https://github.com/rust-lang/crates.io-index"
2668
2668
-
checksum = "493fcbab756bb764fa37e6bee8cec2dd709eb4273d06d0c282a5e74275ded735"
2692
2692
+
checksum = "794645f5408c9a039fd09f4d113cdfb2e7eba5ff1956b07bcf701cf4b394fe89"
2669
2693
dependencies = [
2670
2694
"proc-macro2",
2671
2695
"quote",
2672
2672
-
"syn 2.0.38",
2696
2696
+
"syn 2.0.41",
2673
2697
]
2674
2698
2675
2699
[[package]]
2676
2700
name = "web-sys"
2677
2677
-
version = "0.3.65"
2701
2701
+
version = "0.3.66"
2678
2702
source = "registry+https://github.com/rust-lang/crates.io-index"
2679
2679
-
checksum = "5db499c5f66323272151db0e666cd34f78617522fb0c1604d31a27c50c206a85"
2703
2703
+
checksum = "50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f"
2680
2704
dependencies = [
2681
2705
"js-sys",
2682
2706
"wasm-bindgen",
···
2732
2756
]
2733
2757
2734
2758
[[package]]
2759
2759
+
name = "windows-sys"
2760
2760
+
version = "0.52.0"
2761
2761
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2762
2762
+
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2763
2763
+
dependencies = [
2764
2764
+
"windows-targets 0.52.0",
2765
2765
+
]
2766
2766
+
2767
2767
+
[[package]]
2735
2768
name = "windows-targets"
2736
2769
version = "0.42.2"
2737
2770
source = "registry+https://github.com/rust-lang/crates.io-index"
···
2762
2795
]
2763
2796
2764
2797
[[package]]
2798
2798
+
name = "windows-targets"
2799
2799
+
version = "0.52.0"
2800
2800
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2801
2801
+
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
2802
2802
+
dependencies = [
2803
2803
+
"windows_aarch64_gnullvm 0.52.0",
2804
2804
+
"windows_aarch64_msvc 0.52.0",
2805
2805
+
"windows_i686_gnu 0.52.0",
2806
2806
+
"windows_i686_msvc 0.52.0",
2807
2807
+
"windows_x86_64_gnu 0.52.0",
2808
2808
+
"windows_x86_64_gnullvm 0.52.0",
2809
2809
+
"windows_x86_64_msvc 0.52.0",
2810
2810
+
]
2811
2811
+
2812
2812
+
[[package]]
2765
2813
name = "windows_aarch64_gnullvm"
2766
2814
version = "0.42.2"
2767
2815
source = "registry+https://github.com/rust-lang/crates.io-index"
···
2774
2822
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2775
2823
2776
2824
[[package]]
2825
2825
+
name = "windows_aarch64_gnullvm"
2826
2826
+
version = "0.52.0"
2827
2827
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2828
2828
+
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
2829
2829
+
2830
2830
+
[[package]]
2777
2831
name = "windows_aarch64_msvc"
2778
2832
version = "0.42.2"
2779
2833
source = "registry+https://github.com/rust-lang/crates.io-index"
···
2786
2840
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2787
2841
2788
2842
[[package]]
2843
2843
+
name = "windows_aarch64_msvc"
2844
2844
+
version = "0.52.0"
2845
2845
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2846
2846
+
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
2847
2847
+
2848
2848
+
[[package]]
2789
2849
name = "windows_i686_gnu"
2790
2850
version = "0.42.2"
2791
2851
source = "registry+https://github.com/rust-lang/crates.io-index"
···
2798
2858
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2799
2859
2800
2860
[[package]]
2861
2861
+
name = "windows_i686_gnu"
2862
2862
+
version = "0.52.0"
2863
2863
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2864
2864
+
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
2865
2865
+
2866
2866
+
[[package]]
2801
2867
name = "windows_i686_msvc"
2802
2868
version = "0.42.2"
2803
2869
source = "registry+https://github.com/rust-lang/crates.io-index"
···
2810
2876
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2811
2877
2812
2878
[[package]]
2879
2879
+
name = "windows_i686_msvc"
2880
2880
+
version = "0.52.0"
2881
2881
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2882
2882
+
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
2883
2883
+
2884
2884
+
[[package]]
2813
2885
name = "windows_x86_64_gnu"
2814
2886
version = "0.42.2"
2815
2887
source = "registry+https://github.com/rust-lang/crates.io-index"
···
2820
2892
version = "0.48.5"
2821
2893
source = "registry+https://github.com/rust-lang/crates.io-index"
2822
2894
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2895
2895
+
2896
2896
+
[[package]]
2897
2897
+
name = "windows_x86_64_gnu"
2898
2898
+
version = "0.52.0"
2899
2899
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2900
2900
+
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
2823
2901
2824
2902
[[package]]
2825
2903
name = "windows_x86_64_gnullvm"
···
2832
2910
version = "0.48.5"
2833
2911
source = "registry+https://github.com/rust-lang/crates.io-index"
2834
2912
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2913
2913
+
2914
2914
+
[[package]]
2915
2915
+
name = "windows_x86_64_gnullvm"
2916
2916
+
version = "0.52.0"
2917
2917
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2918
2918
+
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
2835
2919
2836
2920
[[package]]
2837
2921
name = "windows_x86_64_msvc"
···
2846
2930
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2847
2931
2848
2932
[[package]]
2933
2933
+
name = "windows_x86_64_msvc"
2934
2934
+
version = "0.52.0"
2935
2935
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2936
2936
+
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
2937
2937
+
2938
2938
+
[[package]]
2849
2939
name = "winreg"
2850
2940
version = "0.50.0"
2851
2941
source = "registry+https://github.com/rust-lang/crates.io-index"
···
2874
2964
2875
2965
[[package]]
2876
2966
name = "xattr"
2877
2877
-
version = "1.0.1"
2967
2967
+
version = "1.1.3"
2878
2968
source = "registry+https://github.com/rust-lang/crates.io-index"
2879
2879
-
checksum = "f4686009f71ff3e5c4dbcf1a282d0a44db3f021ba69350cd42086b3e5f1c6985"
2969
2969
+
checksum = "a7dae5072fe1f8db8f8d29059189ac175196e410e40ba42d5d4684ae2f750995"
2880
2970
dependencies = [
2881
2971
"libc",
2972
2972
+
"linux-raw-sys",
2973
2973
+
"rustix",
2882
2974
]
2883
2975
2884
2976
[[package]]