diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-07-16 11:01:44 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-07-16 11:01:44 +0100 |
| commit | 7704178c618f8ac455cd6b0582edb511a9e644c3 (patch) | |
| tree | 775e425f0af2543eb12e4a4b1d4feb022611368f /Cargo.lock | |
| parent | 8cea674f58e806c22d2887cff5e6f76bc4dba0db (diff) | |
| parent | ac53bca7e315848864ff9e51703720b5b466bc42 (diff) | |
Merge branch 'upgrade-dependancies'
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 674 |
1 files changed, 345 insertions, 329 deletions
| @@ -13,9 +13,9 @@ dependencies = [ | |||
| 13 | 13 | ||
| 14 | [[package]] | 14 | [[package]] |
| 15 | name = "adler2" | 15 | name = "adler2" |
| 16 | version = "2.0.0" | 16 | version = "2.0.1" |
| 17 | source = "registry+https://github.com/rust-lang/crates.io-index" | 17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 | checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" | 18 | checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" |
| 19 | 19 | ||
| 20 | [[package]] | 20 | [[package]] |
| 21 | name = "aead" | 21 | name = "aead" |
| @@ -49,9 +49,9 @@ dependencies = [ | |||
| 49 | 49 | ||
| 50 | [[package]] | 50 | [[package]] |
| 51 | name = "anstream" | 51 | name = "anstream" |
| 52 | version = "0.6.18" | 52 | version = "0.6.19" |
| 53 | source = "registry+https://github.com/rust-lang/crates.io-index" | 53 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 54 | checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" | 54 | checksum = "301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933" |
| 55 | dependencies = [ | 55 | dependencies = [ |
| 56 | "anstyle", | 56 | "anstyle", |
| 57 | "anstyle-parse", | 57 | "anstyle-parse", |
| @@ -64,36 +64,36 @@ dependencies = [ | |||
| 64 | 64 | ||
| 65 | [[package]] | 65 | [[package]] |
| 66 | name = "anstyle" | 66 | name = "anstyle" |
| 67 | version = "1.0.10" | 67 | version = "1.0.11" |
| 68 | source = "registry+https://github.com/rust-lang/crates.io-index" | 68 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 69 | checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" | 69 | checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" |
| 70 | 70 | ||
| 71 | [[package]] | 71 | [[package]] |
| 72 | name = "anstyle-parse" | 72 | name = "anstyle-parse" |
| 73 | version = "0.2.6" | 73 | version = "0.2.7" |
| 74 | source = "registry+https://github.com/rust-lang/crates.io-index" | 74 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 75 | checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" | 75 | checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" |
| 76 | dependencies = [ | 76 | dependencies = [ |
| 77 | "utf8parse", | 77 | "utf8parse", |
| 78 | ] | 78 | ] |
| 79 | 79 | ||
| 80 | [[package]] | 80 | [[package]] |
| 81 | name = "anstyle-query" | 81 | name = "anstyle-query" |
| 82 | version = "1.1.2" | 82 | version = "1.1.3" |
| 83 | source = "registry+https://github.com/rust-lang/crates.io-index" | 83 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 84 | checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" | 84 | checksum = "6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9" |
| 85 | dependencies = [ | 85 | dependencies = [ |
| 86 | "windows-sys 0.59.0", | 86 | "windows-sys 0.59.0", |
| 87 | ] | 87 | ] |
| 88 | 88 | ||
| 89 | [[package]] | 89 | [[package]] |
| 90 | name = "anstyle-wincon" | 90 | name = "anstyle-wincon" |
| 91 | version = "3.0.7" | 91 | version = "3.0.9" |
| 92 | source = "registry+https://github.com/rust-lang/crates.io-index" | 92 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 93 | checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" | 93 | checksum = "403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882" |
| 94 | dependencies = [ | 94 | dependencies = [ |
| 95 | "anstyle", | 95 | "anstyle", |
| 96 | "once_cell", | 96 | "once_cell_polyfill", |
| 97 | "windows-sys 0.59.0", | 97 | "windows-sys 0.59.0", |
| 98 | ] | 98 | ] |
| 99 | 99 | ||
| @@ -175,9 +175,9 @@ checksum = "ef49f5882e4b6afaac09ad239a4f8c70a24b8f2b0897edb1f706008efd109cf4" | |||
| 175 | 175 | ||
| 176 | [[package]] | 176 | [[package]] |
| 177 | name = "auth-git2" | 177 | name = "auth-git2" |
| 178 | version = "0.5.7" | 178 | version = "0.5.8" |
| 179 | source = "registry+https://github.com/rust-lang/crates.io-index" | 179 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 180 | checksum = "d55eead120c93036f531829cf9b85830a474e75ce71169680879d28078321ddc" | 180 | checksum = "4888bf91cce63baf1670512d0f12b5d636179a4abbad6504812ac8ab124b3efe" |
| 181 | dependencies = [ | 181 | dependencies = [ |
| 182 | "dirs", | 182 | "dirs", |
| 183 | "git2", | 183 | "git2", |
| @@ -186,15 +186,15 @@ dependencies = [ | |||
| 186 | 186 | ||
| 187 | [[package]] | 187 | [[package]] |
| 188 | name = "autocfg" | 188 | name = "autocfg" |
| 189 | version = "1.4.0" | 189 | version = "1.5.0" |
| 190 | source = "registry+https://github.com/rust-lang/crates.io-index" | 190 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 191 | checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" | 191 | checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| 192 | 192 | ||
| 193 | [[package]] | 193 | [[package]] |
| 194 | name = "backtrace" | 194 | name = "backtrace" |
| 195 | version = "0.3.74" | 195 | version = "0.3.75" |
| 196 | source = "registry+https://github.com/rust-lang/crates.io-index" | 196 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 197 | checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" | 197 | checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" |
| 198 | dependencies = [ | 198 | dependencies = [ |
| 199 | "addr2line", | 199 | "addr2line", |
| 200 | "cfg-if", | 200 | "cfg-if", |
| @@ -213,9 +213,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" | |||
| 213 | 213 | ||
| 214 | [[package]] | 214 | [[package]] |
| 215 | name = "base64ct" | 215 | name = "base64ct" |
| 216 | version = "1.7.3" | 216 | version = "1.8.0" |
| 217 | source = "registry+https://github.com/rust-lang/crates.io-index" | 217 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 218 | checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3" | 218 | checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba" |
| 219 | 219 | ||
| 220 | [[package]] | 220 | [[package]] |
| 221 | name = "bech32" | 221 | name = "bech32" |
| @@ -225,9 +225,9 @@ checksum = "d965446196e3b7decd44aa7ee49e31d630118f90ef12f97900f262eb915c951d" | |||
| 225 | 225 | ||
| 226 | [[package]] | 226 | [[package]] |
| 227 | name = "bip39" | 227 | name = "bip39" |
| 228 | version = "2.1.0" | 228 | version = "2.2.0" |
| 229 | source = "registry+https://github.com/rust-lang/crates.io-index" | 229 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 230 | checksum = "33415e24172c1b7d6066f6d999545375ab8e1d95421d6784bdfff9496f292387" | 230 | checksum = "43d193de1f7487df1914d3a568b772458861d33f9c54249612cc2893d6915054" |
| 231 | dependencies = [ | 231 | dependencies = [ |
| 232 | "bitcoin_hashes 0.13.0", | 232 | "bitcoin_hashes 0.13.0", |
| 233 | "serde", | 233 | "serde", |
| @@ -275,9 +275,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" | |||
| 275 | 275 | ||
| 276 | [[package]] | 276 | [[package]] |
| 277 | name = "bitflags" | 277 | name = "bitflags" |
| 278 | version = "2.9.0" | 278 | version = "2.9.1" |
| 279 | source = "registry+https://github.com/rust-lang/crates.io-index" | 279 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 280 | checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" | 280 | checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" |
| 281 | dependencies = [ | 281 | dependencies = [ |
| 282 | "serde", | 282 | "serde", |
| 283 | ] | 283 | ] |
| @@ -313,9 +313,9 @@ dependencies = [ | |||
| 313 | 313 | ||
| 314 | [[package]] | 314 | [[package]] |
| 315 | name = "bumpalo" | 315 | name = "bumpalo" |
| 316 | version = "3.17.0" | 316 | version = "3.19.0" |
| 317 | source = "registry+https://github.com/rust-lang/crates.io-index" | 317 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 318 | checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" | 318 | checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" |
| 319 | 319 | ||
| 320 | [[package]] | 320 | [[package]] |
| 321 | name = "byteorder" | 321 | name = "byteorder" |
| @@ -340,9 +340,9 @@ dependencies = [ | |||
| 340 | 340 | ||
| 341 | [[package]] | 341 | [[package]] |
| 342 | name = "cc" | 342 | name = "cc" |
| 343 | version = "1.2.21" | 343 | version = "1.2.29" |
| 344 | source = "registry+https://github.com/rust-lang/crates.io-index" | 344 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 345 | checksum = "8691782945451c1c383942c4874dbe63814f61cb57ef773cda2972682b7bb3c0" | 345 | checksum = "5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362" |
| 346 | dependencies = [ | 346 | dependencies = [ |
| 347 | "jobserver", | 347 | "jobserver", |
| 348 | "libc", | 348 | "libc", |
| @@ -351,9 +351,9 @@ dependencies = [ | |||
| 351 | 351 | ||
| 352 | [[package]] | 352 | [[package]] |
| 353 | name = "cfg-if" | 353 | name = "cfg-if" |
| 354 | version = "1.0.0" | 354 | version = "1.0.1" |
| 355 | source = "registry+https://github.com/rust-lang/crates.io-index" | 355 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 356 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | 356 | checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" |
| 357 | 357 | ||
| 358 | [[package]] | 358 | [[package]] |
| 359 | name = "cfg_aliases" | 359 | name = "cfg_aliases" |
| @@ -398,9 +398,9 @@ dependencies = [ | |||
| 398 | 398 | ||
| 399 | [[package]] | 399 | [[package]] |
| 400 | name = "clap" | 400 | name = "clap" |
| 401 | version = "4.5.37" | 401 | version = "4.5.41" |
| 402 | source = "registry+https://github.com/rust-lang/crates.io-index" | 402 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 403 | checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071" | 403 | checksum = "be92d32e80243a54711e5d7ce823c35c41c9d929dc4ab58e1276f625841aadf9" |
| 404 | dependencies = [ | 404 | dependencies = [ |
| 405 | "clap_builder", | 405 | "clap_builder", |
| 406 | "clap_derive", | 406 | "clap_derive", |
| @@ -408,9 +408,9 @@ dependencies = [ | |||
| 408 | 408 | ||
| 409 | [[package]] | 409 | [[package]] |
| 410 | name = "clap_builder" | 410 | name = "clap_builder" |
| 411 | version = "4.5.37" | 411 | version = "4.5.41" |
| 412 | source = "registry+https://github.com/rust-lang/crates.io-index" | 412 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 413 | checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2" | 413 | checksum = "707eab41e9622f9139419d573eca0900137718000c517d47da73045f54331c3d" |
| 414 | dependencies = [ | 414 | dependencies = [ |
| 415 | "anstream", | 415 | "anstream", |
| 416 | "anstyle", | 416 | "anstyle", |
| @@ -420,9 +420,9 @@ dependencies = [ | |||
| 420 | 420 | ||
| 421 | [[package]] | 421 | [[package]] |
| 422 | name = "clap_derive" | 422 | name = "clap_derive" |
| 423 | version = "4.5.32" | 423 | version = "4.5.41" |
| 424 | source = "registry+https://github.com/rust-lang/crates.io-index" | 424 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 425 | checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7" | 425 | checksum = "ef4f52386a59ca4c860f7393bcf8abd8dfd91ecccc0f774635ff68e92eeef491" |
| 426 | dependencies = [ | 426 | dependencies = [ |
| 427 | "heck", | 427 | "heck", |
| 428 | "proc-macro2", | 428 | "proc-macro2", |
| @@ -432,15 +432,15 @@ dependencies = [ | |||
| 432 | 432 | ||
| 433 | [[package]] | 433 | [[package]] |
| 434 | name = "clap_lex" | 434 | name = "clap_lex" |
| 435 | version = "0.7.4" | 435 | version = "0.7.5" |
| 436 | source = "registry+https://github.com/rust-lang/crates.io-index" | 436 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 437 | checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" | 437 | checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" |
| 438 | 438 | ||
| 439 | [[package]] | 439 | [[package]] |
| 440 | name = "colorchoice" | 440 | name = "colorchoice" |
| 441 | version = "1.0.3" | 441 | version = "1.0.4" |
| 442 | source = "registry+https://github.com/rust-lang/crates.io-index" | 442 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 443 | checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" | 443 | checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" |
| 444 | 444 | ||
| 445 | [[package]] | 445 | [[package]] |
| 446 | name = "comma" | 446 | name = "comma" |
| @@ -462,6 +462,19 @@ dependencies = [ | |||
| 462 | ] | 462 | ] |
| 463 | 463 | ||
| 464 | [[package]] | 464 | [[package]] |
| 465 | name = "console" | ||
| 466 | version = "0.16.0" | ||
| 467 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 468 | checksum = "2e09ced7ebbccb63b4c65413d821f2e00ce54c5ca4514ddc6b3c892fdbcbc69d" | ||
| 469 | dependencies = [ | ||
| 470 | "encode_unicode", | ||
| 471 | "libc", | ||
| 472 | "once_cell", | ||
| 473 | "unicode-width", | ||
| 474 | "windows-sys 0.60.2", | ||
| 475 | ] | ||
| 476 | |||
| 477 | [[package]] | ||
| 465 | name = "cpufeatures" | 478 | name = "cpufeatures" |
| 466 | version = "0.2.17" | 479 | version = "0.2.17" |
| 467 | source = "registry+https://github.com/rust-lang/crates.io-index" | 480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -508,7 +521,7 @@ version = "0.11.0" | |||
| 508 | source = "registry+https://github.com/rust-lang/crates.io-index" | 521 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 509 | checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de" | 522 | checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de" |
| 510 | dependencies = [ | 523 | dependencies = [ |
| 511 | "console", | 524 | "console 0.15.11", |
| 512 | "shell-words", | 525 | "shell-words", |
| 513 | "tempfile", | 526 | "tempfile", |
| 514 | "thiserror 1.0.69", | 527 | "thiserror 1.0.69", |
| @@ -559,7 +572,7 @@ dependencies = [ | |||
| 559 | "libc", | 572 | "libc", |
| 560 | "option-ext", | 573 | "option-ext", |
| 561 | "redox_users", | 574 | "redox_users", |
| 562 | "windows-sys 0.59.0", | 575 | "windows-sys 0.60.2", |
| 563 | ] | 576 | ] |
| 564 | 577 | ||
| 565 | [[package]] | 578 | [[package]] |
| @@ -614,12 +627,12 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" | |||
| 614 | 627 | ||
| 615 | [[package]] | 628 | [[package]] |
| 616 | name = "errno" | 629 | name = "errno" |
| 617 | version = "0.3.11" | 630 | version = "0.3.13" |
| 618 | source = "registry+https://github.com/rust-lang/crates.io-index" | 631 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 619 | checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e" | 632 | checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad" |
| 620 | dependencies = [ | 633 | dependencies = [ |
| 621 | "libc", | 634 | "libc", |
| 622 | "windows-sys 0.59.0", | 635 | "windows-sys 0.60.2", |
| 623 | ] | 636 | ] |
| 624 | 637 | ||
| 625 | [[package]] | 638 | [[package]] |
| @@ -780,15 +793,15 @@ dependencies = [ | |||
| 780 | "cfg-if", | 793 | "cfg-if", |
| 781 | "js-sys", | 794 | "js-sys", |
| 782 | "libc", | 795 | "libc", |
| 783 | "wasi 0.11.0+wasi-snapshot-preview1", | 796 | "wasi 0.11.1+wasi-snapshot-preview1", |
| 784 | "wasm-bindgen", | 797 | "wasm-bindgen", |
| 785 | ] | 798 | ] |
| 786 | 799 | ||
| 787 | [[package]] | 800 | [[package]] |
| 788 | name = "getrandom" | 801 | name = "getrandom" |
| 789 | version = "0.3.2" | 802 | version = "0.3.3" |
| 790 | source = "registry+https://github.com/rust-lang/crates.io-index" | 803 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 791 | checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0" | 804 | checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" |
| 792 | dependencies = [ | 805 | dependencies = [ |
| 793 | "cfg-if", | 806 | "cfg-if", |
| 794 | "js-sys", | 807 | "js-sys", |
| @@ -810,7 +823,7 @@ version = "0.20.2" | |||
| 810 | source = "registry+https://github.com/rust-lang/crates.io-index" | 823 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 811 | checksum = "2deb07a133b1520dc1a5690e9bd08950108873d7ed5de38dcc74d3b5ebffa110" | 824 | checksum = "2deb07a133b1520dc1a5690e9bd08950108873d7ed5de38dcc74d3b5ebffa110" |
| 812 | dependencies = [ | 825 | dependencies = [ |
| 813 | "bitflags 2.9.0", | 826 | "bitflags 2.9.1", |
| 814 | "libc", | 827 | "libc", |
| 815 | "libgit2-sys", | 828 | "libgit2-sys", |
| 816 | "log", | 829 | "log", |
| @@ -833,9 +846,9 @@ dependencies = [ | |||
| 833 | 846 | ||
| 834 | [[package]] | 847 | [[package]] |
| 835 | name = "hashbrown" | 848 | name = "hashbrown" |
| 836 | version = "0.15.3" | 849 | version = "0.15.4" |
| 837 | source = "registry+https://github.com/rust-lang/crates.io-index" | 850 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 838 | checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3" | 851 | checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5" |
| 839 | 852 | ||
| 840 | [[package]] | 853 | [[package]] |
| 841 | name = "heck" | 854 | name = "heck" |
| @@ -849,7 +862,7 @@ version = "0.20.5" | |||
| 849 | source = "registry+https://github.com/rust-lang/crates.io-index" | 862 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 850 | checksum = "7d4f449bab7320c56003d37732a917e18798e2f1709d80263face2b4f9436ddb" | 863 | checksum = "7d4f449bab7320c56003d37732a917e18798e2f1709d80263face2b4f9436ddb" |
| 851 | dependencies = [ | 864 | dependencies = [ |
| 852 | "bitflags 2.9.0", | 865 | "bitflags 2.9.1", |
| 853 | "byteorder", | 866 | "byteorder", |
| 854 | "heed-traits", | 867 | "heed-traits", |
| 855 | "heed-types", | 868 | "heed-types", |
| @@ -973,11 +986,10 @@ dependencies = [ | |||
| 973 | 986 | ||
| 974 | [[package]] | 987 | [[package]] |
| 975 | name = "hyper-rustls" | 988 | name = "hyper-rustls" |
| 976 | version = "0.27.5" | 989 | version = "0.27.7" |
| 977 | source = "registry+https://github.com/rust-lang/crates.io-index" | 990 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 978 | checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" | 991 | checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" |
| 979 | dependencies = [ | 992 | dependencies = [ |
| 980 | "futures-util", | ||
| 981 | "http 1.3.1", | 993 | "http 1.3.1", |
| 982 | "hyper", | 994 | "hyper", |
| 983 | "hyper-util", | 995 | "hyper-util", |
| @@ -986,22 +998,26 @@ dependencies = [ | |||
| 986 | "tokio", | 998 | "tokio", |
| 987 | "tokio-rustls", | 999 | "tokio-rustls", |
| 988 | "tower-service", | 1000 | "tower-service", |
| 989 | "webpki-roots", | 1001 | "webpki-roots 1.0.1", |
| 990 | ] | 1002 | ] |
| 991 | 1003 | ||
| 992 | [[package]] | 1004 | [[package]] |
| 993 | name = "hyper-util" | 1005 | name = "hyper-util" |
| 994 | version = "0.1.11" | 1006 | version = "0.1.15" |
| 995 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1007 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 996 | checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2" | 1008 | checksum = "7f66d5bd4c6f02bf0542fad85d626775bab9258cf795a4256dcaf3161114d1df" |
| 997 | dependencies = [ | 1009 | dependencies = [ |
| 1010 | "base64", | ||
| 998 | "bytes", | 1011 | "bytes", |
| 999 | "futures-channel", | 1012 | "futures-channel", |
| 1013 | "futures-core", | ||
| 1000 | "futures-util", | 1014 | "futures-util", |
| 1001 | "http 1.3.1", | 1015 | "http 1.3.1", |
| 1002 | "http-body", | 1016 | "http-body", |
| 1003 | "hyper", | 1017 | "hyper", |
| 1018 | "ipnet", | ||
| 1004 | "libc", | 1019 | "libc", |
| 1020 | "percent-encoding", | ||
| 1005 | "pin-project-lite", | 1021 | "pin-project-lite", |
| 1006 | "socket2", | 1022 | "socket2", |
| 1007 | "tokio", | 1023 | "tokio", |
| @@ -1011,21 +1027,22 @@ dependencies = [ | |||
| 1011 | 1027 | ||
| 1012 | [[package]] | 1028 | [[package]] |
| 1013 | name = "icu_collections" | 1029 | name = "icu_collections" |
| 1014 | version = "1.5.0" | 1030 | version = "2.0.0" |
| 1015 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1031 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1016 | checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" | 1032 | checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" |
| 1017 | dependencies = [ | 1033 | dependencies = [ |
| 1018 | "displaydoc", | 1034 | "displaydoc", |
| 1035 | "potential_utf", | ||
| 1019 | "yoke", | 1036 | "yoke", |
| 1020 | "zerofrom", | 1037 | "zerofrom", |
| 1021 | "zerovec", | 1038 | "zerovec", |
| 1022 | ] | 1039 | ] |
| 1023 | 1040 | ||
| 1024 | [[package]] | 1041 | [[package]] |
| 1025 | name = "icu_locid" | 1042 | name = "icu_locale_core" |
| 1026 | version = "1.5.0" | 1043 | version = "2.0.0" |
| 1027 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1044 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1028 | checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" | 1045 | checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" |
| 1029 | dependencies = [ | 1046 | dependencies = [ |
| 1030 | "displaydoc", | 1047 | "displaydoc", |
| 1031 | "litemap", | 1048 | "litemap", |
| @@ -1035,30 +1052,10 @@ dependencies = [ | |||
| 1035 | ] | 1052 | ] |
| 1036 | 1053 | ||
| 1037 | [[package]] | 1054 | [[package]] |
| 1038 | name = "icu_locid_transform" | ||
| 1039 | version = "1.5.0" | ||
| 1040 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1041 | checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" | ||
| 1042 | dependencies = [ | ||
| 1043 | "displaydoc", | ||
| 1044 | "icu_locid", | ||
| 1045 | "icu_locid_transform_data", | ||
| 1046 | "icu_provider", | ||
| 1047 | "tinystr", | ||
| 1048 | "zerovec", | ||
| 1049 | ] | ||
| 1050 | |||
| 1051 | [[package]] | ||
| 1052 | name = "icu_locid_transform_data" | ||
| 1053 | version = "1.5.1" | ||
| 1054 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1055 | checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d" | ||
| 1056 | |||
| 1057 | [[package]] | ||
| 1058 | name = "icu_normalizer" | 1055 | name = "icu_normalizer" |
| 1059 | version = "1.5.0" | 1056 | version = "2.0.0" |
| 1060 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1057 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1061 | checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" | 1058 | checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" |
| 1062 | dependencies = [ | 1059 | dependencies = [ |
| 1063 | "displaydoc", | 1060 | "displaydoc", |
| 1064 | "icu_collections", | 1061 | "icu_collections", |
| @@ -1066,68 +1063,55 @@ dependencies = [ | |||
| 1066 | "icu_properties", | 1063 | "icu_properties", |
| 1067 | "icu_provider", | 1064 | "icu_provider", |
| 1068 | "smallvec", | 1065 | "smallvec", |
| 1069 | "utf16_iter", | ||
| 1070 | "utf8_iter", | ||
| 1071 | "write16", | ||
| 1072 | "zerovec", | 1066 | "zerovec", |
| 1073 | ] | 1067 | ] |
| 1074 | 1068 | ||
| 1075 | [[package]] | 1069 | [[package]] |
| 1076 | name = "icu_normalizer_data" | 1070 | name = "icu_normalizer_data" |
| 1077 | version = "1.5.1" | 1071 | version = "2.0.0" |
| 1078 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1072 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1079 | checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7" | 1073 | checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" |
| 1080 | 1074 | ||
| 1081 | [[package]] | 1075 | [[package]] |
| 1082 | name = "icu_properties" | 1076 | name = "icu_properties" |
| 1083 | version = "1.5.1" | 1077 | version = "2.0.1" |
| 1084 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1078 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1085 | checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" | 1079 | checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" |
| 1086 | dependencies = [ | 1080 | dependencies = [ |
| 1087 | "displaydoc", | 1081 | "displaydoc", |
| 1088 | "icu_collections", | 1082 | "icu_collections", |
| 1089 | "icu_locid_transform", | 1083 | "icu_locale_core", |
| 1090 | "icu_properties_data", | 1084 | "icu_properties_data", |
| 1091 | "icu_provider", | 1085 | "icu_provider", |
| 1092 | "tinystr", | 1086 | "potential_utf", |
| 1087 | "zerotrie", | ||
| 1093 | "zerovec", | 1088 | "zerovec", |
| 1094 | ] | 1089 | ] |
| 1095 | 1090 | ||
| 1096 | [[package]] | 1091 | [[package]] |
| 1097 | name = "icu_properties_data" | 1092 | name = "icu_properties_data" |
| 1098 | version = "1.5.1" | 1093 | version = "2.0.1" |
| 1099 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1094 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1100 | checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2" | 1095 | checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" |
| 1101 | 1096 | ||
| 1102 | [[package]] | 1097 | [[package]] |
| 1103 | name = "icu_provider" | 1098 | name = "icu_provider" |
| 1104 | version = "1.5.0" | 1099 | version = "2.0.0" |
| 1105 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1106 | checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" | 1101 | checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" |
| 1107 | dependencies = [ | 1102 | dependencies = [ |
| 1108 | "displaydoc", | 1103 | "displaydoc", |
| 1109 | "icu_locid", | 1104 | "icu_locale_core", |
| 1110 | "icu_provider_macros", | ||
| 1111 | "stable_deref_trait", | 1105 | "stable_deref_trait", |
| 1112 | "tinystr", | 1106 | "tinystr", |
| 1113 | "writeable", | 1107 | "writeable", |
| 1114 | "yoke", | 1108 | "yoke", |
| 1115 | "zerofrom", | 1109 | "zerofrom", |
| 1110 | "zerotrie", | ||
| 1116 | "zerovec", | 1111 | "zerovec", |
| 1117 | ] | 1112 | ] |
| 1118 | 1113 | ||
| 1119 | [[package]] | 1114 | [[package]] |
| 1120 | name = "icu_provider_macros" | ||
| 1121 | version = "1.5.0" | ||
| 1122 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1123 | checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" | ||
| 1124 | dependencies = [ | ||
| 1125 | "proc-macro2", | ||
| 1126 | "quote", | ||
| 1127 | "syn", | ||
| 1128 | ] | ||
| 1129 | |||
| 1130 | [[package]] | ||
| 1131 | name = "idna" | 1115 | name = "idna" |
| 1132 | version = "1.0.3" | 1116 | version = "1.0.3" |
| 1133 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1117 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -1140,9 +1124,9 @@ dependencies = [ | |||
| 1140 | 1124 | ||
| 1141 | [[package]] | 1125 | [[package]] |
| 1142 | name = "idna_adapter" | 1126 | name = "idna_adapter" |
| 1143 | version = "1.2.0" | 1127 | version = "1.2.1" |
| 1144 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1128 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1145 | checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" | 1129 | checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" |
| 1146 | dependencies = [ | 1130 | dependencies = [ |
| 1147 | "icu_normalizer", | 1131 | "icu_normalizer", |
| 1148 | "icu_properties", | 1132 | "icu_properties", |
| @@ -1150,9 +1134,9 @@ dependencies = [ | |||
| 1150 | 1134 | ||
| 1151 | [[package]] | 1135 | [[package]] |
| 1152 | name = "indexmap" | 1136 | name = "indexmap" |
| 1153 | version = "2.9.0" | 1137 | version = "2.10.0" |
| 1154 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1138 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1155 | checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" | 1139 | checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661" |
| 1156 | dependencies = [ | 1140 | dependencies = [ |
| 1157 | "equivalent", | 1141 | "equivalent", |
| 1158 | "hashbrown", | 1142 | "hashbrown", |
| @@ -1160,14 +1144,14 @@ dependencies = [ | |||
| 1160 | 1144 | ||
| 1161 | [[package]] | 1145 | [[package]] |
| 1162 | name = "indicatif" | 1146 | name = "indicatif" |
| 1163 | version = "0.17.11" | 1147 | version = "0.18.0" |
| 1164 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1148 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1165 | checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" | 1149 | checksum = "70a646d946d06bedbbc4cac4c218acf4bbf2d87757a784857025f4d447e4e1cd" |
| 1166 | dependencies = [ | 1150 | dependencies = [ |
| 1167 | "console", | 1151 | "console 0.16.0", |
| 1168 | "number_prefix", | ||
| 1169 | "portable-atomic", | 1152 | "portable-atomic", |
| 1170 | "unicode-width", | 1153 | "unicode-width", |
| 1154 | "unit-prefix", | ||
| 1171 | "web-time", | 1155 | "web-time", |
| 1172 | ] | 1156 | ] |
| 1173 | 1157 | ||
| @@ -1194,12 +1178,33 @@ dependencies = [ | |||
| 1194 | ] | 1178 | ] |
| 1195 | 1179 | ||
| 1196 | [[package]] | 1180 | [[package]] |
| 1181 | name = "io-uring" | ||
| 1182 | version = "0.7.8" | ||
| 1183 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1184 | checksum = "b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013" | ||
| 1185 | dependencies = [ | ||
| 1186 | "bitflags 2.9.1", | ||
| 1187 | "cfg-if", | ||
| 1188 | "libc", | ||
| 1189 | ] | ||
| 1190 | |||
| 1191 | [[package]] | ||
| 1197 | name = "ipnet" | 1192 | name = "ipnet" |
| 1198 | version = "2.11.0" | 1193 | version = "2.11.0" |
| 1199 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1194 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1200 | checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" | 1195 | checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" |
| 1201 | 1196 | ||
| 1202 | [[package]] | 1197 | [[package]] |
| 1198 | name = "iri-string" | ||
| 1199 | version = "0.7.8" | ||
| 1200 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1201 | checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" | ||
| 1202 | dependencies = [ | ||
| 1203 | "memchr", | ||
| 1204 | "serde", | ||
| 1205 | ] | ||
| 1206 | |||
| 1207 | [[package]] | ||
| 1203 | name = "is_terminal_polyfill" | 1208 | name = "is_terminal_polyfill" |
| 1204 | version = "1.70.1" | 1209 | version = "1.70.1" |
| 1205 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1210 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -1217,7 +1222,7 @@ version = "0.1.33" | |||
| 1217 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1222 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1218 | checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a" | 1223 | checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a" |
| 1219 | dependencies = [ | 1224 | dependencies = [ |
| 1220 | "getrandom 0.3.2", | 1225 | "getrandom 0.3.3", |
| 1221 | "libc", | 1226 | "libc", |
| 1222 | ] | 1227 | ] |
| 1223 | 1228 | ||
| @@ -1233,15 +1238,15 @@ dependencies = [ | |||
| 1233 | 1238 | ||
| 1234 | [[package]] | 1239 | [[package]] |
| 1235 | name = "libc" | 1240 | name = "libc" |
| 1236 | version = "0.2.172" | 1241 | version = "0.2.174" |
| 1237 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1242 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1238 | checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" | 1243 | checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" |
| 1239 | 1244 | ||
| 1240 | [[package]] | 1245 | [[package]] |
| 1241 | name = "libgit2-sys" | 1246 | name = "libgit2-sys" |
| 1242 | version = "0.18.1+1.9.0" | 1247 | version = "0.18.2+1.9.1" |
| 1243 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1248 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1244 | checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e" | 1249 | checksum = "1c42fe03df2bd3c53a3a9c7317ad91d80c81cd1fb0caec8d7cc4cd2bfa10c222" |
| 1245 | dependencies = [ | 1250 | dependencies = [ |
| 1246 | "cc", | 1251 | "cc", |
| 1247 | "libc", | 1252 | "libc", |
| @@ -1253,11 +1258,11 @@ dependencies = [ | |||
| 1253 | 1258 | ||
| 1254 | [[package]] | 1259 | [[package]] |
| 1255 | name = "libredox" | 1260 | name = "libredox" |
| 1256 | version = "0.1.3" | 1261 | version = "0.1.4" |
| 1257 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1262 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1258 | checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" | 1263 | checksum = "1580801010e535496706ba011c15f8532df6b42297d2e471fec38ceadd8c0638" |
| 1259 | dependencies = [ | 1264 | dependencies = [ |
| 1260 | "bitflags 2.9.0", | 1265 | "bitflags 2.9.1", |
| 1261 | "libc", | 1266 | "libc", |
| 1262 | ] | 1267 | ] |
| 1263 | 1268 | ||
| @@ -1295,9 +1300,9 @@ checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" | |||
| 1295 | 1300 | ||
| 1296 | [[package]] | 1301 | [[package]] |
| 1297 | name = "litemap" | 1302 | name = "litemap" |
| 1298 | version = "0.7.5" | 1303 | version = "0.8.0" |
| 1299 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1304 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1300 | checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856" | 1305 | checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" |
| 1301 | 1306 | ||
| 1302 | [[package]] | 1307 | [[package]] |
| 1303 | name = "lmdb-master-sys" | 1308 | name = "lmdb-master-sys" |
| @@ -1312,9 +1317,9 @@ dependencies = [ | |||
| 1312 | 1317 | ||
| 1313 | [[package]] | 1318 | [[package]] |
| 1314 | name = "lock_api" | 1319 | name = "lock_api" |
| 1315 | version = "0.4.12" | 1320 | version = "0.4.13" |
| 1316 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1321 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1317 | checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" | 1322 | checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" |
| 1318 | dependencies = [ | 1323 | dependencies = [ |
| 1319 | "autocfg", | 1324 | "autocfg", |
| 1320 | "scopeguard", | 1325 | "scopeguard", |
| @@ -1328,40 +1333,40 @@ checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" | |||
| 1328 | 1333 | ||
| 1329 | [[package]] | 1334 | [[package]] |
| 1330 | name = "lru" | 1335 | name = "lru" |
| 1331 | version = "0.13.0" | 1336 | version = "0.14.0" |
| 1332 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1337 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1333 | checksum = "227748d55f2f0ab4735d87fd623798cb6b664512fe979705f829c9f81c934465" | 1338 | checksum = "9f8cc7106155f10bdf99a6f379688f543ad6596a415375b36a59a054ceda1198" |
| 1334 | 1339 | ||
| 1335 | [[package]] | 1340 | [[package]] |
| 1336 | name = "memchr" | 1341 | name = "lru-slab" |
| 1337 | version = "2.7.4" | 1342 | version = "0.1.2" |
| 1338 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1343 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1339 | checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" | 1344 | checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" |
| 1340 | 1345 | ||
| 1341 | [[package]] | 1346 | [[package]] |
| 1342 | name = "mime" | 1347 | name = "memchr" |
| 1343 | version = "0.3.17" | 1348 | version = "2.7.5" |
| 1344 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1349 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1345 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" | 1350 | checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" |
| 1346 | 1351 | ||
| 1347 | [[package]] | 1352 | [[package]] |
| 1348 | name = "miniz_oxide" | 1353 | name = "miniz_oxide" |
| 1349 | version = "0.8.8" | 1354 | version = "0.8.9" |
| 1350 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1355 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1351 | checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a" | 1356 | checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
| 1352 | dependencies = [ | 1357 | dependencies = [ |
| 1353 | "adler2", | 1358 | "adler2", |
| 1354 | ] | 1359 | ] |
| 1355 | 1360 | ||
| 1356 | [[package]] | 1361 | [[package]] |
| 1357 | name = "mio" | 1362 | name = "mio" |
| 1358 | version = "1.0.3" | 1363 | version = "1.0.4" |
| 1359 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1364 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1360 | checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" | 1365 | checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" |
| 1361 | dependencies = [ | 1366 | dependencies = [ |
| 1362 | "libc", | 1367 | "libc", |
| 1363 | "wasi 0.11.0+wasi-snapshot-preview1", | 1368 | "wasi 0.11.1+wasi-snapshot-preview1", |
| 1364 | "windows-sys 0.52.0", | 1369 | "windows-sys 0.59.0", |
| 1365 | ] | 1370 | ] |
| 1366 | 1371 | ||
| 1367 | [[package]] | 1372 | [[package]] |
| @@ -1401,12 +1406,6 @@ dependencies = [ | |||
| 1401 | 1406 | ||
| 1402 | [[package]] | 1407 | [[package]] |
| 1403 | name = "negentropy" | 1408 | name = "negentropy" |
| 1404 | version = "0.3.1" | ||
| 1405 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1406 | checksum = "e664971378a3987224f7a0e10059782035e89899ae403718ee07de85bec42afe" | ||
| 1407 | |||
| 1408 | [[package]] | ||
| 1409 | name = "negentropy" | ||
| 1410 | version = "0.5.0" | 1409 | version = "0.5.0" |
| 1411 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1410 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1412 | checksum = "f0efe882e02d206d8d279c20eb40e03baf7cb5136a1476dc084a324fbc3ec42d" | 1411 | checksum = "f0efe882e02d206d8d279c20eb40e03baf7cb5136a1476dc084a324fbc3ec42d" |
| @@ -1421,7 +1420,7 @@ dependencies = [ | |||
| 1421 | "auth-git2", | 1420 | "auth-git2", |
| 1422 | "chacha20poly1305", | 1421 | "chacha20poly1305", |
| 1423 | "clap", | 1422 | "clap", |
| 1424 | "console", | 1423 | "console 0.16.0", |
| 1425 | "dialoguer", | 1424 | "dialoguer", |
| 1426 | "directories", | 1425 | "directories", |
| 1427 | "futures", | 1426 | "futures", |
| @@ -1454,16 +1453,16 @@ version = "0.27.1" | |||
| 1454 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1453 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1455 | checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" | 1454 | checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" |
| 1456 | dependencies = [ | 1455 | dependencies = [ |
| 1457 | "bitflags 2.9.0", | 1456 | "bitflags 2.9.1", |
| 1458 | "cfg-if", | 1457 | "cfg-if", |
| 1459 | "libc", | 1458 | "libc", |
| 1460 | ] | 1459 | ] |
| 1461 | 1460 | ||
| 1462 | [[package]] | 1461 | [[package]] |
| 1463 | name = "nostr" | 1462 | name = "nostr" |
| 1464 | version = "0.41.0" | 1463 | version = "0.42.2" |
| 1465 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1466 | checksum = "95d3f2f0d564cce3ebe09bb1343af67d88c60108cedc518a307dfdf6e3f503b6" | 1465 | checksum = "d193102a62a22b61f9a61b9df54fb19ebab8c1763d088fbb9a6f0f57000fba2d" |
| 1467 | dependencies = [ | 1466 | dependencies = [ |
| 1468 | "aes", | 1467 | "aes", |
| 1469 | "base64", | 1468 | "base64", |
| @@ -1487,9 +1486,9 @@ dependencies = [ | |||
| 1487 | 1486 | ||
| 1488 | [[package]] | 1487 | [[package]] |
| 1489 | name = "nostr-connect" | 1488 | name = "nostr-connect" |
| 1490 | version = "0.41.0" | 1489 | version = "0.42.0" |
| 1491 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1490 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1492 | checksum = "387abe557e3e43f7704f3c77a9d728de0987108a7f0b5de84f2948310ada11b1" | 1491 | checksum = "29bcce69dcfe07f399cba2f304b2b0662764eaf35b8e227049c063b1d2ec37d0" |
| 1493 | dependencies = [ | 1492 | dependencies = [ |
| 1494 | "async-utility", | 1493 | "async-utility", |
| 1495 | "nostr", | 1494 | "nostr", |
| @@ -1500,9 +1499,9 @@ dependencies = [ | |||
| 1500 | 1499 | ||
| 1501 | [[package]] | 1500 | [[package]] |
| 1502 | name = "nostr-database" | 1501 | name = "nostr-database" |
| 1503 | version = "0.41.0" | 1502 | version = "0.42.0" |
| 1504 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1503 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1505 | checksum = "de6dc456a11d26f99a932b6531d94c20cb2e274ada6eab1d2438e2fb9c944af5" | 1504 | checksum = "b6aafe85dc7c039c399796043b76009fa744c3a45ac073a023932f7b7d91b1e7" |
| 1506 | dependencies = [ | 1505 | dependencies = [ |
| 1507 | "flatbuffers", | 1506 | "flatbuffers", |
| 1508 | "lru", | 1507 | "lru", |
| @@ -1512,9 +1511,9 @@ dependencies = [ | |||
| 1512 | 1511 | ||
| 1513 | [[package]] | 1512 | [[package]] |
| 1514 | name = "nostr-lmdb" | 1513 | name = "nostr-lmdb" |
| 1515 | version = "0.41.0" | 1514 | version = "0.42.0" |
| 1516 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1515 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1517 | checksum = "b0f371f08cef23050bd15deef5fbb34cb24a96314c47462d0b2b9ce7f0902ef1" | 1516 | checksum = "ed36ce93b11d1dea86b50f26a5bcd7317f237915eeed3948cf52c036ba52872a" |
| 1518 | dependencies = [ | 1517 | dependencies = [ |
| 1519 | "async-utility", | 1518 | "async-utility", |
| 1520 | "heed", | 1519 | "heed", |
| @@ -1526,16 +1525,15 @@ dependencies = [ | |||
| 1526 | 1525 | ||
| 1527 | [[package]] | 1526 | [[package]] |
| 1528 | name = "nostr-relay-pool" | 1527 | name = "nostr-relay-pool" |
| 1529 | version = "0.41.0" | 1528 | version = "0.42.0" |
| 1530 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1529 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1531 | checksum = "23994b7a613540de50d0b6ac5fcdfeb65d814b0dc5630875d3e1d3e8f05e8c7c" | 1530 | checksum = "df4d5628d2444349570fb185b0c2d92cfdb7e68d62b13bf3e8a4348b5de7430b" |
| 1532 | dependencies = [ | 1531 | dependencies = [ |
| 1533 | "async-utility", | 1532 | "async-utility", |
| 1534 | "async-wsocket", | 1533 | "async-wsocket", |
| 1535 | "atomic-destructor", | 1534 | "atomic-destructor", |
| 1536 | "lru", | 1535 | "lru", |
| 1537 | "negentropy 0.3.1", | 1536 | "negentropy", |
| 1538 | "negentropy 0.5.0", | ||
| 1539 | "nostr", | 1537 | "nostr", |
| 1540 | "nostr-database", | 1538 | "nostr-database", |
| 1541 | "tokio", | 1539 | "tokio", |
| @@ -1544,9 +1542,9 @@ dependencies = [ | |||
| 1544 | 1542 | ||
| 1545 | [[package]] | 1543 | [[package]] |
| 1546 | name = "nostr-sdk" | 1544 | name = "nostr-sdk" |
| 1547 | version = "0.41.0" | 1545 | version = "0.42.0" |
| 1548 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1546 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1549 | checksum = "58d201c49818ef560a67f9c26c415007da38b007943e7d1644ac55aa98c55a42" | 1547 | checksum = "a1e928ba9ac2695fbe10b8aefda59f2abfeb23c10a0e86a0b3e0f6a27bb274a2" |
| 1550 | dependencies = [ | 1548 | dependencies = [ |
| 1551 | "async-utility", | 1549 | "async-utility", |
| 1552 | "nostr", | 1550 | "nostr", |
| @@ -1557,12 +1555,6 @@ dependencies = [ | |||
| 1557 | ] | 1555 | ] |
| 1558 | 1556 | ||
| 1559 | [[package]] | 1557 | [[package]] |
| 1560 | name = "number_prefix" | ||
| 1561 | version = "0.4.0" | ||
| 1562 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1563 | checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" | ||
| 1564 | |||
| 1565 | [[package]] | ||
| 1566 | name = "object" | 1558 | name = "object" |
| 1567 | version = "0.36.7" | 1559 | version = "0.36.7" |
| 1568 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1560 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -1578,6 +1570,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 1578 | checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" | 1570 | checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
| 1579 | 1571 | ||
| 1580 | [[package]] | 1572 | [[package]] |
| 1573 | name = "once_cell_polyfill" | ||
| 1574 | version = "1.70.1" | ||
| 1575 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1576 | checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" | ||
| 1577 | |||
| 1578 | [[package]] | ||
| 1581 | name = "opaque-debug" | 1579 | name = "opaque-debug" |
| 1582 | version = "0.3.1" | 1580 | version = "0.3.1" |
| 1583 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1581 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -1591,18 +1589,18 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" | |||
| 1591 | 1589 | ||
| 1592 | [[package]] | 1590 | [[package]] |
| 1593 | name = "openssl-src" | 1591 | name = "openssl-src" |
| 1594 | version = "300.5.0+3.5.0" | 1592 | version = "300.5.1+3.5.1" |
| 1595 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1593 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1596 | checksum = "e8ce546f549326b0e6052b649198487d91320875da901e7bd11a06d1ee3f9c2f" | 1594 | checksum = "735230c832b28c000e3bc117119e6466a663ec73506bc0a9907ea4187508e42a" |
| 1597 | dependencies = [ | 1595 | dependencies = [ |
| 1598 | "cc", | 1596 | "cc", |
| 1599 | ] | 1597 | ] |
| 1600 | 1598 | ||
| 1601 | [[package]] | 1599 | [[package]] |
| 1602 | name = "openssl-sys" | 1600 | name = "openssl-sys" |
| 1603 | version = "0.9.108" | 1601 | version = "0.9.109" |
| 1604 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1602 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1605 | checksum = "e145e1651e858e820e4860f7b9c5e169bc1d8ce1c86043be79fa7b7634821847" | 1603 | checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571" |
| 1606 | dependencies = [ | 1604 | dependencies = [ |
| 1607 | "cc", | 1605 | "cc", |
| 1608 | "libc", | 1606 | "libc", |
| @@ -1629,9 +1627,9 @@ dependencies = [ | |||
| 1629 | 1627 | ||
| 1630 | [[package]] | 1628 | [[package]] |
| 1631 | name = "parking_lot" | 1629 | name = "parking_lot" |
| 1632 | version = "0.12.3" | 1630 | version = "0.12.4" |
| 1633 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1631 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1634 | checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" | 1632 | checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" |
| 1635 | dependencies = [ | 1633 | dependencies = [ |
| 1636 | "lock_api", | 1634 | "lock_api", |
| 1637 | "parking_lot_core", | 1635 | "parking_lot_core", |
| @@ -1639,9 +1637,9 @@ dependencies = [ | |||
| 1639 | 1637 | ||
| 1640 | [[package]] | 1638 | [[package]] |
| 1641 | name = "parking_lot_core" | 1639 | name = "parking_lot_core" |
| 1642 | version = "0.9.10" | 1640 | version = "0.9.11" |
| 1643 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1641 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1644 | checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" | 1642 | checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" |
| 1645 | dependencies = [ | 1643 | dependencies = [ |
| 1646 | "cfg-if", | 1644 | "cfg-if", |
| 1647 | "libc", | 1645 | "libc", |
| @@ -1779,9 +1777,18 @@ dependencies = [ | |||
| 1779 | 1777 | ||
| 1780 | [[package]] | 1778 | [[package]] |
| 1781 | name = "portable-atomic" | 1779 | name = "portable-atomic" |
| 1782 | version = "1.11.0" | 1780 | version = "1.11.1" |
| 1781 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1782 | checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" | ||
| 1783 | |||
| 1784 | [[package]] | ||
| 1785 | name = "potential_utf" | ||
| 1786 | version = "0.1.2" | ||
| 1783 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1787 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1784 | checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e" | 1788 | checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585" |
| 1789 | dependencies = [ | ||
| 1790 | "zerovec", | ||
| 1791 | ] | ||
| 1785 | 1792 | ||
| 1786 | [[package]] | 1793 | [[package]] |
| 1787 | name = "ppv-lite86" | 1794 | name = "ppv-lite86" |
| @@ -1842,9 +1849,9 @@ checksum = "d68782463e408eb1e668cf6152704bd856c78c5b6417adaee3203d8f4c1fc9ec" | |||
| 1842 | 1849 | ||
| 1843 | [[package]] | 1850 | [[package]] |
| 1844 | name = "quinn" | 1851 | name = "quinn" |
| 1845 | version = "0.11.7" | 1852 | version = "0.11.8" |
| 1846 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1853 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1847 | checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012" | 1854 | checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8" |
| 1848 | dependencies = [ | 1855 | dependencies = [ |
| 1849 | "bytes", | 1856 | "bytes", |
| 1850 | "cfg_aliases", | 1857 | "cfg_aliases", |
| @@ -1862,12 +1869,13 @@ dependencies = [ | |||
| 1862 | 1869 | ||
| 1863 | [[package]] | 1870 | [[package]] |
| 1864 | name = "quinn-proto" | 1871 | name = "quinn-proto" |
| 1865 | version = "0.11.11" | 1872 | version = "0.11.12" |
| 1866 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1873 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1867 | checksum = "bcbafbbdbb0f638fe3f35f3c56739f77a8a1d070cb25603226c83339b391472b" | 1874 | checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e" |
| 1868 | dependencies = [ | 1875 | dependencies = [ |
| 1869 | "bytes", | 1876 | "bytes", |
| 1870 | "getrandom 0.3.2", | 1877 | "getrandom 0.3.3", |
| 1878 | "lru-slab", | ||
| 1871 | "rand 0.9.1", | 1879 | "rand 0.9.1", |
| 1872 | "ring", | 1880 | "ring", |
| 1873 | "rustc-hash", | 1881 | "rustc-hash", |
| @@ -1882,9 +1890,9 @@ dependencies = [ | |||
| 1882 | 1890 | ||
| 1883 | [[package]] | 1891 | [[package]] |
| 1884 | name = "quinn-udp" | 1892 | name = "quinn-udp" |
| 1885 | version = "0.5.12" | 1893 | version = "0.5.13" |
| 1886 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1894 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1887 | checksum = "ee4e529991f949c5e25755532370b8af5d114acae52326361d68d47af64aa842" | 1895 | checksum = "fcebb1209ee276352ef14ff8732e24cc2b02bbac986cd74a4c81bcb2f9881970" |
| 1888 | dependencies = [ | 1896 | dependencies = [ |
| 1889 | "cfg_aliases", | 1897 | "cfg_aliases", |
| 1890 | "libc", | 1898 | "libc", |
| @@ -1905,9 +1913,9 @@ dependencies = [ | |||
| 1905 | 1913 | ||
| 1906 | [[package]] | 1914 | [[package]] |
| 1907 | name = "r-efi" | 1915 | name = "r-efi" |
| 1908 | version = "5.2.0" | 1916 | version = "5.3.0" |
| 1909 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1917 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1910 | checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" | 1918 | checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| 1911 | 1919 | ||
| 1912 | [[package]] | 1920 | [[package]] |
| 1913 | name = "rand" | 1921 | name = "rand" |
| @@ -1965,7 +1973,7 @@ version = "0.9.3" | |||
| 1965 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1973 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1966 | checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" | 1974 | checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" |
| 1967 | dependencies = [ | 1975 | dependencies = [ |
| 1968 | "getrandom 0.3.2", | 1976 | "getrandom 0.3.3", |
| 1969 | ] | 1977 | ] |
| 1970 | 1978 | ||
| 1971 | [[package]] | 1979 | [[package]] |
| @@ -2001,11 +2009,11 @@ dependencies = [ | |||
| 2001 | 2009 | ||
| 2002 | [[package]] | 2010 | [[package]] |
| 2003 | name = "redox_syscall" | 2011 | name = "redox_syscall" |
| 2004 | version = "0.5.12" | 2012 | version = "0.5.13" |
| 2005 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2013 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2006 | checksum = "928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af" | 2014 | checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6" |
| 2007 | dependencies = [ | 2015 | dependencies = [ |
| 2008 | "bitflags 2.9.0", | 2016 | "bitflags 2.9.1", |
| 2009 | ] | 2017 | ] |
| 2010 | 2018 | ||
| 2011 | [[package]] | 2019 | [[package]] |
| @@ -2050,30 +2058,25 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" | |||
| 2050 | 2058 | ||
| 2051 | [[package]] | 2059 | [[package]] |
| 2052 | name = "reqwest" | 2060 | name = "reqwest" |
| 2053 | version = "0.12.15" | 2061 | version = "0.12.22" |
| 2054 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2062 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2055 | checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb" | 2063 | checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531" |
| 2056 | dependencies = [ | 2064 | dependencies = [ |
| 2057 | "base64", | 2065 | "base64", |
| 2058 | "bytes", | 2066 | "bytes", |
| 2059 | "futures-core", | 2067 | "futures-core", |
| 2060 | "futures-util", | ||
| 2061 | "http 1.3.1", | 2068 | "http 1.3.1", |
| 2062 | "http-body", | 2069 | "http-body", |
| 2063 | "http-body-util", | 2070 | "http-body-util", |
| 2064 | "hyper", | 2071 | "hyper", |
| 2065 | "hyper-rustls", | 2072 | "hyper-rustls", |
| 2066 | "hyper-util", | 2073 | "hyper-util", |
| 2067 | "ipnet", | ||
| 2068 | "js-sys", | 2074 | "js-sys", |
| 2069 | "log", | 2075 | "log", |
| 2070 | "mime", | ||
| 2071 | "once_cell", | ||
| 2072 | "percent-encoding", | 2076 | "percent-encoding", |
| 2073 | "pin-project-lite", | 2077 | "pin-project-lite", |
| 2074 | "quinn", | 2078 | "quinn", |
| 2075 | "rustls", | 2079 | "rustls", |
| 2076 | "rustls-pemfile", | ||
| 2077 | "rustls-pki-types", | 2080 | "rustls-pki-types", |
| 2078 | "serde", | 2081 | "serde", |
| 2079 | "serde_json", | 2082 | "serde_json", |
| @@ -2081,15 +2084,14 @@ dependencies = [ | |||
| 2081 | "sync_wrapper", | 2084 | "sync_wrapper", |
| 2082 | "tokio", | 2085 | "tokio", |
| 2083 | "tokio-rustls", | 2086 | "tokio-rustls", |
| 2084 | "tokio-socks", | ||
| 2085 | "tower", | 2087 | "tower", |
| 2088 | "tower-http", | ||
| 2086 | "tower-service", | 2089 | "tower-service", |
| 2087 | "url", | 2090 | "url", |
| 2088 | "wasm-bindgen", | 2091 | "wasm-bindgen", |
| 2089 | "wasm-bindgen-futures", | 2092 | "wasm-bindgen-futures", |
| 2090 | "web-sys", | 2093 | "web-sys", |
| 2091 | "webpki-roots", | 2094 | "webpki-roots 1.0.1", |
| 2092 | "windows-registry", | ||
| 2093 | ] | 2095 | ] |
| 2094 | 2096 | ||
| 2095 | [[package]] | 2097 | [[package]] |
| @@ -2120,9 +2122,9 @@ dependencies = [ | |||
| 2120 | 2122 | ||
| 2121 | [[package]] | 2123 | [[package]] |
| 2122 | name = "rustc-demangle" | 2124 | name = "rustc-demangle" |
| 2123 | version = "0.1.24" | 2125 | version = "0.1.25" |
| 2124 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2126 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2125 | checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" | 2127 | checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f" |
| 2126 | 2128 | ||
| 2127 | [[package]] | 2129 | [[package]] |
| 2128 | name = "rustc-hash" | 2130 | name = "rustc-hash" |
| @@ -2141,22 +2143,22 @@ dependencies = [ | |||
| 2141 | 2143 | ||
| 2142 | [[package]] | 2144 | [[package]] |
| 2143 | name = "rustix" | 2145 | name = "rustix" |
| 2144 | version = "1.0.7" | 2146 | version = "1.0.8" |
| 2145 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2146 | checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266" | 2148 | checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8" |
| 2147 | dependencies = [ | 2149 | dependencies = [ |
| 2148 | "bitflags 2.9.0", | 2150 | "bitflags 2.9.1", |
| 2149 | "errno", | 2151 | "errno", |
| 2150 | "libc", | 2152 | "libc", |
| 2151 | "linux-raw-sys", | 2153 | "linux-raw-sys", |
| 2152 | "windows-sys 0.59.0", | 2154 | "windows-sys 0.60.2", |
| 2153 | ] | 2155 | ] |
| 2154 | 2156 | ||
| 2155 | [[package]] | 2157 | [[package]] |
| 2156 | name = "rustls" | 2158 | name = "rustls" |
| 2157 | version = "0.23.27" | 2159 | version = "0.23.29" |
| 2158 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2159 | checksum = "730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321" | 2161 | checksum = "2491382039b29b9b11ff08b76ff6c97cf287671dbb74f0be44bda389fffe9bd1" |
| 2160 | dependencies = [ | 2162 | dependencies = [ |
| 2161 | "once_cell", | 2163 | "once_cell", |
| 2162 | "ring", | 2164 | "ring", |
| @@ -2167,28 +2169,20 @@ dependencies = [ | |||
| 2167 | ] | 2169 | ] |
| 2168 | 2170 | ||
| 2169 | [[package]] | 2171 | [[package]] |
| 2170 | name = "rustls-pemfile" | ||
| 2171 | version = "2.2.0" | ||
| 2172 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2173 | checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" | ||
| 2174 | dependencies = [ | ||
| 2175 | "rustls-pki-types", | ||
| 2176 | ] | ||
| 2177 | |||
| 2178 | [[package]] | ||
| 2179 | name = "rustls-pki-types" | 2172 | name = "rustls-pki-types" |
| 2180 | version = "1.11.0" | 2173 | version = "1.12.0" |
| 2181 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2174 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2182 | checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c" | 2175 | checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" |
| 2183 | dependencies = [ | 2176 | dependencies = [ |
| 2184 | "web-time", | 2177 | "web-time", |
| 2178 | "zeroize", | ||
| 2185 | ] | 2179 | ] |
| 2186 | 2180 | ||
| 2187 | [[package]] | 2181 | [[package]] |
| 2188 | name = "rustls-webpki" | 2182 | name = "rustls-webpki" |
| 2189 | version = "0.103.2" | 2183 | version = "0.103.4" |
| 2190 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2184 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2191 | checksum = "7149975849f1abb3832b246010ef62ccc80d3a76169517ada7188252b9cfb437" | 2185 | checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc" |
| 2192 | dependencies = [ | 2186 | dependencies = [ |
| 2193 | "ring", | 2187 | "ring", |
| 2194 | "rustls-pki-types", | 2188 | "rustls-pki-types", |
| @@ -2197,9 +2191,9 @@ dependencies = [ | |||
| 2197 | 2191 | ||
| 2198 | [[package]] | 2192 | [[package]] |
| 2199 | name = "rustversion" | 2193 | name = "rustversion" |
| 2200 | version = "1.0.20" | 2194 | version = "1.0.21" |
| 2201 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2202 | checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2" | 2196 | checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" |
| 2203 | 2197 | ||
| 2204 | [[package]] | 2198 | [[package]] |
| 2205 | name = "ryu" | 2199 | name = "ryu" |
| @@ -2245,9 +2239,9 @@ dependencies = [ | |||
| 2245 | 2239 | ||
| 2246 | [[package]] | 2240 | [[package]] |
| 2247 | name = "sdd" | 2241 | name = "sdd" |
| 2248 | version = "3.0.8" | 2242 | version = "3.0.9" |
| 2249 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2243 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2250 | checksum = "584e070911c7017da6cb2eb0788d09f43d789029b5877d3e5ecc8acf86ceee21" | 2244 | checksum = "62f5557d2bbddd5afd236ba7856b0e494f5acc7ce805bb0774cc5674b20a06b4" |
| 2251 | 2245 | ||
| 2252 | [[package]] | 2246 | [[package]] |
| 2253 | name = "secp256k1" | 2247 | name = "secp256k1" |
| @@ -2419,24 +2413,21 @@ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" | |||
| 2419 | 2413 | ||
| 2420 | [[package]] | 2414 | [[package]] |
| 2421 | name = "slab" | 2415 | name = "slab" |
| 2422 | version = "0.4.9" | 2416 | version = "0.4.10" |
| 2423 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2424 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" | 2418 | checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d" |
| 2425 | dependencies = [ | ||
| 2426 | "autocfg", | ||
| 2427 | ] | ||
| 2428 | 2419 | ||
| 2429 | [[package]] | 2420 | [[package]] |
| 2430 | name = "smallvec" | 2421 | name = "smallvec" |
| 2431 | version = "1.15.0" | 2422 | version = "1.15.1" |
| 2432 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2423 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2433 | checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" | 2424 | checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 2434 | 2425 | ||
| 2435 | [[package]] | 2426 | [[package]] |
| 2436 | name = "socket2" | 2427 | name = "socket2" |
| 2437 | version = "0.5.9" | 2428 | version = "0.5.10" |
| 2438 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2429 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2439 | checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef" | 2430 | checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" |
| 2440 | dependencies = [ | 2431 | dependencies = [ |
| 2441 | "libc", | 2432 | "libc", |
| 2442 | "windows-sys 0.52.0", | 2433 | "windows-sys 0.52.0", |
| @@ -2480,9 +2471,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" | |||
| 2480 | 2471 | ||
| 2481 | [[package]] | 2472 | [[package]] |
| 2482 | name = "syn" | 2473 | name = "syn" |
| 2483 | version = "2.0.101" | 2474 | version = "2.0.104" |
| 2484 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2475 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2485 | checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf" | 2476 | checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40" |
| 2486 | dependencies = [ | 2477 | dependencies = [ |
| 2487 | "proc-macro2", | 2478 | "proc-macro2", |
| 2488 | "quote", | 2479 | "quote", |
| @@ -2520,12 +2511,12 @@ dependencies = [ | |||
| 2520 | 2511 | ||
| 2521 | [[package]] | 2512 | [[package]] |
| 2522 | name = "tempfile" | 2513 | name = "tempfile" |
| 2523 | version = "3.19.1" | 2514 | version = "3.20.0" |
| 2524 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2515 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2525 | checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" | 2516 | checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" |
| 2526 | dependencies = [ | 2517 | dependencies = [ |
| 2527 | "fastrand", | 2518 | "fastrand", |
| 2528 | "getrandom 0.3.2", | 2519 | "getrandom 0.3.3", |
| 2529 | "once_cell", | 2520 | "once_cell", |
| 2530 | "rustix", | 2521 | "rustix", |
| 2531 | "windows-sys 0.59.0", | 2522 | "windows-sys 0.59.0", |
| @@ -2562,13 +2553,13 @@ dependencies = [ | |||
| 2562 | "nostr-lmdb", | 2553 | "nostr-lmdb", |
| 2563 | "nostr-sdk", | 2554 | "nostr-sdk", |
| 2564 | "once_cell", | 2555 | "once_cell", |
| 2565 | "rand 0.8.5", | 2556 | "rand 0.9.1", |
| 2566 | "rexpect", | 2557 | "rexpect", |
| 2567 | "sha2", | 2558 | "sha2", |
| 2568 | "simple-websockets", | 2559 | "simple-websockets", |
| 2569 | "strip-ansi-escapes", | 2560 | "strip-ansi-escapes", |
| 2570 | "tokio", | 2561 | "tokio", |
| 2571 | "tungstenite 0.20.1", | 2562 | "tungstenite 0.27.0", |
| 2572 | ] | 2563 | ] |
| 2573 | 2564 | ||
| 2574 | [[package]] | 2565 | [[package]] |
| @@ -2613,9 +2604,9 @@ dependencies = [ | |||
| 2613 | 2604 | ||
| 2614 | [[package]] | 2605 | [[package]] |
| 2615 | name = "tinystr" | 2606 | name = "tinystr" |
| 2616 | version = "0.7.6" | 2607 | version = "0.8.1" |
| 2617 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2608 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2618 | checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" | 2609 | checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" |
| 2619 | dependencies = [ | 2610 | dependencies = [ |
| 2620 | "displaydoc", | 2611 | "displaydoc", |
| 2621 | "zerovec", | 2612 | "zerovec", |
| @@ -2638,17 +2629,19 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" | |||
| 2638 | 2629 | ||
| 2639 | [[package]] | 2630 | [[package]] |
| 2640 | name = "tokio" | 2631 | name = "tokio" |
| 2641 | version = "1.45.0" | 2632 | version = "1.46.1" |
| 2642 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2633 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2643 | checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165" | 2634 | checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17" |
| 2644 | dependencies = [ | 2635 | dependencies = [ |
| 2645 | "backtrace", | 2636 | "backtrace", |
| 2646 | "bytes", | 2637 | "bytes", |
| 2638 | "io-uring", | ||
| 2647 | "libc", | 2639 | "libc", |
| 2648 | "mio", | 2640 | "mio", |
| 2649 | "parking_lot", | 2641 | "parking_lot", |
| 2650 | "pin-project-lite", | 2642 | "pin-project-lite", |
| 2651 | "signal-hook-registry", | 2643 | "signal-hook-registry", |
| 2644 | "slab", | ||
| 2652 | "socket2", | 2645 | "socket2", |
| 2653 | "tokio-macros", | 2646 | "tokio-macros", |
| 2654 | "windows-sys 0.52.0", | 2647 | "windows-sys 0.52.0", |
| @@ -2712,7 +2705,7 @@ dependencies = [ | |||
| 2712 | "tokio", | 2705 | "tokio", |
| 2713 | "tokio-rustls", | 2706 | "tokio-rustls", |
| 2714 | "tungstenite 0.26.2", | 2707 | "tungstenite 0.26.2", |
| 2715 | "webpki-roots", | 2708 | "webpki-roots 0.26.11", |
| 2716 | ] | 2709 | ] |
| 2717 | 2710 | ||
| 2718 | [[package]] | 2711 | [[package]] |
| @@ -2731,6 +2724,24 @@ dependencies = [ | |||
| 2731 | ] | 2724 | ] |
| 2732 | 2725 | ||
| 2733 | [[package]] | 2726 | [[package]] |
| 2727 | name = "tower-http" | ||
| 2728 | version = "0.6.6" | ||
| 2729 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2730 | checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" | ||
| 2731 | dependencies = [ | ||
| 2732 | "bitflags 2.9.1", | ||
| 2733 | "bytes", | ||
| 2734 | "futures-util", | ||
| 2735 | "http 1.3.1", | ||
| 2736 | "http-body", | ||
| 2737 | "iri-string", | ||
| 2738 | "pin-project-lite", | ||
| 2739 | "tower", | ||
| 2740 | "tower-layer", | ||
| 2741 | "tower-service", | ||
| 2742 | ] | ||
| 2743 | |||
| 2744 | [[package]] | ||
| 2734 | name = "tower-layer" | 2745 | name = "tower-layer" |
| 2735 | version = "0.3.3" | 2746 | version = "0.3.3" |
| 2736 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2747 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -2755,9 +2766,9 @@ dependencies = [ | |||
| 2755 | 2766 | ||
| 2756 | [[package]] | 2767 | [[package]] |
| 2757 | name = "tracing-attributes" | 2768 | name = "tracing-attributes" |
| 2758 | version = "0.1.28" | 2769 | version = "0.1.30" |
| 2759 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2770 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2760 | checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" | 2771 | checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" |
| 2761 | dependencies = [ | 2772 | dependencies = [ |
| 2762 | "proc-macro2", | 2773 | "proc-macro2", |
| 2763 | "quote", | 2774 | "quote", |
| @@ -2766,9 +2777,9 @@ dependencies = [ | |||
| 2766 | 2777 | ||
| 2767 | [[package]] | 2778 | [[package]] |
| 2768 | name = "tracing-core" | 2779 | name = "tracing-core" |
| 2769 | version = "0.1.33" | 2780 | version = "0.1.34" |
| 2770 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2781 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2771 | checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" | 2782 | checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" |
| 2772 | dependencies = [ | 2783 | dependencies = [ |
| 2773 | "once_cell", | 2784 | "once_cell", |
| 2774 | ] | 2785 | ] |
| @@ -2818,6 +2829,23 @@ dependencies = [ | |||
| 2818 | ] | 2829 | ] |
| 2819 | 2830 | ||
| 2820 | [[package]] | 2831 | [[package]] |
| 2832 | name = "tungstenite" | ||
| 2833 | version = "0.27.0" | ||
| 2834 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2835 | checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d" | ||
| 2836 | dependencies = [ | ||
| 2837 | "bytes", | ||
| 2838 | "data-encoding", | ||
| 2839 | "http 1.3.1", | ||
| 2840 | "httparse", | ||
| 2841 | "log", | ||
| 2842 | "rand 0.9.1", | ||
| 2843 | "sha1", | ||
| 2844 | "thiserror 2.0.12", | ||
| 2845 | "utf-8", | ||
| 2846 | ] | ||
| 2847 | |||
| 2848 | [[package]] | ||
| 2821 | name = "typenum" | 2849 | name = "typenum" |
| 2822 | version = "1.18.0" | 2850 | version = "1.18.0" |
| 2823 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2851 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -2831,18 +2859,24 @@ checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" | |||
| 2831 | 2859 | ||
| 2832 | [[package]] | 2860 | [[package]] |
| 2833 | name = "unicode-normalization" | 2861 | name = "unicode-normalization" |
| 2834 | version = "0.1.22" | 2862 | version = "0.1.24" |
| 2835 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2863 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2836 | checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" | 2864 | checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" |
| 2837 | dependencies = [ | 2865 | dependencies = [ |
| 2838 | "tinyvec", | 2866 | "tinyvec", |
| 2839 | ] | 2867 | ] |
| 2840 | 2868 | ||
| 2841 | [[package]] | 2869 | [[package]] |
| 2842 | name = "unicode-width" | 2870 | name = "unicode-width" |
| 2843 | version = "0.2.0" | 2871 | version = "0.2.1" |
| 2872 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2873 | checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c" | ||
| 2874 | |||
| 2875 | [[package]] | ||
| 2876 | name = "unit-prefix" | ||
| 2877 | version = "0.5.1" | ||
| 2844 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2878 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2845 | checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" | 2879 | checksum = "323402cff2dd658f39ca17c789b502021b3f18707c91cdf22e3838e1b4023817" |
| 2846 | 2880 | ||
| 2847 | [[package]] | 2881 | [[package]] |
| 2848 | name = "universal-hash" | 2882 | name = "universal-hash" |
| @@ -2891,12 +2925,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 2891 | checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" | 2925 | checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
| 2892 | 2926 | ||
| 2893 | [[package]] | 2927 | [[package]] |
| 2894 | name = "utf16_iter" | ||
| 2895 | version = "1.0.5" | ||
| 2896 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2897 | checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" | ||
| 2898 | |||
| 2899 | [[package]] | ||
| 2900 | name = "utf8_iter" | 2928 | name = "utf8_iter" |
| 2901 | version = "1.0.4" | 2929 | version = "1.0.4" |
| 2902 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2930 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -2949,9 +2977,9 @@ dependencies = [ | |||
| 2949 | 2977 | ||
| 2950 | [[package]] | 2978 | [[package]] |
| 2951 | name = "wasi" | 2979 | name = "wasi" |
| 2952 | version = "0.11.0+wasi-snapshot-preview1" | 2980 | version = "0.11.1+wasi-snapshot-preview1" |
| 2953 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2981 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2954 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" | 2982 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 2955 | 2983 | ||
| 2956 | [[package]] | 2984 | [[package]] |
| 2957 | name = "wasi" | 2985 | name = "wasi" |
| @@ -3055,9 +3083,18 @@ dependencies = [ | |||
| 3055 | 3083 | ||
| 3056 | [[package]] | 3084 | [[package]] |
| 3057 | name = "webpki-roots" | 3085 | name = "webpki-roots" |
| 3058 | version = "0.26.10" | 3086 | version = "0.26.11" |
| 3059 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3087 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3060 | checksum = "37493cadf42a2a939ed404698ded7fb378bf301b5011f973361779a3a74f8c93" | 3088 | checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9" |
| 3089 | dependencies = [ | ||
| 3090 | "webpki-roots 1.0.1", | ||
| 3091 | ] | ||
| 3092 | |||
| 3093 | [[package]] | ||
| 3094 | name = "webpki-roots" | ||
| 3095 | version = "1.0.1" | ||
| 3096 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 3097 | checksum = "8782dd5a41a24eed3a4f40b606249b3e236ca61adf1f25ea4d45c73de122b502" | ||
| 3061 | dependencies = [ | 3098 | dependencies = [ |
| 3062 | "rustls-pki-types", | 3099 | "rustls-pki-types", |
| 3063 | ] | 3100 | ] |
| @@ -3085,41 +3122,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 3085 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | 3122 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 3086 | 3123 | ||
| 3087 | [[package]] | 3124 | [[package]] |
| 3088 | name = "windows-link" | ||
| 3089 | version = "0.1.1" | ||
| 3090 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 3091 | checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38" | ||
| 3092 | |||
| 3093 | [[package]] | ||
| 3094 | name = "windows-registry" | ||
| 3095 | version = "0.4.0" | ||
| 3096 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 3097 | checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3" | ||
| 3098 | dependencies = [ | ||
| 3099 | "windows-result", | ||
| 3100 | "windows-strings", | ||
| 3101 | "windows-targets 0.53.0", | ||
| 3102 | ] | ||
| 3103 | |||
| 3104 | [[package]] | ||
| 3105 | name = "windows-result" | ||
| 3106 | version = "0.3.2" | ||
| 3107 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 3108 | checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252" | ||
| 3109 | dependencies = [ | ||
| 3110 | "windows-link", | ||
| 3111 | ] | ||
| 3112 | |||
| 3113 | [[package]] | ||
| 3114 | name = "windows-strings" | ||
| 3115 | version = "0.3.1" | ||
| 3116 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 3117 | checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319" | ||
| 3118 | dependencies = [ | ||
| 3119 | "windows-link", | ||
| 3120 | ] | ||
| 3121 | |||
| 3122 | [[package]] | ||
| 3123 | name = "windows-sys" | 3125 | name = "windows-sys" |
| 3124 | version = "0.52.0" | 3126 | version = "0.52.0" |
| 3125 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -3138,6 +3140,15 @@ dependencies = [ | |||
| 3138 | ] | 3140 | ] |
| 3139 | 3141 | ||
| 3140 | [[package]] | 3142 | [[package]] |
| 3143 | name = "windows-sys" | ||
| 3144 | version = "0.60.2" | ||
| 3145 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 3146 | checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" | ||
| 3147 | dependencies = [ | ||
| 3148 | "windows-targets 0.53.2", | ||
| 3149 | ] | ||
| 3150 | |||
| 3151 | [[package]] | ||
| 3141 | name = "windows-targets" | 3152 | name = "windows-targets" |
| 3142 | version = "0.52.6" | 3153 | version = "0.52.6" |
| 3143 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3154 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -3155,9 +3166,9 @@ dependencies = [ | |||
| 3155 | 3166 | ||
| 3156 | [[package]] | 3167 | [[package]] |
| 3157 | name = "windows-targets" | 3168 | name = "windows-targets" |
| 3158 | version = "0.53.0" | 3169 | version = "0.53.2" |
| 3159 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3170 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3160 | checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b" | 3171 | checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef" |
| 3161 | dependencies = [ | 3172 | dependencies = [ |
| 3162 | "windows_aarch64_gnullvm 0.53.0", | 3173 | "windows_aarch64_gnullvm 0.53.0", |
| 3163 | "windows_aarch64_msvc 0.53.0", | 3174 | "windows_aarch64_msvc 0.53.0", |
| @@ -3271,26 +3282,20 @@ version = "0.39.0" | |||
| 3271 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3272 | checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" | 3283 | checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" |
| 3273 | dependencies = [ | 3284 | dependencies = [ |
| 3274 | "bitflags 2.9.0", | 3285 | "bitflags 2.9.1", |
| 3275 | ] | 3286 | ] |
| 3276 | 3287 | ||
| 3277 | [[package]] | 3288 | [[package]] |
| 3278 | name = "write16" | ||
| 3279 | version = "1.0.0" | ||
| 3280 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 3281 | checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" | ||
| 3282 | |||
| 3283 | [[package]] | ||
| 3284 | name = "writeable" | 3289 | name = "writeable" |
| 3285 | version = "0.5.5" | 3290 | version = "0.6.1" |
| 3286 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3291 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3287 | checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" | 3292 | checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" |
| 3288 | 3293 | ||
| 3289 | [[package]] | 3294 | [[package]] |
| 3290 | name = "yoke" | 3295 | name = "yoke" |
| 3291 | version = "0.7.5" | 3296 | version = "0.8.0" |
| 3292 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3297 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3293 | checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" | 3298 | checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" |
| 3294 | dependencies = [ | 3299 | dependencies = [ |
| 3295 | "serde", | 3300 | "serde", |
| 3296 | "stable_deref_trait", | 3301 | "stable_deref_trait", |
| @@ -3300,9 +3305,9 @@ dependencies = [ | |||
| 3300 | 3305 | ||
| 3301 | [[package]] | 3306 | [[package]] |
| 3302 | name = "yoke-derive" | 3307 | name = "yoke-derive" |
| 3303 | version = "0.7.5" | 3308 | version = "0.8.0" |
| 3304 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3305 | checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" | 3310 | checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" |
| 3306 | dependencies = [ | 3311 | dependencies = [ |
| 3307 | "proc-macro2", | 3312 | "proc-macro2", |
| 3308 | "quote", | 3313 | "quote", |
| @@ -3312,18 +3317,18 @@ dependencies = [ | |||
| 3312 | 3317 | ||
| 3313 | [[package]] | 3318 | [[package]] |
| 3314 | name = "zerocopy" | 3319 | name = "zerocopy" |
| 3315 | version = "0.8.25" | 3320 | version = "0.8.26" |
| 3316 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3321 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3317 | checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb" | 3322 | checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f" |
| 3318 | dependencies = [ | 3323 | dependencies = [ |
| 3319 | "zerocopy-derive", | 3324 | "zerocopy-derive", |
| 3320 | ] | 3325 | ] |
| 3321 | 3326 | ||
| 3322 | [[package]] | 3327 | [[package]] |
| 3323 | name = "zerocopy-derive" | 3328 | name = "zerocopy-derive" |
| 3324 | version = "0.8.25" | 3329 | version = "0.8.26" |
| 3325 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3330 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3326 | checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef" | 3331 | checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181" |
| 3327 | dependencies = [ | 3332 | dependencies = [ |
| 3328 | "proc-macro2", | 3333 | "proc-macro2", |
| 3329 | "quote", | 3334 | "quote", |
| @@ -3358,10 +3363,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 3358 | checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" | 3363 | checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" |
| 3359 | 3364 | ||
| 3360 | [[package]] | 3365 | [[package]] |
| 3366 | name = "zerotrie" | ||
| 3367 | version = "0.2.2" | ||
| 3368 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 3369 | checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" | ||
| 3370 | dependencies = [ | ||
| 3371 | "displaydoc", | ||
| 3372 | "yoke", | ||
| 3373 | "zerofrom", | ||
| 3374 | ] | ||
| 3375 | |||
| 3376 | [[package]] | ||
| 3361 | name = "zerovec" | 3377 | name = "zerovec" |
| 3362 | version = "0.10.4" | 3378 | version = "0.11.2" |
| 3363 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3379 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3364 | checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" | 3380 | checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428" |
| 3365 | dependencies = [ | 3381 | dependencies = [ |
| 3366 | "yoke", | 3382 | "yoke", |
| 3367 | "zerofrom", | 3383 | "zerofrom", |
| @@ -3370,9 +3386,9 @@ dependencies = [ | |||
| 3370 | 3386 | ||
| 3371 | [[package]] | 3387 | [[package]] |
| 3372 | name = "zerovec-derive" | 3388 | name = "zerovec-derive" |
| 3373 | version = "0.10.3" | 3389 | version = "0.11.1" |
| 3374 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3375 | checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" | 3391 | checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" |
| 3376 | dependencies = [ | 3392 | dependencies = [ |
| 3377 | "proc-macro2", | 3393 | "proc-macro2", |
| 3378 | "quote", | 3394 | "quote", |