Author:
Hash:
Timestamp:
+39 -394 +/-2 browse
Kevin Schoon [me@kevinschoon.com]
002084f60956a3e73c350b63d546d48144360389
Sun, 27 Jul 2025 09:37:00 +0000 (3 months ago)
| 1 | diff --git a/Cargo.lock b/Cargo.lock |
| 2 | index 798cd97..9dbddd7 100644 |
| 3 | --- a/Cargo.lock |
| 4 | +++ b/Cargo.lock |
| 5 | @@ -342,9 +342,8 @@ dependencies = [ |
| 6 | "mime_guess", |
| 7 | "nix", |
| 8 | "openssh-keys", |
| 9 | - "plotters", |
| 10 | "quick-xml 0.38.0", |
| 11 | - "rand 0.9.1", |
| 12 | + "rand 0.9.2", |
| 13 | "rss", |
| 14 | "serde", |
| 15 | "serde_json", |
| 16 | @@ -420,7 +419,7 @@ name = "ayllu_git" |
| 17 | version = "0.2.1" |
| 18 | dependencies = [ |
| 19 | "git2", |
| 20 | - "rand 0.9.1", |
| 21 | + "rand 0.9.2", |
| 22 | "serde", |
| 23 | "tokio", |
| 24 | "tracing", |
| 25 | @@ -517,12 +516,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 26 | checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" |
| 27 | |
| 28 | [[package]] |
| 29 | - name = "bytemuck" |
| 30 | - version = "1.23.1" |
| 31 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 32 | - checksum = "5c76a5792e44e4abe34d3abf15636779261d45a7450612059293d1d2cfc63422" |
| 33 | - |
| 34 | - [[package]] |
| 35 | name = "byteorder" |
| 36 | version = "1.5.0" |
| 37 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 38 | @@ -545,9 +538,9 @@ dependencies = [ |
| 39 | |
| 40 | [[package]] |
| 41 | name = "cc" |
| 42 | - version = "1.2.29" |
| 43 | + version = "1.2.30" |
| 44 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 45 | - checksum = "5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362" |
| 46 | + checksum = "deec109607ca693028562ed836a5f1c4b8bd77755c4e132fc5ce11b0b6211ae7" |
| 47 | dependencies = [ |
| 48 | "jobserver", |
| 49 | "libc", |
| 50 | @@ -574,10 +567,8 @@ checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" |
| 51 | dependencies = [ |
| 52 | "android-tzdata", |
| 53 | "iana-time-zone", |
| 54 | - "js-sys", |
| 55 | "num-traits", |
| 56 | "serde", |
| 57 | - "wasm-bindgen", |
| 58 | "windows-link", |
| 59 | ] |
| 60 | |
| 61 | @@ -668,12 +659,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 62 | checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" |
| 63 | |
| 64 | [[package]] |
| 65 | - name = "color_quant" |
| 66 | - version = "1.1.0" |
| 67 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 68 | - checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" |
| 69 | - |
| 70 | - [[package]] |
| 71 | name = "colorchoice" |
| 72 | version = "1.0.4" |
| 73 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 74 | @@ -743,42 +728,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 75 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 76 | |
| 77 | [[package]] |
| 78 | - name = "core-graphics" |
| 79 | - version = "0.23.2" |
| 80 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 81 | - checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" |
| 82 | - dependencies = [ |
| 83 | - "bitflags 1.3.2", |
| 84 | - "core-foundation", |
| 85 | - "core-graphics-types", |
| 86 | - "foreign-types 0.5.0", |
| 87 | - "libc", |
| 88 | - ] |
| 89 | - |
| 90 | - [[package]] |
| 91 | - name = "core-graphics-types" |
| 92 | - version = "0.1.3" |
| 93 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 94 | - checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" |
| 95 | - dependencies = [ |
| 96 | - "bitflags 1.3.2", |
| 97 | - "core-foundation", |
| 98 | - "libc", |
| 99 | - ] |
| 100 | - |
| 101 | - [[package]] |
| 102 | - name = "core-text" |
| 103 | - version = "20.1.0" |
| 104 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 105 | - checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5" |
| 106 | - dependencies = [ |
| 107 | - "core-foundation", |
| 108 | - "core-graphics", |
| 109 | - "foreign-types 0.5.0", |
| 110 | - "libc", |
| 111 | - ] |
| 112 | - |
| 113 | - [[package]] |
| 114 | name = "cpufeatures" |
| 115 | version = "0.2.17" |
| 116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 117 | @@ -788,15 +737,6 @@ dependencies = [ |
| 118 | ] |
| 119 | |
| 120 | [[package]] |
| 121 | - name = "crc32fast" |
| 122 | - version = "1.4.2" |
| 123 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 124 | - checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" |
| 125 | - dependencies = [ |
| 126 | - "cfg-if", |
| 127 | - ] |
| 128 | - |
| 129 | - [[package]] |
| 130 | name = "crossbeam-channel" |
| 131 | version = "0.5.15" |
| 132 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 133 | @@ -969,16 +909,7 @@ version = "3.0.2" |
| 134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 135 | checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309" |
| 136 | dependencies = [ |
| 137 | - "dirs-sys 0.3.7", |
| 138 | - ] |
| 139 | - |
| 140 | - [[package]] |
| 141 | - name = "dirs" |
| 142 | - version = "6.0.0" |
| 143 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 144 | - checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" |
| 145 | - dependencies = [ |
| 146 | - "dirs-sys 0.5.0", |
| 147 | + "dirs-sys", |
| 148 | ] |
| 149 | |
| 150 | [[package]] |
| 151 | @@ -988,23 +919,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 152 | checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" |
| 153 | dependencies = [ |
| 154 | "libc", |
| 155 | - "redox_users 0.4.6", |
| 156 | + "redox_users", |
| 157 | "winapi", |
| 158 | ] |
| 159 | |
| 160 | [[package]] |
| 161 | - name = "dirs-sys" |
| 162 | - version = "0.5.0" |
| 163 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 164 | - checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" |
| 165 | - dependencies = [ |
| 166 | - "libc", |
| 167 | - "option-ext", |
| 168 | - "redox_users 0.5.0", |
| 169 | - "windows-sys 0.60.2", |
| 170 | - ] |
| 171 | - |
| 172 | - [[package]] |
| 173 | name = "displaydoc" |
| 174 | version = "0.2.5" |
| 175 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 176 | @@ -1016,15 +935,6 @@ dependencies = [ |
| 177 | ] |
| 178 | |
| 179 | [[package]] |
| 180 | - name = "dlib" |
| 181 | - version = "0.5.2" |
| 182 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 183 | - checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" |
| 184 | - dependencies = [ |
| 185 | - "libloading", |
| 186 | - ] |
| 187 | - |
| 188 | - [[package]] |
| 189 | name = "document-features" |
| 190 | version = "0.2.11" |
| 191 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 192 | @@ -1034,18 +944,6 @@ dependencies = [ |
| 193 | ] |
| 194 | |
| 195 | [[package]] |
| 196 | - name = "dwrote" |
| 197 | - version = "0.11.3" |
| 198 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 199 | - checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be" |
| 200 | - dependencies = [ |
| 201 | - "lazy_static", |
| 202 | - "libc", |
| 203 | - "winapi", |
| 204 | - "wio", |
| 205 | - ] |
| 206 | - |
| 207 | - [[package]] |
| 208 | name = "dyn-clone" |
| 209 | version = "1.0.19" |
| 210 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 211 | @@ -1123,15 +1021,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 212 | checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
| 213 | |
| 214 | [[package]] |
| 215 | - name = "fdeflate" |
| 216 | - version = "0.3.7" |
| 217 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 218 | - checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" |
| 219 | - dependencies = [ |
| 220 | - "simd-adler32", |
| 221 | - ] |
| 222 | - |
| 223 | - [[package]] |
| 224 | name = "file-mode" |
| 225 | version = "0.1.2" |
| 226 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 227 | @@ -1141,80 +1030,18 @@ dependencies = [ |
| 228 | ] |
| 229 | |
| 230 | [[package]] |
| 231 | - name = "flate2" |
| 232 | - version = "1.1.2" |
| 233 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 234 | - checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d" |
| 235 | - dependencies = [ |
| 236 | - "crc32fast", |
| 237 | - "miniz_oxide", |
| 238 | - ] |
| 239 | - |
| 240 | - [[package]] |
| 241 | - name = "float-ord" |
| 242 | - version = "0.3.2" |
| 243 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 244 | - checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d" |
| 245 | - |
| 246 | - [[package]] |
| 247 | name = "fnv" |
| 248 | version = "1.0.7" |
| 249 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 250 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| 251 | |
| 252 | [[package]] |
| 253 | - name = "font-kit" |
| 254 | - version = "0.14.3" |
| 255 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 256 | - checksum = "2c7e611d49285d4c4b2e1727b72cf05353558885cc5252f93707b845dfcaf3d3" |
| 257 | - dependencies = [ |
| 258 | - "bitflags 2.9.1", |
| 259 | - "byteorder", |
| 260 | - "core-foundation", |
| 261 | - "core-graphics", |
| 262 | - "core-text", |
| 263 | - "dirs 6.0.0", |
| 264 | - "dwrote", |
| 265 | - "float-ord", |
| 266 | - "freetype-sys", |
| 267 | - "lazy_static", |
| 268 | - "libc", |
| 269 | - "log", |
| 270 | - "pathfinder_geometry", |
| 271 | - "pathfinder_simd", |
| 272 | - "walkdir", |
| 273 | - "winapi", |
| 274 | - "yeslogic-fontconfig-sys", |
| 275 | - ] |
| 276 | - |
| 277 | - [[package]] |
| 278 | name = "foreign-types" |
| 279 | version = "0.3.2" |
| 280 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 281 | checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
| 282 | dependencies = [ |
| 283 | - "foreign-types-shared 0.1.1", |
| 284 | - ] |
| 285 | - |
| 286 | - [[package]] |
| 287 | - name = "foreign-types" |
| 288 | - version = "0.5.0" |
| 289 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 290 | - checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" |
| 291 | - dependencies = [ |
| 292 | - "foreign-types-macros", |
| 293 | - "foreign-types-shared 0.3.1", |
| 294 | - ] |
| 295 | - |
| 296 | - [[package]] |
| 297 | - name = "foreign-types-macros" |
| 298 | - version = "0.2.3" |
| 299 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 300 | - checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" |
| 301 | - dependencies = [ |
| 302 | - "proc-macro2", |
| 303 | - "quote", |
| 304 | - "syn", |
| 305 | + "foreign-types-shared", |
| 306 | ] |
| 307 | |
| 308 | [[package]] |
| 309 | @@ -1224,12 +1051,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 310 | checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
| 311 | |
| 312 | [[package]] |
| 313 | - name = "foreign-types-shared" |
| 314 | - version = "0.3.1" |
| 315 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 316 | - checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" |
| 317 | - |
| 318 | - [[package]] |
| 319 | name = "form_urlencoded" |
| 320 | version = "1.2.1" |
| 321 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 322 | @@ -1239,17 +1060,6 @@ dependencies = [ |
| 323 | ] |
| 324 | |
| 325 | [[package]] |
| 326 | - name = "freetype-sys" |
| 327 | - version = "0.20.1" |
| 328 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 329 | - checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134" |
| 330 | - dependencies = [ |
| 331 | - "cc", |
| 332 | - "libc", |
| 333 | - "pkg-config", |
| 334 | - ] |
| 335 | - |
| 336 | - [[package]] |
| 337 | name = "futures" |
| 338 | version = "0.3.31" |
| 339 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 340 | @@ -1372,16 +1182,6 @@ dependencies = [ |
| 341 | ] |
| 342 | |
| 343 | [[package]] |
| 344 | - name = "gif" |
| 345 | - version = "0.12.0" |
| 346 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 347 | - checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045" |
| 348 | - dependencies = [ |
| 349 | - "color_quant", |
| 350 | - "weezl", |
| 351 | - ] |
| 352 | - |
| 353 | - [[package]] |
| 354 | name = "gimli" |
| 355 | version = "0.31.1" |
| 356 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 357 | @@ -1652,9 +1452,9 @@ dependencies = [ |
| 358 | |
| 359 | [[package]] |
| 360 | name = "hyper-util" |
| 361 | - version = "0.1.15" |
| 362 | + version = "0.1.16" |
| 363 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 364 | - checksum = "7f66d5bd4c6f02bf0542fad85d626775bab9258cf795a4256dcaf3161114d1df" |
| 365 | + checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e" |
| 366 | dependencies = [ |
| 367 | "base64 0.22.1", |
| 368 | "bytes", |
| 369 | @@ -1830,20 +1630,6 @@ dependencies = [ |
| 370 | ] |
| 371 | |
| 372 | [[package]] |
| 373 | - name = "image" |
| 374 | - version = "0.24.9" |
| 375 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 376 | - checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d" |
| 377 | - dependencies = [ |
| 378 | - "bytemuck", |
| 379 | - "byteorder", |
| 380 | - "color_quant", |
| 381 | - "jpeg-decoder", |
| 382 | - "num-traits", |
| 383 | - "png", |
| 384 | - ] |
| 385 | - |
| 386 | - [[package]] |
| 387 | name = "include_dir" |
| 388 | version = "0.7.4" |
| 389 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 390 | @@ -1896,9 +1682,9 @@ dependencies = [ |
| 391 | |
| 392 | [[package]] |
| 393 | name = "io-uring" |
| 394 | - version = "0.7.8" |
| 395 | + version = "0.7.9" |
| 396 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 397 | - checksum = "b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013" |
| 398 | + checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4" |
| 399 | dependencies = [ |
| 400 | "bitflags 2.9.1", |
| 401 | "cfg-if", |
| 402 | @@ -1944,12 +1730,6 @@ dependencies = [ |
| 403 | ] |
| 404 | |
| 405 | [[package]] |
| 406 | - name = "jpeg-decoder" |
| 407 | - version = "0.3.2" |
| 408 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 409 | - checksum = "00810f1d8b74be64b13dbf3db89ac67740615d6c891f0e7b6179326533011a07" |
| 410 | - |
| 411 | - [[package]] |
| 412 | name = "js-sys" |
| 413 | version = "0.3.77" |
| 414 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 415 | @@ -2022,9 +1802,9 @@ checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" |
| 416 | |
| 417 | [[package]] |
| 418 | name = "libredox" |
| 419 | - version = "0.1.4" |
| 420 | + version = "0.1.6" |
| 421 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 422 | - checksum = "1580801010e535496706ba011c15f8532df6b42297d2e471fec38ceadd8c0638" |
| 423 | + checksum = "4488594b9328dee448adb906d8b126d9b7deb7cf5c22161ee591610bb1be83c0" |
| 424 | dependencies = [ |
| 425 | "bitflags 2.9.1", |
| 426 | "libc", |
| 427 | @@ -2056,9 +1836,9 @@ checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" |
| 428 | |
| 429 | [[package]] |
| 430 | name = "litrs" |
| 431 | - version = "0.4.1" |
| 432 | + version = "0.4.2" |
| 433 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 434 | - checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5" |
| 435 | + checksum = "f5e54036fe321fd421e10d732f155734c4e4afd610dd556d9a82833ab3ee0bed" |
| 436 | |
| 437 | [[package]] |
| 438 | name = "lock_api" |
| 439 | @@ -2109,9 +1889,9 @@ checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" |
| 440 | |
| 441 | [[package]] |
| 442 | name = "memmap2" |
| 443 | - version = "0.9.5" |
| 444 | + version = "0.9.7" |
| 445 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 446 | - checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" |
| 447 | + checksum = "483758ad303d734cec05e5c12b41d7e93e6a6390c5e9dae6bdeb7c1259012d28" |
| 448 | dependencies = [ |
| 449 | "libc", |
| 450 | ] |
| 451 | @@ -2139,7 +1919,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 452 | checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
| 453 | dependencies = [ |
| 454 | "adler2", |
| 455 | - "simd-adler32", |
| 456 | ] |
| 457 | |
| 458 | [[package]] |
| 459 | @@ -2299,7 +2078,7 @@ checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" |
| 460 | dependencies = [ |
| 461 | "bitflags 2.9.1", |
| 462 | "cfg-if", |
| 463 | - "foreign-types 0.3.2", |
| 464 | + "foreign-types", |
| 465 | "libc", |
| 466 | "once_cell", |
| 467 | "openssl-macros", |
| 468 | @@ -2336,12 +2115,6 @@ dependencies = [ |
| 469 | ] |
| 470 | |
| 471 | [[package]] |
| 472 | - name = "option-ext" |
| 473 | - version = "0.2.0" |
| 474 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 475 | - checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 476 | - |
| 477 | - [[package]] |
| 478 | name = "overload" |
| 479 | version = "0.1.1" |
| 480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 481 | @@ -2390,7 +2163,7 @@ checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" |
| 482 | dependencies = [ |
| 483 | "cfg-if", |
| 484 | "libc", |
| 485 | - "redox_syscall 0.5.13", |
| 486 | + "redox_syscall 0.5.16", |
| 487 | "smallvec", |
| 488 | "windows-targets 0.52.6", |
| 489 | ] |
| 490 | @@ -2405,25 +2178,6 @@ dependencies = [ |
| 491 | ] |
| 492 | |
| 493 | [[package]] |
| 494 | - name = "pathfinder_geometry" |
| 495 | - version = "0.5.1" |
| 496 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 497 | - checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3" |
| 498 | - dependencies = [ |
| 499 | - "log", |
| 500 | - "pathfinder_simd", |
| 501 | - ] |
| 502 | - |
| 503 | - [[package]] |
| 504 | - name = "pathfinder_simd" |
| 505 | - version = "0.5.5" |
| 506 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 507 | - checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57" |
| 508 | - dependencies = [ |
| 509 | - "rustc_version", |
| 510 | - ] |
| 511 | - |
| 512 | - [[package]] |
| 513 | name = "percent-encoding" |
| 514 | version = "2.3.1" |
| 515 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 516 | @@ -2530,65 +2284,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 517 | checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| 518 | |
| 519 | [[package]] |
| 520 | - name = "plotters" |
| 521 | - version = "0.3.7" |
| 522 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 523 | - checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747" |
| 524 | - dependencies = [ |
| 525 | - "chrono", |
| 526 | - "font-kit", |
| 527 | - "image", |
| 528 | - "lazy_static", |
| 529 | - "num-traits", |
| 530 | - "pathfinder_geometry", |
| 531 | - "plotters-backend", |
| 532 | - "plotters-bitmap", |
| 533 | - "plotters-svg", |
| 534 | - "ttf-parser", |
| 535 | - "wasm-bindgen", |
| 536 | - "web-sys", |
| 537 | - ] |
| 538 | - |
| 539 | - [[package]] |
| 540 | - name = "plotters-backend" |
| 541 | - version = "0.3.7" |
| 542 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 543 | - checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a" |
| 544 | - |
| 545 | - [[package]] |
| 546 | - name = "plotters-bitmap" |
| 547 | - version = "0.3.7" |
| 548 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 549 | - checksum = "72ce181e3f6bf82d6c1dc569103ca7b1bd964c60ba03d7e6cdfbb3e3eb7f7405" |
| 550 | - dependencies = [ |
| 551 | - "gif", |
| 552 | - "image", |
| 553 | - "plotters-backend", |
| 554 | - ] |
| 555 | - |
| 556 | - [[package]] |
| 557 | - name = "plotters-svg" |
| 558 | - version = "0.3.7" |
| 559 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 560 | - checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670" |
| 561 | - dependencies = [ |
| 562 | - "plotters-backend", |
| 563 | - ] |
| 564 | - |
| 565 | - [[package]] |
| 566 | - name = "png" |
| 567 | - version = "0.17.16" |
| 568 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 569 | - checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526" |
| 570 | - dependencies = [ |
| 571 | - "bitflags 1.3.2", |
| 572 | - "crc32fast", |
| 573 | - "fdeflate", |
| 574 | - "flate2", |
| 575 | - "miniz_oxide", |
| 576 | - ] |
| 577 | - |
| 578 | - [[package]] |
| 579 | name = "potential_utf" |
| 580 | version = "0.1.2" |
| 581 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 582 | @@ -2688,9 +2383,9 @@ dependencies = [ |
| 583 | |
| 584 | [[package]] |
| 585 | name = "rand" |
| 586 | - version = "0.9.1" |
| 587 | + version = "0.9.2" |
| 588 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 589 | - checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" |
| 590 | + checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" |
| 591 | dependencies = [ |
| 592 | "rand_chacha 0.9.0", |
| 593 | "rand_core 0.9.3", |
| 594 | @@ -2765,9 +2460,9 @@ dependencies = [ |
| 595 | |
| 596 | [[package]] |
| 597 | name = "redox_syscall" |
| 598 | - version = "0.5.13" |
| 599 | + version = "0.5.16" |
| 600 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 601 | - checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6" |
| 602 | + checksum = "7251471db004e509f4e75a62cca9435365b5ec7bcdff530d612ac7c87c44a792" |
| 603 | dependencies = [ |
| 604 | "bitflags 2.9.1", |
| 605 | ] |
| 606 | @@ -2784,17 +2479,6 @@ dependencies = [ |
| 607 | ] |
| 608 | |
| 609 | [[package]] |
| 610 | - name = "redox_users" |
| 611 | - version = "0.5.0" |
| 612 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 613 | - checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b" |
| 614 | - dependencies = [ |
| 615 | - "getrandom 0.2.16", |
| 616 | - "libredox", |
| 617 | - "thiserror 2.0.12", |
| 618 | - ] |
| 619 | - |
| 620 | - [[package]] |
| 621 | name = "ref-cast" |
| 622 | version = "1.0.24" |
| 623 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 624 | @@ -2947,15 +2631,15 @@ dependencies = [ |
| 625 | |
| 626 | [[package]] |
| 627 | name = "rustix" |
| 628 | - version = "1.0.7" |
| 629 | + version = "1.0.8" |
| 630 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 631 | - checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266" |
| 632 | + checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8" |
| 633 | dependencies = [ |
| 634 | "bitflags 2.9.1", |
| 635 | "errno", |
| 636 | "libc", |
| 637 | "linux-raw-sys", |
| 638 | - "windows-sys 0.59.0", |
| 639 | + "windows-sys 0.60.2", |
| 640 | ] |
| 641 | |
| 642 | [[package]] |
| 643 | @@ -3115,9 +2799,9 @@ dependencies = [ |
| 644 | |
| 645 | [[package]] |
| 646 | name = "serde_json" |
| 647 | - version = "1.0.140" |
| 648 | + version = "1.0.141" |
| 649 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 650 | - checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" |
| 651 | + checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3" |
| 652 | dependencies = [ |
| 653 | "indexmap 2.10.0", |
| 654 | "itoa", |
| 655 | @@ -3242,12 +2926,6 @@ dependencies = [ |
| 656 | ] |
| 657 | |
| 658 | [[package]] |
| 659 | - name = "simd-adler32" |
| 660 | - version = "0.3.7" |
| 661 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 662 | - checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" |
| 663 | - |
| 664 | - [[package]] |
| 665 | name = "siphasher" |
| 666 | version = "1.0.1" |
| 667 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 668 | @@ -3277,12 +2955,12 @@ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 669 | |
| 670 | [[package]] |
| 671 | name = "socket2" |
| 672 | - version = "0.5.10" |
| 673 | + version = "0.6.0" |
| 674 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 675 | - checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" |
| 676 | + checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807" |
| 677 | dependencies = [ |
| 678 | "libc", |
| 679 | - "windows-sys 0.52.0", |
| 680 | + "windows-sys 0.59.0", |
| 681 | ] |
| 682 | |
| 683 | [[package]] |
| 684 | @@ -3561,7 +3239,7 @@ dependencies = [ |
| 685 | "clap 2.34.0", |
| 686 | "crossbeam-channel", |
| 687 | "dashmap", |
| 688 | - "dirs 3.0.2", |
| 689 | + "dirs", |
| 690 | "encoding_rs_io", |
| 691 | "env_logger", |
| 692 | "grep-searcher", |
| 693 | @@ -3581,9 +3259,9 @@ dependencies = [ |
| 694 | |
| 695 | [[package]] |
| 696 | name = "tokio" |
| 697 | - version = "1.46.1" |
| 698 | + version = "1.47.0" |
| 699 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 700 | - checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17" |
| 701 | + checksum = "43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35" |
| 702 | dependencies = [ |
| 703 | "backtrace", |
| 704 | "bytes", |
| 705 | @@ -3596,7 +3274,7 @@ dependencies = [ |
| 706 | "slab", |
| 707 | "socket2", |
| 708 | "tokio-macros", |
| 709 | - "windows-sys 0.52.0", |
| 710 | + "windows-sys 0.59.0", |
| 711 | ] |
| 712 | |
| 713 | [[package]] |
| 714 | @@ -3816,9 +3494,9 @@ dependencies = [ |
| 715 | |
| 716 | [[package]] |
| 717 | name = "tree-sitter" |
| 718 | - version = "0.25.6" |
| 719 | + version = "0.25.8" |
| 720 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 721 | - checksum = "a7cf18d43cbf0bfca51f657132cc616a5097edc4424d538bae6fa60142eaf9f0" |
| 722 | + checksum = "6d7b8994f367f16e6fa14b5aebbcb350de5d7cbea82dc5b00ae997dd71680dd2" |
| 723 | dependencies = [ |
| 724 | "cc", |
| 725 | "regex", |
| 726 | @@ -3830,9 +3508,9 @@ dependencies = [ |
| 727 | |
| 728 | [[package]] |
| 729 | name = "tree-sitter-highlight" |
| 730 | - version = "0.25.6" |
| 731 | + version = "0.25.8" |
| 732 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 733 | - checksum = "6eea684ab5dd71e19f6c0add355be96f2b4eb58327cb305337415208681761aa" |
| 734 | + checksum = "7bf7a0dfbd45d88e75c89da0d13fc46f477cc20ce15617b54ebf73978eb66aec" |
| 735 | dependencies = [ |
| 736 | "regex", |
| 737 | "streaming-iterator", |
| 738 | @@ -3853,12 +3531,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 739 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
| 740 | |
| 741 | [[package]] |
| 742 | - name = "ttf-parser" |
| 743 | - version = "0.20.0" |
| 744 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 745 | - checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4" |
| 746 | - |
| 747 | - [[package]] |
| 748 | name = "typed-arena" |
| 749 | version = "2.0.2" |
| 750 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 751 | @@ -4185,12 +3857,6 @@ dependencies = [ |
| 752 | ] |
| 753 | |
| 754 | [[package]] |
| 755 | - name = "weezl" |
| 756 | - version = "0.1.10" |
| 757 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 758 | - checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3" |
| 759 | - |
| 760 | - [[package]] |
| 761 | name = "winapi" |
| 762 | version = "0.3.9" |
| 763 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 764 | @@ -4456,15 +4122,6 @@ dependencies = [ |
| 765 | ] |
| 766 | |
| 767 | [[package]] |
| 768 | - name = "wio" |
| 769 | - version = "0.2.2" |
| 770 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 771 | - checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5" |
| 772 | - dependencies = [ |
| 773 | - "winapi", |
| 774 | - ] |
| 775 | - |
| 776 | - [[package]] |
| 777 | name = "wit-bindgen-rt" |
| 778 | version = "0.39.0" |
| 779 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 780 | @@ -4480,17 +4137,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 781 | checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" |
| 782 | |
| 783 | [[package]] |
| 784 | - name = "yeslogic-fontconfig-sys" |
| 785 | - version = "6.0.0" |
| 786 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 787 | - checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd" |
| 788 | - dependencies = [ |
| 789 | - "dlib", |
| 790 | - "once_cell", |
| 791 | - "pkg-config", |
| 792 | - ] |
| 793 | - |
| 794 | - [[package]] |
| 795 | name = "yoke" |
| 796 | version = "0.8.0" |
| 797 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 798 | diff --git a/ayllu/Cargo.toml b/ayllu/Cargo.toml |
| 799 | index b92e330..31b14ff 100644 |
| 800 | --- a/ayllu/Cargo.toml |
| 801 | +++ b/ayllu/Cargo.toml |
| 802 | @@ -39,7 +39,6 @@ lazy_static = "1.5.0" |
| 803 | mime_guess = "2.0.5" |
| 804 | serde_json = "1.0.140" |
| 805 | tree-sitter = "0.25.6" |
| 806 | - plotters = "0.3.7" |
| 807 | tabwriter = "1.4.1" |
| 808 | libloading = "0.8.8" |
| 809 | log = "0.4.27" |