git.delta.rocks / jrsonnet / refs/commits / d173b8de045b

difftreelog

build update dependencies

qozortmuYaroslav Bolyukin2026-03-12parent: #f0286d7.patch.diff
in: trunk

2 files changed

modifiedCargo.lockdiffbeforeafterboth
35dependencies = [35dependencies = [
36 "cfg-if",36 "cfg-if",
37 "cipher",37 "cipher",
38 "cpufeatures",38 "cpufeatures 0.2.17",
39]39]
4040
41[[package]]41[[package]]
177177
178[[package]]178[[package]]
179name = "anyhow"179name = "anyhow"
180version = "1.0.100"180version = "1.0.102"
181source = "registry+https://github.com/rust-lang/crates.io-index"181source = "registry+https://github.com/rust-lang/crates.io-index"
182checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"182checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
183183
184[[package]]184[[package]]
185name = "arc-swap"185name = "arc-swap"
186version = "1.8.0"186version = "1.8.2"
187source = "registry+https://github.com/rust-lang/crates.io-index"187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "51d03449bb8ca2cc2ef70869af31463d1ae5ccc8fa3e334b307203fbf815207e"188checksum = "f9f3647c145568cec02c42054e07bdf9a5a698e15b466fb2341bfc393cd24aa5"
189dependencies = [189dependencies = [
190 "rustversion",190 "rustversion",
191]191]
454454
455[[package]]455[[package]]
456name = "bitflags"456name = "bitflags"
457version = "2.10.0"457version = "2.11.0"
458source = "registry+https://github.com/rust-lang/crates.io-index"458source = "registry+https://github.com/rust-lang/crates.io-index"
459checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"459checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
460460
461[[package]]461[[package]]
462name = "block-buffer"462name = "block-buffer"
488488
489[[package]]489[[package]]
490name = "bumpalo"490name = "bumpalo"
491version = "3.19.1"491version = "3.20.2"
492source = "registry+https://github.com/rust-lang/crates.io-index"492source = "registry+https://github.com/rust-lang/crates.io-index"
493checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"493checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
494494
495[[package]]495[[package]]
496name = "bytecount"496name = "bytecount"
506506
507[[package]]507[[package]]
508name = "bytes"508name = "bytes"
509version = "1.11.0"509version = "1.11.1"
510source = "registry+https://github.com/rust-lang/crates.io-index"510source = "registry+https://github.com/rust-lang/crates.io-index"
511checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"511checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
512512
513[[package]]513[[package]]
514name = "cbc"514name = "cbc"
521521
522[[package]]522[[package]]
523name = "cc"523name = "cc"
524version = "1.2.53"524version = "1.2.56"
525source = "registry+https://github.com/rust-lang/crates.io-index"525source = "registry+https://github.com/rust-lang/crates.io-index"
526checksum = "755d2fce177175ffca841e9a06afdb2c4ab0f593d53b4dee48147dfaade85932"526checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2"
527dependencies = [527dependencies = [
528 "find-msvc-tools",528 "find-msvc-tools",
529 "shlex",529 "shlex",
558dependencies = [558dependencies = [
559 "cfg-if",559 "cfg-if",
560 "cipher",560 "cipher",
561 "cpufeatures",561 "cpufeatures 0.2.17",
562]562]
563
564[[package]]
565name = "chacha20"
566version = "0.10.0"
567source = "registry+https://github.com/rust-lang/crates.io-index"
568checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601"
569dependencies = [
570 "cfg-if",
571 "cpufeatures 0.3.0",
572 "rand_core 0.10.0",
573]
563574
564[[package]]575[[package]]
565name = "chacha20poly1305"576name = "chacha20poly1305"
568checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35"579checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35"
569dependencies = [580dependencies = [
570 "aead",581 "aead",
571 "chacha20",582 "chacha20 0.9.1",
572 "cipher",583 "cipher",
573 "poly1305",584 "poly1305",
574 "zeroize",585 "zeroize",
575]586]
576587
577[[package]]588[[package]]
578name = "chrono"589name = "chrono"
579version = "0.4.43"590version = "0.4.44"
580source = "registry+https://github.com/rust-lang/crates.io-index"591source = "registry+https://github.com/rust-lang/crates.io-index"
581checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118"592checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
582dependencies = [593dependencies = [
583 "iana-time-zone",594 "iana-time-zone",
584 "js-sys",595 "js-sys",
612623
613[[package]]624[[package]]
614name = "clap"625name = "clap"
615version = "4.5.54"626version = "4.5.60"
616source = "registry+https://github.com/rust-lang/crates.io-index"627source = "registry+https://github.com/rust-lang/crates.io-index"
617checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394"628checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a"
618dependencies = [629dependencies = [
619 "clap_builder",630 "clap_builder",
620 "clap_derive",631 "clap_derive",
621]632]
622633
623[[package]]634[[package]]
624name = "clap_builder"635name = "clap_builder"
625version = "4.5.54"636version = "4.5.60"
626source = "registry+https://github.com/rust-lang/crates.io-index"637source = "registry+https://github.com/rust-lang/crates.io-index"
627checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00"638checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876"
628dependencies = [639dependencies = [
629 "anstream",640 "anstream",
630 "anstyle",641 "anstyle",
637648
638[[package]]649[[package]]
639name = "clap_complete"650name = "clap_complete"
640version = "4.5.65"651version = "4.5.66"
641source = "registry+https://github.com/rust-lang/crates.io-index"652source = "registry+https://github.com/rust-lang/crates.io-index"
642checksum = "430b4dc2b5e3861848de79627b2bedc9f3342c7da5173a14eaa5d0f8dc18ae5d"653checksum = "c757a3b7e39161a4e56f9365141ada2a6c915a8622c408ab6bb4b5d047371031"
643dependencies = [654dependencies = [
644 "clap",655 "clap",
645]656]
646657
647[[package]]658[[package]]
648name = "clap_derive"659name = "clap_derive"
649version = "4.5.49"660version = "4.5.55"
650source = "registry+https://github.com/rust-lang/crates.io-index"661source = "registry+https://github.com/rust-lang/crates.io-index"
651checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"662checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
652dependencies = [663dependencies = [
653 "heck",664 "heck",
654 "proc-macro2",665 "proc-macro2",
658669
659[[package]]670[[package]]
660name = "clap_lex"671name = "clap_lex"
661version = "0.7.7"672version = "1.0.0"
662source = "registry+https://github.com/rust-lang/crates.io-index"673source = "registry+https://github.com/rust-lang/crates.io-index"
663checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"674checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"
664675
665[[package]]676[[package]]
666name = "codespan-reporting"677name = "codespan-reporting"
692 "windows-sys 0.61.2",703 "windows-sys 0.61.2",
693]704]
705
706[[package]]
707name = "const-hex"
708version = "1.18.1"
709source = "registry+https://github.com/rust-lang/crates.io-index"
710checksum = "531185e432bb31db1ecda541e9e7ab21468d4d844ad7505e0546a49b4945d49b"
711dependencies = [
712 "cfg-if",
713 "cpufeatures 0.2.17",
714 "proptest",
715 "serde_core",
716]
694717
695[[package]]718[[package]]
696name = "const-oid"719name = "const-oid"
722 "libc",745 "libc",
723]746]
747
748[[package]]
749name = "cpufeatures"
750version = "0.3.0"
751source = "registry+https://github.com/rust-lang/crates.io-index"
752checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
753dependencies = [
754 "libc",
755]
724756
725[[package]]757[[package]]
726name = "crc32fast"758name = "crc32fast"
764checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"796checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
765dependencies = [797dependencies = [
766 "cfg-if",798 "cfg-if",
767 "cpufeatures",799 "cpufeatures 0.2.17",
768 "curve25519-dalek-derive",800 "curve25519-dalek-derive",
769 "digest",801 "digest",
770 "fiat-crypto",802 "fiat-crypto",
795 "cxxbridge-cmd",827 "cxxbridge-cmd",
796 "cxxbridge-flags",828 "cxxbridge-flags",
797 "cxxbridge-macro",829 "cxxbridge-macro",
798 "foldhash",830 "foldhash 0.2.0",
799 "link-cplusplus",831 "link-cplusplus",
800]832]
801833
864896
865[[package]]897[[package]]
866name = "deranged"898name = "deranged"
867version = "0.5.5"899version = "0.5.8"
868source = "registry+https://github.com/rust-lang/crates.io-index"900source = "registry+https://github.com/rust-lang/crates.io-index"
869checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"901checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
870dependencies = [902dependencies = [
871 "powerfmt",903 "powerfmt",
872 "serde_core",904 "serde_core",
933965
934[[package]]966[[package]]
935name = "env_filter"967name = "env_filter"
936version = "0.1.4"968version = "1.0.0"
937source = "registry+https://github.com/rust-lang/crates.io-index"969source = "registry+https://github.com/rust-lang/crates.io-index"
938checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"970checksum = "7a1c3cc8e57274ec99de65301228b537f1e4eedc1b8e0f9411c6caac8ae7308f"
939dependencies = [971dependencies = [
940 "log",972 "log",
941]973]
942974
943[[package]]975[[package]]
944name = "env_logger"976name = "env_logger"
945version = "0.11.8"977version = "0.11.9"
946source = "registry+https://github.com/rust-lang/crates.io-index"978source = "registry+https://github.com/rust-lang/crates.io-index"
947checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"979checksum = "b2daee4ea451f429a58296525ddf28b45a3b64f1acf6587e2067437bb11e218d"
948dependencies = [980dependencies = [
949 "anstream",981 "anstream",
950 "anstyle",982 "anstyle",
9911023
992[[package]]1024[[package]]
993name = "find-msvc-tools"1025name = "find-msvc-tools"
994version = "0.1.8"1026version = "0.1.9"
995source = "registry+https://github.com/rust-lang/crates.io-index"1027source = "registry+https://github.com/rust-lang/crates.io-index"
996checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db"1028checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
9971029
998[[package]]1030[[package]]
999name = "fixedbitset"1031name = "fixedbitset"
10031035
1004[[package]]1036[[package]]
1005name = "flate2"1037name = "flate2"
1006version = "1.1.8"1038version = "1.1.9"
1007source = "registry+https://github.com/rust-lang/crates.io-index"1039source = "registry+https://github.com/rust-lang/crates.io-index"
1008checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"1040checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
1009dependencies = [1041dependencies = [
1010 "crc32fast",1042 "crc32fast",
1011 "miniz_oxide",1043 "miniz_oxide",
1073 "nixlike",1105 "nixlike",
1074 "nom 8.0.0",1106 "nom 8.0.0",
1075 "openssh",1107 "openssh",
1076 "rand 0.9.2",1108 "rand 0.10.0",
1077 "serde",1109 "serde",
1078 "serde_json",1110 "serde_json",
1079 "tabled",1111 "tabled",
1097 "ed25519-dalek",1129 "ed25519-dalek",
1098 "fleet-shared",1130 "fleet-shared",
1099 "hex",1131 "hex",
1100 "rand 0.9.2",1132 "rand 0.10.0",
1101 "x25519-dalek",1133 "x25519-dalek",
1102]1134]
11031135
1176source = "registry+https://github.com/rust-lang/crates.io-index"1208source = "registry+https://github.com/rust-lang/crates.io-index"
1177checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"1209checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1210
1211[[package]]
1212name = "foldhash"
1213version = "0.1.5"
1214source = "registry+https://github.com/rust-lang/crates.io-index"
1215checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
11781216
1179[[package]]1217[[package]]
1180name = "foldhash"1218name = "foldhash"
11931231
1194[[package]]1232[[package]]
1195name = "futures"1233name = "futures"
1196version = "0.3.31"1234version = "0.3.32"
1197source = "registry+https://github.com/rust-lang/crates.io-index"1235source = "registry+https://github.com/rust-lang/crates.io-index"
1198checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"1236checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
1199dependencies = [1237dependencies = [
1200 "futures-channel",1238 "futures-channel",
1201 "futures-core",1239 "futures-core",
12081246
1209[[package]]1247[[package]]
1210name = "futures-channel"1248name = "futures-channel"
1211version = "0.3.31"1249version = "0.3.32"
1212source = "registry+https://github.com/rust-lang/crates.io-index"1250source = "registry+https://github.com/rust-lang/crates.io-index"
1213checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"1251checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
1214dependencies = [1252dependencies = [
1215 "futures-core",1253 "futures-core",
1216 "futures-sink",1254 "futures-sink",
1217]1255]
12181256
1219[[package]]1257[[package]]
1220name = "futures-core"1258name = "futures-core"
1221version = "0.3.31"1259version = "0.3.32"
1222source = "registry+https://github.com/rust-lang/crates.io-index"1260source = "registry+https://github.com/rust-lang/crates.io-index"
1223checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"1261checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
12241262
1225[[package]]1263[[package]]
1226name = "futures-executor"1264name = "futures-executor"
1227version = "0.3.31"1265version = "0.3.32"
1228source = "registry+https://github.com/rust-lang/crates.io-index"1266source = "registry+https://github.com/rust-lang/crates.io-index"
1229checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"1267checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
1230dependencies = [1268dependencies = [
1231 "futures-core",1269 "futures-core",
1232 "futures-task",1270 "futures-task",
12351273
1236[[package]]1274[[package]]
1237name = "futures-io"1275name = "futures-io"
1238version = "0.3.31"1276version = "0.3.32"
1239source = "registry+https://github.com/rust-lang/crates.io-index"1277source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"1278checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
12411279
1242[[package]]1280[[package]]
1243name = "futures-macro"1281name = "futures-macro"
1244version = "0.3.31"1282version = "0.3.32"
1245source = "registry+https://github.com/rust-lang/crates.io-index"1283source = "registry+https://github.com/rust-lang/crates.io-index"
1246checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"1284checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
1247dependencies = [1285dependencies = [
1248 "proc-macro2",1286 "proc-macro2",
1249 "quote",1287 "quote",
12521290
1253[[package]]1291[[package]]
1254name = "futures-sink"1292name = "futures-sink"
1255version = "0.3.31"1293version = "0.3.32"
1256source = "registry+https://github.com/rust-lang/crates.io-index"1294source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"1295checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
12581296
1259[[package]]1297[[package]]
1260name = "futures-task"1298name = "futures-task"
1261version = "0.3.31"1299version = "0.3.32"
1262source = "registry+https://github.com/rust-lang/crates.io-index"1300source = "registry+https://github.com/rust-lang/crates.io-index"
1263checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"1301checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
12641302
1265[[package]]1303[[package]]
1266name = "futures-util"1304name = "futures-util"
1267version = "0.3.31"1305version = "0.3.32"
1268source = "registry+https://github.com/rust-lang/crates.io-index"1306source = "registry+https://github.com/rust-lang/crates.io-index"
1269checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"1307checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
1270dependencies = [1308dependencies = [
1271 "futures-channel",1309 "futures-channel",
1272 "futures-core",1310 "futures-core",
1276 "futures-task",1314 "futures-task",
1277 "memchr",1315 "memchr",
1278 "pin-project-lite",1316 "pin-project-lite",
1279 "pin-utils",
1280 "slab",1317 "slab",
1281]1318]
12821319
1309dependencies = [1346dependencies = [
1310 "cfg-if",1347 "cfg-if",
1311 "libc",1348 "libc",
1312 "r-efi",1349 "r-efi 5.3.0",
1313 "wasip2",1350 "wasip2",
1314]1351]
1352
1353[[package]]
1354name = "getrandom"
1355version = "0.4.2"
1356source = "registry+https://github.com/rust-lang/crates.io-index"
1357checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
1358dependencies = [
1359 "cfg-if",
1360 "libc",
1361 "r-efi 6.0.0",
1362 "rand_core 0.10.0",
1363 "wasip2",
1364 "wasip3",
1365]
13151366
1316[[package]]1367[[package]]
1317name = "ghash"1368name = "ghash"
1354source = "registry+https://github.com/rust-lang/crates.io-index"1405source = "registry+https://github.com/rust-lang/crates.io-index"
1355checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"1406checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1407
1408[[package]]
1409name = "hashbrown"
1410version = "0.15.5"
1411source = "registry+https://github.com/rust-lang/crates.io-index"
1412checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1413dependencies = [
1414 "foldhash 0.1.5",
1415]
13561416
1357[[package]]1417[[package]]
1358name = "hashbrown"1418name = "hashbrown"
15231583
1524[[package]]1584[[package]]
1525name = "hyper-util"1585name = "hyper-util"
1526version = "0.1.19"1586version = "0.1.20"
1527source = "registry+https://github.com/rust-lang/crates.io-index"1587source = "registry+https://github.com/rust-lang/crates.io-index"
1528checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"1588checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
1529dependencies = [1589dependencies = [
1530 "base64 0.22.1",1590 "base64 0.22.1",
1531 "bytes",1591 "bytes",
1532 "futures-channel",1592 "futures-channel",
1533 "futures-core",
1534 "futures-util",1593 "futures-util",
1535 "http",1594 "http",
1536 "http-body",1595 "http-body",
1539 "libc",1598 "libc",
1540 "percent-encoding",1599 "percent-encoding",
1541 "pin-project-lite",1600 "pin-project-lite",
1542 "socket2 0.6.1",1601 "socket2 0.6.3",
1543 "tokio",1602 "tokio",
1544 "tower-service",1603 "tower-service",
1545 "tracing",1604 "tracing",
16131672
1614[[package]]1673[[package]]
1615name = "iana-time-zone"1674name = "iana-time-zone"
1616version = "0.1.64"1675version = "0.1.65"
1617source = "registry+https://github.com/rust-lang/crates.io-index"1676source = "registry+https://github.com/rust-lang/crates.io-index"
1618checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"1677checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
1619dependencies = [1678dependencies = [
1620 "android_system_properties",1679 "android_system_properties",
1621 "core-foundation-sys",1680 "core-foundation-sys",
1716 "zerovec",1775 "zerovec",
1717]1776]
1777
1778[[package]]
1779name = "id-arena"
1780version = "2.3.0"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
17181783
1719[[package]]1784[[package]]
1720name = "idna"1785name = "idna"
1755dependencies = [1820dependencies = [
1756 "equivalent",1821 "equivalent",
1757 "hashbrown 0.16.1",1822 "hashbrown 0.16.1",
1823 "serde",
1824 "serde_core",
1758]1825]
17591826
1760[[package]]1827[[package]]
1761name = "indicatif"1828name = "indicatif"
1762version = "0.18.3"1829version = "0.18.4"
1763source = "registry+https://github.com/rust-lang/crates.io-index"1830source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "9375e112e4b463ec1b1c6c011953545c65a30164fbab5b581df32b3abf0dcb88"1831checksum = "25470f23803092da7d239834776d653104d551bc4d7eacaf31e6837854b8e9eb"
1765dependencies = [1832dependencies = [
1766 "console",1833 "console",
1767 "portable-atomic",1834 "portable-atomic",
18171884
1818[[package]]1885[[package]]
1819name = "ipnet"1886name = "ipnet"
1820version = "2.11.0"1887version = "2.12.0"
1821source = "registry+https://github.com/rust-lang/crates.io-index"1888source = "registry+https://github.com/rust-lang/crates.io-index"
1822checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"1889checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
18231890
1824[[package]]1891[[package]]
1825name = "iri-string"1892name = "iri-string"
18631930
1864[[package]]1931[[package]]
1865name = "js-sys"1932name = "js-sys"
1866version = "0.3.85"1933version = "0.3.91"
1867source = "registry+https://github.com/rust-lang/crates.io-index"1934source = "registry+https://github.com/rust-lang/crates.io-index"
1868checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"1935checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c"
1869dependencies = [1936dependencies = [
1870 "once_cell",1937 "once_cell",
1871 "wasm-bindgen",1938 "wasm-bindgen",
1880 "spin",1947 "spin",
1881]1948]
1949
1950[[package]]
1951name = "leb128fmt"
1952version = "0.1.0"
1953source = "registry+https://github.com/rust-lang/crates.io-index"
1954checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
18821955
1883[[package]]1956[[package]]
1884name = "libc"1957name = "libc"
1885version = "0.2.180"1958version = "0.2.183"
1886source = "registry+https://github.com/rust-lang/crates.io-index"1959source = "registry+https://github.com/rust-lang/crates.io-index"
1887checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"1960checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
18881961
1889[[package]]1962[[package]]
1890name = "libloading"1963name = "libloading"
18981971
1899[[package]]1972[[package]]
1900name = "libm"1973name = "libm"
1901version = "0.2.15"1974version = "0.2.16"
1902source = "registry+https://github.com/rust-lang/crates.io-index"1975source = "registry+https://github.com/rust-lang/crates.io-index"
1903checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"1976checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
19041977
1905[[package]]1978[[package]]
1906name = "link-cplusplus"1979name = "link-cplusplus"
19251998
1926[[package]]1999[[package]]
1927name = "linux-raw-sys"2000name = "linux-raw-sys"
1928version = "0.11.0"2001version = "0.12.1"
1929source = "registry+https://github.com/rust-lang/crates.io-index"2002source = "registry+https://github.com/rust-lang/crates.io-index"
1930checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"2003checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
19312004
1932[[package]]2005[[package]]
1933name = "litemap"2006name = "litemap"
19522025
1953[[package]]2026[[package]]
1954name = "matchers"2027name = "matchers"
1955version = "0.1.0"2028version = "0.2.0"
1956source = "registry+https://github.com/rust-lang/crates.io-index"2029source = "registry+https://github.com/rust-lang/crates.io-index"
1957checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"2030checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1958dependencies = [2031dependencies = [
1959 "regex-automata 0.1.10",2032 "regex-automata",
1960]2033]
19612034
1962[[package]]2035[[package]]
19732046
1974[[package]]2047[[package]]
1975name = "memchr"2048name = "memchr"
1976version = "2.7.6"2049version = "2.8.0"
1977source = "registry+https://github.com/rust-lang/crates.io-index"2050source = "registry+https://github.com/rust-lang/crates.io-index"
1978checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"2051checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
19792052
1980[[package]]2053[[package]]
1981name = "mime"2054name = "mime"
20182091
2019[[package]]2092[[package]]
2020name = "nix"2093name = "nix"
2021version = "0.30.1"2094version = "0.31.2"
2022source = "registry+https://github.com/rust-lang/crates.io-index"2095source = "registry+https://github.com/rust-lang/crates.io-index"
2023checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"2096checksum = "5d6d0705320c1e6ba1d912b5e37cf18071b6c2e9b7fa8215a1e8a7651966f5d3"
2024dependencies = [2097dependencies = [
2025 "bitflags",2098 "bitflags",
2026 "cfg-if",2099 "cfg-if",
20832156
2084[[package]]2157[[package]]
2085name = "nu-ansi-term"2158name = "nu-ansi-term"
2086version = "0.46.0"2159version = "0.50.3"
2087source = "registry+https://github.com/rust-lang/crates.io-index"2160source = "registry+https://github.com/rust-lang/crates.io-index"
2088checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"2161checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
2089dependencies = [2162dependencies = [
2090 "overload",
2091 "winapi",2163 "windows-sys 0.61.2",
2092]2164]
20932165
2094[[package]]2166[[package]]
21092181
2110[[package]]2182[[package]]
2111name = "num-conv"2183name = "num-conv"
2112version = "0.1.0"2184version = "0.2.0"
2113source = "registry+https://github.com/rust-lang/crates.io-index"2185source = "registry+https://github.com/rust-lang/crates.io-index"
2114checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"2186checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
21152187
2116[[package]]2188[[package]]
2117name = "num-integer"2189name = "num-integer"
21772249
2178[[package]]2250[[package]]
2179name = "opentelemetry"2251name = "opentelemetry"
2180version = "0.30.0"2252version = "0.31.0"
2181source = "registry+https://github.com/rust-lang/crates.io-index"2253source = "registry+https://github.com/rust-lang/crates.io-index"
2182checksum = "aaf416e4cb72756655126f7dd7bb0af49c674f4c1b9903e80c009e0c37e552e6"2254checksum = "b84bcd6ae87133e903af7ef497404dda70c60d0ea14895fc8a5e6722754fc2a0"
2183dependencies = [2255dependencies = [
2184 "futures-core",2256 "futures-core",
2185 "futures-sink",2257 "futures-sink",
22002272
2201[[package]]2273[[package]]
2202name = "opentelemetry-http"2274name = "opentelemetry-http"
2203version = "0.30.0"2275version = "0.31.0"
2204source = "registry+https://github.com/rust-lang/crates.io-index"2276source = "registry+https://github.com/rust-lang/crates.io-index"
2205checksum = "50f6639e842a97dbea8886e3439710ae463120091e2e064518ba8e716e6ac36d"2277checksum = "d7a6d09a73194e6b66df7c8f1b680f156d916a1a942abf2de06823dd02b7855d"
2206dependencies = [2278dependencies = [
2207 "async-trait",2279 "async-trait",
2208 "bytes",2280 "bytes",
22132285
2214[[package]]2286[[package]]
2215name = "opentelemetry-otlp"2287name = "opentelemetry-otlp"
2216version = "0.30.0"2288version = "0.31.0"
2217source = "registry+https://github.com/rust-lang/crates.io-index"2289source = "registry+https://github.com/rust-lang/crates.io-index"
2218checksum = "dbee664a43e07615731afc539ca60c6d9f1a9425e25ca09c57bc36c87c55852b"2290checksum = "7a2366db2dca4d2ad033cad11e6ee42844fd727007af5ad04a1730f4cb8163bf"
2219dependencies = [2291dependencies = [
2220 "http",2292 "http",
2221 "opentelemetry",2293 "opentelemetry",
2222 "opentelemetry-http",2294 "opentelemetry-http",
2223 "opentelemetry-proto",2295 "opentelemetry-proto",
2224 "opentelemetry_sdk",2296 "opentelemetry_sdk",
2225 "prost",2297 "prost 0.14.3",
2226 "reqwest",2298 "reqwest",
2227 "serde_json",2299 "serde_json",
2228 "thiserror 2.0.18",2300 "thiserror 2.0.18",
2229 "tokio",2301 "tokio",
2230 "tonic 0.13.1",2302 "tonic 0.14.5",
2231 "tracing",2303 "tracing",
2232]2304]
22332305
2234[[package]]2306[[package]]
2235name = "opentelemetry-proto"2307name = "opentelemetry-proto"
2236version = "0.30.0"2308version = "0.31.0"
2237source = "registry+https://github.com/rust-lang/crates.io-index"2309source = "registry+https://github.com/rust-lang/crates.io-index"
2238checksum = "2e046fd7660710fe5a05e8748e70d9058dc15c94ba914e7c4faa7c728f0e8ddc"2310checksum = "a7175df06de5eaee9909d4805a3d07e28bb752c34cab57fa9cff549da596b30f"
2239dependencies = [2311dependencies = [
2240 "base64 0.22.1",2312 "base64 0.22.1",
2241 "hex",2313 "const-hex",
2242 "opentelemetry",2314 "opentelemetry",
2243 "opentelemetry_sdk",2315 "opentelemetry_sdk",
2244 "prost",2316 "prost 0.14.3",
2245 "serde",2317 "serde",
2318 "serde_json",
2246 "tonic 0.13.1",2319 "tonic 0.14.5",
2320 "tonic-prost",
2247]2321]
22482322
2249[[package]]2323[[package]]
2250name = "opentelemetry_sdk"2324name = "opentelemetry_sdk"
2251version = "0.30.0"2325version = "0.31.0"
2252source = "registry+https://github.com/rust-lang/crates.io-index"2326source = "registry+https://github.com/rust-lang/crates.io-index"
2253checksum = "11f644aa9e5e31d11896e024305d7e3c98a88884d9f8919dbf37a9991bc47a4b"2327checksum = "e14ae4f5991976fd48df6d843de219ca6d31b01daaab2dad5af2badeded372bd"
2254dependencies = [2328dependencies = [
2255 "futures-channel",2329 "futures-channel",
2256 "futures-executor",2330 "futures-executor",
2257 "futures-util",2331 "futures-util",
2258 "opentelemetry",2332 "opentelemetry",
2259 "percent-encoding",2333 "percent-encoding",
2260 "rand 0.9.2",2334 "rand 0.9.2",
2261 "serde_json",
2262 "thiserror 2.0.18",2335 "thiserror 2.0.18",
2263]2336]
2264
2265[[package]]
2266name = "overload"
2267version = "0.1.1"
2268source = "registry+https://github.com/rust-lang/crates.io-index"
2269checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
22702337
2271[[package]]2338[[package]]
2272name = "papergrid"2339name = "papergrid"
23672434
2368[[package]]2435[[package]]
2369name = "pin-project"2436name = "pin-project"
2370version = "1.1.10"2437version = "1.1.11"
2371source = "registry+https://github.com/rust-lang/crates.io-index"2438source = "registry+https://github.com/rust-lang/crates.io-index"
2372checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"2439checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517"
2373dependencies = [2440dependencies = [
2374 "pin-project-internal",2441 "pin-project-internal",
2375]2442]
23762443
2377[[package]]2444[[package]]
2378name = "pin-project-internal"2445name = "pin-project-internal"
2379version = "1.1.10"2446version = "1.1.11"
2380source = "registry+https://github.com/rust-lang/crates.io-index"2447source = "registry+https://github.com/rust-lang/crates.io-index"
2381checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"2448checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6"
2382dependencies = [2449dependencies = [
2383 "proc-macro2",2450 "proc-macro2",
2384 "quote",2451 "quote",
23872454
2388[[package]]2455[[package]]
2389name = "pin-project-lite"2456name = "pin-project-lite"
2390version = "0.2.16"2457version = "0.2.17"
2391source = "registry+https://github.com/rust-lang/crates.io-index"2458source = "registry+https://github.com/rust-lang/crates.io-index"
2392checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"2459checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
23932460
2394[[package]]2461[[package]]
2395name = "pin-utils"2462name = "pin-utils"
2430source = "registry+https://github.com/rust-lang/crates.io-index"2497source = "registry+https://github.com/rust-lang/crates.io-index"
2431checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"2498checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"
2432dependencies = [2499dependencies = [
2433 "cpufeatures",2500 "cpufeatures 0.2.17",
2434 "opaque-debug",2501 "opaque-debug",
2435 "universal-hash",2502 "universal-hash",
2436]2503]
2442checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"2509checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
2443dependencies = [2510dependencies = [
2444 "cfg-if",2511 "cfg-if",
2445 "cpufeatures",2512 "cpufeatures 0.2.17",
2446 "opaque-debug",2513 "opaque-debug",
2447 "universal-hash",2514 "universal-hash",
2448]2515]
24492516
2450[[package]]2517[[package]]
2451name = "portable-atomic"2518name = "portable-atomic"
2452version = "1.13.0"2519version = "1.13.1"
2453source = "registry+https://github.com/rust-lang/crates.io-index"2520source = "registry+https://github.com/rust-lang/crates.io-index"
2454checksum = "f89776e4d69bb58bc6993e99ffa1d11f228b839984854c7daeb5d37f87cbe950"2521checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
24552522
2456[[package]]2523[[package]]
2457name = "potential_utf"2524name = "potential_utf"
2518 "unicode-ident",2585 "unicode-ident",
2519]2586]
2587
2588[[package]]
2589name = "proptest"
2590version = "1.10.0"
2591source = "registry+https://github.com/rust-lang/crates.io-index"
2592checksum = "37566cb3fdacef14c0737f9546df7cfeadbfbc9fef10991038bf5015d0c80532"
2593dependencies = [
2594 "bitflags",
2595 "num-traits",
2596 "rand 0.9.2",
2597 "rand_chacha 0.9.0",
2598 "rand_xorshift",
2599 "regex-syntax",
2600 "unarray",
2601]
25202602
2521[[package]]2603[[package]]
2522name = "prost"2604name = "prost"
2525checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"2607checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
2526dependencies = [2608dependencies = [
2527 "bytes",2609 "bytes",
2528 "prost-derive",2610 "prost-derive 0.13.5",
2529]2611]
2612
2613[[package]]
2614name = "prost"
2615version = "0.14.3"
2616source = "registry+https://github.com/rust-lang/crates.io-index"
2617checksum = "d2ea70524a2f82d518bce41317d0fae74151505651af45faf1ffbd6fd33f0568"
2618dependencies = [
2619 "bytes",
2620 "prost-derive 0.14.3",
2621]
25302622
2531[[package]]2623[[package]]
2532name = "prost-build"2624name = "prost-build"
2541 "once_cell",2633 "once_cell",
2542 "petgraph",2634 "petgraph",
2543 "prettyplease",2635 "prettyplease",
2544 "prost",2636 "prost 0.13.5",
2545 "prost-types",2637 "prost-types",
2546 "regex",2638 "regex",
2547 "syn",2639 "syn",
2561 "syn",2653 "syn",
2562]2654]
2655
2656[[package]]
2657name = "prost-derive"
2658version = "0.14.3"
2659source = "registry+https://github.com/rust-lang/crates.io-index"
2660checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b"
2661dependencies = [
2662 "anyhow",
2663 "itertools 0.14.0",
2664 "proc-macro2",
2665 "quote",
2666 "syn",
2667]
25632668
2564[[package]]2669[[package]]
2565name = "prost-types"2670name = "prost-types"
2566version = "0.13.5"2671version = "0.13.5"
2567source = "registry+https://github.com/rust-lang/crates.io-index"2672source = "registry+https://github.com/rust-lang/crates.io-index"
2568checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16"2673checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16"
2569dependencies = [2674dependencies = [
2570 "prost",2675 "prost 0.13.5",
2571]2676]
25722677
2573[[package]]2678[[package]]
25862691
2587[[package]]2692[[package]]
2588name = "quote"2693name = "quote"
2589version = "1.0.43"2694version = "1.0.45"
2590source = "registry+https://github.com/rust-lang/crates.io-index"2695source = "registry+https://github.com/rust-lang/crates.io-index"
2591checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a"2696checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
2592dependencies = [2697dependencies = [
2593 "proc-macro2",2698 "proc-macro2",
2594]2699]
2599source = "registry+https://github.com/rust-lang/crates.io-index"2704source = "registry+https://github.com/rust-lang/crates.io-index"
2600checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"2705checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2706
2707[[package]]
2708name = "r-efi"
2709version = "6.0.0"
2710source = "registry+https://github.com/rust-lang/crates.io-index"
2711checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
26012712
2602[[package]]2713[[package]]
2603name = "rand"2714name = "rand"
2620 "rand_core 0.9.5",2731 "rand_core 0.9.5",
2621]2732]
2733
2734[[package]]
2735name = "rand"
2736version = "0.10.0"
2737source = "registry+https://github.com/rust-lang/crates.io-index"
2738checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8"
2739dependencies = [
2740 "chacha20 0.10.0",
2741 "getrandom 0.4.2",
2742 "rand_core 0.10.0",
2743]
26222744
2623[[package]]2745[[package]]
2624name = "rand_chacha"2746name = "rand_chacha"
2658 "getrandom 0.3.4",2780 "getrandom 0.3.4",
2659]2781]
2782
2783[[package]]
2784name = "rand_core"
2785version = "0.10.0"
2786source = "registry+https://github.com/rust-lang/crates.io-index"
2787checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba"
2788
2789[[package]]
2790name = "rand_xorshift"
2791version = "0.4.0"
2792source = "registry+https://github.com/rust-lang/crates.io-index"
2793checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
2794dependencies = [
2795 "rand_core 0.9.5",
2796]
26602797
2661[[package]]2798[[package]]
2662name = "rcgen"2799name = "rcgen"
26822819
2683[[package]]2820[[package]]
2684name = "regex"2821name = "regex"
2685version = "1.12.2"2822version = "1.12.3"
2686source = "registry+https://github.com/rust-lang/crates.io-index"2823source = "registry+https://github.com/rust-lang/crates.io-index"
2687checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"2824checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
2688dependencies = [2825dependencies = [
2689 "aho-corasick",2826 "aho-corasick",
2690 "memchr",2827 "memchr",
2691 "regex-automata 0.4.13",2828 "regex-automata",
2692 "regex-syntax 0.8.8",2829 "regex-syntax",
2693]2830]
2694
2695[[package]]
2696name = "regex-automata"
2697version = "0.1.10"
2698source = "registry+https://github.com/rust-lang/crates.io-index"
2699checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2700dependencies = [
2701 "regex-syntax 0.6.29",
2702]
27032831
2704[[package]]2832[[package]]
2705name = "regex-automata"2833name = "regex-automata"
2706version = "0.4.13"2834version = "0.4.14"
2707source = "registry+https://github.com/rust-lang/crates.io-index"2835source = "registry+https://github.com/rust-lang/crates.io-index"
2708checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"2836checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
2709dependencies = [2837dependencies = [
2710 "aho-corasick",2838 "aho-corasick",
2711 "memchr",2839 "memchr",
2712 "regex-syntax 0.8.8",2840 "regex-syntax",
2713]2841]
2714
2715[[package]]
2716name = "regex-syntax"
2717version = "0.6.29"
2718source = "registry+https://github.com/rust-lang/crates.io-index"
2719checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
27202842
2721[[package]]2843[[package]]
2722name = "regex-syntax"2844name = "regex-syntax"
2723version = "0.8.8"2845version = "0.8.10"
2724source = "registry+https://github.com/rust-lang/crates.io-index"2846source = "registry+https://github.com/rust-lang/crates.io-index"
2725checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"2847checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
27262848
2727[[package]]2849[[package]]
2728name = "repl-plugin-unstable"2850name = "repl-plugin-unstable"
28883010
2889[[package]]3011[[package]]
2890name = "rustix"3012name = "rustix"
2891version = "1.1.3"3013version = "1.1.4"
2892source = "registry+https://github.com/rust-lang/crates.io-index"3014source = "registry+https://github.com/rust-lang/crates.io-index"
2893checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"3015checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
2894dependencies = [3016dependencies = [
2895 "bitflags",3017 "bitflags",
2896 "errno",3018 "errno",
2897 "libc",3019 "libc",
2898 "linux-raw-sys 0.11.0",3020 "linux-raw-sys 0.12.1",
2899 "windows-sys 0.61.2",3021 "windows-sys 0.61.2",
2900]3022]
29013023
2902[[package]]3024[[package]]
2903name = "rustls"3025name = "rustls"
2904version = "0.23.36"3026version = "0.23.37"
2905source = "registry+https://github.com/rust-lang/crates.io-index"3027source = "registry+https://github.com/rust-lang/crates.io-index"
2906checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b"3028checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
2907dependencies = [3029dependencies = [
2908 "log",3030 "log",
2909 "once_cell",3031 "once_cell",
29513073
2952[[package]]3074[[package]]
2953name = "ryu"3075name = "ryu"
2954version = "1.0.22"3076version = "1.0.23"
2955source = "registry+https://github.com/rust-lang/crates.io-index"3077source = "registry+https://github.com/rust-lang/crates.io-index"
2956checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984"3078checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
29573079
2958[[package]]3080[[package]]
2959name = "salsa20"3081name = "salsa20"
3118checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"3240checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
3119dependencies = [3241dependencies = [
3120 "cfg-if",3242 "cfg-if",
3121 "cpufeatures",3243 "cpufeatures 0.2.17",
3122 "digest",3244 "digest",
3123]3245]
31243246
3129checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"3251checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
3130dependencies = [3252dependencies = [
3131 "cfg-if",3253 "cfg-if",
3132 "cpufeatures",3254 "cpufeatures 0.2.17",
3133 "digest",3255 "digest",
3134]3256]
31353257
31823304
3183[[package]]3305[[package]]
3184name = "slab"3306name = "slab"
3185version = "0.4.11"3307version = "0.4.12"
3186source = "registry+https://github.com/rust-lang/crates.io-index"3308source = "registry+https://github.com/rust-lang/crates.io-index"
3187checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"3309checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
31883310
3189[[package]]3311[[package]]
3190name = "smallvec"3312name = "smallvec"
32043326
3205[[package]]3327[[package]]
3206name = "socket2"3328name = "socket2"
3207version = "0.6.1"3329version = "0.6.3"
3208source = "registry+https://github.com/rust-lang/crates.io-index"3330source = "registry+https://github.com/rust-lang/crates.io-index"
3209checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"3331checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
3210dependencies = [3332dependencies = [
3211 "libc",3333 "libc",
3212 "windows-sys 0.60.2",3334 "windows-sys 0.61.2",
3213]3335]
32143336
3215[[package]]3337[[package]]
32483370
3249[[package]]3371[[package]]
3250name = "syn"3372name = "syn"
3251version = "2.0.114"3373version = "2.0.117"
3252source = "registry+https://github.com/rust-lang/crates.io-index"3374source = "registry+https://github.com/rust-lang/crates.io-index"
3253checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"3375checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
3254dependencies = [3376dependencies = [
3255 "proc-macro2",3377 "proc-macro2",
3256 "quote",3378 "quote",
33033425
3304[[package]]3426[[package]]
3305name = "tempfile"3427name = "tempfile"
3306version = "3.24.0"3428version = "3.27.0"
3307source = "registry+https://github.com/rust-lang/crates.io-index"3429source = "registry+https://github.com/rust-lang/crates.io-index"
3308checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c"3430checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
3309dependencies = [3431dependencies = [
3310 "fastrand",3432 "fastrand",
3311 "getrandom 0.3.4",3433 "getrandom 0.4.2",
3312 "once_cell",3434 "once_cell",
3313 "rustix 1.1.3",3435 "rustix 1.1.4",
3314 "windows-sys 0.61.2",3436 "windows-sys 0.61.2",
3315]3437]
33163438
3329source = "registry+https://github.com/rust-lang/crates.io-index"3451source = "registry+https://github.com/rust-lang/crates.io-index"
3330checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"3452checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
3331dependencies = [3453dependencies = [
3332 "rustix 1.1.3",3454 "rustix 1.1.4",
3333 "windows-sys 0.60.2",3455 "windows-sys 0.60.2",
3334]3456]
33353457
33463468
3347[[package]]3469[[package]]
3348name = "test-log"3470name = "test-log"
3349version = "0.2.18"3471version = "0.2.19"
3350source = "registry+https://github.com/rust-lang/crates.io-index"3472source = "registry+https://github.com/rust-lang/crates.io-index"
3351checksum = "1e33b98a582ea0be1168eba097538ee8dd4bbe0f2b01b22ac92ea30054e5be7b"3473checksum = "37d53ac171c92a39e4769491c4b4dde7022c60042254b5fc044ae409d34a24d4"
3352dependencies = [3474dependencies = [
3353 "env_logger",3475 "env_logger",
3354 "test-log-macros",3476 "test-log-macros",
3386 "async-trait",3508 "async-trait",
3387 "base64 0.22.1",3509 "base64 0.22.1",
3388 "futures",3510 "futures",
3389 "prost",3511 "prost 0.13.5",
3390 "rcgen",3512 "rcgen",
3391 "rmp-serde",3513 "rmp-serde",
3392 "serde",3514 "serde",
34543576
3455[[package]]3577[[package]]
3456name = "time"3578name = "time"
3457version = "0.3.45"3579version = "0.3.47"
3458source = "registry+https://github.com/rust-lang/crates.io-index"3580source = "registry+https://github.com/rust-lang/crates.io-index"
3459checksum = "f9e442fc33d7fdb45aa9bfeb312c095964abdf596f7567261062b2a7107aaabd"3581checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
3460dependencies = [3582dependencies = [
3461 "deranged",3583 "deranged",
3462 "num-conv",3584 "num-conv",
34683590
3469[[package]]3591[[package]]
3470name = "time-core"3592name = "time-core"
3471version = "0.1.7"3593version = "0.1.8"
3472source = "registry+https://github.com/rust-lang/crates.io-index"3594source = "registry+https://github.com/rust-lang/crates.io-index"
3473checksum = "8b36ee98fd31ec7426d599183e8fe26932a8dc1fb76ddb6214d05493377d34ca"3595checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
34743596
3475[[package]]3597[[package]]
3476name = "time-macros"3598name = "time-macros"
3477version = "0.2.25"3599version = "0.2.27"
3478source = "registry+https://github.com/rust-lang/crates.io-index"3600source = "registry+https://github.com/rust-lang/crates.io-index"
3479checksum = "71e552d1249bf61ac2a52db88179fd0673def1e1ad8243a00d9ec9ed71fee3dd"3601checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
3480dependencies = [3602dependencies = [
3481 "num-conv",3603 "num-conv",
3482 "time-core",3604 "time-core",
34953617
3496[[package]]3618[[package]]
3497name = "tokio"3619name = "tokio"
3498version = "1.49.0"3620version = "1.50.0"
3499source = "registry+https://github.com/rust-lang/crates.io-index"3621source = "registry+https://github.com/rust-lang/crates.io-index"
3500checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"3622checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
3501dependencies = [3623dependencies = [
3502 "bytes",3624 "bytes",
3503 "libc",3625 "libc",
3504 "mio",3626 "mio",
3505 "pin-project-lite",3627 "pin-project-lite",
3506 "signal-hook-registry",3628 "signal-hook-registry",
3507 "socket2 0.6.1",3629 "socket2 0.6.3",
3508 "tokio-macros",3630 "tokio-macros",
3509 "windows-sys 0.61.2",3631 "windows-sys 0.61.2",
3510]3632]
35113633
3512[[package]]3634[[package]]
3513name = "tokio-macros"3635name = "tokio-macros"
3514version = "2.6.0"3636version = "2.6.1"
3515source = "registry+https://github.com/rust-lang/crates.io-index"3637source = "registry+https://github.com/rust-lang/crates.io-index"
3516checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"3638checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c"
3517dependencies = [3639dependencies = [
3518 "proc-macro2",3640 "proc-macro2",
3519 "quote",3641 "quote",
36003722
3601[[package]]3723[[package]]
3602name = "toml_parser"3724name = "toml_parser"
3603version = "1.0.6+spec-1.1.0"3725version = "1.0.9+spec-1.1.0"
3604source = "registry+https://github.com/rust-lang/crates.io-index"3726source = "registry+https://github.com/rust-lang/crates.io-index"
3605checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44"3727checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4"
3606dependencies = [3728dependencies = [
3607 "winnow",3729 "winnow",
3608]3730]
3633 "hyper-util",3755 "hyper-util",
3634 "percent-encoding",3756 "percent-encoding",
3635 "pin-project",3757 "pin-project",
3636 "prost",3758 "prost 0.13.5",
3637 "rustls-pemfile",3759 "rustls-pemfile",
3638 "socket2 0.5.10",3760 "socket2 0.5.10",
3639 "tokio",3761 "tokio",
36473769
3648[[package]]3770[[package]]
3649name = "tonic"3771name = "tonic"
3650version = "0.13.1"3772version = "0.14.5"
3651source = "registry+https://github.com/rust-lang/crates.io-index"3773source = "registry+https://github.com/rust-lang/crates.io-index"
3652checksum = "7e581ba15a835f4d9ea06c55ab1bd4dce26fc53752c69a04aac00703bfb49ba9"3774checksum = "fec7c61a0695dc1887c1b53952990f3ad2e3a31453e1f49f10e75424943a93ec"
3653dependencies = [3775dependencies = [
3654 "async-trait",3776 "async-trait",
3655 "base64 0.22.1",3777 "base64 0.22.1",
3663 "hyper-util",3785 "hyper-util",
3664 "percent-encoding",3786 "percent-encoding",
3665 "pin-project",3787 "pin-project",
3666 "prost",3788 "sync_wrapper",
3667 "tokio",3789 "tokio",
3668 "tokio-stream",3790 "tokio-stream",
3669 "tower 0.5.3",3791 "tower 0.5.3",
3686 "syn",3808 "syn",
3687]3809]
3810
3811[[package]]
3812name = "tonic-prost"
3813version = "0.14.5"
3814source = "registry+https://github.com/rust-lang/crates.io-index"
3815checksum = "a55376a0bbaa4975a3f10d009ad763d8f4108f067c7c2e74f3001fb49778d309"
3816dependencies = [
3817 "bytes",
3818 "prost 0.14.3",
3819 "tonic 0.14.5",
3820]
36883821
3689[[package]]3822[[package]]
3690name = "tower"3823name = "tower"
38073940
3808[[package]]3941[[package]]
3809name = "tracing-indicatif"3942name = "tracing-indicatif"
3810version = "0.3.13"3943version = "0.3.14"
3811source = "registry+https://github.com/rust-lang/crates.io-index"3944source = "registry+https://github.com/rust-lang/crates.io-index"
3812checksum = "04d4e11e0e27acef25a47f27e9435355fecdc488867fa2bc90e75b0700d2823d"3945checksum = "e1ef6990e0438749f0080573248e96631171a0b5ddfddde119aa5ba8c3a9c47e"
3813dependencies = [3946dependencies = [
3814 "indicatif",3947 "indicatif",
3815 "tracing",3948 "tracing",
38303963
3831[[package]]3964[[package]]
3832name = "tracing-opentelemetry"3965name = "tracing-opentelemetry"
3833version = "0.31.0"3966version = "0.32.1"
3834source = "registry+https://github.com/rust-lang/crates.io-index"3967source = "registry+https://github.com/rust-lang/crates.io-index"
3835checksum = "ddcf5959f39507d0d04d6413119c04f33b623f4f951ebcbdddddfad2d0623a9c"3968checksum = "1ac28f2d093c6c477eaa76b23525478f38de514fa9aeb1285738d4b97a9552fc"
3836dependencies = [3969dependencies = [
3837 "js-sys",3970 "js-sys",
3838 "once_cell",
3839 "opentelemetry",3971 "opentelemetry",
3840 "opentelemetry_sdk",
3841 "smallvec",3972 "smallvec",
3842 "tracing",3973 "tracing",
3843 "tracing-core",3974 "tracing-core",
38583989
3859[[package]]3990[[package]]
3860name = "tracing-subscriber"3991name = "tracing-subscriber"
3861version = "0.3.19"3992version = "0.3.22"
3862source = "registry+https://github.com/rust-lang/crates.io-index"3993source = "registry+https://github.com/rust-lang/crates.io-index"
3863checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"3994checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
3864dependencies = [3995dependencies = [
3865 "matchers",3996 "matchers",
3866 "nu-ansi-term",3997 "nu-ansi-term",
3867 "once_cell",3998 "once_cell",
3868 "regex",3999 "regex-automata",
3869 "serde",4000 "serde",
3870 "serde_json",4001 "serde_json",
3871 "sharded-slab",4002 "sharded-slab",
3915source = "registry+https://github.com/rust-lang/crates.io-index"4046source = "registry+https://github.com/rust-lang/crates.io-index"
3916checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"4047checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
4048
4049[[package]]
4050name = "unarray"
4051version = "0.1.4"
4052source = "registry+https://github.com/rust-lang/crates.io-index"
4053checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
39174054
3918[[package]]4055[[package]]
3919name = "unic-langid"4056name = "unic-langid"
39424079
3943[[package]]4080[[package]]
3944name = "unicode-ident"4081name = "unicode-ident"
3945version = "1.0.22"4082version = "1.0.24"
3946source = "registry+https://github.com/rust-lang/crates.io-index"4083source = "registry+https://github.com/rust-lang/crates.io-index"
3947checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"4084checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
39484085
3949[[package]]4086[[package]]
3950name = "unicode-width"4087name = "unicode-width"
3951version = "0.2.2"4088version = "0.2.2"
3952source = "registry+https://github.com/rust-lang/crates.io-index"4089source = "registry+https://github.com/rust-lang/crates.io-index"
3953checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"4090checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
4091
4092[[package]]
4093name = "unicode-xid"
4094version = "0.2.6"
4095source = "registry+https://github.com/rust-lang/crates.io-index"
4096checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
39544097
3955[[package]]4098[[package]]
3956name = "unicode_categories"4099name = "unicode_categories"
4080 "wit-bindgen",4223 "wit-bindgen",
4081]4224]
4225
4226[[package]]
4227name = "wasip3"
4228version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
4229source = "registry+https://github.com/rust-lang/crates.io-index"
4230checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
4231dependencies = [
4232 "wit-bindgen",
4233]
40824234
4083[[package]]4235[[package]]
4084name = "wasm-bindgen"4236name = "wasm-bindgen"
4085version = "0.2.108"4237version = "0.2.114"
4086source = "registry+https://github.com/rust-lang/crates.io-index"4238source = "registry+https://github.com/rust-lang/crates.io-index"
4087checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"4239checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e"
4088dependencies = [4240dependencies = [
4089 "cfg-if",4241 "cfg-if",
4090 "once_cell",4242 "once_cell",
40954247
4096[[package]]4248[[package]]
4097name = "wasm-bindgen-futures"4249name = "wasm-bindgen-futures"
4098version = "0.4.58"4250version = "0.4.64"
4099source = "registry+https://github.com/rust-lang/crates.io-index"4251source = "registry+https://github.com/rust-lang/crates.io-index"
4100checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f"4252checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8"
4101dependencies = [4253dependencies = [
4102 "cfg-if",4254 "cfg-if",
4103 "futures-util",4255 "futures-util",
41094261
4110[[package]]4262[[package]]
4111name = "wasm-bindgen-macro"4263name = "wasm-bindgen-macro"
4112version = "0.2.108"4264version = "0.2.114"
4113source = "registry+https://github.com/rust-lang/crates.io-index"4265source = "registry+https://github.com/rust-lang/crates.io-index"
4114checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"4266checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6"
4115dependencies = [4267dependencies = [
4116 "quote",4268 "quote",
4117 "wasm-bindgen-macro-support",4269 "wasm-bindgen-macro-support",
4118]4270]
41194271
4120[[package]]4272[[package]]
4121name = "wasm-bindgen-macro-support"4273name = "wasm-bindgen-macro-support"
4122version = "0.2.108"4274version = "0.2.114"
4123source = "registry+https://github.com/rust-lang/crates.io-index"4275source = "registry+https://github.com/rust-lang/crates.io-index"
4124checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"4276checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3"
4125dependencies = [4277dependencies = [
4126 "bumpalo",4278 "bumpalo",
4127 "proc-macro2",4279 "proc-macro2",
41324284
4133[[package]]4285[[package]]
4134name = "wasm-bindgen-shared"4286name = "wasm-bindgen-shared"
4135version = "0.2.108"4287version = "0.2.114"
4136source = "registry+https://github.com/rust-lang/crates.io-index"4288source = "registry+https://github.com/rust-lang/crates.io-index"
4137checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"4289checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16"
4138dependencies = [4290dependencies = [
4139 "unicode-ident",4291 "unicode-ident",
4140]4292]
4293
4294[[package]]
4295name = "wasm-encoder"
4296version = "0.244.0"
4297source = "registry+https://github.com/rust-lang/crates.io-index"
4298checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
4299dependencies = [
4300 "leb128fmt",
4301 "wasmparser",
4302]
4303
4304[[package]]
4305name = "wasm-metadata"
4306version = "0.244.0"
4307source = "registry+https://github.com/rust-lang/crates.io-index"
4308checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
4309dependencies = [
4310 "anyhow",
4311 "indexmap 2.13.0",
4312 "wasm-encoder",
4313 "wasmparser",
4314]
4315
4316[[package]]
4317name = "wasmparser"
4318version = "0.244.0"
4319source = "registry+https://github.com/rust-lang/crates.io-index"
4320checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
4321dependencies = [
4322 "bitflags",
4323 "hashbrown 0.15.5",
4324 "indexmap 2.13.0",
4325 "semver",
4326]
41414327
4142[[package]]4328[[package]]
4143name = "web-sys"4329name = "web-sys"
4144version = "0.3.85"4330version = "0.3.91"
4145source = "registry+https://github.com/rust-lang/crates.io-index"4331source = "registry+https://github.com/rust-lang/crates.io-index"
4146checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598"4332checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9"
4147dependencies = [4333dependencies = [
4148 "js-sys",4334 "js-sys",
4149 "wasm-bindgen",4335 "wasm-bindgen",
4171 "rustix 0.38.44",4357 "rustix 0.38.44",
4172]4358]
4173
4174[[package]]
4175name = "winapi"
4176version = "0.3.9"
4177source = "registry+https://github.com/rust-lang/crates.io-index"
4178checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
4179dependencies = [
4180 "winapi-i686-pc-windows-gnu",
4181 "winapi-x86_64-pc-windows-gnu",
4182]
4183
4184[[package]]
4185name = "winapi-i686-pc-windows-gnu"
4186version = "0.4.0"
4187source = "registry+https://github.com/rust-lang/crates.io-index"
4188checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
41894359
4190[[package]]4360[[package]]
4191name = "winapi-util"4361name = "winapi-util"
4196 "windows-sys 0.61.2",4366 "windows-sys 0.61.2",
4197]4367]
4198
4199[[package]]
4200name = "winapi-x86_64-pc-windows-gnu"
4201version = "0.4.0"
4202source = "registry+https://github.com/rust-lang/crates.io-index"
4203checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
42044368
4205[[package]]4369[[package]]
4206name = "windows-core"4370name = "windows-core"
44284592
4429[[package]]4593[[package]]
4430name = "winnow"4594name = "winnow"
4431version = "0.7.14"4595version = "0.7.15"
4432source = "registry+https://github.com/rust-lang/crates.io-index"4596source = "registry+https://github.com/rust-lang/crates.io-index"
4433checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"4597checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
4434dependencies = [4598dependencies = [
4435 "memchr",4599 "memchr",
4436]4600]
4440version = "0.51.0"4604version = "0.51.0"
4441source = "registry+https://github.com/rust-lang/crates.io-index"4605source = "registry+https://github.com/rust-lang/crates.io-index"
4442checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"4606checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
4607dependencies = [
4608 "wit-bindgen-rust-macro",
4609]
4610
4611[[package]]
4612name = "wit-bindgen-core"
4613version = "0.51.0"
4614source = "registry+https://github.com/rust-lang/crates.io-index"
4615checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
4616dependencies = [
4617 "anyhow",
4618 "heck",
4619 "wit-parser",
4620]
4621
4622[[package]]
4623name = "wit-bindgen-rust"
4624version = "0.51.0"
4625source = "registry+https://github.com/rust-lang/crates.io-index"
4626checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
4627dependencies = [
4628 "anyhow",
4629 "heck",
4630 "indexmap 2.13.0",
4631 "prettyplease",
4632 "syn",
4633 "wasm-metadata",
4634 "wit-bindgen-core",
4635 "wit-component",
4636]
4637
4638[[package]]
4639name = "wit-bindgen-rust-macro"
4640version = "0.51.0"
4641source = "registry+https://github.com/rust-lang/crates.io-index"
4642checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
4643dependencies = [
4644 "anyhow",
4645 "prettyplease",
4646 "proc-macro2",
4647 "quote",
4648 "syn",
4649 "wit-bindgen-core",
4650 "wit-bindgen-rust",
4651]
4652
4653[[package]]
4654name = "wit-component"
4655version = "0.244.0"
4656source = "registry+https://github.com/rust-lang/crates.io-index"
4657checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
4658dependencies = [
4659 "anyhow",
4660 "bitflags",
4661 "indexmap 2.13.0",
4662 "log",
4663 "serde",
4664 "serde_derive",
4665 "serde_json",
4666 "wasm-encoder",
4667 "wasm-metadata",
4668 "wasmparser",
4669 "wit-parser",
4670]
4671
4672[[package]]
4673name = "wit-parser"
4674version = "0.244.0"
4675source = "registry+https://github.com/rust-lang/crates.io-index"
4676checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
4677dependencies = [
4678 "anyhow",
4679 "id-arena",
4680 "indexmap 2.13.0",
4681 "log",
4682 "semver",
4683 "serde",
4684 "serde_derive",
4685 "serde_json",
4686 "unicode-xid",
4687 "wasmparser",
4688]
44434689
4444[[package]]4690[[package]]
4445name = "writeable"4691name = "writeable"
44994745
4500[[package]]4746[[package]]
4501name = "zerocopy"4747name = "zerocopy"
4502version = "0.8.33"4748version = "0.8.42"
4503source = "registry+https://github.com/rust-lang/crates.io-index"4749source = "registry+https://github.com/rust-lang/crates.io-index"
4504checksum = "668f5168d10b9ee831de31933dc111a459c97ec93225beb307aed970d1372dfd"4750checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3"
4505dependencies = [4751dependencies = [
4506 "zerocopy-derive",4752 "zerocopy-derive",
4507]4753]
45084754
4509[[package]]4755[[package]]
4510name = "zerocopy-derive"4756name = "zerocopy-derive"
4511version = "0.8.33"4757version = "0.8.42"
4512source = "registry+https://github.com/rust-lang/crates.io-index"4758source = "registry+https://github.com/rust-lang/crates.io-index"
4513checksum = "2c7962b26b0a8685668b671ee4b54d007a67d4eaf05fda79ac0ecf41e32270f1"4759checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f"
4514dependencies = [4760dependencies = [
4515 "proc-macro2",4761 "proc-macro2",
4516 "quote",4762 "quote",
45944840
4595[[package]]4841[[package]]
4596name = "zmij"4842name = "zmij"
4597version = "1.0.16"4843version = "1.0.21"
4598source = "registry+https://github.com/rust-lang/crates.io-index"4844source = "registry+https://github.com/rust-lang/crates.io-index"
4599checksum = "dfcd145825aace48cff44a8844de64bf75feec3080e0aa5cdbde72961ae51a65"4845checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
46004846
modifiedCargo.tomldiffbeforeafterboth
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,15 +37,15 @@
 indoc = "2.0.6"
 itertools = "0.14.0"
 linked-hash-map = "0.5.6"
-nix = { version = "0.30.1", features = ["fs", "user"] }
+nix = { version = "0.31.2", features = ["fs", "user"] }
 nom = "8.0.0"
-opentelemetry = "0.30.0"
-opentelemetry-otlp = { version = "0.30.0", features = ["grpc-tonic", "gzip-tonic", "http-json"] }
-opentelemetry_sdk = "0.30.0"
+opentelemetry = "0.31.0"
+opentelemetry-otlp = { version = "0.31.0", features = ["grpc-tonic", "gzip-tonic", "http-json"] }
+opentelemetry_sdk = "0.31.0"
 openssh = "0.11.5"
 peg = "0.8.5"
 pkg-config = "0.3.30"
-rand = "0.9.1"
+rand = "0.10.0"
 regex = "1.11"
 serde = { version = "1.0", features = ["derive"] }
 serde-transcode = "1.1.1"
@@ -53,20 +53,18 @@
 shlex = "1.3"
 tabled = "0.20.0"
 tempfile = "3.20"
-test-log = { version = "0.2.18", features = ["trace"] }
+test-log = { version = "0.2.19", features = ["trace"] }
 tf-provider = "0.2.2"
 thiserror = "2.0.12"
 time = "0.3.41"
 tokio = { version = "1.45.1", features = ["fs", "macros", "rt", "rt-multi-thread", "sync", "time"] }
 tokio-util = "0.7.17"
-toml_edit = "0.23.7"
+toml_edit = "0.23.10"
 tracing = "0.1"
 tracing-indicatif = "0.3.13"
-tracing-opentelemetry = "0.31.0"
-# 0.3.20 breaks ansi coloring of log output, which looks very bad with nix.
-# Freezing version until better solution (possibly other console log pretty-printer) is implemented.
-# https://github.com/tokio-rs/tracing/issues/3369
-tracing-subscriber = { version = "=0.3.19", features = ["env-filter", "fmt"] }
+tracing-opentelemetry = "0.32.1"
+# For fixed coloring needs to be updated to https://github.com/tokio-rs/tracing/pull/3484
+tracing-subscriber = { version = "0.3.19", features = ["env-filter", "fmt"] }
 unicode_categories = "0.1.1"
 vte = { version = "0.15.0", features = ["ansi"] }
 x25519-dalek = { version = "2.0.1", features = ["getrandom"] }