tangled
alpha
login
or
join now
sachy.dev
/
nailpit
4
fork
atom
A pit full of rusty nails
4
fork
atom
overview
issues
1
pulls
pipelines
Update deps
sachy.dev
1 month ago
07a7031e
be341476
2/2
miri.yml
success
1min 43s
test.yml
success
1min 37s
+136
-304
1 changed file
expand all
collapse all
unified
split
Cargo.lock
+136
-304
Cargo.lock
···
34
34
35
35
[[package]]
36
36
name = "anyhow"
37
37
-
version = "1.0.100"
37
37
+
version = "1.0.101"
38
38
source = "registry+https://github.com/rust-lang/crates.io-index"
39
39
-
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
39
39
+
checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea"
40
40
41
41
[[package]]
42
42
name = "async-trait"
···
63
63
64
64
[[package]]
65
65
name = "axum"
66
66
-
version = "0.8.7"
66
66
+
version = "0.8.8"
67
67
source = "registry+https://github.com/rust-lang/crates.io-index"
68
68
-
checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425"
68
68
+
checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8"
69
69
dependencies = [
70
70
"axum-core",
71
71
"axum-macros",
···
92
92
93
93
[[package]]
94
94
name = "axum-core"
95
95
-
version = "0.5.5"
95
95
+
version = "0.5.6"
96
96
source = "registry+https://github.com/rust-lang/crates.io-index"
97
97
-
checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22"
97
97
+
checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
98
98
dependencies = [
99
99
"bytes",
100
100
"futures-core",
···
111
111
112
112
[[package]]
113
113
name = "axum-extra"
114
114
-
version = "0.12.2"
114
114
+
version = "0.12.5"
115
115
source = "registry+https://github.com/rust-lang/crates.io-index"
116
116
-
checksum = "dbfe9f610fe4e99cf0cfcd03ccf8c63c28c616fe714d80475ef731f3b13dd21b"
116
116
+
checksum = "fef252edff26ddba56bbcdf2ee3307b8129acb86f5749b68990c168a6fcc9c76"
117
117
dependencies = [
118
118
"axum",
119
119
"axum-core",
···
153
153
"miniz_oxide",
154
154
"object",
155
155
"rustc-demangle",
156
156
-
"windows-link 0.2.1",
156
156
+
"windows-link",
157
157
]
158
158
159
159
[[package]]
···
170
170
171
171
[[package]]
172
172
name = "bumpalo"
173
173
-
version = "3.19.0"
173
173
+
version = "3.19.1"
174
174
source = "registry+https://github.com/rust-lang/crates.io-index"
175
175
-
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
175
175
+
checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
176
176
177
177
[[package]]
178
178
name = "byteorder"
···
182
182
183
183
[[package]]
184
184
name = "bytes"
185
185
-
version = "1.11.0"
185
185
+
version = "1.11.1"
186
186
source = "registry+https://github.com/rust-lang/crates.io-index"
187
187
-
checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
187
187
+
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
188
188
189
189
[[package]]
190
190
name = "cc"
191
191
-
version = "1.2.49"
191
191
+
version = "1.2.55"
192
192
source = "registry+https://github.com/rust-lang/crates.io-index"
193
193
-
checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
193
193
+
checksum = "47b26a0954ae34af09b50f0de26458fa95369a0d478d8236d3f93082b219bd29"
194
194
dependencies = [
195
195
"find-msvc-tools",
196
196
"jobserver",
···
230
230
]
231
231
232
232
[[package]]
233
233
-
name = "cordyceps"
234
234
-
version = "0.3.4"
235
235
-
source = "registry+https://github.com/rust-lang/crates.io-index"
236
236
-
checksum = "688d7fbb8092b8de775ef2536f36c8c31f2bc4006ece2e8d8ad2d17d00ce0a2a"
237
237
-
dependencies = [
238
238
-
"loom",
239
239
-
"tracing",
240
240
-
]
241
241
-
242
242
-
[[package]]
243
233
name = "core_affinity"
244
234
version = "0.8.3"
245
235
source = "registry+https://github.com/rust-lang/crates.io-index"
···
263
253
checksum = "40a998414a3656e7a11ca59d55598ce7df58daafd742e783844e80bbd8d500dd"
264
254
265
255
[[package]]
266
266
-
name = "diatomic-waker"
267
267
-
version = "0.2.3"
268
268
-
source = "registry+https://github.com/rust-lang/crates.io-index"
269
269
-
checksum = "ab03c107fafeb3ee9f5925686dbb7a73bc76e3932abb0d2b365cb64b169cf04c"
270
270
-
271
271
-
[[package]]
272
256
name = "either"
273
257
version = "1.15.0"
274
258
source = "registry+https://github.com/rust-lang/crates.io-index"
···
281
265
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
282
266
283
267
[[package]]
268
268
+
name = "errno"
269
269
+
version = "0.3.14"
270
270
+
source = "registry+https://github.com/rust-lang/crates.io-index"
271
271
+
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
272
272
+
dependencies = [
273
273
+
"libc",
274
274
+
"windows-sys 0.61.2",
275
275
+
]
276
276
+
277
277
+
[[package]]
284
278
name = "estr"
285
279
version = "1.2.0"
286
280
source = "registry+https://github.com/rust-lang/crates.io-index"
···
313
307
314
308
[[package]]
315
309
name = "find-msvc-tools"
316
316
-
version = "0.1.5"
310
310
+
version = "0.1.9"
317
311
source = "registry+https://github.com/rust-lang/crates.io-index"
318
318
-
checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
312
312
+
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
319
313
320
314
[[package]]
321
315
name = "fixedbitset"
···
351
345
]
352
346
353
347
[[package]]
354
354
-
name = "futures-buffered"
355
355
-
version = "0.2.12"
356
356
-
source = "registry+https://github.com/rust-lang/crates.io-index"
357
357
-
checksum = "a8e0e1f38ec07ba4abbde21eed377082f17ccb988be9d988a5adbf4bafc118fd"
358
358
-
dependencies = [
359
359
-
"cordyceps",
360
360
-
"diatomic-waker",
361
361
-
"futures-core",
362
362
-
"pin-project-lite",
363
363
-
"spin",
364
364
-
]
365
365
-
366
366
-
[[package]]
367
348
name = "futures-channel"
368
349
version = "0.3.31"
369
350
source = "registry+https://github.com/rust-lang/crates.io-index"
···
375
356
376
357
[[package]]
377
358
name = "futures-concurrency"
378
378
-
version = "7.6.3"
359
359
+
version = "7.7.1"
379
360
source = "registry+https://github.com/rust-lang/crates.io-index"
380
380
-
checksum = "0eb68017df91f2e477ed4bea586c59eaecaa47ed885a770d0444e21e62572cd2"
361
361
+
checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
381
362
dependencies = [
382
363
"fixedbitset",
383
383
-
"futures-buffered",
384
364
"futures-core",
385
365
"futures-lite",
386
366
"pin-project",
387
387
-
"slab",
388
367
"smallvec",
389
368
]
390
369
···
466
445
]
467
446
468
447
[[package]]
469
469
-
name = "generator"
470
470
-
version = "0.8.7"
471
471
-
source = "registry+https://github.com/rust-lang/crates.io-index"
472
472
-
checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
473
473
-
dependencies = [
474
474
-
"cc",
475
475
-
"cfg-if",
476
476
-
"libc",
477
477
-
"log",
478
478
-
"rustversion",
479
479
-
"windows",
480
480
-
]
481
481
-
482
482
-
[[package]]
483
448
name = "getrandom"
484
449
version = "0.3.4"
485
450
source = "registry+https://github.com/rust-lang/crates.io-index"
···
505
470
506
471
[[package]]
507
472
name = "h2"
508
508
-
version = "0.4.12"
473
473
+
version = "0.4.13"
509
474
source = "registry+https://github.com/rust-lang/crates.io-index"
510
510
-
checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
475
475
+
checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
511
476
dependencies = [
512
477
"atomic-waker",
513
478
"bytes",
···
631
596
632
597
[[package]]
633
598
name = "hyper-util"
634
634
-
version = "0.1.19"
599
599
+
version = "0.1.20"
635
600
source = "registry+https://github.com/rust-lang/crates.io-index"
636
636
-
checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"
601
601
+
checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
637
602
dependencies = [
638
603
"bytes",
639
604
"futures-channel",
640
640
-
"futures-core",
641
605
"futures-util",
642
606
"http",
643
607
"http-body",
···
658
622
659
623
[[package]]
660
624
name = "indexmap"
661
661
-
version = "2.12.1"
625
625
+
version = "2.13.0"
662
626
source = "registry+https://github.com/rust-lang/crates.io-index"
663
663
-
checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
627
627
+
checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
664
628
dependencies = [
665
629
"equivalent",
666
630
"hashbrown 0.16.1",
···
677
641
678
642
[[package]]
679
643
name = "itoa"
680
680
-
version = "1.0.15"
644
644
+
version = "1.0.17"
681
645
source = "registry+https://github.com/rust-lang/crates.io-index"
682
682
-
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
646
646
+
checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
683
647
684
648
[[package]]
685
649
name = "jobserver"
···
693
657
694
658
[[package]]
695
659
name = "js-sys"
696
696
-
version = "0.3.83"
660
660
+
version = "0.3.85"
697
661
source = "registry+https://github.com/rust-lang/crates.io-index"
698
698
-
checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
662
662
+
checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"
699
663
dependencies = [
700
664
"once_cell",
701
665
"wasm-bindgen",
···
718
682
719
683
[[package]]
720
684
name = "libc"
721
721
-
version = "0.2.178"
685
685
+
version = "0.2.180"
722
686
source = "registry+https://github.com/rust-lang/crates.io-index"
723
723
-
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
687
687
+
checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
724
688
725
689
[[package]]
726
690
name = "libm"
727
727
-
version = "0.2.15"
691
691
+
version = "0.2.16"
728
692
source = "registry+https://github.com/rust-lang/crates.io-index"
729
729
-
checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
693
693
+
checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
730
694
731
695
[[package]]
732
696
name = "libmimalloc-sys"
···
752
716
version = "0.4.29"
753
717
source = "registry+https://github.com/rust-lang/crates.io-index"
754
718
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
755
755
-
756
756
-
[[package]]
757
757
-
name = "loom"
758
758
-
version = "0.7.2"
759
759
-
source = "registry+https://github.com/rust-lang/crates.io-index"
760
760
-
checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
761
761
-
dependencies = [
762
762
-
"cfg-if",
763
763
-
"generator",
764
764
-
"scoped-tls",
765
765
-
"tracing",
766
766
-
"tracing-subscriber",
767
767
-
]
768
719
769
720
[[package]]
770
721
name = "matchers"
···
1261
1212
"libc",
1262
1213
"redox_syscall",
1263
1214
"smallvec",
1264
1264
-
"windows-link 0.2.1",
1215
1215
+
"windows-link",
1265
1216
]
1266
1217
1267
1218
[[package]]
···
1325
1276
1326
1277
[[package]]
1327
1278
name = "proc-macro2"
1328
1328
-
version = "1.0.103"
1279
1279
+
version = "1.0.106"
1329
1280
source = "registry+https://github.com/rust-lang/crates.io-index"
1330
1330
-
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
1281
1281
+
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1331
1282
dependencies = [
1332
1283
"unicode-ident",
1333
1284
]
1334
1285
1335
1286
[[package]]
1336
1287
name = "prost"
1337
1337
-
version = "0.14.1"
1288
1288
+
version = "0.14.3"
1338
1289
source = "registry+https://github.com/rust-lang/crates.io-index"
1339
1339
-
checksum = "7231bd9b3d3d33c86b58adbac74b5ec0ad9f496b19d22801d773636feaa95f3d"
1290
1290
+
checksum = "d2ea70524a2f82d518bce41317d0fae74151505651af45faf1ffbd6fd33f0568"
1340
1291
dependencies = [
1341
1292
"bytes",
1342
1293
"prost-derive",
···
1344
1295
1345
1296
[[package]]
1346
1297
name = "prost-derive"
1347
1347
-
version = "0.14.1"
1298
1298
+
version = "0.14.3"
1348
1299
source = "registry+https://github.com/rust-lang/crates.io-index"
1349
1349
-
checksum = "9120690fafc389a67ba3803df527d0ec9cbbc9cc45e4cc20b332996dfb672425"
1300
1300
+
checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b"
1350
1301
dependencies = [
1351
1302
"anyhow",
1352
1303
"itertools",
···
1357
1308
1358
1309
[[package]]
1359
1310
name = "quote"
1360
1360
-
version = "1.0.42"
1311
1311
+
version = "1.0.44"
1361
1312
source = "registry+https://github.com/rust-lang/crates.io-index"
1362
1362
-
checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
1313
1313
+
checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
1363
1314
dependencies = [
1364
1315
"proc-macro2",
1365
1316
]
···
1392
1343
1393
1344
[[package]]
1394
1345
name = "rand_core"
1395
1395
-
version = "0.9.3"
1346
1346
+
version = "0.9.5"
1396
1347
source = "registry+https://github.com/rust-lang/crates.io-index"
1397
1397
-
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
1348
1348
+
checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1398
1349
dependencies = [
1399
1350
"getrandom",
1400
1351
]
···
1411
1362
1412
1363
[[package]]
1413
1364
name = "rapidhash"
1414
1414
-
version = "4.1.1"
1365
1365
+
version = "4.2.2"
1415
1366
source = "registry+https://github.com/rust-lang/crates.io-index"
1416
1416
-
checksum = "d8e65c75143ce5d47c55b510297eeb1182f3c739b6043c537670e9fc18612dae"
1367
1367
+
checksum = "71ec30b38a417407efe7676bad0ca6b78f995f810185ece9af3bd5dc561185a9"
1417
1368
dependencies = [
1418
1369
"rand",
1419
1370
"rustversion",
···
1430
1381
1431
1382
[[package]]
1432
1383
name = "regex-automata"
1433
1433
-
version = "0.4.13"
1384
1384
+
version = "0.4.14"
1434
1385
source = "registry+https://github.com/rust-lang/crates.io-index"
1435
1435
-
checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
1386
1386
+
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1436
1387
dependencies = [
1437
1388
"aho-corasick",
1438
1389
"memchr",
···
1441
1392
1442
1393
[[package]]
1443
1394
name = "regex-syntax"
1444
1444
-
version = "0.8.8"
1395
1395
+
version = "0.8.9"
1445
1396
source = "registry+https://github.com/rust-lang/crates.io-index"
1446
1446
-
checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
1397
1397
+
checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c"
1447
1398
1448
1399
[[package]]
1449
1400
name = "rustc-demangle"
1450
1450
-
version = "0.1.26"
1401
1401
+
version = "0.1.27"
1451
1402
source = "registry+https://github.com/rust-lang/crates.io-index"
1452
1452
-
checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
1403
1403
+
checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d"
1453
1404
1454
1405
[[package]]
1455
1406
name = "rustversion"
···
1464
1415
checksum = "4cfa9e87e97427c3a1b472eace073b2bc577ad0e1444c128d938b3d5bcdacb17"
1465
1416
1466
1417
[[package]]
1467
1467
-
name = "ryu"
1468
1468
-
version = "1.0.20"
1469
1469
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1470
1470
-
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1471
1471
-
1472
1472
-
[[package]]
1473
1418
name = "saa"
1474
1474
-
version = "5.4.0"
1419
1419
+
version = "5.4.9"
1475
1420
source = "registry+https://github.com/rust-lang/crates.io-index"
1476
1476
-
checksum = "3192d99ee2f69effeacef86c9fa80e75b6604e2a5d3ade6856d206b519521e53"
1421
1421
+
checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
1477
1422
1478
1423
[[package]]
1479
1424
name = "scc"
1480
1480
-
version = "3.4.6"
1425
1425
+
version = "3.5.6"
1481
1426
source = "registry+https://github.com/rust-lang/crates.io-index"
1482
1482
-
checksum = "0b6f8686af8563182fc6b63ab7bd7b5cad8f40fbe660675627caedc6c073eca8"
1427
1427
+
checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
1483
1428
dependencies = [
1484
1429
"saa",
1485
1430
"sdd",
1486
1431
]
1487
1432
1488
1433
[[package]]
1489
1489
-
name = "scoped-tls"
1490
1490
-
version = "1.0.1"
1491
1491
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1492
1492
-
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
1493
1493
-
1494
1494
-
[[package]]
1495
1434
name = "scopeguard"
1496
1435
version = "1.2.0"
1497
1436
source = "registry+https://github.com/rust-lang/crates.io-index"
···
1499
1438
1500
1439
[[package]]
1501
1440
name = "sdd"
1502
1502
-
version = "4.5.0"
1441
1441
+
version = "4.6.2"
1503
1442
source = "registry+https://github.com/rust-lang/crates.io-index"
1504
1504
-
checksum = "7168ecf885fdd3920ade15d50189593b076e1d060b60406a745766380195d65a"
1443
1443
+
checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
1505
1444
1506
1445
[[package]]
1507
1446
name = "serde"
···
1535
1474
1536
1475
[[package]]
1537
1476
name = "serde_json"
1538
1538
-
version = "1.0.145"
1477
1477
+
version = "1.0.149"
1539
1478
source = "registry+https://github.com/rust-lang/crates.io-index"
1540
1540
-
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
1479
1479
+
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1541
1480
dependencies = [
1542
1481
"itoa",
1543
1482
"memchr",
1544
1544
-
"ryu",
1545
1483
"serde",
1546
1484
"serde_core",
1485
1485
+
"zmij",
1547
1486
]
1548
1487
1549
1488
[[package]]
1550
1489
name = "serde_spanned"
1551
1551
-
version = "1.0.3"
1490
1490
+
version = "1.0.4"
1552
1491
source = "registry+https://github.com/rust-lang/crates.io-index"
1553
1553
-
checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
1492
1492
+
checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776"
1554
1493
dependencies = [
1555
1494
"serde_core",
1556
1495
]
···
1572
1511
1573
1512
[[package]]
1574
1513
name = "signal-hook-registry"
1575
1575
-
version = "1.4.7"
1514
1514
+
version = "1.4.8"
1576
1515
source = "registry+https://github.com/rust-lang/crates.io-index"
1577
1577
-
checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad"
1516
1516
+
checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1578
1517
dependencies = [
1518
1518
+
"errno",
1579
1519
"libc",
1580
1520
]
1581
1521
1582
1522
[[package]]
1583
1523
name = "slab"
1584
1584
-
version = "0.4.11"
1524
1524
+
version = "0.4.12"
1585
1525
source = "registry+https://github.com/rust-lang/crates.io-index"
1586
1586
-
checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
1526
1526
+
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1587
1527
1588
1528
[[package]]
1589
1529
name = "smallvec"
···
1593
1533
1594
1534
[[package]]
1595
1535
name = "socket2"
1596
1596
-
version = "0.6.1"
1536
1536
+
version = "0.6.2"
1597
1537
source = "registry+https://github.com/rust-lang/crates.io-index"
1598
1598
-
checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
1538
1538
+
checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0"
1599
1539
dependencies = [
1600
1540
"libc",
1601
1541
"windows-sys 0.60.2",
···
1612
1552
1613
1553
[[package]]
1614
1554
name = "syn"
1615
1615
-
version = "2.0.111"
1555
1555
+
version = "2.0.114"
1616
1556
source = "registry+https://github.com/rust-lang/crates.io-index"
1617
1617
-
checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
1557
1557
+
checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
1618
1558
dependencies = [
1619
1559
"proc-macro2",
1620
1560
"quote",
···
1629
1569
1630
1570
[[package]]
1631
1571
name = "thiserror"
1632
1632
-
version = "2.0.17"
1572
1572
+
version = "2.0.18"
1633
1573
source = "registry+https://github.com/rust-lang/crates.io-index"
1634
1634
-
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
1574
1574
+
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1635
1575
dependencies = [
1636
1576
"thiserror-impl",
1637
1577
]
1638
1578
1639
1579
[[package]]
1640
1580
name = "thiserror-impl"
1641
1641
-
version = "2.0.17"
1581
1581
+
version = "2.0.18"
1642
1582
source = "registry+https://github.com/rust-lang/crates.io-index"
1643
1643
-
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
1583
1583
+
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1644
1584
dependencies = [
1645
1585
"proc-macro2",
1646
1586
"quote",
···
1658
1598
1659
1599
[[package]]
1660
1600
name = "tokio"
1661
1661
-
version = "1.48.0"
1601
1601
+
version = "1.49.0"
1662
1602
source = "registry+https://github.com/rust-lang/crates.io-index"
1663
1663
-
checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
1603
1603
+
checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
1664
1604
dependencies = [
1665
1605
"bytes",
1666
1606
"libc",
···
1674
1614
1675
1615
[[package]]
1676
1616
name = "tokio-stream"
1677
1677
-
version = "0.1.17"
1617
1617
+
version = "0.1.18"
1678
1618
source = "registry+https://github.com/rust-lang/crates.io-index"
1679
1679
-
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
1619
1619
+
checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
1680
1620
dependencies = [
1681
1621
"futures-core",
1682
1622
"pin-project-lite",
···
1685
1625
1686
1626
[[package]]
1687
1627
name = "tokio-util"
1688
1688
-
version = "0.7.17"
1628
1628
+
version = "0.7.18"
1689
1629
source = "registry+https://github.com/rust-lang/crates.io-index"
1690
1690
-
checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
1630
1630
+
checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
1691
1631
dependencies = [
1692
1632
"bytes",
1693
1633
"futures-core",
···
1698
1638
1699
1639
[[package]]
1700
1640
name = "toml"
1701
1701
-
version = "0.9.8"
1641
1641
+
version = "0.9.11+spec-1.1.0"
1702
1642
source = "registry+https://github.com/rust-lang/crates.io-index"
1703
1703
-
checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
1643
1643
+
checksum = "f3afc9a848309fe1aaffaed6e1546a7a14de1f935dc9d89d32afd9a44bab7c46"
1704
1644
dependencies = [
1705
1645
"serde_core",
1706
1646
"serde_spanned",
···
1711
1651
1712
1652
[[package]]
1713
1653
name = "toml_datetime"
1714
1714
-
version = "0.7.3"
1654
1654
+
version = "0.7.5+spec-1.1.0"
1715
1655
source = "registry+https://github.com/rust-lang/crates.io-index"
1716
1716
-
checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
1656
1656
+
checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
1717
1657
dependencies = [
1718
1658
"serde_core",
1719
1659
]
1720
1660
1721
1661
[[package]]
1722
1662
name = "toml_parser"
1723
1723
-
version = "1.0.4"
1663
1663
+
version = "1.0.6+spec-1.1.0"
1724
1664
source = "registry+https://github.com/rust-lang/crates.io-index"
1725
1725
-
checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
1665
1665
+
checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44"
1726
1666
dependencies = [
1727
1667
"winnow",
1728
1668
]
1729
1669
1730
1670
[[package]]
1731
1671
name = "tonic"
1732
1732
-
version = "0.14.2"
1672
1672
+
version = "0.14.3"
1733
1673
source = "registry+https://github.com/rust-lang/crates.io-index"
1734
1734
-
checksum = "eb7613188ce9f7df5bfe185db26c5814347d110db17920415cf2fbcad85e7203"
1674
1674
+
checksum = "a286e33f82f8a1ee2df63f4fa35c0becf4a85a0cb03091a15fd7bf0b402dc94a"
1735
1675
dependencies = [
1736
1676
"async-trait",
1737
1677
"base64",
···
1756
1696
1757
1697
[[package]]
1758
1698
name = "tonic-prost"
1759
1759
-
version = "0.14.2"
1699
1699
+
version = "0.14.3"
1760
1700
source = "registry+https://github.com/rust-lang/crates.io-index"
1761
1761
-
checksum = "66bd50ad6ce1252d87ef024b3d64fe4c3cf54a86fb9ef4c631fdd0ded7aeaa67"
1701
1701
+
checksum = "d6c55a2d6a14174563de34409c9f92ff981d006f56da9c6ecd40d9d4a31500b0"
1762
1702
dependencies = [
1763
1703
"bytes",
1764
1704
"prost",
···
1767
1707
1768
1708
[[package]]
1769
1709
name = "tower"
1770
1770
-
version = "0.5.2"
1710
1710
+
version = "0.5.3"
1771
1711
source = "registry+https://github.com/rust-lang/crates.io-index"
1772
1772
-
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
1712
1712
+
checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
1773
1713
dependencies = [
1774
1714
"futures-core",
1775
1715
"futures-util",
···
1813
1753
1814
1754
[[package]]
1815
1755
name = "tracing"
1816
1816
-
version = "0.1.43"
1756
1756
+
version = "0.1.44"
1817
1757
source = "registry+https://github.com/rust-lang/crates.io-index"
1818
1818
-
checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
1758
1758
+
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1819
1759
dependencies = [
1820
1760
"pin-project-lite",
1821
1761
"tracing-attributes",
···
1835
1775
1836
1776
[[package]]
1837
1777
name = "tracing-core"
1838
1838
-
version = "0.1.35"
1778
1778
+
version = "0.1.36"
1839
1779
source = "registry+https://github.com/rust-lang/crates.io-index"
1840
1840
-
checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
1780
1780
+
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1841
1781
dependencies = [
1842
1782
"once_cell",
1843
1783
"valuable",
···
1868
1808
1869
1809
[[package]]
1870
1810
name = "tracing-opentelemetry"
1871
1871
-
version = "0.32.0"
1811
1811
+
version = "0.32.1"
1872
1812
source = "registry+https://github.com/rust-lang/crates.io-index"
1873
1873
-
checksum = "1e6e5658463dd88089aba75c7791e1d3120633b1bfde22478b28f625a9bb1b8e"
1813
1813
+
checksum = "1ac28f2d093c6c477eaa76b23525478f38de514fa9aeb1285738d4b97a9552fc"
1874
1814
dependencies = [
1875
1815
"js-sys",
1876
1816
"opentelemetry",
1877
1877
-
"opentelemetry_sdk",
1878
1878
-
"rustversion",
1879
1817
"smallvec",
1880
1880
-
"thiserror",
1881
1818
"tracing",
1882
1819
"tracing-core",
1883
1820
"tracing-log",
···
1936
1873
1937
1874
[[package]]
1938
1875
name = "uuid"
1939
1939
-
version = "1.19.0"
1876
1876
+
version = "1.20.0"
1940
1877
source = "registry+https://github.com/rust-lang/crates.io-index"
1941
1941
-
checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
1878
1878
+
checksum = "ee48d38b119b0cd71fe4141b30f5ba9c7c5d9f4e7a3a8b4a674e4b6ef789976f"
1942
1879
dependencies = [
1943
1880
"getrandom",
1944
1881
"js-sys",
···
1969
1906
1970
1907
[[package]]
1971
1908
name = "wasip2"
1972
1972
-
version = "1.0.1+wasi-0.2.4"
1909
1909
+
version = "1.0.2+wasi-0.2.9"
1973
1910
source = "registry+https://github.com/rust-lang/crates.io-index"
1974
1974
-
checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
1911
1911
+
checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
1975
1912
dependencies = [
1976
1913
"wit-bindgen",
1977
1914
]
1978
1915
1979
1916
[[package]]
1980
1917
name = "wasm-bindgen"
1981
1981
-
version = "0.2.106"
1918
1918
+
version = "0.2.108"
1982
1919
source = "registry+https://github.com/rust-lang/crates.io-index"
1983
1983
-
checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
1920
1920
+
checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"
1984
1921
dependencies = [
1985
1922
"cfg-if",
1986
1923
"once_cell",
···
1991
1928
1992
1929
[[package]]
1993
1930
name = "wasm-bindgen-macro"
1994
1994
-
version = "0.2.106"
1931
1931
+
version = "0.2.108"
1995
1932
source = "registry+https://github.com/rust-lang/crates.io-index"
1996
1996
-
checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
1933
1933
+
checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"
1997
1934
dependencies = [
1998
1935
"quote",
1999
1936
"wasm-bindgen-macro-support",
···
2001
1938
2002
1939
[[package]]
2003
1940
name = "wasm-bindgen-macro-support"
2004
2004
-
version = "0.2.106"
1941
1941
+
version = "0.2.108"
2005
1942
source = "registry+https://github.com/rust-lang/crates.io-index"
2006
2006
-
checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
1943
1943
+
checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"
2007
1944
dependencies = [
2008
1945
"bumpalo",
2009
1946
"proc-macro2",
···
2014
1951
2015
1952
[[package]]
2016
1953
name = "wasm-bindgen-shared"
2017
2017
-
version = "0.2.106"
1954
1954
+
version = "0.2.108"
2018
1955
source = "registry+https://github.com/rust-lang/crates.io-index"
2019
2019
-
checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
1956
1956
+
checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"
2020
1957
dependencies = [
2021
1958
"unicode-ident",
2022
1959
]
···
2054
1991
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2055
1992
2056
1993
[[package]]
2057
2057
-
name = "windows"
2058
2058
-
version = "0.61.3"
2059
2059
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2060
2060
-
checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
2061
2061
-
dependencies = [
2062
2062
-
"windows-collections",
2063
2063
-
"windows-core",
2064
2064
-
"windows-future",
2065
2065
-
"windows-link 0.1.3",
2066
2066
-
"windows-numerics",
2067
2067
-
]
2068
2068
-
2069
2069
-
[[package]]
2070
2070
-
name = "windows-collections"
2071
2071
-
version = "0.2.0"
2072
2072
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2073
2073
-
checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
2074
2074
-
dependencies = [
2075
2075
-
"windows-core",
2076
2076
-
]
2077
2077
-
2078
2078
-
[[package]]
2079
2079
-
name = "windows-core"
2080
2080
-
version = "0.61.2"
2081
2081
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2082
2082
-
checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
2083
2083
-
dependencies = [
2084
2084
-
"windows-implement",
2085
2085
-
"windows-interface",
2086
2086
-
"windows-link 0.1.3",
2087
2087
-
"windows-result",
2088
2088
-
"windows-strings",
2089
2089
-
]
2090
2090
-
2091
2091
-
[[package]]
2092
2092
-
name = "windows-future"
2093
2093
-
version = "0.2.1"
2094
2094
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2095
2095
-
checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
2096
2096
-
dependencies = [
2097
2097
-
"windows-core",
2098
2098
-
"windows-link 0.1.3",
2099
2099
-
"windows-threading",
2100
2100
-
]
2101
2101
-
2102
2102
-
[[package]]
2103
2103
-
name = "windows-implement"
2104
2104
-
version = "0.60.2"
2105
2105
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2106
2106
-
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
2107
2107
-
dependencies = [
2108
2108
-
"proc-macro2",
2109
2109
-
"quote",
2110
2110
-
"syn",
2111
2111
-
]
2112
2112
-
2113
2113
-
[[package]]
2114
2114
-
name = "windows-interface"
2115
2115
-
version = "0.59.3"
2116
2116
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2117
2117
-
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
2118
2118
-
dependencies = [
2119
2119
-
"proc-macro2",
2120
2120
-
"quote",
2121
2121
-
"syn",
2122
2122
-
]
2123
2123
-
2124
2124
-
[[package]]
2125
2125
-
name = "windows-link"
2126
2126
-
version = "0.1.3"
2127
2127
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2128
2128
-
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
2129
2129
-
2130
2130
-
[[package]]
2131
1994
name = "windows-link"
2132
1995
version = "0.2.1"
2133
1996
source = "registry+https://github.com/rust-lang/crates.io-index"
2134
1997
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2135
1998
2136
1999
[[package]]
2137
2137
-
name = "windows-numerics"
2138
2138
-
version = "0.2.0"
2139
2139
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2140
2140
-
checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
2141
2141
-
dependencies = [
2142
2142
-
"windows-core",
2143
2143
-
"windows-link 0.1.3",
2144
2144
-
]
2145
2145
-
2146
2146
-
[[package]]
2147
2147
-
name = "windows-result"
2148
2148
-
version = "0.3.4"
2149
2149
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2150
2150
-
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
2151
2151
-
dependencies = [
2152
2152
-
"windows-link 0.1.3",
2153
2153
-
]
2154
2154
-
2155
2155
-
[[package]]
2156
2156
-
name = "windows-strings"
2157
2157
-
version = "0.4.2"
2158
2158
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2159
2159
-
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
2160
2160
-
dependencies = [
2161
2161
-
"windows-link 0.1.3",
2162
2162
-
]
2163
2163
-
2164
2164
-
[[package]]
2165
2000
name = "windows-sys"
2166
2001
version = "0.60.2"
2167
2002
source = "registry+https://github.com/rust-lang/crates.io-index"
···
2176
2011
source = "registry+https://github.com/rust-lang/crates.io-index"
2177
2012
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2178
2013
dependencies = [
2179
2179
-
"windows-link 0.2.1",
2014
2014
+
"windows-link",
2180
2015
]
2181
2016
2182
2017
[[package]]
···
2185
2020
source = "registry+https://github.com/rust-lang/crates.io-index"
2186
2021
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
2187
2022
dependencies = [
2188
2188
-
"windows-link 0.2.1",
2023
2023
+
"windows-link",
2189
2024
"windows_aarch64_gnullvm",
2190
2025
"windows_aarch64_msvc",
2191
2026
"windows_i686_gnu",
···
2197
2032
]
2198
2033
2199
2034
[[package]]
2200
2200
-
name = "windows-threading"
2201
2201
-
version = "0.1.0"
2202
2202
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2203
2203
-
checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
2204
2204
-
dependencies = [
2205
2205
-
"windows-link 0.1.3",
2206
2206
-
]
2207
2207
-
2208
2208
-
[[package]]
2209
2035
name = "windows_aarch64_gnullvm"
2210
2036
version = "0.53.1"
2211
2037
source = "registry+https://github.com/rust-lang/crates.io-index"
···
2264
2090
2265
2091
[[package]]
2266
2092
name = "wit-bindgen"
2267
2267
-
version = "0.46.0"
2093
2093
+
version = "0.51.0"
2268
2094
source = "registry+https://github.com/rust-lang/crates.io-index"
2269
2269
-
checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
2095
2095
+
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
2270
2096
2271
2097
[[package]]
2272
2098
name = "wyrand"
···
2279
2105
2280
2106
[[package]]
2281
2107
name = "zerocopy"
2282
2282
-
version = "0.8.31"
2108
2108
+
version = "0.8.39"
2283
2109
source = "registry+https://github.com/rust-lang/crates.io-index"
2284
2284
-
checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3"
2110
2110
+
checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a"
2285
2111
dependencies = [
2286
2112
"zerocopy-derive",
2287
2113
]
2288
2114
2289
2115
[[package]]
2290
2116
name = "zerocopy-derive"
2291
2291
-
version = "0.8.31"
2117
2117
+
version = "0.8.39"
2292
2118
source = "registry+https://github.com/rust-lang/crates.io-index"
2293
2293
-
checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a"
2119
2119
+
checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517"
2294
2120
dependencies = [
2295
2121
"proc-macro2",
2296
2122
"quote",
2297
2123
"syn",
2298
2124
]
2125
2125
+
2126
2126
+
[[package]]
2127
2127
+
name = "zmij"
2128
2128
+
version = "1.0.19"
2129
2129
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2130
2130
+
checksum = "3ff05f8caa9038894637571ae6b9e29466c1f4f829d26c9b28f869a29cbe3445"
2299
2131
2300
2132
[[package]]
2301
2133
name = "zstd"