small bsky embedder @ boobsky.app - kinda mid but works - mirror of git.fomx.gay/rooot/embedthing

chore: update deps

Signed-off-by: rooot <hey@rooot.gay>

Changed files
+628 -94
+621 -87
Cargo.lock
··· 1 1 # This file is automatically @generated by Cargo. 2 2 # It is not intended for manual editing. 3 - version = 3 3 + version = 4 4 4 5 5 [[package]] 6 6 name = "addr2line" ··· 27 27 ] 28 28 29 29 [[package]] 30 + name = "allocator-api2" 31 + version = "0.2.21" 32 + source = "registry+https://github.com/rust-lang/crates.io-index" 33 + checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 34 + 35 + [[package]] 30 36 name = "android-tzdata" 31 37 version = "0.1.1" 32 38 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 43 49 44 50 [[package]] 45 51 name = "anyhow" 46 - version = "1.0.92" 52 + version = "1.0.100" 47 53 source = "registry+https://github.com/rust-lang/crates.io-index" 48 - checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13" 54 + checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 49 55 50 56 [[package]] 51 57 name = "async-compression" ··· 58 64 "memchr", 59 65 "pin-project-lite", 60 66 "tokio", 67 + ] 68 + 69 + [[package]] 70 + name = "async-lock" 71 + version = "3.4.1" 72 + source = "registry+https://github.com/rust-lang/crates.io-index" 73 + checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc" 74 + dependencies = [ 75 + "event-listener", 76 + "event-listener-strategy", 77 + "pin-project-lite", 61 78 ] 62 79 63 80 [[package]] ··· 79 96 dependencies = [ 80 97 "proc-macro2", 81 98 "quote", 82 - "syn 2.0.86", 99 + "syn 2.0.106", 83 100 ] 84 101 85 102 [[package]] ··· 90 107 dependencies = [ 91 108 "proc-macro2", 92 109 "quote", 93 - "syn 2.0.86", 110 + "syn 2.0.106", 94 111 ] 95 112 96 113 [[package]] ··· 116 133 117 134 [[package]] 118 135 name = "atrium-api" 119 - version = "0.24.7" 136 + version = "0.25.5" 120 137 source = "registry+https://github.com/rust-lang/crates.io-index" 121 - checksum = "ee68ddf7cde9eb121eed3a28b138f6a9b4c4a90ab0c5c2e38bc2817af0b06da3" 138 + checksum = "8bceed6a87be6213040945254aa94191490fea22b7f49dec584e349f336cc17a" 122 139 dependencies = [ 140 + "atrium-common", 123 141 "atrium-xrpc", 124 142 "chrono", 125 143 "http 1.1.0", ··· 129 147 "serde", 130 148 "serde_bytes", 131 149 "serde_json", 132 - "thiserror", 150 + "thiserror 1.0.66", 151 + "tokio", 152 + "trait-variant", 153 + ] 154 + 155 + [[package]] 156 + name = "atrium-common" 157 + version = "0.1.2" 158 + source = "registry+https://github.com/rust-lang/crates.io-index" 159 + checksum = "9ed5610654043faa396a5a15afac0ac646d76aebe45aebd7cef4f8b96b0ab7f4" 160 + dependencies = [ 161 + "dashmap", 162 + "lru", 163 + "moka", 164 + "thiserror 1.0.66", 133 165 "tokio", 134 166 "trait-variant", 167 + "web-time", 135 168 ] 136 169 137 170 [[package]] 138 171 name = "atrium-xrpc" 139 - version = "0.11.6" 172 + version = "0.12.3" 140 173 source = "registry+https://github.com/rust-lang/crates.io-index" 141 - checksum = "737eea1de2eb174bbfe720619cb25a22c30b9640ae0d3b78386cedf007712963" 174 + checksum = "0216ad50ce34e9ff982e171c3659e65dedaa2ed5ac2994524debdc9a9647ffa8" 142 175 dependencies = [ 143 176 "http 1.1.0", 144 177 "serde", 145 178 "serde_html_form", 146 179 "serde_json", 147 - "thiserror", 180 + "thiserror 1.0.66", 148 181 "trait-variant", 149 182 ] 150 183 151 184 [[package]] 152 185 name = "atrium-xrpc-client" 153 - version = "0.5.9" 186 + version = "0.5.14" 154 187 source = "registry+https://github.com/rust-lang/crates.io-index" 155 - checksum = "bccdf321239d0c634f012720f4f35f34cb8b79ebcde04820ffb3a4bb38ad8cf1" 188 + checksum = "e099e5171f79faef52364ef0657a4cab086a71b384a779a29597a91b780de0d5" 156 189 dependencies = [ 157 190 "atrium-xrpc", 158 191 "reqwest", ··· 205 238 206 239 [[package]] 207 240 name = "bsky-sdk" 208 - version = "0.1.12" 241 + version = "0.1.21" 209 242 source = "registry+https://github.com/rust-lang/crates.io-index" 210 - checksum = "791b6ad2177fbed91c56ed6f8be24300a8fa8bd05e5d10eb66e56fbe62fa276b" 243 + checksum = "fac3fd5ca998d3bdb1debdd421a16a94931f61e0d805a0208907ec3b5f2cffea" 211 244 dependencies = [ 212 245 "anyhow", 213 246 "atrium-api", ··· 217 250 "regex", 218 251 "serde", 219 252 "serde_json", 220 - "thiserror", 253 + "thiserror 1.0.66", 221 254 "trait-variant", 222 255 "unicode-segmentation", 223 256 ] ··· 297 330 ] 298 331 299 332 [[package]] 333 + name = "concurrent-queue" 334 + version = "2.5.0" 335 + source = "registry+https://github.com/rust-lang/crates.io-index" 336 + checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 337 + dependencies = [ 338 + "crossbeam-utils", 339 + ] 340 + 341 + [[package]] 300 342 name = "cookie" 301 343 version = "0.18.1" 302 344 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 342 384 ] 343 385 344 386 [[package]] 387 + name = "crossbeam-channel" 388 + version = "0.5.15" 389 + source = "registry+https://github.com/rust-lang/crates.io-index" 390 + checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 391 + dependencies = [ 392 + "crossbeam-utils", 393 + ] 394 + 395 + [[package]] 396 + name = "crossbeam-epoch" 397 + version = "0.9.18" 398 + source = "registry+https://github.com/rust-lang/crates.io-index" 399 + checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 400 + dependencies = [ 401 + "crossbeam-utils", 402 + ] 403 + 404 + [[package]] 405 + name = "crossbeam-utils" 406 + version = "0.8.21" 407 + source = "registry+https://github.com/rust-lang/crates.io-index" 408 + checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 409 + 410 + [[package]] 411 + name = "dashmap" 412 + version = "6.1.0" 413 + source = "registry+https://github.com/rust-lang/crates.io-index" 414 + checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" 415 + dependencies = [ 416 + "cfg-if", 417 + "crossbeam-utils", 418 + "hashbrown 0.14.5", 419 + "lock_api", 420 + "once_cell", 421 + "parking_lot_core", 422 + ] 423 + 424 + [[package]] 345 425 name = "data-encoding" 346 426 version = "2.6.0" 347 427 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 406 486 "proc-macro2", 407 487 "proc-macro2-diagnostics", 408 488 "quote", 409 - "syn 2.0.86", 489 + "syn 2.0.106", 490 + ] 491 + 492 + [[package]] 493 + name = "displaydoc" 494 + version = "0.2.5" 495 + source = "registry+https://github.com/rust-lang/crates.io-index" 496 + checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 497 + dependencies = [ 498 + "proc-macro2", 499 + "quote", 500 + "syn 2.0.106", 410 501 ] 411 502 412 503 [[package]] ··· 434 525 "rocket", 435 526 "serde", 436 527 "serde_json", 437 - "thiserror", 528 + "thiserror 2.0.16", 438 529 "url", 439 530 ] 440 531 ··· 464 555 ] 465 556 466 557 [[package]] 558 + name = "event-listener" 559 + version = "5.4.1" 560 + source = "registry+https://github.com/rust-lang/crates.io-index" 561 + checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" 562 + dependencies = [ 563 + "concurrent-queue", 564 + "parking", 565 + "pin-project-lite", 566 + ] 567 + 568 + [[package]] 569 + name = "event-listener-strategy" 570 + version = "0.5.4" 571 + source = "registry+https://github.com/rust-lang/crates.io-index" 572 + checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" 573 + dependencies = [ 574 + "event-listener", 575 + "pin-project-lite", 576 + ] 577 + 578 + [[package]] 467 579 name = "fastrand" 468 580 version = "2.1.1" 469 581 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 500 612 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 501 613 502 614 [[package]] 615 + name = "foldhash" 616 + version = "0.1.5" 617 + source = "registry+https://github.com/rust-lang/crates.io-index" 618 + checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 619 + 620 + [[package]] 503 621 name = "foreign-types" 504 622 version = "0.3.2" 505 623 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 516 634 517 635 [[package]] 518 636 name = "form_urlencoded" 519 - version = "1.2.1" 637 + version = "1.2.2" 520 638 source = "registry+https://github.com/rust-lang/crates.io-index" 521 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 639 + checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 522 640 dependencies = [ 523 641 "percent-encoding", 524 642 ] ··· 560 678 checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 561 679 562 680 [[package]] 681 + name = "futures-macro" 682 + version = "0.3.31" 683 + source = "registry+https://github.com/rust-lang/crates.io-index" 684 + checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 685 + dependencies = [ 686 + "proc-macro2", 687 + "quote", 688 + "syn 2.0.106", 689 + ] 690 + 691 + [[package]] 563 692 name = "futures-sink" 564 693 version = "0.3.31" 565 694 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 580 709 "futures-channel", 581 710 "futures-core", 582 711 "futures-io", 712 + "futures-macro", 583 713 "futures-sink", 584 714 "futures-task", 585 715 "memchr", ··· 609 739 dependencies = [ 610 740 "cfg-if", 611 741 "libc", 612 - "wasi", 742 + "wasi 0.11.0+wasi-snapshot-preview1", 743 + ] 744 + 745 + [[package]] 746 + name = "getrandom" 747 + version = "0.3.3" 748 + source = "registry+https://github.com/rust-lang/crates.io-index" 749 + checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" 750 + dependencies = [ 751 + "cfg-if", 752 + "libc", 753 + "r-efi", 754 + "wasi 0.14.7+wasi-0.2.4", 613 755 ] 614 756 615 757 [[package]] ··· 664 806 665 807 [[package]] 666 808 name = "hashbrown" 809 + version = "0.14.5" 810 + source = "registry+https://github.com/rust-lang/crates.io-index" 811 + checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 812 + 813 + [[package]] 814 + name = "hashbrown" 667 815 version = "0.15.0" 668 816 source = "registry+https://github.com/rust-lang/crates.io-index" 669 817 checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb" 818 + dependencies = [ 819 + "allocator-api2", 820 + "equivalent", 821 + "foldhash", 822 + ] 670 823 671 824 [[package]] 672 825 name = "hermit-abi" ··· 765 918 "httpdate", 766 919 "itoa", 767 920 "pin-project-lite", 768 - "socket2", 921 + "socket2 0.5.7", 769 922 "tokio", 770 923 "tower-service", 771 924 "tracing", ··· 839 992 "http-body 1.0.1", 840 993 "hyper 1.5.0", 841 994 "pin-project-lite", 842 - "socket2", 995 + "socket2 0.5.7", 843 996 "tokio", 844 997 "tower-service", 845 998 "tracing", ··· 869 1022 ] 870 1023 871 1024 [[package]] 1025 + name = "icu_collections" 1026 + version = "2.0.0" 1027 + source = "registry+https://github.com/rust-lang/crates.io-index" 1028 + checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" 1029 + dependencies = [ 1030 + "displaydoc", 1031 + "potential_utf", 1032 + "yoke", 1033 + "zerofrom", 1034 + "zerovec", 1035 + ] 1036 + 1037 + [[package]] 1038 + name = "icu_locale_core" 1039 + version = "2.0.0" 1040 + source = "registry+https://github.com/rust-lang/crates.io-index" 1041 + checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" 1042 + dependencies = [ 1043 + "displaydoc", 1044 + "litemap", 1045 + "tinystr", 1046 + "writeable", 1047 + "zerovec", 1048 + ] 1049 + 1050 + [[package]] 1051 + name = "icu_normalizer" 1052 + version = "2.0.0" 1053 + source = "registry+https://github.com/rust-lang/crates.io-index" 1054 + checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" 1055 + dependencies = [ 1056 + "displaydoc", 1057 + "icu_collections", 1058 + "icu_normalizer_data", 1059 + "icu_properties", 1060 + "icu_provider", 1061 + "smallvec", 1062 + "zerovec", 1063 + ] 1064 + 1065 + [[package]] 1066 + name = "icu_normalizer_data" 1067 + version = "2.0.0" 1068 + source = "registry+https://github.com/rust-lang/crates.io-index" 1069 + checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" 1070 + 1071 + [[package]] 1072 + name = "icu_properties" 1073 + version = "2.0.1" 1074 + source = "registry+https://github.com/rust-lang/crates.io-index" 1075 + checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" 1076 + dependencies = [ 1077 + "displaydoc", 1078 + "icu_collections", 1079 + "icu_locale_core", 1080 + "icu_properties_data", 1081 + "icu_provider", 1082 + "potential_utf", 1083 + "zerotrie", 1084 + "zerovec", 1085 + ] 1086 + 1087 + [[package]] 1088 + name = "icu_properties_data" 1089 + version = "2.0.1" 1090 + source = "registry+https://github.com/rust-lang/crates.io-index" 1091 + checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" 1092 + 1093 + [[package]] 1094 + name = "icu_provider" 1095 + version = "2.0.0" 1096 + source = "registry+https://github.com/rust-lang/crates.io-index" 1097 + checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" 1098 + dependencies = [ 1099 + "displaydoc", 1100 + "icu_locale_core", 1101 + "stable_deref_trait", 1102 + "tinystr", 1103 + "writeable", 1104 + "yoke", 1105 + "zerofrom", 1106 + "zerotrie", 1107 + "zerovec", 1108 + ] 1109 + 1110 + [[package]] 872 1111 name = "idna" 873 - version = "0.5.0" 1112 + version = "1.1.0" 874 1113 source = "registry+https://github.com/rust-lang/crates.io-index" 875 - checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 1114 + checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 876 1115 dependencies = [ 877 - "unicode-bidi", 878 - "unicode-normalization", 1116 + "idna_adapter", 1117 + "smallvec", 1118 + "utf8_iter", 1119 + ] 1120 + 1121 + [[package]] 1122 + name = "idna_adapter" 1123 + version = "1.2.1" 1124 + source = "registry+https://github.com/rust-lang/crates.io-index" 1125 + checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 1126 + dependencies = [ 1127 + "icu_normalizer", 1128 + "icu_properties", 879 1129 ] 880 1130 881 1131 [[package]] ··· 885 1135 checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" 886 1136 dependencies = [ 887 1137 "equivalent", 888 - "hashbrown", 1138 + "hashbrown 0.15.0", 889 1139 "serde", 890 1140 ] 891 1141 ··· 896 1146 checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb" 897 1147 898 1148 [[package]] 1149 + name = "io-uring" 1150 + version = "0.7.10" 1151 + source = "registry+https://github.com/rust-lang/crates.io-index" 1152 + checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b" 1153 + dependencies = [ 1154 + "bitflags", 1155 + "cfg-if", 1156 + "libc", 1157 + ] 1158 + 1159 + [[package]] 899 1160 name = "ipld-core" 900 1161 version = "0.4.1" 901 1162 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 955 1216 956 1217 [[package]] 957 1218 name = "libc" 958 - version = "0.2.161" 1219 + version = "0.2.176" 959 1220 source = "registry+https://github.com/rust-lang/crates.io-index" 960 - checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" 1221 + checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174" 961 1222 962 1223 [[package]] 963 1224 name = "linux-raw-sys" ··· 966 1227 checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 967 1228 968 1229 [[package]] 1230 + name = "litemap" 1231 + version = "0.8.0" 1232 + source = "registry+https://github.com/rust-lang/crates.io-index" 1233 + checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" 1234 + 1235 + [[package]] 969 1236 name = "lock_api" 970 1237 version = "0.4.12" 971 1238 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 997 1264 ] 998 1265 999 1266 [[package]] 1267 + name = "lru" 1268 + version = "0.12.5" 1269 + source = "registry+https://github.com/rust-lang/crates.io-index" 1270 + checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" 1271 + dependencies = [ 1272 + "hashbrown 0.15.0", 1273 + ] 1274 + 1275 + [[package]] 1000 1276 name = "matchers" 1001 1277 version = "0.1.0" 1002 1278 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1034 1310 dependencies = [ 1035 1311 "hermit-abi 0.3.9", 1036 1312 "libc", 1037 - "wasi", 1313 + "wasi 0.11.0+wasi-snapshot-preview1", 1038 1314 "windows-sys 0.52.0", 1039 1315 ] 1040 1316 1041 1317 [[package]] 1318 + name = "moka" 1319 + version = "0.12.11" 1320 + source = "registry+https://github.com/rust-lang/crates.io-index" 1321 + checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077" 1322 + dependencies = [ 1323 + "async-lock", 1324 + "crossbeam-channel", 1325 + "crossbeam-epoch", 1326 + "crossbeam-utils", 1327 + "equivalent", 1328 + "event-listener", 1329 + "futures-util", 1330 + "parking_lot", 1331 + "portable-atomic", 1332 + "rustc_version", 1333 + "smallvec", 1334 + "tagptr", 1335 + "uuid", 1336 + ] 1337 + 1338 + [[package]] 1042 1339 name = "multer" 1043 1340 version = "3.1.0" 1044 1341 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1169 1466 dependencies = [ 1170 1467 "proc-macro2", 1171 1468 "quote", 1172 - "syn 2.0.86", 1469 + "syn 2.0.106", 1173 1470 ] 1174 1471 1175 1472 [[package]] ··· 1195 1492 version = "0.1.1" 1196 1493 source = "registry+https://github.com/rust-lang/crates.io-index" 1197 1494 checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 1495 + 1496 + [[package]] 1497 + name = "parking" 1498 + version = "2.2.1" 1499 + source = "registry+https://github.com/rust-lang/crates.io-index" 1500 + checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 1198 1501 1199 1502 [[package]] 1200 1503 name = "parking_lot" ··· 1239 1542 "proc-macro2", 1240 1543 "proc-macro2-diagnostics", 1241 1544 "quote", 1242 - "syn 2.0.86", 1545 + "syn 2.0.106", 1243 1546 ] 1244 1547 1245 1548 [[package]] 1246 1549 name = "percent-encoding" 1247 - version = "2.3.1" 1550 + version = "2.3.2" 1248 1551 source = "registry+https://github.com/rust-lang/crates.io-index" 1249 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 1552 + checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 1250 1553 1251 1554 [[package]] 1252 1555 name = "pin-project-lite" ··· 1267 1570 checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" 1268 1571 1269 1572 [[package]] 1573 + name = "portable-atomic" 1574 + version = "1.11.1" 1575 + source = "registry+https://github.com/rust-lang/crates.io-index" 1576 + checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" 1577 + 1578 + [[package]] 1579 + name = "potential_utf" 1580 + version = "0.1.3" 1581 + source = "registry+https://github.com/rust-lang/crates.io-index" 1582 + checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a" 1583 + dependencies = [ 1584 + "zerovec", 1585 + ] 1586 + 1587 + [[package]] 1270 1588 name = "powerfmt" 1271 1589 version = "0.2.0" 1272 1590 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1283 1601 1284 1602 [[package]] 1285 1603 name = "proc-macro2" 1286 - version = "1.0.89" 1604 + version = "1.0.101" 1287 1605 source = "registry+https://github.com/rust-lang/crates.io-index" 1288 - checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e" 1606 + checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" 1289 1607 dependencies = [ 1290 1608 "unicode-ident", 1291 1609 ] ··· 1298 1616 dependencies = [ 1299 1617 "proc-macro2", 1300 1618 "quote", 1301 - "syn 2.0.86", 1619 + "syn 2.0.106", 1302 1620 "version_check", 1303 1621 "yansi", 1304 1622 ] ··· 1330 1648 "quinn-udp", 1331 1649 "rustc-hash", 1332 1650 "rustls", 1333 - "socket2", 1334 - "thiserror", 1651 + "socket2 0.5.7", 1652 + "thiserror 1.0.66", 1335 1653 "tokio", 1336 1654 "tracing", 1337 1655 ] ··· 1348 1666 "rustc-hash", 1349 1667 "rustls", 1350 1668 "slab", 1351 - "thiserror", 1669 + "thiserror 1.0.66", 1352 1670 "tinyvec", 1353 1671 "tracing", 1354 1672 ] ··· 1362 1680 "cfg_aliases", 1363 1681 "libc", 1364 1682 "once_cell", 1365 - "socket2", 1683 + "socket2 0.5.7", 1366 1684 "tracing", 1367 - "windows-sys 0.52.0", 1685 + "windows-sys 0.59.0", 1368 1686 ] 1369 1687 1370 1688 [[package]] ··· 1375 1693 dependencies = [ 1376 1694 "proc-macro2", 1377 1695 ] 1696 + 1697 + [[package]] 1698 + name = "r-efi" 1699 + version = "5.3.0" 1700 + source = "registry+https://github.com/rust-lang/crates.io-index" 1701 + checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 1378 1702 1379 1703 [[package]] 1380 1704 name = "rand" ··· 1403 1727 source = "registry+https://github.com/rust-lang/crates.io-index" 1404 1728 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1405 1729 dependencies = [ 1406 - "getrandom", 1730 + "getrandom 0.2.15", 1407 1731 ] 1408 1732 1409 1733 [[package]] ··· 1432 1756 dependencies = [ 1433 1757 "proc-macro2", 1434 1758 "quote", 1435 - "syn 2.0.86", 1759 + "syn 2.0.106", 1436 1760 ] 1437 1761 1438 1762 [[package]] ··· 1537 1861 dependencies = [ 1538 1862 "cc", 1539 1863 "cfg-if", 1540 - "getrandom", 1864 + "getrandom 0.2.15", 1541 1865 "libc", 1542 1866 "spin", 1543 1867 "untrusted", ··· 1593 1917 "proc-macro2", 1594 1918 "quote", 1595 1919 "rocket_http", 1596 - "syn 2.0.86", 1920 + "syn 2.0.106", 1597 1921 "unicode-xid", 1598 1922 "version_check", 1599 1923 ] ··· 1638 1962 checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" 1639 1963 1640 1964 [[package]] 1965 + name = "rustc_version" 1966 + version = "0.4.1" 1967 + source = "registry+https://github.com/rust-lang/crates.io-index" 1968 + checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 1969 + dependencies = [ 1970 + "semver", 1971 + ] 1972 + 1973 + [[package]] 1641 1974 name = "rustix" 1642 1975 version = "0.38.38" 1643 1976 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1747 2080 ] 1748 2081 1749 2082 [[package]] 2083 + name = "semver" 2084 + version = "1.0.27" 2085 + source = "registry+https://github.com/rust-lang/crates.io-index" 2086 + checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 2087 + 2088 + [[package]] 1750 2089 name = "serde" 1751 - version = "1.0.214" 2090 + version = "1.0.227" 1752 2091 source = "registry+https://github.com/rust-lang/crates.io-index" 1753 - checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5" 2092 + checksum = "80ece43fc6fbed4eb5392ab50c07334d3e577cbf40997ee896fe7af40bba4245" 1754 2093 dependencies = [ 2094 + "serde_core", 1755 2095 "serde_derive", 1756 2096 ] 1757 2097 ··· 1765 2105 ] 1766 2106 1767 2107 [[package]] 2108 + name = "serde_core" 2109 + version = "1.0.227" 2110 + source = "registry+https://github.com/rust-lang/crates.io-index" 2111 + checksum = "7a576275b607a2c86ea29e410193df32bc680303c82f31e275bbfcafe8b33be5" 2112 + dependencies = [ 2113 + "serde_derive", 2114 + ] 2115 + 2116 + [[package]] 1768 2117 name = "serde_derive" 1769 - version = "1.0.214" 2118 + version = "1.0.227" 1770 2119 source = "registry+https://github.com/rust-lang/crates.io-index" 1771 - checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766" 2120 + checksum = "51e694923b8824cf0e9b382adf0f60d4e05f348f357b38833a3fa5ed7c2ede04" 1772 2121 dependencies = [ 1773 2122 "proc-macro2", 1774 2123 "quote", 1775 - "syn 2.0.86", 2124 + "syn 2.0.106", 1776 2125 ] 1777 2126 1778 2127 [[package]] ··· 1790 2139 1791 2140 [[package]] 1792 2141 name = "serde_json" 1793 - version = "1.0.132" 2142 + version = "1.0.145" 1794 2143 source = "registry+https://github.com/rust-lang/crates.io-index" 1795 - checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" 2144 + checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 1796 2145 dependencies = [ 1797 2146 "itoa", 1798 2147 "memchr", 1799 2148 "ryu", 1800 2149 "serde", 2150 + "serde_core", 1801 2151 ] 1802 2152 1803 2153 [[package]] ··· 1871 2221 ] 1872 2222 1873 2223 [[package]] 2224 + name = "socket2" 2225 + version = "0.6.0" 2226 + source = "registry+https://github.com/rust-lang/crates.io-index" 2227 + checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807" 2228 + dependencies = [ 2229 + "libc", 2230 + "windows-sys 0.59.0", 2231 + ] 2232 + 2233 + [[package]] 1874 2234 name = "spin" 1875 2235 version = "0.9.8" 1876 2236 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1884 2244 dependencies = [ 1885 2245 "memchr", 1886 2246 ] 2247 + 2248 + [[package]] 2249 + name = "stable_deref_trait" 2250 + version = "1.2.0" 2251 + source = "registry+https://github.com/rust-lang/crates.io-index" 2252 + checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 1887 2253 1888 2254 [[package]] 1889 2255 name = "state" ··· 1913 2279 1914 2280 [[package]] 1915 2281 name = "syn" 1916 - version = "2.0.86" 2282 + version = "2.0.106" 1917 2283 source = "registry+https://github.com/rust-lang/crates.io-index" 1918 - checksum = "e89275301d38033efb81a6e60e3497e734dfcc62571f2854bf4b16690398824c" 2284 + checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" 1919 2285 dependencies = [ 1920 2286 "proc-macro2", 1921 2287 "quote", ··· 1932 2298 ] 1933 2299 1934 2300 [[package]] 2301 + name = "synstructure" 2302 + version = "0.13.2" 2303 + source = "registry+https://github.com/rust-lang/crates.io-index" 2304 + checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 2305 + dependencies = [ 2306 + "proc-macro2", 2307 + "quote", 2308 + "syn 2.0.106", 2309 + ] 2310 + 2311 + [[package]] 1935 2312 name = "system-configuration" 1936 2313 version = "0.6.1" 1937 2314 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1953 2330 ] 1954 2331 1955 2332 [[package]] 2333 + name = "tagptr" 2334 + version = "0.2.0" 2335 + source = "registry+https://github.com/rust-lang/crates.io-index" 2336 + checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 2337 + 2338 + [[package]] 1956 2339 name = "tempfile" 1957 2340 version = "3.13.0" 1958 2341 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1971 2354 source = "registry+https://github.com/rust-lang/crates.io-index" 1972 2355 checksum = "5d171f59dbaa811dbbb1aee1e73db92ec2b122911a48e1390dfe327a821ddede" 1973 2356 dependencies = [ 1974 - "thiserror-impl", 2357 + "thiserror-impl 1.0.66", 2358 + ] 2359 + 2360 + [[package]] 2361 + name = "thiserror" 2362 + version = "2.0.16" 2363 + source = "registry+https://github.com/rust-lang/crates.io-index" 2364 + checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" 2365 + dependencies = [ 2366 + "thiserror-impl 2.0.16", 1975 2367 ] 1976 2368 1977 2369 [[package]] ··· 1982 2374 dependencies = [ 1983 2375 "proc-macro2", 1984 2376 "quote", 1985 - "syn 2.0.86", 2377 + "syn 2.0.106", 2378 + ] 2379 + 2380 + [[package]] 2381 + name = "thiserror-impl" 2382 + version = "2.0.16" 2383 + source = "registry+https://github.com/rust-lang/crates.io-index" 2384 + checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" 2385 + dependencies = [ 2386 + "proc-macro2", 2387 + "quote", 2388 + "syn 2.0.106", 1986 2389 ] 1987 2390 1988 2391 [[package]] ··· 2027 2430 ] 2028 2431 2029 2432 [[package]] 2433 + name = "tinystr" 2434 + version = "0.8.1" 2435 + source = "registry+https://github.com/rust-lang/crates.io-index" 2436 + checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" 2437 + dependencies = [ 2438 + "displaydoc", 2439 + "zerovec", 2440 + ] 2441 + 2442 + [[package]] 2030 2443 name = "tinyvec" 2031 2444 version = "1.8.0" 2032 2445 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2043 2456 2044 2457 [[package]] 2045 2458 name = "tokio" 2046 - version = "1.41.0" 2459 + version = "1.47.1" 2047 2460 source = "registry+https://github.com/rust-lang/crates.io-index" 2048 - checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" 2461 + checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038" 2049 2462 dependencies = [ 2050 2463 "backtrace", 2051 2464 "bytes", 2465 + "io-uring", 2052 2466 "libc", 2053 2467 "mio", 2054 2468 "pin-project-lite", 2055 2469 "signal-hook-registry", 2056 - "socket2", 2470 + "slab", 2471 + "socket2 0.6.0", 2057 2472 "tokio-macros", 2058 - "windows-sys 0.52.0", 2473 + "windows-sys 0.59.0", 2059 2474 ] 2060 2475 2061 2476 [[package]] 2062 2477 name = "tokio-macros" 2063 - version = "2.4.0" 2478 + version = "2.5.0" 2064 2479 source = "registry+https://github.com/rust-lang/crates.io-index" 2065 - checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" 2480 + checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 2066 2481 dependencies = [ 2067 2482 "proc-macro2", 2068 2483 "quote", 2069 - "syn 2.0.86", 2484 + "syn 2.0.106", 2070 2485 ] 2071 2486 2072 2487 [[package]] ··· 2173 2588 dependencies = [ 2174 2589 "proc-macro2", 2175 2590 "quote", 2176 - "syn 2.0.86", 2591 + "syn 2.0.106", 2177 2592 ] 2178 2593 2179 2594 [[package]] ··· 2223 2638 dependencies = [ 2224 2639 "proc-macro2", 2225 2640 "quote", 2226 - "syn 2.0.86", 2641 + "syn 2.0.106", 2227 2642 ] 2228 2643 2229 2644 [[package]] ··· 2252 2667 ] 2253 2668 2254 2669 [[package]] 2255 - name = "unicode-bidi" 2256 - version = "0.3.17" 2257 - source = "registry+https://github.com/rust-lang/crates.io-index" 2258 - checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893" 2259 - 2260 - [[package]] 2261 2670 name = "unicode-ident" 2262 2671 version = "1.0.13" 2263 2672 source = "registry+https://github.com/rust-lang/crates.io-index" 2264 2673 checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" 2265 - 2266 - [[package]] 2267 - name = "unicode-normalization" 2268 - version = "0.1.24" 2269 - source = "registry+https://github.com/rust-lang/crates.io-index" 2270 - checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" 2271 - dependencies = [ 2272 - "tinyvec", 2273 - ] 2274 2674 2275 2675 [[package]] 2276 2676 name = "unicode-segmentation" ··· 2298 2698 2299 2699 [[package]] 2300 2700 name = "url" 2301 - version = "2.5.2" 2701 + version = "2.5.7" 2302 2702 source = "registry+https://github.com/rust-lang/crates.io-index" 2303 - checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" 2703 + checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" 2304 2704 dependencies = [ 2305 2705 "form_urlencoded", 2306 2706 "idna", 2307 2707 "percent-encoding", 2708 + "serde", 2709 + ] 2710 + 2711 + [[package]] 2712 + name = "utf8_iter" 2713 + version = "1.0.4" 2714 + source = "registry+https://github.com/rust-lang/crates.io-index" 2715 + checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 2716 + 2717 + [[package]] 2718 + name = "uuid" 2719 + version = "1.16.0" 2720 + source = "registry+https://github.com/rust-lang/crates.io-index" 2721 + checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9" 2722 + dependencies = [ 2723 + "getrandom 0.3.3", 2308 2724 ] 2309 2725 2310 2726 [[package]] ··· 2341 2757 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 2342 2758 2343 2759 [[package]] 2760 + name = "wasi" 2761 + version = "0.14.7+wasi-0.2.4" 2762 + source = "registry+https://github.com/rust-lang/crates.io-index" 2763 + checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c" 2764 + dependencies = [ 2765 + "wasip2", 2766 + ] 2767 + 2768 + [[package]] 2769 + name = "wasip2" 2770 + version = "1.0.1+wasi-0.2.4" 2771 + source = "registry+https://github.com/rust-lang/crates.io-index" 2772 + checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 2773 + dependencies = [ 2774 + "wit-bindgen", 2775 + ] 2776 + 2777 + [[package]] 2344 2778 name = "wasm-bindgen" 2345 2779 version = "0.2.95" 2346 2780 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2362 2796 "once_cell", 2363 2797 "proc-macro2", 2364 2798 "quote", 2365 - "syn 2.0.86", 2799 + "syn 2.0.106", 2366 2800 "wasm-bindgen-shared", 2367 2801 ] 2368 2802 ··· 2396 2830 dependencies = [ 2397 2831 "proc-macro2", 2398 2832 "quote", 2399 - "syn 2.0.86", 2833 + "syn 2.0.106", 2400 2834 "wasm-bindgen-backend", 2401 2835 "wasm-bindgen-shared", 2402 2836 ] ··· 2412 2846 version = "0.3.72" 2413 2847 source = "registry+https://github.com/rust-lang/crates.io-index" 2414 2848 checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112" 2849 + dependencies = [ 2850 + "js-sys", 2851 + "wasm-bindgen", 2852 + ] 2853 + 2854 + [[package]] 2855 + name = "web-time" 2856 + version = "1.1.0" 2857 + source = "registry+https://github.com/rust-lang/crates.io-index" 2858 + checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 2415 2859 dependencies = [ 2416 2860 "js-sys", 2417 2861 "wasm-bindgen", ··· 2645 3089 ] 2646 3090 2647 3091 [[package]] 3092 + name = "wit-bindgen" 3093 + version = "0.46.0" 3094 + source = "registry+https://github.com/rust-lang/crates.io-index" 3095 + checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 3096 + 3097 + [[package]] 3098 + name = "writeable" 3099 + version = "0.6.1" 3100 + source = "registry+https://github.com/rust-lang/crates.io-index" 3101 + checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" 3102 + 3103 + [[package]] 2648 3104 name = "yansi" 2649 3105 version = "1.0.1" 2650 3106 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2654 3110 ] 2655 3111 2656 3112 [[package]] 3113 + name = "yoke" 3114 + version = "0.8.0" 3115 + source = "registry+https://github.com/rust-lang/crates.io-index" 3116 + checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" 3117 + dependencies = [ 3118 + "serde", 3119 + "stable_deref_trait", 3120 + "yoke-derive", 3121 + "zerofrom", 3122 + ] 3123 + 3124 + [[package]] 3125 + name = "yoke-derive" 3126 + version = "0.8.0" 3127 + source = "registry+https://github.com/rust-lang/crates.io-index" 3128 + checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" 3129 + dependencies = [ 3130 + "proc-macro2", 3131 + "quote", 3132 + "syn 2.0.106", 3133 + "synstructure", 3134 + ] 3135 + 3136 + [[package]] 2657 3137 name = "zerocopy" 2658 3138 version = "0.7.35" 2659 3139 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2671 3151 dependencies = [ 2672 3152 "proc-macro2", 2673 3153 "quote", 2674 - "syn 2.0.86", 3154 + "syn 2.0.106", 3155 + ] 3156 + 3157 + [[package]] 3158 + name = "zerofrom" 3159 + version = "0.1.6" 3160 + source = "registry+https://github.com/rust-lang/crates.io-index" 3161 + checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 3162 + dependencies = [ 3163 + "zerofrom-derive", 3164 + ] 3165 + 3166 + [[package]] 3167 + name = "zerofrom-derive" 3168 + version = "0.1.6" 3169 + source = "registry+https://github.com/rust-lang/crates.io-index" 3170 + checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 3171 + dependencies = [ 3172 + "proc-macro2", 3173 + "quote", 3174 + "syn 2.0.106", 3175 + "synstructure", 2675 3176 ] 2676 3177 2677 3178 [[package]] ··· 2679 3180 version = "1.8.1" 2680 3181 source = "registry+https://github.com/rust-lang/crates.io-index" 2681 3182 checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 3183 + 3184 + [[package]] 3185 + name = "zerotrie" 3186 + version = "0.2.2" 3187 + source = "registry+https://github.com/rust-lang/crates.io-index" 3188 + checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" 3189 + dependencies = [ 3190 + "displaydoc", 3191 + "yoke", 3192 + "zerofrom", 3193 + ] 3194 + 3195 + [[package]] 3196 + name = "zerovec" 3197 + version = "0.11.4" 3198 + source = "registry+https://github.com/rust-lang/crates.io-index" 3199 + checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b" 3200 + dependencies = [ 3201 + "yoke", 3202 + "zerofrom", 3203 + "zerovec-derive", 3204 + ] 3205 + 3206 + [[package]] 3207 + name = "zerovec-derive" 3208 + version = "0.11.1" 3209 + source = "registry+https://github.com/rust-lang/crates.io-index" 3210 + checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" 3211 + dependencies = [ 3212 + "proc-macro2", 3213 + "quote", 3214 + "syn 2.0.106", 3215 + ]
+7 -7
Cargo.toml
··· 1 1 [package] 2 2 name = "embedthing" 3 3 version = "0.1.0" 4 - edition = "2021" 4 + edition = "2024" 5 5 6 6 [dependencies] 7 7 lazy_static = "1.5.0" 8 - anyhow = "1.0.92" 8 + anyhow = "1.0.100" 9 9 rocket = "0.5.1" 10 10 dotenvy = "0.15.7" 11 - bsky-sdk = "0.1.11" 11 + bsky-sdk = "0.1.21" 12 12 ipld-core = "*" 13 - thiserror = "1.0.66" 14 - serde = "1.0.213" 15 - serde_json = "1.0.132" 16 - url = "2.5.2" 13 + thiserror = "2.0.16" 14 + serde = "1.0.227" 15 + serde_json = "1.0.145" 16 + url = "2.5.7" 17 17 reqwest = { version = "*", features = ["rustls-tls", "json"] }