tangled
alpha
login
or
join now
inkreas.ing
/
torque-tracker
1
fork
atom
old school music tracker
1
fork
atom
overview
issues
pulls
pipelines
cargo update
inkreas.ing
6 months ago
01d77ec3
64480d97
+276
-310
1 changed file
expand all
collapse all
unified
split
Cargo.lock
+276
-310
Cargo.lock
···
4
4
5
5
[[package]]
6
6
name = "ab_glyph"
7
7
-
version = "0.2.30"
7
7
+
version = "0.2.31"
8
8
source = "registry+https://github.com/rust-lang/crates.io-index"
9
9
-
checksum = "1e0f4f6fbdc5ee39f2ede9f5f3ec79477271a6d6a2baff22310d51736bda6cea"
9
9
+
checksum = "e074464580a518d16a7126262fffaaa47af89d4099d4cb403f8ed938ba12ee7d"
10
10
dependencies = [
11
11
"ab_glyph_rasterizer",
12
12
"owned_ttf_parser",
···
14
14
15
15
[[package]]
16
16
name = "ab_glyph_rasterizer"
17
17
-
version = "0.1.9"
17
17
+
version = "0.1.10"
18
18
source = "registry+https://github.com/rust-lang/crates.io-index"
19
19
-
checksum = "b2187590a23ab1e3df8681afdf0987c48504d80291f002fcdb651f0ef5e25169"
19
19
+
checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618"
20
20
21
21
[[package]]
22
22
name = "ahash"
···
38
38
checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
39
39
dependencies = [
40
40
"alsa-sys",
41
41
-
"bitflags 2.9.1",
41
41
+
"bitflags 2.9.4",
42
42
"cfg-if",
43
43
"libc",
44
44
]
···
60
60
checksum = "ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046"
61
61
dependencies = [
62
62
"android-properties",
63
63
-
"bitflags 2.9.1",
63
63
+
"bitflags 2.9.4",
64
64
"cc",
65
65
"cesu8",
66
66
"jni",
···
170
170
171
171
[[package]]
172
172
name = "async-executor"
173
173
-
version = "1.13.2"
173
173
+
version = "1.13.3"
174
174
source = "registry+https://github.com/rust-lang/crates.io-index"
175
175
-
checksum = "bb812ffb58524bdd10860d7d974e2f01cc0950c2438a74ee5ec2e2280c6c4ffa"
175
175
+
checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
176
176
dependencies = [
177
177
"async-task",
178
178
"concurrent-queue",
···
184
184
185
185
[[package]]
186
186
name = "async-fs"
187
187
-
version = "2.1.2"
187
187
+
version = "2.1.3"
188
188
source = "registry+https://github.com/rust-lang/crates.io-index"
189
189
-
checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
189
189
+
checksum = "09f7e37c0ed80b2a977691c47dae8625cfb21e205827106c64f7c588766b2e50"
190
190
dependencies = [
191
191
"async-lock",
192
192
"blocking",
···
195
195
196
196
[[package]]
197
197
name = "async-io"
198
198
-
version = "2.4.1"
198
198
+
version = "2.5.0"
199
199
source = "registry+https://github.com/rust-lang/crates.io-index"
200
200
-
checksum = "1237c0ae75a0f3765f58910ff9cdd0a12eeb39ab2f4c7de23262f337f0aacbb3"
200
200
+
checksum = "19634d6336019ef220f09fd31168ce5c184b295cbf80345437cc36094ef223ca"
201
201
dependencies = [
202
202
"async-lock",
203
203
"cfg-if",
···
206
206
"futures-lite",
207
207
"parking",
208
208
"polling",
209
209
-
"rustix 1.0.8",
209
209
+
"rustix 1.1.2",
210
210
"slab",
211
211
-
"tracing",
212
212
-
"windows-sys 0.59.0",
211
211
+
"windows-sys 0.60.2",
213
212
]
214
213
215
214
[[package]]
216
215
name = "async-lock"
217
217
-
version = "3.4.0"
216
216
+
version = "3.4.1"
218
217
source = "registry+https://github.com/rust-lang/crates.io-index"
219
219
-
checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
218
218
+
checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc"
220
219
dependencies = [
221
220
"event-listener",
222
221
"event-listener-strategy",
···
236
235
237
236
[[package]]
238
237
name = "async-process"
239
239
-
version = "2.3.1"
238
238
+
version = "2.4.0"
240
239
source = "registry+https://github.com/rust-lang/crates.io-index"
241
241
-
checksum = "cde3f4e40e6021d7acffc90095cbd6dc54cb593903d1de5832f435eb274b85dc"
240
240
+
checksum = "65daa13722ad51e6ab1a1b9c01299142bc75135b337923cfa10e79bbbd669f00"
242
241
dependencies = [
243
242
"async-channel",
244
243
"async-io",
···
249
248
"cfg-if",
250
249
"event-listener",
251
250
"futures-lite",
252
252
-
"rustix 1.0.8",
253
253
-
"tracing",
251
251
+
"rustix 1.1.2",
254
252
]
255
253
256
254
[[package]]
···
266
264
267
265
[[package]]
268
266
name = "async-signal"
269
269
-
version = "0.2.11"
267
267
+
version = "0.2.12"
270
268
source = "registry+https://github.com/rust-lang/crates.io-index"
271
271
-
checksum = "d7605a4e50d4b06df3898d5a70bf5fde51ed9059b0434b73105193bc27acce0d"
269
269
+
checksum = "f567af260ef69e1d52c2b560ce0ea230763e6fbb9214a85d768760a920e3e3c1"
272
270
dependencies = [
273
271
"async-io",
274
272
"async-lock",
···
276
274
"cfg-if",
277
275
"futures-core",
278
276
"futures-io",
279
279
-
"rustix 1.0.8",
277
277
+
"rustix 1.1.2",
280
278
"signal-hook-registry",
281
279
"slab",
282
282
-
"windows-sys 0.59.0",
280
280
+
"windows-sys 0.60.2",
283
281
]
284
282
285
283
[[package]]
···
290
288
291
289
[[package]]
292
290
name = "async-trait"
293
293
-
version = "0.1.88"
291
291
+
version = "0.1.89"
294
292
source = "registry+https://github.com/rust-lang/crates.io-index"
295
295
-
checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
293
293
+
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
296
294
dependencies = [
297
295
"proc-macro2",
298
296
"quote",
···
334
332
335
333
[[package]]
336
334
name = "bitflags"
337
337
-
version = "2.9.1"
335
335
+
version = "2.9.4"
338
336
source = "registry+https://github.com/rust-lang/crates.io-index"
339
339
-
checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
337
337
+
checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
340
338
dependencies = [
341
339
"serde",
342
340
]
···
362
360
source = "registry+https://github.com/rust-lang/crates.io-index"
363
361
checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
364
362
dependencies = [
365
365
-
"objc2 0.6.1",
363
363
+
"objc2 0.6.2",
366
364
]
367
365
368
366
[[package]]
···
386
384
387
385
[[package]]
388
386
name = "bytemuck"
389
389
-
version = "1.23.1"
387
387
+
version = "1.23.2"
390
388
source = "registry+https://github.com/rust-lang/crates.io-index"
391
391
-
checksum = "5c76a5792e44e4abe34d3abf15636779261d45a7450612059293d1d2cfc63422"
389
389
+
checksum = "3995eaeebcdf32f91f980d360f78732ddc061097ab4e39991ae7a6ace9194677"
392
390
dependencies = [
393
391
"bytemuck_derive",
394
392
]
395
393
396
394
[[package]]
397
395
name = "bytemuck_derive"
398
398
-
version = "1.9.3"
396
396
+
version = "1.10.1"
399
397
source = "registry+https://github.com/rust-lang/crates.io-index"
400
400
-
checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
398
398
+
checksum = "4f154e572231cb6ba2bd1176980827e3d5dc04cc183a75dea38109fbdd672d29"
401
399
dependencies = [
402
400
"proc-macro2",
403
401
"quote",
···
416
414
source = "registry+https://github.com/rust-lang/crates.io-index"
417
415
checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
418
416
dependencies = [
419
419
-
"bitflags 2.9.1",
417
417
+
"bitflags 2.9.4",
420
418
"log",
421
419
"polling",
422
420
"rustix 0.38.44",
···
438
436
439
437
[[package]]
440
438
name = "cc"
441
441
-
version = "1.2.29"
439
439
+
version = "1.2.36"
442
440
source = "registry+https://github.com/rust-lang/crates.io-index"
443
443
-
checksum = "5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362"
441
441
+
checksum = "5252b3d2648e5eedbc1a6f501e3c795e07025c1e93bbf8bbdd6eef7f447a6d54"
444
442
dependencies = [
443
443
+
"find-msvc-tools",
445
444
"jobserver",
446
445
"libc",
447
446
"shlex",
···
455
454
456
455
[[package]]
457
456
name = "cfg-if"
458
458
-
version = "1.0.1"
457
457
+
version = "1.0.3"
459
458
source = "registry+https://github.com/rust-lang/crates.io-index"
460
460
-
checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
459
459
+
checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
461
460
462
461
[[package]]
463
462
name = "cfg_aliases"
···
540
539
source = "registry+https://github.com/rust-lang/crates.io-index"
541
540
checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
542
541
dependencies = [
543
543
-
"bitflags 2.9.1",
542
542
+
"bitflags 2.9.4",
544
543
"core-foundation 0.10.1",
545
544
"core-graphics-types 0.2.0",
546
545
"foreign-types",
···
564
563
source = "registry+https://github.com/rust-lang/crates.io-index"
565
564
checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
566
565
dependencies = [
567
567
-
"bitflags 2.9.1",
566
566
+
"bitflags 2.9.4",
568
567
"core-foundation 0.10.1",
569
568
"libc",
570
569
]
···
764
763
source = "registry+https://github.com/rust-lang/crates.io-index"
765
764
checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
766
765
dependencies = [
767
767
-
"bitflags 2.9.1",
766
766
+
"bitflags 2.9.4",
768
767
"block2 0.6.1",
769
768
"libc",
770
770
-
"objc2 0.6.1",
769
769
+
"objc2 0.6.2",
771
770
]
772
771
773
772
[[package]]
···
817
816
source = "registry+https://github.com/rust-lang/crates.io-index"
818
817
checksum = "98888c4bbd601524c11a7ed63f814b8825f420514f78e96f752c437ae9cbb5d1"
819
818
dependencies = [
820
820
-
"bitflags 2.9.1",
819
819
+
"bitflags 2.9.4",
821
820
"bytemuck",
822
821
"drm-ffi",
823
822
"drm-fourcc",
···
894
893
895
894
[[package]]
896
895
name = "errno"
897
897
-
version = "0.3.13"
896
896
+
version = "0.3.14"
898
897
source = "registry+https://github.com/rust-lang/crates.io-index"
899
899
-
checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
898
898
+
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
900
899
dependencies = [
901
900
"libc",
902
902
-
"windows-sys 0.60.2",
901
901
+
"windows-sys 0.61.0",
903
902
]
904
903
905
904
[[package]]
906
905
name = "event-listener"
907
907
-
version = "5.4.0"
906
906
+
version = "5.4.1"
908
907
source = "registry+https://github.com/rust-lang/crates.io-index"
909
909
-
checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
908
908
+
checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
910
909
dependencies = [
911
910
"concurrent-queue",
912
911
"parking",
···
936
935
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
937
936
938
937
[[package]]
938
938
+
name = "find-msvc-tools"
939
939
+
version = "0.1.1"
940
940
+
source = "registry+https://github.com/rust-lang/crates.io-index"
941
941
+
checksum = "7fd99930f64d146689264c637b5af2f0233a933bef0d8570e2526bf9e083192d"
942
942
+
943
943
+
[[package]]
939
944
name = "foldhash"
940
945
version = "0.1.5"
941
946
source = "registry+https://github.com/rust-lang/crates.io-index"
···
976
981
977
982
[[package]]
978
983
name = "form_urlencoded"
979
979
-
version = "1.2.1"
984
984
+
version = "1.2.2"
980
985
source = "registry+https://github.com/rust-lang/crates.io-index"
981
981
-
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
986
986
+
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
982
987
dependencies = [
983
988
"percent-encoding",
984
989
]
···
1006
1011
1007
1012
[[package]]
1008
1013
name = "futures-lite"
1009
1009
-
version = "2.6.0"
1014
1014
+
version = "2.6.1"
1010
1015
source = "registry+https://github.com/rust-lang/crates.io-index"
1011
1011
-
checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
1016
1016
+
checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
1012
1017
dependencies = [
1013
1018
"fastrand",
1014
1019
"futures-core",
···
1052
1057
1053
1058
[[package]]
1054
1059
name = "gethostname"
1055
1055
-
version = "0.4.3"
1060
1060
+
version = "1.0.2"
1056
1061
source = "registry+https://github.com/rust-lang/crates.io-index"
1057
1057
-
checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
1062
1062
+
checksum = "fc257fdb4038301ce4b9cd1b3b51704509692bb3ff716a410cbd07925d9dae55"
1058
1063
dependencies = [
1059
1059
-
"libc",
1060
1060
-
"windows-targets 0.48.5",
1064
1064
+
"rustix 1.1.2",
1065
1065
+
"windows-targets 0.52.6",
1061
1066
]
1062
1067
1063
1068
[[package]]
···
1110
1115
source = "registry+https://github.com/rust-lang/crates.io-index"
1111
1116
checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
1112
1117
dependencies = [
1113
1113
-
"bitflags 2.9.1",
1118
1118
+
"bitflags 2.9.4",
1114
1119
"gpu-alloc-types",
1115
1120
]
1116
1121
···
1120
1125
source = "registry+https://github.com/rust-lang/crates.io-index"
1121
1126
checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
1122
1127
dependencies = [
1123
1123
-
"bitflags 2.9.1",
1128
1128
+
"bitflags 2.9.4",
1124
1129
]
1125
1130
1126
1131
[[package]]
···
1141
1146
source = "registry+https://github.com/rust-lang/crates.io-index"
1142
1147
checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
1143
1148
dependencies = [
1144
1144
-
"bitflags 2.9.1",
1149
1149
+
"bitflags 2.9.4",
1145
1150
"gpu-descriptor-types",
1146
1151
"hashbrown",
1147
1152
]
···
1152
1157
source = "registry+https://github.com/rust-lang/crates.io-index"
1153
1158
checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
1154
1159
dependencies = [
1155
1155
-
"bitflags 2.9.1",
1160
1160
+
"bitflags 2.9.4",
1156
1161
]
1157
1162
1158
1163
[[package]]
···
1168
1173
1169
1174
[[package]]
1170
1175
name = "hashbrown"
1171
1171
-
version = "0.15.4"
1176
1176
+
version = "0.15.5"
1172
1177
source = "registry+https://github.com/rust-lang/crates.io-index"
1173
1173
-
checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
1178
1178
+
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1174
1179
dependencies = [
1175
1180
"foldhash",
1176
1181
]
···
1281
1286
1282
1287
[[package]]
1283
1288
name = "idna"
1284
1284
-
version = "1.0.3"
1289
1289
+
version = "1.1.0"
1285
1290
source = "registry+https://github.com/rust-lang/crates.io-index"
1286
1286
-
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
1291
1291
+
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1287
1292
dependencies = [
1288
1293
"idna_adapter",
1289
1294
"smallvec",
···
1302
1307
1303
1308
[[package]]
1304
1309
name = "indexmap"
1305
1305
-
version = "2.10.0"
1310
1310
+
version = "2.11.1"
1306
1311
source = "registry+https://github.com/rust-lang/crates.io-index"
1307
1307
-
checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
1312
1312
+
checksum = "206a8042aec68fa4a62e8d3f7aa4ceb508177d9324faf261e1959e495b7a1921"
1308
1313
dependencies = [
1309
1314
"equivalent",
1310
1315
"hashbrown",
···
1334
1339
1335
1340
[[package]]
1336
1341
name = "jobserver"
1337
1337
-
version = "0.1.33"
1342
1342
+
version = "0.1.34"
1338
1343
source = "registry+https://github.com/rust-lang/crates.io-index"
1339
1339
-
checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
1344
1344
+
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1340
1345
dependencies = [
1341
1346
"getrandom",
1342
1347
"libc",
···
1344
1349
1345
1350
[[package]]
1346
1351
name = "js-sys"
1347
1347
-
version = "0.3.77"
1352
1352
+
version = "0.3.78"
1348
1353
source = "registry+https://github.com/rust-lang/crates.io-index"
1349
1349
-
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
1354
1354
+
checksum = "0c0b063578492ceec17683ef2f8c5e89121fbd0b172cbc280635ab7567db2738"
1350
1355
dependencies = [
1351
1356
"once_cell",
1352
1357
"wasm-bindgen",
···
1377
1382
1378
1383
[[package]]
1379
1384
name = "libc"
1380
1380
-
version = "0.2.174"
1385
1385
+
version = "0.2.175"
1381
1386
source = "registry+https://github.com/rust-lang/crates.io-index"
1382
1382
-
checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
1387
1387
+
checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
1383
1388
1384
1389
[[package]]
1385
1390
name = "libloading"
···
1388
1393
checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
1389
1394
dependencies = [
1390
1395
"cfg-if",
1391
1391
-
"windows-targets 0.53.2",
1396
1396
+
"windows-targets 0.53.3",
1392
1397
]
1393
1398
1394
1399
[[package]]
···
1399
1404
1400
1405
[[package]]
1401
1406
name = "libredox"
1402
1402
-
version = "0.1.4"
1407
1407
+
version = "0.1.9"
1403
1408
source = "registry+https://github.com/rust-lang/crates.io-index"
1404
1404
-
checksum = "1580801010e535496706ba011c15f8532df6b42297d2e471fec38ceadd8c0638"
1409
1409
+
checksum = "391290121bad3d37fbddad76d8f5d1c1c314cfc646d143d7e07a3086ddff0ce3"
1405
1410
dependencies = [
1406
1406
-
"bitflags 2.9.1",
1411
1411
+
"bitflags 2.9.4",
1407
1412
"libc",
1408
1408
-
"redox_syscall 0.5.13",
1413
1413
+
"redox_syscall 0.5.17",
1409
1414
]
1410
1415
1411
1416
[[package]]
···
1422
1427
1423
1428
[[package]]
1424
1429
name = "linux-raw-sys"
1425
1425
-
version = "0.9.4"
1430
1430
+
version = "0.11.0"
1426
1431
source = "registry+https://github.com/rust-lang/crates.io-index"
1427
1427
-
checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
1432
1432
+
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
1428
1433
1429
1434
[[package]]
1430
1435
name = "litemap"
···
1434
1439
1435
1440
[[package]]
1436
1441
name = "litrs"
1437
1437
-
version = "0.4.1"
1442
1442
+
version = "0.4.2"
1438
1443
source = "registry+https://github.com/rust-lang/crates.io-index"
1439
1439
-
checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5"
1444
1444
+
checksum = "f5e54036fe321fd421e10d732f155734c4e4afd610dd556d9a82833ab3ee0bed"
1440
1445
1441
1446
[[package]]
1442
1447
name = "lock_api"
···
1450
1455
1451
1456
[[package]]
1452
1457
name = "log"
1453
1453
-
version = "0.4.27"
1458
1458
+
version = "0.4.28"
1454
1459
source = "registry+https://github.com/rust-lang/crates.io-index"
1455
1455
-
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
1460
1460
+
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
1456
1461
1457
1462
[[package]]
1458
1463
name = "mach2"
···
1480
1485
1481
1486
[[package]]
1482
1487
name = "memmap2"
1483
1483
-
version = "0.9.7"
1488
1488
+
version = "0.9.8"
1484
1489
source = "registry+https://github.com/rust-lang/crates.io-index"
1485
1485
-
checksum = "483758ad303d734cec05e5c12b41d7e93e6a6390c5e9dae6bdeb7c1259012d28"
1490
1490
+
checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
1486
1491
dependencies = [
1487
1492
"libc",
1488
1493
]
···
1502
1507
source = "registry+https://github.com/rust-lang/crates.io-index"
1503
1508
checksum = "00c15a6f673ff72ddcc22394663290f870fb224c1bfce55734a75c414150e605"
1504
1509
dependencies = [
1505
1505
-
"bitflags 2.9.1",
1510
1510
+
"bitflags 2.9.4",
1506
1511
"block",
1507
1512
"core-graphics-types 0.2.0",
1508
1513
"foreign-types",
···
1519
1524
dependencies = [
1520
1525
"arrayvec",
1521
1526
"bit-set",
1522
1522
-
"bitflags 2.9.1",
1527
1527
+
"bitflags 2.9.4",
1523
1528
"cfg-if",
1524
1529
"cfg_aliases",
1525
1530
"codespan-reporting",
···
1533
1538
"once_cell",
1534
1539
"rustc-hash",
1535
1540
"spirv",
1536
1536
-
"thiserror 2.0.12",
1541
1541
+
"thiserror 2.0.16",
1537
1542
"unicode-ident",
1538
1543
]
1539
1544
···
1543
1548
source = "registry+https://github.com/rust-lang/crates.io-index"
1544
1549
checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
1545
1550
dependencies = [
1546
1546
-
"bitflags 2.9.1",
1551
1551
+
"bitflags 2.9.4",
1547
1552
"jni-sys",
1548
1553
"log",
1549
1554
"ndk-sys",
···
1573
1578
source = "registry+https://github.com/rust-lang/crates.io-index"
1574
1579
checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
1575
1580
dependencies = [
1576
1576
-
"bitflags 2.9.1",
1581
1581
+
"bitflags 2.9.4",
1577
1582
"cfg-if",
1578
1583
"cfg_aliases",
1579
1584
"libc",
···
1660
1665
1661
1666
[[package]]
1662
1667
name = "objc2"
1663
1663
-
version = "0.6.1"
1668
1668
+
version = "0.6.2"
1664
1669
source = "registry+https://github.com/rust-lang/crates.io-index"
1665
1665
-
checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
1670
1670
+
checksum = "561f357ba7f3a2a61563a186a163d0a3a5247e1089524a3981d49adb775078bc"
1666
1671
dependencies = [
1667
1672
"objc2-encode",
1668
1673
]
···
1673
1678
source = "registry+https://github.com/rust-lang/crates.io-index"
1674
1679
checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
1675
1680
dependencies = [
1676
1676
-
"bitflags 2.9.1",
1681
1681
+
"bitflags 2.9.4",
1677
1682
"block2 0.5.1",
1678
1683
"libc",
1679
1684
"objc2 0.5.2",
···
1689
1694
source = "registry+https://github.com/rust-lang/crates.io-index"
1690
1695
checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
1691
1696
dependencies = [
1692
1692
-
"bitflags 2.9.1",
1697
1697
+
"bitflags 2.9.4",
1693
1698
"block2 0.6.1",
1694
1694
-
"objc2 0.6.1",
1699
1699
+
"objc2 0.6.2",
1695
1700
"objc2-foundation 0.3.1",
1696
1701
]
1697
1702
···
1701
1706
source = "registry+https://github.com/rust-lang/crates.io-index"
1702
1707
checksum = "10cbe18d879e20a4aea544f8befe38bcf52255eb63d3f23eca2842f3319e4c07"
1703
1708
dependencies = [
1704
1704
-
"bitflags 2.9.1",
1709
1709
+
"bitflags 2.9.4",
1705
1710
"libc",
1706
1706
-
"objc2 0.6.1",
1711
1711
+
"objc2 0.6.2",
1707
1712
"objc2-core-audio",
1708
1713
"objc2-core-audio-types",
1709
1714
"objc2-core-foundation",
···
1716
1721
source = "registry+https://github.com/rust-lang/crates.io-index"
1717
1722
checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
1718
1723
dependencies = [
1719
1719
-
"bitflags 2.9.1",
1724
1724
+
"bitflags 2.9.4",
1720
1725
"block2 0.5.1",
1721
1726
"objc2 0.5.2",
1722
1727
"objc2-core-location",
···
1741
1746
checksum = "ca44961e888e19313b808f23497073e3f6b3c22bb485056674c8b49f3b025c82"
1742
1747
dependencies = [
1743
1748
"dispatch2",
1744
1744
-
"objc2 0.6.1",
1749
1749
+
"objc2 0.6.2",
1745
1750
"objc2-core-audio-types",
1746
1751
"objc2-core-foundation",
1747
1752
]
···
1752
1757
source = "registry+https://github.com/rust-lang/crates.io-index"
1753
1758
checksum = "c0f1cc99bb07ad2ddb6527ddf83db6a15271bb036b3eb94b801cd44fdc666ee1"
1754
1759
dependencies = [
1755
1755
-
"bitflags 2.9.1",
1756
1756
-
"objc2 0.6.1",
1760
1760
+
"bitflags 2.9.4",
1761
1761
+
"objc2 0.6.2",
1757
1762
]
1758
1763
1759
1764
[[package]]
···
1762
1767
source = "registry+https://github.com/rust-lang/crates.io-index"
1763
1768
checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
1764
1769
dependencies = [
1765
1765
-
"bitflags 2.9.1",
1770
1770
+
"bitflags 2.9.4",
1766
1771
"block2 0.5.1",
1767
1772
"objc2 0.5.2",
1768
1773
"objc2-foundation 0.2.2",
···
1774
1779
source = "registry+https://github.com/rust-lang/crates.io-index"
1775
1780
checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
1776
1781
dependencies = [
1777
1777
-
"bitflags 2.9.1",
1782
1782
+
"bitflags 2.9.4",
1778
1783
"dispatch2",
1779
1779
-
"objc2 0.6.1",
1784
1784
+
"objc2 0.6.2",
1780
1785
]
1781
1786
1782
1787
[[package]]
···
1815
1820
source = "registry+https://github.com/rust-lang/crates.io-index"
1816
1821
checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
1817
1822
dependencies = [
1818
1818
-
"bitflags 2.9.1",
1823
1823
+
"bitflags 2.9.4",
1819
1824
"block2 0.5.1",
1820
1825
"dispatch",
1821
1826
"libc",
···
1828
1833
source = "registry+https://github.com/rust-lang/crates.io-index"
1829
1834
checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
1830
1835
dependencies = [
1831
1831
-
"bitflags 2.9.1",
1832
1832
-
"objc2 0.6.1",
1836
1836
+
"bitflags 2.9.4",
1837
1837
+
"objc2 0.6.2",
1833
1838
"objc2-core-foundation",
1834
1839
]
1835
1840
···
1851
1856
source = "registry+https://github.com/rust-lang/crates.io-index"
1852
1857
checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
1853
1858
dependencies = [
1854
1854
-
"bitflags 2.9.1",
1859
1859
+
"bitflags 2.9.4",
1855
1860
"block2 0.5.1",
1856
1861
"objc2 0.5.2",
1857
1862
"objc2-foundation 0.2.2",
···
1863
1868
source = "registry+https://github.com/rust-lang/crates.io-index"
1864
1869
checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
1865
1870
dependencies = [
1866
1866
-
"bitflags 2.9.1",
1871
1871
+
"bitflags 2.9.4",
1867
1872
"block2 0.5.1",
1868
1873
"objc2 0.5.2",
1869
1874
"objc2-foundation 0.2.2",
···
1886
1891
source = "registry+https://github.com/rust-lang/crates.io-index"
1887
1892
checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
1888
1893
dependencies = [
1889
1889
-
"bitflags 2.9.1",
1894
1894
+
"bitflags 2.9.4",
1890
1895
"block2 0.5.1",
1891
1896
"objc2 0.5.2",
1892
1897
"objc2-cloud-kit",
···
1918
1923
source = "registry+https://github.com/rust-lang/crates.io-index"
1919
1924
checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
1920
1925
dependencies = [
1921
1921
-
"bitflags 2.9.1",
1926
1926
+
"bitflags 2.9.4",
1922
1927
"block2 0.5.1",
1923
1928
"objc2 0.5.2",
1924
1929
"objc2-core-location",
···
1961
1966
1962
1967
[[package]]
1963
1968
name = "owned_ttf_parser"
1964
1964
-
version = "0.25.0"
1969
1969
+
version = "0.25.1"
1965
1970
source = "registry+https://github.com/rust-lang/crates.io-index"
1966
1966
-
checksum = "22ec719bbf3b2a81c109a4e20b1f129b5566b7dce654bc3872f6a05abf82b2c4"
1971
1971
+
checksum = "36820e9051aca1014ddc75770aab4d68bc1e9e632f0f5627c4086bc216fb583b"
1967
1972
dependencies = [
1968
1973
"ttf-parser",
1969
1974
]
···
1992
1997
dependencies = [
1993
1998
"cfg-if",
1994
1999
"libc",
1995
1995
-
"redox_syscall 0.5.13",
2000
2000
+
"redox_syscall 0.5.17",
1996
2001
"smallvec",
1997
2002
"windows-targets 0.52.6",
1998
2003
]
···
2005
2010
2006
2011
[[package]]
2007
2012
name = "percent-encoding"
2008
2008
-
version = "2.3.1"
2013
2013
+
version = "2.3.2"
2009
2014
source = "registry+https://github.com/rust-lang/crates.io-index"
2010
2010
-
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2015
2015
+
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
2011
2016
2012
2017
[[package]]
2013
2018
name = "pin-project"
···
2060
2065
2061
2066
[[package]]
2062
2067
name = "polling"
2063
2063
-
version = "3.8.0"
2068
2068
+
version = "3.10.0"
2064
2069
source = "registry+https://github.com/rust-lang/crates.io-index"
2065
2065
-
checksum = "b53a684391ad002dd6a596ceb6c74fd004fdce75f4be2e3f615068abbea5fd50"
2070
2070
+
checksum = "b5bd19146350fe804f7cb2669c851c03d69da628803dab0d98018142aaa5d829"
2066
2071
dependencies = [
2067
2072
"cfg-if",
2068
2073
"concurrent-queue",
2069
2074
"hermit-abi",
2070
2075
"pin-project-lite",
2071
2071
-
"rustix 1.0.8",
2072
2072
-
"tracing",
2073
2073
-
"windows-sys 0.59.0",
2076
2076
+
"rustix 1.1.2",
2077
2077
+
"windows-sys 0.60.2",
2074
2078
]
2075
2079
2076
2080
[[package]]
···
2096
2100
2097
2101
[[package]]
2098
2102
name = "potential_utf"
2099
2099
-
version = "0.1.2"
2103
2103
+
version = "0.1.3"
2100
2104
source = "registry+https://github.com/rust-lang/crates.io-index"
2101
2101
-
checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
2105
2105
+
checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
2102
2106
dependencies = [
2103
2107
"zerovec",
2104
2108
]
···
2129
2133
2130
2134
[[package]]
2131
2135
name = "proc-macro2"
2132
2132
-
version = "1.0.95"
2136
2136
+
version = "1.0.101"
2133
2137
source = "registry+https://github.com/rust-lang/crates.io-index"
2134
2134
-
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
2138
2138
+
checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
2135
2139
dependencies = [
2136
2140
"unicode-ident",
2137
2141
]
···
2168
2172
2169
2173
[[package]]
2170
2174
name = "rand"
2171
2171
-
version = "0.9.1"
2175
2175
+
version = "0.9.2"
2172
2176
source = "registry+https://github.com/rust-lang/crates.io-index"
2173
2173
-
checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
2177
2177
+
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
2174
2178
dependencies = [
2175
2179
"rand_chacha",
2176
2180
"rand_core",
···
2218
2222
2219
2223
[[package]]
2220
2224
name = "redox_syscall"
2221
2221
-
version = "0.5.13"
2225
2225
+
version = "0.5.17"
2222
2226
source = "registry+https://github.com/rust-lang/crates.io-index"
2223
2223
-
checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6"
2227
2227
+
checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77"
2224
2228
dependencies = [
2225
2225
-
"bitflags 2.9.1",
2229
2229
+
"bitflags 2.9.4",
2226
2230
]
2227
2231
2228
2232
[[package]]
···
2242
2246
"dispatch2",
2243
2247
"js-sys",
2244
2248
"log",
2245
2245
-
"objc2 0.6.1",
2249
2249
+
"objc2 0.6.2",
2246
2250
"objc2-app-kit 0.3.1",
2247
2251
"objc2-core-foundation",
2248
2252
"objc2-foundation 0.3.1",
···
2303
2307
source = "registry+https://github.com/rust-lang/crates.io-index"
2304
2308
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
2305
2309
dependencies = [
2306
2306
-
"bitflags 2.9.1",
2310
2310
+
"bitflags 2.9.4",
2307
2311
"errno",
2308
2312
"libc",
2309
2313
"linux-raw-sys 0.4.15",
···
2312
2316
2313
2317
[[package]]
2314
2318
name = "rustix"
2315
2315
-
version = "1.0.8"
2319
2319
+
version = "1.1.2"
2316
2320
source = "registry+https://github.com/rust-lang/crates.io-index"
2317
2317
-
checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
2321
2321
+
checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
2318
2322
dependencies = [
2319
2319
-
"bitflags 2.9.1",
2323
2323
+
"bitflags 2.9.4",
2320
2324
"errno",
2321
2325
"libc",
2322
2322
-
"linux-raw-sys 0.9.4",
2323
2323
-
"windows-sys 0.60.2",
2326
2326
+
"linux-raw-sys 0.11.0",
2327
2327
+
"windows-sys 0.61.0",
2324
2328
]
2325
2329
2326
2330
[[package]]
2327
2331
name = "rustversion"
2328
2328
-
version = "1.0.21"
2332
2332
+
version = "1.0.22"
2329
2333
source = "registry+https://github.com/rust-lang/crates.io-index"
2330
2330
-
checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
2334
2334
+
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2331
2335
2332
2336
[[package]]
2333
2337
name = "same-file"
···
2402
2406
2403
2407
[[package]]
2404
2408
name = "signal-hook-registry"
2405
2405
-
version = "1.4.5"
2409
2409
+
version = "1.4.6"
2406
2410
source = "registry+https://github.com/rust-lang/crates.io-index"
2407
2407
-
checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
2411
2411
+
checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
2408
2412
dependencies = [
2409
2413
"libc",
2410
2414
]
2411
2415
2412
2416
[[package]]
2413
2417
name = "simple-left-right"
2414
2414
-
version = "0.2.1"
2418
2418
+
version = "0.2.2"
2415
2419
source = "registry+https://github.com/rust-lang/crates.io-index"
2416
2416
-
checksum = "72462f680e6aa61b8a5b31a0c98c2d0f1537d9cebab68fbf42a795e3f345b64d"
2420
2420
+
checksum = "8d14c606977d5f05c85d6c9d30da1d49567dd92c16e0bc693644659bcfbe8b05"
2417
2421
2418
2422
[[package]]
2419
2423
name = "slab"
2420
2420
-
version = "0.4.10"
2424
2424
+
version = "0.4.11"
2421
2425
source = "registry+https://github.com/rust-lang/crates.io-index"
2422
2422
-
checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
2426
2426
+
checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
2423
2427
2424
2428
[[package]]
2425
2429
name = "slotmap"
···
2442
2446
source = "registry+https://github.com/rust-lang/crates.io-index"
2443
2447
checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016"
2444
2448
dependencies = [
2445
2445
-
"bitflags 2.9.1",
2449
2449
+
"bitflags 2.9.4",
2446
2450
"calloop",
2447
2451
"calloop-wayland-source",
2448
2452
"cursor-icon",
···
2507
2511
"objc2-foundation 0.2.2",
2508
2512
"objc2-quartz-core",
2509
2513
"raw-window-handle",
2510
2510
-
"redox_syscall 0.5.13",
2514
2514
+
"redox_syscall 0.5.17",
2511
2515
"rustix 0.38.44",
2512
2516
"tiny-xlib",
2513
2517
"wasm-bindgen",
···
2525
2529
source = "registry+https://github.com/rust-lang/crates.io-index"
2526
2530
checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
2527
2531
dependencies = [
2528
2528
-
"bitflags 2.9.1",
2532
2532
+
"bitflags 2.9.4",
2529
2533
]
2530
2534
2531
2535
[[package]]
···
2681
2685
2682
2686
[[package]]
2683
2687
name = "syn"
2684
2684
-
version = "2.0.104"
2688
2688
+
version = "2.0.106"
2685
2689
source = "registry+https://github.com/rust-lang/crates.io-index"
2686
2686
-
checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
2690
2690
+
checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
2687
2691
dependencies = [
2688
2692
"proc-macro2",
2689
2693
"quote",
···
2703
2707
2704
2708
[[package]]
2705
2709
name = "tempfile"
2706
2706
-
version = "3.20.0"
2710
2710
+
version = "3.22.0"
2707
2711
source = "registry+https://github.com/rust-lang/crates.io-index"
2708
2708
-
checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
2712
2712
+
checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53"
2709
2713
dependencies = [
2710
2714
"fastrand",
2711
2715
"getrandom",
2712
2716
"once_cell",
2713
2713
-
"rustix 1.0.8",
2714
2714
-
"windows-sys 0.59.0",
2717
2717
+
"rustix 1.1.2",
2718
2718
+
"windows-sys 0.61.0",
2715
2719
]
2716
2720
2717
2721
[[package]]
···
2734
2738
2735
2739
[[package]]
2736
2740
name = "thiserror"
2737
2737
-
version = "2.0.12"
2741
2741
+
version = "2.0.16"
2738
2742
source = "registry+https://github.com/rust-lang/crates.io-index"
2739
2739
-
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
2743
2743
+
checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0"
2740
2744
dependencies = [
2741
2741
-
"thiserror-impl 2.0.12",
2745
2745
+
"thiserror-impl 2.0.16",
2742
2746
]
2743
2747
2744
2748
[[package]]
···
2754
2758
2755
2759
[[package]]
2756
2760
name = "thiserror-impl"
2757
2757
-
version = "2.0.12"
2761
2761
+
version = "2.0.16"
2758
2762
source = "registry+https://github.com/rust-lang/crates.io-index"
2759
2759
-
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
2763
2763
+
checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960"
2760
2764
dependencies = [
2761
2765
"proc-macro2",
2762
2766
"quote",
···
2936
2940
2937
2941
[[package]]
2938
2942
name = "url"
2939
2939
-
version = "2.5.4"
2943
2943
+
version = "2.5.7"
2940
2944
source = "registry+https://github.com/rust-lang/crates.io-index"
2941
2941
-
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
2945
2945
+
checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
2942
2946
dependencies = [
2943
2947
"form_urlencoded",
2944
2948
"idna",
···
2976
2980
2977
2981
[[package]]
2978
2982
name = "wasi"
2979
2979
-
version = "0.14.2+wasi-0.2.4"
2983
2983
+
version = "0.14.4+wasi-0.2.4"
2980
2984
source = "registry+https://github.com/rust-lang/crates.io-index"
2981
2981
-
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
2985
2985
+
checksum = "88a5f4a424faf49c3c2c344f166f0662341d470ea185e939657aaff130f0ec4a"
2982
2986
dependencies = [
2983
2983
-
"wit-bindgen-rt",
2987
2987
+
"wit-bindgen",
2984
2988
]
2985
2989
2986
2990
[[package]]
2987
2991
name = "wasm-bindgen"
2988
2988
-
version = "0.2.100"
2992
2992
+
version = "0.2.101"
2989
2993
source = "registry+https://github.com/rust-lang/crates.io-index"
2990
2990
-
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
2994
2994
+
checksum = "7e14915cadd45b529bb8d1f343c4ed0ac1de926144b746e2710f9cd05df6603b"
2991
2995
dependencies = [
2992
2996
"cfg-if",
2993
2997
"once_cell",
2994
2998
"rustversion",
2995
2999
"wasm-bindgen-macro",
3000
3000
+
"wasm-bindgen-shared",
2996
3001
]
2997
3002
2998
3003
[[package]]
2999
3004
name = "wasm-bindgen-backend"
3000
3000
-
version = "0.2.100"
3005
3005
+
version = "0.2.101"
3001
3006
source = "registry+https://github.com/rust-lang/crates.io-index"
3002
3002
-
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
3007
3007
+
checksum = "e28d1ba982ca7923fd01448d5c30c6864d0a14109560296a162f80f305fb93bb"
3003
3008
dependencies = [
3004
3009
"bumpalo",
3005
3010
"log",
···
3011
3016
3012
3017
[[package]]
3013
3018
name = "wasm-bindgen-futures"
3014
3014
-
version = "0.4.50"
3019
3019
+
version = "0.4.51"
3015
3020
source = "registry+https://github.com/rust-lang/crates.io-index"
3016
3016
-
checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
3021
3021
+
checksum = "0ca85039a9b469b38336411d6d6ced91f3fc87109a2a27b0c197663f5144dffe"
3017
3022
dependencies = [
3018
3023
"cfg-if",
3019
3024
"js-sys",
···
3024
3029
3025
3030
[[package]]
3026
3031
name = "wasm-bindgen-macro"
3027
3027
-
version = "0.2.100"
3032
3032
+
version = "0.2.101"
3028
3033
source = "registry+https://github.com/rust-lang/crates.io-index"
3029
3029
-
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
3034
3034
+
checksum = "7c3d463ae3eff775b0c45df9da45d68837702ac35af998361e2c84e7c5ec1b0d"
3030
3035
dependencies = [
3031
3036
"quote",
3032
3037
"wasm-bindgen-macro-support",
···
3034
3039
3035
3040
[[package]]
3036
3041
name = "wasm-bindgen-macro-support"
3037
3037
-
version = "0.2.100"
3042
3042
+
version = "0.2.101"
3038
3043
source = "registry+https://github.com/rust-lang/crates.io-index"
3039
3039
-
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
3044
3044
+
checksum = "7bb4ce89b08211f923caf51d527662b75bdc9c9c7aab40f86dcb9fb85ac552aa"
3040
3045
dependencies = [
3041
3046
"proc-macro2",
3042
3047
"quote",
···
3047
3052
3048
3053
[[package]]
3049
3054
name = "wasm-bindgen-shared"
3050
3050
-
version = "0.2.100"
3055
3055
+
version = "0.2.101"
3051
3056
source = "registry+https://github.com/rust-lang/crates.io-index"
3052
3052
-
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
3057
3057
+
checksum = "f143854a3b13752c6950862c906306adb27c7e839f7414cec8fea35beab624c1"
3053
3058
dependencies = [
3054
3059
"unicode-ident",
3055
3060
]
3056
3061
3057
3062
[[package]]
3058
3063
name = "wayland-backend"
3059
3059
-
version = "0.3.10"
3064
3064
+
version = "0.3.11"
3060
3065
source = "registry+https://github.com/rust-lang/crates.io-index"
3061
3061
-
checksum = "fe770181423e5fc79d3e2a7f4410b7799d5aab1de4372853de3c6aa13ca24121"
3066
3066
+
checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
3062
3067
dependencies = [
3063
3068
"cc",
3064
3069
"downcast-rs",
3065
3065
-
"rustix 0.38.44",
3070
3070
+
"rustix 1.1.2",
3066
3071
"scoped-tls",
3067
3072
"smallvec",
3068
3073
"wayland-sys",
···
3070
3075
3071
3076
[[package]]
3072
3077
name = "wayland-client"
3073
3073
-
version = "0.31.10"
3078
3078
+
version = "0.31.11"
3074
3079
source = "registry+https://github.com/rust-lang/crates.io-index"
3075
3075
-
checksum = "978fa7c67b0847dbd6a9f350ca2569174974cd4082737054dbb7fbb79d7d9a61"
3080
3080
+
checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
3076
3081
dependencies = [
3077
3077
-
"bitflags 2.9.1",
3078
3078
-
"rustix 0.38.44",
3082
3082
+
"bitflags 2.9.4",
3083
3083
+
"rustix 1.1.2",
3079
3084
"wayland-backend",
3080
3085
"wayland-scanner",
3081
3086
]
···
3086
3091
source = "registry+https://github.com/rust-lang/crates.io-index"
3087
3092
checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
3088
3093
dependencies = [
3089
3089
-
"bitflags 2.9.1",
3094
3094
+
"bitflags 2.9.4",
3090
3095
"cursor-icon",
3091
3096
"wayland-backend",
3092
3097
]
3093
3098
3094
3099
[[package]]
3095
3100
name = "wayland-cursor"
3096
3096
-
version = "0.31.10"
3101
3101
+
version = "0.31.11"
3097
3102
source = "registry+https://github.com/rust-lang/crates.io-index"
3098
3098
-
checksum = "a65317158dec28d00416cb16705934070aef4f8393353d41126c54264ae0f182"
3103
3103
+
checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
3099
3104
dependencies = [
3100
3100
-
"rustix 0.38.44",
3105
3105
+
"rustix 1.1.2",
3101
3106
"wayland-client",
3102
3107
"xcursor",
3103
3108
]
3104
3109
3105
3110
[[package]]
3106
3111
name = "wayland-protocols"
3107
3107
-
version = "0.32.8"
3112
3112
+
version = "0.32.9"
3108
3113
source = "registry+https://github.com/rust-lang/crates.io-index"
3109
3109
-
checksum = "779075454e1e9a521794fed15886323ea0feda3f8b0fc1390f5398141310422a"
3114
3114
+
checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
3110
3115
dependencies = [
3111
3111
-
"bitflags 2.9.1",
3116
3116
+
"bitflags 2.9.4",
3112
3117
"wayland-backend",
3113
3118
"wayland-client",
3114
3119
"wayland-scanner",
···
3116
3121
3117
3122
[[package]]
3118
3123
name = "wayland-protocols-plasma"
3119
3119
-
version = "0.3.8"
3124
3124
+
version = "0.3.9"
3120
3125
source = "registry+https://github.com/rust-lang/crates.io-index"
3121
3121
-
checksum = "4fd38cdad69b56ace413c6bcc1fbf5acc5e2ef4af9d5f8f1f9570c0c83eae175"
3126
3126
+
checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
3122
3127
dependencies = [
3123
3123
-
"bitflags 2.9.1",
3128
3128
+
"bitflags 2.9.4",
3124
3129
"wayland-backend",
3125
3130
"wayland-client",
3126
3131
"wayland-protocols",
···
3129
3134
3130
3135
[[package]]
3131
3136
name = "wayland-protocols-wlr"
3132
3132
-
version = "0.3.8"
3137
3137
+
version = "0.3.9"
3133
3138
source = "registry+https://github.com/rust-lang/crates.io-index"
3134
3134
-
checksum = "1cb6cdc73399c0e06504c437fe3cf886f25568dd5454473d565085b36d6a8bbf"
3139
3139
+
checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
3135
3140
dependencies = [
3136
3136
-
"bitflags 2.9.1",
3141
3141
+
"bitflags 2.9.4",
3137
3142
"wayland-backend",
3138
3143
"wayland-client",
3139
3144
"wayland-protocols",
···
3142
3147
3143
3148
[[package]]
3144
3149
name = "wayland-scanner"
3145
3145
-
version = "0.31.6"
3150
3150
+
version = "0.31.7"
3146
3151
source = "registry+https://github.com/rust-lang/crates.io-index"
3147
3147
-
checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
3152
3152
+
checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
3148
3153
dependencies = [
3149
3154
"proc-macro2",
3150
3155
"quick-xml",
···
3153
3158
3154
3159
[[package]]
3155
3160
name = "wayland-sys"
3156
3156
-
version = "0.31.6"
3161
3161
+
version = "0.31.7"
3157
3162
source = "registry+https://github.com/rust-lang/crates.io-index"
3158
3158
-
checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
3163
3163
+
checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
3159
3164
dependencies = [
3160
3165
"dlib",
3161
3166
"log",
···
3165
3170
3166
3171
[[package]]
3167
3172
name = "web-sys"
3168
3168
-
version = "0.3.77"
3173
3173
+
version = "0.3.78"
3169
3174
source = "registry+https://github.com/rust-lang/crates.io-index"
3170
3170
-
checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
3175
3175
+
checksum = "77e4b637749ff0d92b8fad63aa1f7cff3cbe125fd49c175cd6345e7272638b12"
3171
3176
dependencies = [
3172
3177
"js-sys",
3173
3178
"wasm-bindgen",
···
3190
3195
checksum = "70b6ff82bbf6e9206828e1a3178e851f8c20f1c9028e74dd3a8090741ccd5798"
3191
3196
dependencies = [
3192
3197
"arrayvec",
3193
3193
-
"bitflags 2.9.1",
3198
3198
+
"bitflags 2.9.4",
3194
3199
"cfg-if",
3195
3200
"cfg_aliases",
3196
3201
"document-features",
···
3221
3226
"arrayvec",
3222
3227
"bit-set",
3223
3228
"bit-vec",
3224
3224
-
"bitflags 2.9.1",
3229
3229
+
"bitflags 2.9.4",
3225
3230
"cfg_aliases",
3226
3231
"document-features",
3227
3232
"hashbrown",
···
3235
3240
"raw-window-handle",
3236
3241
"rustc-hash",
3237
3242
"smallvec",
3238
3238
-
"thiserror 2.0.12",
3243
3243
+
"thiserror 2.0.16",
3239
3244
"wgpu-core-deps-apple",
3240
3245
"wgpu-core-deps-emscripten",
3241
3246
"wgpu-core-deps-windows-linux-android",
···
3272
3277
3273
3278
[[package]]
3274
3279
name = "wgpu-hal"
3275
3275
-
version = "26.0.0"
3280
3280
+
version = "26.0.4"
3276
3281
source = "registry+https://github.com/rust-lang/crates.io-index"
3277
3277
-
checksum = "2971a6c8b903aa9951cf3f3e4d8060904f8c8e905c11f7f5b228edf7faddb719"
3282
3282
+
checksum = "7df2c64ac282a91ad7662c90bc4a77d4a2135bc0b2a2da5a4d4e267afc034b9e"
3278
3283
dependencies = [
3279
3284
"android_system_properties",
3280
3285
"arrayvec",
3281
3286
"ash",
3282
3287
"bit-set",
3283
3283
-
"bitflags 2.9.1",
3288
3288
+
"bitflags 2.9.4",
3284
3289
"block",
3285
3290
"bytemuck",
3286
3291
"cfg-if",
···
3310
3315
"raw-window-handle",
3311
3316
"renderdoc-sys",
3312
3317
"smallvec",
3313
3313
-
"thiserror 2.0.12",
3318
3318
+
"thiserror 2.0.16",
3314
3319
"wasm-bindgen",
3315
3320
"web-sys",
3316
3321
"wgpu-types",
···
3324
3329
source = "registry+https://github.com/rust-lang/crates.io-index"
3325
3330
checksum = "eca7a8d8af57c18f57d393601a1fb159ace8b2328f1b6b5f80893f7d672c9ae2"
3326
3331
dependencies = [
3327
3327
-
"bitflags 2.9.1",
3332
3332
+
"bitflags 2.9.4",
3328
3333
"bytemuck",
3329
3334
"js-sys",
3330
3335
"log",
3331
3331
-
"thiserror 2.0.12",
3336
3336
+
"thiserror 2.0.16",
3332
3337
"web-sys",
3333
3338
]
3334
3339
···
3350
3355
3351
3356
[[package]]
3352
3357
name = "winapi-util"
3353
3353
-
version = "0.1.9"
3358
3358
+
version = "0.1.11"
3354
3359
source = "registry+https://github.com/rust-lang/crates.io-index"
3355
3355
-
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
3360
3360
+
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
3356
3361
dependencies = [
3357
3357
-
"windows-sys 0.59.0",
3362
3362
+
"windows-sys 0.61.0",
3358
3363
]
3359
3364
3360
3365
[[package]]
···
3429
3434
]
3430
3435
3431
3436
[[package]]
3437
3437
+
name = "windows-link"
3438
3438
+
version = "0.1.3"
3439
3439
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3440
3440
+
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
3441
3441
+
3442
3442
+
[[package]]
3443
3443
+
name = "windows-link"
3444
3444
+
version = "0.2.0"
3445
3445
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3446
3446
+
checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
3447
3447
+
3448
3448
+
[[package]]
3432
3449
name = "windows-result"
3433
3450
version = "0.1.2"
3434
3451
source = "registry+https://github.com/rust-lang/crates.io-index"
···
3489
3506
source = "registry+https://github.com/rust-lang/crates.io-index"
3490
3507
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
3491
3508
dependencies = [
3492
3492
-
"windows-targets 0.53.2",
3509
3509
+
"windows-targets 0.53.3",
3510
3510
+
]
3511
3511
+
3512
3512
+
[[package]]
3513
3513
+
name = "windows-sys"
3514
3514
+
version = "0.61.0"
3515
3515
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3516
3516
+
checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
3517
3517
+
dependencies = [
3518
3518
+
"windows-link 0.2.0",
3493
3519
]
3494
3520
3495
3521
[[package]]
···
3509
3535
3510
3536
[[package]]
3511
3537
name = "windows-targets"
3512
3512
-
version = "0.48.5"
3513
3513
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3514
3514
-
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
3515
3515
-
dependencies = [
3516
3516
-
"windows_aarch64_gnullvm 0.48.5",
3517
3517
-
"windows_aarch64_msvc 0.48.5",
3518
3518
-
"windows_i686_gnu 0.48.5",
3519
3519
-
"windows_i686_msvc 0.48.5",
3520
3520
-
"windows_x86_64_gnu 0.48.5",
3521
3521
-
"windows_x86_64_gnullvm 0.48.5",
3522
3522
-
"windows_x86_64_msvc 0.48.5",
3523
3523
-
]
3524
3524
-
3525
3525
-
[[package]]
3526
3526
-
name = "windows-targets"
3527
3538
version = "0.52.6"
3528
3539
source = "registry+https://github.com/rust-lang/crates.io-index"
3529
3540
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
···
3540
3551
3541
3552
[[package]]
3542
3553
name = "windows-targets"
3543
3543
-
version = "0.53.2"
3554
3554
+
version = "0.53.3"
3544
3555
source = "registry+https://github.com/rust-lang/crates.io-index"
3545
3545
-
checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
3556
3556
+
checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91"
3546
3557
dependencies = [
3558
3558
+
"windows-link 0.1.3",
3547
3559
"windows_aarch64_gnullvm 0.53.0",
3548
3560
"windows_aarch64_msvc 0.53.0",
3549
3561
"windows_i686_gnu 0.53.0",
···
3562
3574
3563
3575
[[package]]
3564
3576
name = "windows_aarch64_gnullvm"
3565
3565
-
version = "0.48.5"
3566
3566
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3567
3567
-
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
3568
3568
-
3569
3569
-
[[package]]
3570
3570
-
name = "windows_aarch64_gnullvm"
3571
3577
version = "0.52.6"
3572
3578
source = "registry+https://github.com/rust-lang/crates.io-index"
3573
3579
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
···
3586
3592
3587
3593
[[package]]
3588
3594
name = "windows_aarch64_msvc"
3589
3589
-
version = "0.48.5"
3590
3590
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3591
3591
-
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
3592
3592
-
3593
3593
-
[[package]]
3594
3594
-
name = "windows_aarch64_msvc"
3595
3595
version = "0.52.6"
3596
3596
source = "registry+https://github.com/rust-lang/crates.io-index"
3597
3597
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
···
3610
3610
3611
3611
[[package]]
3612
3612
name = "windows_i686_gnu"
3613
3613
-
version = "0.48.5"
3614
3614
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3615
3615
-
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
3616
3616
-
3617
3617
-
[[package]]
3618
3618
-
name = "windows_i686_gnu"
3619
3613
version = "0.52.6"
3620
3614
source = "registry+https://github.com/rust-lang/crates.io-index"
3621
3615
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
···
3646
3640
3647
3641
[[package]]
3648
3642
name = "windows_i686_msvc"
3649
3649
-
version = "0.48.5"
3650
3650
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3651
3651
-
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
3652
3652
-
3653
3653
-
[[package]]
3654
3654
-
name = "windows_i686_msvc"
3655
3643
version = "0.52.6"
3656
3644
source = "registry+https://github.com/rust-lang/crates.io-index"
3657
3645
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
···
3670
3658
3671
3659
[[package]]
3672
3660
name = "windows_x86_64_gnu"
3673
3673
-
version = "0.48.5"
3674
3674
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3675
3675
-
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
3676
3676
-
3677
3677
-
[[package]]
3678
3678
-
name = "windows_x86_64_gnu"
3679
3661
version = "0.52.6"
3680
3662
source = "registry+https://github.com/rust-lang/crates.io-index"
3681
3663
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
···
3694
3676
3695
3677
[[package]]
3696
3678
name = "windows_x86_64_gnullvm"
3697
3697
-
version = "0.48.5"
3698
3698
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3699
3699
-
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
3700
3700
-
3701
3701
-
[[package]]
3702
3702
-
name = "windows_x86_64_gnullvm"
3703
3679
version = "0.52.6"
3704
3680
source = "registry+https://github.com/rust-lang/crates.io-index"
3705
3681
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
···
3718
3694
3719
3695
[[package]]
3720
3696
name = "windows_x86_64_msvc"
3721
3721
-
version = "0.48.5"
3722
3722
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3723
3723
-
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
3724
3724
-
3725
3725
-
[[package]]
3726
3726
-
name = "windows_x86_64_msvc"
3727
3697
version = "0.52.6"
3728
3698
source = "registry+https://github.com/rust-lang/crates.io-index"
3729
3699
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
···
3736
3706
3737
3707
[[package]]
3738
3708
name = "winit"
3739
3739
-
version = "0.30.11"
3709
3709
+
version = "0.30.12"
3740
3710
source = "registry+https://github.com/rust-lang/crates.io-index"
3741
3741
-
checksum = "a4409c10174df8779dc29a4788cac85ed84024ccbc1743b776b21a520ee1aaf4"
3711
3711
+
checksum = "c66d4b9ed69c4009f6321f762d6e61ad8a2389cd431b97cb1e146812e9e6c732"
3742
3712
dependencies = [
3743
3713
"ahash",
3744
3714
"android-activity",
3745
3715
"atomic-waker",
3746
3746
-
"bitflags 2.9.1",
3716
3716
+
"bitflags 2.9.4",
3747
3717
"block2 0.5.1",
3748
3718
"bytemuck",
3749
3719
"calloop",
···
3788
3758
3789
3759
[[package]]
3790
3760
name = "winnow"
3791
3791
-
version = "0.7.12"
3761
3761
+
version = "0.7.13"
3792
3762
source = "registry+https://github.com/rust-lang/crates.io-index"
3793
3793
-
checksum = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95"
3763
3763
+
checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
3794
3764
dependencies = [
3795
3765
"memchr",
3796
3766
]
3797
3767
3798
3768
[[package]]
3799
3799
-
name = "wit-bindgen-rt"
3800
3800
-
version = "0.39.0"
3769
3769
+
name = "wit-bindgen"
3770
3770
+
version = "0.45.1"
3801
3771
source = "registry+https://github.com/rust-lang/crates.io-index"
3802
3802
-
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
3803
3803
-
dependencies = [
3804
3804
-
"bitflags 2.9.1",
3805
3805
-
]
3772
3772
+
checksum = "5c573471f125075647d03df72e026074b7203790d41351cd6edc96f46bcccd36"
3806
3773
3807
3774
[[package]]
3808
3775
name = "writeable"
···
3823
3790
3824
3791
[[package]]
3825
3792
name = "x11rb"
3826
3826
-
version = "0.13.1"
3793
3793
+
version = "0.13.2"
3827
3794
source = "registry+https://github.com/rust-lang/crates.io-index"
3828
3828
-
checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
3795
3795
+
checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
3829
3796
dependencies = [
3830
3797
"as-raw-xcb-connection",
3831
3798
"gethostname",
3832
3799
"libc",
3833
3800
"libloading",
3834
3801
"once_cell",
3835
3835
-
"rustix 0.38.44",
3802
3802
+
"rustix 1.1.2",
3836
3803
"x11rb-protocol",
3837
3804
]
3838
3805
3839
3806
[[package]]
3840
3807
name = "x11rb-protocol"
3841
3841
-
version = "0.13.1"
3808
3808
+
version = "0.13.2"
3842
3809
source = "registry+https://github.com/rust-lang/crates.io-index"
3843
3843
-
checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
3810
3810
+
checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
3844
3811
3845
3812
[[package]]
3846
3813
name = "xcursor"
···
3854
3821
source = "registry+https://github.com/rust-lang/crates.io-index"
3855
3822
checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5"
3856
3823
dependencies = [
3857
3857
-
"bitflags 2.9.1",
3824
3824
+
"bitflags 2.9.4",
3858
3825
"dlib",
3859
3826
"log",
3860
3827
"once_cell",
···
3899
3866
3900
3867
[[package]]
3901
3868
name = "zbus"
3902
3902
-
version = "5.8.0"
3869
3869
+
version = "5.11.0"
3903
3870
source = "registry+https://github.com/rust-lang/crates.io-index"
3904
3904
-
checksum = "597f45e98bc7e6f0988276012797855613cd8269e23b5be62cc4e5d28b7e515d"
3871
3871
+
checksum = "2d07e46d035fb8e375b2ce63ba4e4ff90a7f73cf2ffb0138b29e1158d2eaadf7"
3905
3872
dependencies = [
3906
3873
"async-broadcast",
3907
3874
"async-executor",
···
3923
3890
"serde_repr",
3924
3891
"tracing",
3925
3892
"uds_windows",
3926
3926
-
"windows-sys 0.59.0",
3893
3893
+
"windows-sys 0.60.2",
3927
3894
"winnow",
3928
3895
"zbus_macros",
3929
3896
"zbus_names",
···
3932
3899
3933
3900
[[package]]
3934
3901
name = "zbus_macros"
3935
3935
-
version = "5.8.0"
3902
3902
+
version = "5.11.0"
3936
3903
source = "registry+https://github.com/rust-lang/crates.io-index"
3937
3937
-
checksum = "e5c8e4e14dcdd9d97a98b189cd1220f30e8394ad271e8c987da84f73693862c2"
3904
3904
+
checksum = "57e797a9c847ed3ccc5b6254e8bcce056494b375b511b3d6edcec0aeb4defaca"
3938
3905
dependencies = [
3939
3906
"proc-macro-crate",
3940
3907
"proc-macro2",
···
3959
3926
3960
3927
[[package]]
3961
3928
name = "zerocopy"
3962
3962
-
version = "0.8.26"
3929
3929
+
version = "0.8.27"
3963
3930
source = "registry+https://github.com/rust-lang/crates.io-index"
3964
3964
-
checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
3931
3931
+
checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
3965
3932
dependencies = [
3966
3933
"zerocopy-derive",
3967
3934
]
3968
3935
3969
3936
[[package]]
3970
3937
name = "zerocopy-derive"
3971
3971
-
version = "0.8.26"
3938
3938
+
version = "0.8.27"
3972
3939
source = "registry+https://github.com/rust-lang/crates.io-index"
3973
3973
-
checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
3940
3940
+
checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
3974
3941
dependencies = [
3975
3942
"proc-macro2",
3976
3943
"quote",
···
4011
3978
4012
3979
[[package]]
4013
3980
name = "zerovec"
4014
4014
-
version = "0.11.2"
3981
3981
+
version = "0.11.4"
4015
3982
source = "registry+https://github.com/rust-lang/crates.io-index"
4016
4016
-
checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
3983
3983
+
checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
4017
3984
dependencies = [
4018
3985
"yoke",
4019
3986
"zerofrom",
···
4033
4000
4034
4001
[[package]]
4035
4002
name = "zvariant"
4036
4036
-
version = "5.6.0"
4003
4003
+
version = "5.7.0"
4037
4004
source = "registry+https://github.com/rust-lang/crates.io-index"
4038
4038
-
checksum = "d91b3680bb339216abd84714172b5138a4edac677e641ef17e1d8cb1b3ca6e6f"
4005
4005
+
checksum = "999dd3be73c52b1fccd109a4a81e4fcd20fab1d3599c8121b38d04e1419498db"
4039
4006
dependencies = [
4040
4007
"endi",
4041
4008
"enumflags2",
···
4048
4015
4049
4016
[[package]]
4050
4017
name = "zvariant_derive"
4051
4051
-
version = "5.6.0"
4018
4018
+
version = "5.7.0"
4052
4019
source = "registry+https://github.com/rust-lang/crates.io-index"
4053
4053
-
checksum = "3a8c68501be459a8dbfffbe5d792acdd23b4959940fc87785fb013b32edbc208"
4020
4020
+
checksum = "6643fd0b26a46d226bd90d3f07c1b5321fe9bb7f04673cb37ac6d6883885b68e"
4054
4021
dependencies = [
4055
4022
"proc-macro-crate",
4056
4023
"proc-macro2",
···
4061
4028
4062
4029
[[package]]
4063
4030
name = "zvariant_utils"
4064
4064
-
version = "3.2.0"
4031
4031
+
version = "3.2.1"
4065
4032
source = "registry+https://github.com/rust-lang/crates.io-index"
4066
4066
-
checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
4033
4033
+
checksum = "c6949d142f89f6916deca2232cf26a8afacf2b9fdc35ce766105e104478be599"
4067
4034
dependencies = [
4068
4035
"proc-macro2",
4069
4036
"quote",
4070
4037
"serde",
4071
4071
-
"static_assertions",
4072
4038
"syn",
4073
4039
"winnow",
4074
4040
]