diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 889 |
1 files changed, 542 insertions, 347 deletions
| @@ -94,19 +94,20 @@ dependencies = [ | |||
| 94 | 94 | ||
| 95 | [[package]] | 95 | [[package]] |
| 96 | name = "anstyle-wincon" | 96 | name = "anstyle-wincon" |
| 97 | version = "3.0.6" | 97 | version = "3.0.7" |
| 98 | source = "registry+https://github.com/rust-lang/crates.io-index" | 98 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 99 | checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125" | 99 | checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" |
| 100 | dependencies = [ | 100 | dependencies = [ |
| 101 | "anstyle", | 101 | "anstyle", |
| 102 | "once_cell", | ||
| 102 | "windows-sys 0.59.0", | 103 | "windows-sys 0.59.0", |
| 103 | ] | 104 | ] |
| 104 | 105 | ||
| 105 | [[package]] | 106 | [[package]] |
| 106 | name = "anyhow" | 107 | name = "anyhow" |
| 107 | version = "1.0.94" | 108 | version = "1.0.97" |
| 108 | source = "registry+https://github.com/rust-lang/crates.io-index" | 109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 109 | checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" | 110 | checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" |
| 110 | 111 | ||
| 111 | [[package]] | 112 | [[package]] |
| 112 | name = "arrayvec" | 113 | name = "arrayvec" |
| @@ -124,7 +125,7 @@ dependencies = [ | |||
| 124 | "bstr", | 125 | "bstr", |
| 125 | "doc-comment", | 126 | "doc-comment", |
| 126 | "libc", | 127 | "libc", |
| 127 | "predicates 3.1.2", | 128 | "predicates 3.1.3", |
| 128 | "predicates-core", | 129 | "predicates-core", |
| 129 | "predicates-tree", | 130 | "predicates-tree", |
| 130 | "wait-timeout", | 131 | "wait-timeout", |
| @@ -161,7 +162,7 @@ dependencies = [ | |||
| 161 | "async-task", | 162 | "async-task", |
| 162 | "concurrent-queue", | 163 | "concurrent-queue", |
| 163 | "fastrand 2.3.0", | 164 | "fastrand 2.3.0", |
| 164 | "futures-lite 2.5.0", | 165 | "futures-lite 2.6.0", |
| 165 | "slab", | 166 | "slab", |
| 166 | ] | 167 | ] |
| 167 | 168 | ||
| @@ -191,7 +192,7 @@ dependencies = [ | |||
| 191 | "log", | 192 | "log", |
| 192 | "parking", | 193 | "parking", |
| 193 | "polling 2.8.0", | 194 | "polling 2.8.0", |
| 194 | "rustix 0.37.27", | 195 | "rustix 0.37.28", |
| 195 | "slab", | 196 | "slab", |
| 196 | "socket2 0.4.10", | 197 | "socket2 0.4.10", |
| 197 | "waker-fn", | 198 | "waker-fn", |
| @@ -207,10 +208,10 @@ dependencies = [ | |||
| 207 | "cfg-if", | 208 | "cfg-if", |
| 208 | "concurrent-queue", | 209 | "concurrent-queue", |
| 209 | "futures-io", | 210 | "futures-io", |
| 210 | "futures-lite 2.5.0", | 211 | "futures-lite 2.6.0", |
| 211 | "parking", | 212 | "parking", |
| 212 | "polling 3.7.4", | 213 | "polling 3.7.4", |
| 213 | "rustix 0.38.42", | 214 | "rustix 0.38.44", |
| 214 | "slab", | 215 | "slab", |
| 215 | "tracing", | 216 | "tracing", |
| 216 | "windows-sys 0.59.0", | 217 | "windows-sys 0.59.0", |
| @@ -231,7 +232,7 @@ version = "3.4.0" | |||
| 231 | source = "registry+https://github.com/rust-lang/crates.io-index" | 232 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 232 | checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" | 233 | checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" |
| 233 | dependencies = [ | 234 | dependencies = [ |
| 234 | "event-listener 5.3.1", | 235 | "event-listener 5.4.0", |
| 235 | "event-listener-strategy", | 236 | "event-listener-strategy", |
| 236 | "pin-project-lite", | 237 | "pin-project-lite", |
| 237 | ] | 238 | ] |
| @@ -249,7 +250,7 @@ dependencies = [ | |||
| 249 | "cfg-if", | 250 | "cfg-if", |
| 250 | "event-listener 3.1.0", | 251 | "event-listener 3.1.0", |
| 251 | "futures-lite 1.13.0", | 252 | "futures-lite 1.13.0", |
| 252 | "rustix 0.38.42", | 253 | "rustix 0.38.44", |
| 253 | "windows-sys 0.48.0", | 254 | "windows-sys 0.48.0", |
| 254 | ] | 255 | ] |
| 255 | 256 | ||
| @@ -261,7 +262,7 @@ checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" | |||
| 261 | dependencies = [ | 262 | dependencies = [ |
| 262 | "proc-macro2", | 263 | "proc-macro2", |
| 263 | "quote", | 264 | "quote", |
| 264 | "syn 2.0.90", | 265 | "syn 2.0.100", |
| 265 | ] | 266 | ] |
| 266 | 267 | ||
| 267 | [[package]] | 268 | [[package]] |
| @@ -276,7 +277,7 @@ dependencies = [ | |||
| 276 | "cfg-if", | 277 | "cfg-if", |
| 277 | "futures-core", | 278 | "futures-core", |
| 278 | "futures-io", | 279 | "futures-io", |
| 279 | "rustix 0.38.42", | 280 | "rustix 0.38.44", |
| 280 | "signal-hook-registry", | 281 | "signal-hook-registry", |
| 281 | "slab", | 282 | "slab", |
| 282 | "windows-sys 0.59.0", | 283 | "windows-sys 0.59.0", |
| @@ -290,13 +291,13 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" | |||
| 290 | 291 | ||
| 291 | [[package]] | 292 | [[package]] |
| 292 | name = "async-trait" | 293 | name = "async-trait" |
| 293 | version = "0.1.83" | 294 | version = "0.1.88" |
| 294 | source = "registry+https://github.com/rust-lang/crates.io-index" | 295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 295 | checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" | 296 | checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" |
| 296 | dependencies = [ | 297 | dependencies = [ |
| 297 | "proc-macro2", | 298 | "proc-macro2", |
| 298 | "quote", | 299 | "quote", |
| 299 | "syn 2.0.90", | 300 | "syn 2.0.100", |
| 300 | ] | 301 | ] |
| 301 | 302 | ||
| 302 | [[package]] | 303 | [[package]] |
| @@ -347,9 +348,9 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" | |||
| 347 | 348 | ||
| 348 | [[package]] | 349 | [[package]] |
| 349 | name = "auth-git2" | 350 | name = "auth-git2" |
| 350 | version = "0.5.5" | 351 | version = "0.5.7" |
| 351 | source = "registry+https://github.com/rust-lang/crates.io-index" | 352 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 352 | checksum = "3810b5af212b013fe7302b12d86616c6c39a48e18f2e4b812a5a9e5710213791" | 353 | checksum = "d55eead120c93036f531829cf9b85830a474e75ce71169680879d28078321ddc" |
| 353 | dependencies = [ | 354 | dependencies = [ |
| 354 | "dirs", | 355 | "dirs", |
| 355 | "git2", | 356 | "git2", |
| @@ -395,9 +396,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" | |||
| 395 | 396 | ||
| 396 | [[package]] | 397 | [[package]] |
| 397 | name = "base64ct" | 398 | name = "base64ct" |
| 398 | version = "1.6.0" | 399 | version = "1.7.3" |
| 399 | source = "registry+https://github.com/rust-lang/crates.io-index" | 400 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 400 | checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" | 401 | checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3" |
| 401 | 402 | ||
| 402 | [[package]] | 403 | [[package]] |
| 403 | name = "bech32" | 404 | name = "bech32" |
| @@ -494,9 +495,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" | |||
| 494 | 495 | ||
| 495 | [[package]] | 496 | [[package]] |
| 496 | name = "bitflags" | 497 | name = "bitflags" |
| 497 | version = "2.6.0" | 498 | version = "2.9.0" |
| 498 | source = "registry+https://github.com/rust-lang/crates.io-index" | 499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 499 | checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" | 500 | checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" |
| 500 | dependencies = [ | 501 | dependencies = [ |
| 501 | "serde", | 502 | "serde", |
| 502 | ] | 503 | ] |
| @@ -528,15 +529,15 @@ dependencies = [ | |||
| 528 | "async-channel", | 529 | "async-channel", |
| 529 | "async-task", | 530 | "async-task", |
| 530 | "futures-io", | 531 | "futures-io", |
| 531 | "futures-lite 2.5.0", | 532 | "futures-lite 2.6.0", |
| 532 | "piper", | 533 | "piper", |
| 533 | ] | 534 | ] |
| 534 | 535 | ||
| 535 | [[package]] | 536 | [[package]] |
| 536 | name = "bstr" | 537 | name = "bstr" |
| 537 | version = "1.11.1" | 538 | version = "1.11.3" |
| 538 | source = "registry+https://github.com/rust-lang/crates.io-index" | 539 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 539 | checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8" | 540 | checksum = "531a9155a481e2ee699d4f98f43c0ca4ff8ee1bfd55c31e9e98fb29d2b176fe0" |
| 540 | dependencies = [ | 541 | dependencies = [ |
| 541 | "memchr", | 542 | "memchr", |
| 542 | "regex-automata", | 543 | "regex-automata", |
| @@ -545,9 +546,9 @@ dependencies = [ | |||
| 545 | 546 | ||
| 546 | [[package]] | 547 | [[package]] |
| 547 | name = "bumpalo" | 548 | name = "bumpalo" |
| 548 | version = "3.16.0" | 549 | version = "3.17.0" |
| 549 | source = "registry+https://github.com/rust-lang/crates.io-index" | 550 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 550 | checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" | 551 | checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" |
| 551 | 552 | ||
| 552 | [[package]] | 553 | [[package]] |
| 553 | name = "byteorder" | 554 | name = "byteorder" |
| @@ -557,9 +558,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" | |||
| 557 | 558 | ||
| 558 | [[package]] | 559 | [[package]] |
| 559 | name = "bytes" | 560 | name = "bytes" |
| 560 | version = "1.9.0" | 561 | version = "1.10.1" |
| 561 | source = "registry+https://github.com/rust-lang/crates.io-index" | 562 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 562 | checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" | 563 | checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" |
| 563 | 564 | ||
| 564 | [[package]] | 565 | [[package]] |
| 565 | name = "cbc" | 566 | name = "cbc" |
| @@ -572,9 +573,9 @@ dependencies = [ | |||
| 572 | 573 | ||
| 573 | [[package]] | 574 | [[package]] |
| 574 | name = "cc" | 575 | name = "cc" |
| 575 | version = "1.2.4" | 576 | version = "1.2.17" |
| 576 | source = "registry+https://github.com/rust-lang/crates.io-index" | 577 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 577 | checksum = "9157bbaa6b165880c27a4293a474c91cdcf265cc68cc829bf10be0964a391caf" | 578 | checksum = "1fcb57c740ae1daf453ae85f16e37396f672b039e00d9d866e07ddb24e328e3a" |
| 578 | dependencies = [ | 579 | dependencies = [ |
| 579 | "jobserver", | 580 | "jobserver", |
| 580 | "libc", | 581 | "libc", |
| @@ -630,9 +631,9 @@ dependencies = [ | |||
| 630 | 631 | ||
| 631 | [[package]] | 632 | [[package]] |
| 632 | name = "clap" | 633 | name = "clap" |
| 633 | version = "4.5.23" | 634 | version = "4.5.34" |
| 634 | source = "registry+https://github.com/rust-lang/crates.io-index" | 635 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 635 | checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84" | 636 | checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff" |
| 636 | dependencies = [ | 637 | dependencies = [ |
| 637 | "clap_builder", | 638 | "clap_builder", |
| 638 | "clap_derive", | 639 | "clap_derive", |
| @@ -640,9 +641,9 @@ dependencies = [ | |||
| 640 | 641 | ||
| 641 | [[package]] | 642 | [[package]] |
| 642 | name = "clap_builder" | 643 | name = "clap_builder" |
| 643 | version = "4.5.23" | 644 | version = "4.5.34" |
| 644 | source = "registry+https://github.com/rust-lang/crates.io-index" | 645 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 645 | checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838" | 646 | checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489" |
| 646 | dependencies = [ | 647 | dependencies = [ |
| 647 | "anstream", | 648 | "anstream", |
| 648 | "anstyle", | 649 | "anstyle", |
| @@ -652,14 +653,14 @@ dependencies = [ | |||
| 652 | 653 | ||
| 653 | [[package]] | 654 | [[package]] |
| 654 | name = "clap_derive" | 655 | name = "clap_derive" |
| 655 | version = "4.5.18" | 656 | version = "4.5.32" |
| 656 | source = "registry+https://github.com/rust-lang/crates.io-index" | 657 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 657 | checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" | 658 | checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7" |
| 658 | dependencies = [ | 659 | dependencies = [ |
| 659 | "heck 0.5.0", | 660 | "heck 0.5.0", |
| 660 | "proc-macro2", | 661 | "proc-macro2", |
| 661 | "quote", | 662 | "quote", |
| 662 | "syn 2.0.90", | 663 | "syn 2.0.100", |
| 663 | ] | 664 | ] |
| 664 | 665 | ||
| 665 | [[package]] | 666 | [[package]] |
| @@ -691,15 +692,15 @@ dependencies = [ | |||
| 691 | 692 | ||
| 692 | [[package]] | 693 | [[package]] |
| 693 | name = "console" | 694 | name = "console" |
| 694 | version = "0.15.8" | 695 | version = "0.15.11" |
| 695 | source = "registry+https://github.com/rust-lang/crates.io-index" | 696 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 696 | checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" | 697 | checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" |
| 697 | dependencies = [ | 698 | dependencies = [ |
| 698 | "encode_unicode", | 699 | "encode_unicode", |
| 699 | "lazy_static", | ||
| 700 | "libc", | 700 | "libc", |
| 701 | "unicode-width 0.1.14", | 701 | "once_cell", |
| 702 | "windows-sys 0.52.0", | 702 | "unicode-width", |
| 703 | "windows-sys 0.59.0", | ||
| 703 | ] | 704 | ] |
| 704 | 705 | ||
| 705 | [[package]] | 706 | [[package]] |
| @@ -720,9 +721,9 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" | |||
| 720 | 721 | ||
| 721 | [[package]] | 722 | [[package]] |
| 722 | name = "cpufeatures" | 723 | name = "cpufeatures" |
| 723 | version = "0.2.16" | 724 | version = "0.2.17" |
| 724 | source = "registry+https://github.com/rust-lang/crates.io-index" | 725 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 725 | checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3" | 726 | checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| 726 | dependencies = [ | 727 | dependencies = [ |
| 727 | "libc", | 728 | "libc", |
| 728 | ] | 729 | ] |
| @@ -749,7 +750,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 749 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" | 750 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
| 750 | dependencies = [ | 751 | dependencies = [ |
| 751 | "generic-array", | 752 | "generic-array", |
| 752 | "rand_core", | 753 | "rand_core 0.6.4", |
| 753 | "typenum", | 754 | "typenum", |
| 754 | ] | 755 | ] |
| 755 | 756 | ||
| @@ -768,9 +769,9 @@ dependencies = [ | |||
| 768 | 769 | ||
| 769 | [[package]] | 770 | [[package]] |
| 770 | name = "data-encoding" | 771 | name = "data-encoding" |
| 771 | version = "2.6.0" | 772 | version = "2.8.0" |
| 772 | source = "registry+https://github.com/rust-lang/crates.io-index" | 773 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 773 | checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" | 774 | checksum = "575f75dfd25738df5b91b8e43e14d44bda14637a58fae779fd2b064f8bf3e010" |
| 774 | 775 | ||
| 775 | [[package]] | 776 | [[package]] |
| 776 | name = "derivative" | 777 | name = "derivative" |
| @@ -818,16 +819,16 @@ version = "5.0.1" | |||
| 818 | source = "registry+https://github.com/rust-lang/crates.io-index" | 819 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 819 | checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35" | 820 | checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35" |
| 820 | dependencies = [ | 821 | dependencies = [ |
| 821 | "dirs-sys", | 822 | "dirs-sys 0.4.1", |
| 822 | ] | 823 | ] |
| 823 | 824 | ||
| 824 | [[package]] | 825 | [[package]] |
| 825 | name = "dirs" | 826 | name = "dirs" |
| 826 | version = "5.0.1" | 827 | version = "6.0.0" |
| 827 | source = "registry+https://github.com/rust-lang/crates.io-index" | 828 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 828 | checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" | 829 | checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" |
| 829 | dependencies = [ | 830 | dependencies = [ |
| 830 | "dirs-sys", | 831 | "dirs-sys 0.5.0", |
| 831 | ] | 832 | ] |
| 832 | 833 | ||
| 833 | [[package]] | 834 | [[package]] |
| @@ -838,11 +839,23 @@ checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" | |||
| 838 | dependencies = [ | 839 | dependencies = [ |
| 839 | "libc", | 840 | "libc", |
| 840 | "option-ext", | 841 | "option-ext", |
| 841 | "redox_users", | 842 | "redox_users 0.4.6", |
| 842 | "windows-sys 0.48.0", | 843 | "windows-sys 0.48.0", |
| 843 | ] | 844 | ] |
| 844 | 845 | ||
| 845 | [[package]] | 846 | [[package]] |
| 847 | name = "dirs-sys" | ||
| 848 | version = "0.5.0" | ||
| 849 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 850 | checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" | ||
| 851 | dependencies = [ | ||
| 852 | "libc", | ||
| 853 | "option-ext", | ||
| 854 | "redox_users 0.5.0", | ||
| 855 | "windows-sys 0.59.0", | ||
| 856 | ] | ||
| 857 | |||
| 858 | [[package]] | ||
| 846 | name = "displaydoc" | 859 | name = "displaydoc" |
| 847 | version = "0.2.5" | 860 | version = "0.2.5" |
| 848 | source = "registry+https://github.com/rust-lang/crates.io-index" | 861 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -850,7 +863,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" | |||
| 850 | dependencies = [ | 863 | dependencies = [ |
| 851 | "proc-macro2", | 864 | "proc-macro2", |
| 852 | "quote", | 865 | "quote", |
| 853 | "syn 2.0.90", | 866 | "syn 2.0.100", |
| 854 | ] | 867 | ] |
| 855 | 868 | ||
| 856 | [[package]] | 869 | [[package]] |
| @@ -886,21 +899,21 @@ dependencies = [ | |||
| 886 | 899 | ||
| 887 | [[package]] | 900 | [[package]] |
| 888 | name = "either" | 901 | name = "either" |
| 889 | version = "1.13.0" | 902 | version = "1.15.0" |
| 890 | source = "registry+https://github.com/rust-lang/crates.io-index" | 903 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 891 | checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" | 904 | checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| 892 | 905 | ||
| 893 | [[package]] | 906 | [[package]] |
| 894 | name = "encode_unicode" | 907 | name = "encode_unicode" |
| 895 | version = "0.3.6" | 908 | version = "1.0.0" |
| 896 | source = "registry+https://github.com/rust-lang/crates.io-index" | 909 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 897 | checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" | 910 | checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" |
| 898 | 911 | ||
| 899 | [[package]] | 912 | [[package]] |
| 900 | name = "enumflags2" | 913 | name = "enumflags2" |
| 901 | version = "0.7.10" | 914 | version = "0.7.11" |
| 902 | source = "registry+https://github.com/rust-lang/crates.io-index" | 915 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 903 | checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d" | 916 | checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147" |
| 904 | dependencies = [ | 917 | dependencies = [ |
| 905 | "enumflags2_derive", | 918 | "enumflags2_derive", |
| 906 | "serde", | 919 | "serde", |
| @@ -908,20 +921,20 @@ dependencies = [ | |||
| 908 | 921 | ||
| 909 | [[package]] | 922 | [[package]] |
| 910 | name = "enumflags2_derive" | 923 | name = "enumflags2_derive" |
| 911 | version = "0.7.10" | 924 | version = "0.7.11" |
| 912 | source = "registry+https://github.com/rust-lang/crates.io-index" | 925 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 913 | checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8" | 926 | checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79" |
| 914 | dependencies = [ | 927 | dependencies = [ |
| 915 | "proc-macro2", | 928 | "proc-macro2", |
| 916 | "quote", | 929 | "quote", |
| 917 | "syn 2.0.90", | 930 | "syn 2.0.100", |
| 918 | ] | 931 | ] |
| 919 | 932 | ||
| 920 | [[package]] | 933 | [[package]] |
| 921 | name = "equivalent" | 934 | name = "equivalent" |
| 922 | version = "1.0.1" | 935 | version = "1.0.2" |
| 923 | source = "registry+https://github.com/rust-lang/crates.io-index" | 936 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 924 | checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" | 937 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 925 | 938 | ||
| 926 | [[package]] | 939 | [[package]] |
| 927 | name = "errno" | 940 | name = "errno" |
| @@ -952,9 +965,9 @@ dependencies = [ | |||
| 952 | 965 | ||
| 953 | [[package]] | 966 | [[package]] |
| 954 | name = "event-listener" | 967 | name = "event-listener" |
| 955 | version = "5.3.1" | 968 | version = "5.4.0" |
| 956 | source = "registry+https://github.com/rust-lang/crates.io-index" | 969 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 957 | checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" | 970 | checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae" |
| 958 | dependencies = [ | 971 | dependencies = [ |
| 959 | "concurrent-queue", | 972 | "concurrent-queue", |
| 960 | "parking", | 973 | "parking", |
| @@ -963,11 +976,11 @@ dependencies = [ | |||
| 963 | 976 | ||
| 964 | [[package]] | 977 | [[package]] |
| 965 | name = "event-listener-strategy" | 978 | name = "event-listener-strategy" |
| 966 | version = "0.5.3" | 979 | version = "0.5.4" |
| 967 | source = "registry+https://github.com/rust-lang/crates.io-index" | 980 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 968 | checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2" | 981 | checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" |
| 969 | dependencies = [ | 982 | dependencies = [ |
| 970 | "event-listener 5.3.1", | 983 | "event-listener 5.4.0", |
| 971 | "pin-project-lite", | 984 | "pin-project-lite", |
| 972 | ] | 985 | ] |
| 973 | 986 | ||
| @@ -1026,9 +1039,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" | |||
| 1026 | 1039 | ||
| 1027 | [[package]] | 1040 | [[package]] |
| 1028 | name = "foldhash" | 1041 | name = "foldhash" |
| 1029 | version = "0.1.3" | 1042 | version = "0.1.5" |
| 1030 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1043 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1031 | checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2" | 1044 | checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| 1032 | 1045 | ||
| 1033 | [[package]] | 1046 | [[package]] |
| 1034 | name = "form_urlencoded" | 1047 | name = "form_urlencoded" |
| @@ -1041,9 +1054,9 @@ dependencies = [ | |||
| 1041 | 1054 | ||
| 1042 | [[package]] | 1055 | [[package]] |
| 1043 | name = "fragile" | 1056 | name = "fragile" |
| 1044 | version = "2.0.0" | 1057 | version = "2.0.1" |
| 1045 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1058 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1046 | checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" | 1059 | checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619" |
| 1047 | 1060 | ||
| 1048 | [[package]] | 1061 | [[package]] |
| 1049 | name = "futures" | 1062 | name = "futures" |
| @@ -1110,9 +1123,9 @@ dependencies = [ | |||
| 1110 | 1123 | ||
| 1111 | [[package]] | 1124 | [[package]] |
| 1112 | name = "futures-lite" | 1125 | name = "futures-lite" |
| 1113 | version = "2.5.0" | 1126 | version = "2.6.0" |
| 1114 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1115 | checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1" | 1128 | checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532" |
| 1116 | dependencies = [ | 1129 | dependencies = [ |
| 1117 | "fastrand 2.3.0", | 1130 | "fastrand 2.3.0", |
| 1118 | "futures-core", | 1131 | "futures-core", |
| @@ -1129,7 +1142,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" | |||
| 1129 | dependencies = [ | 1142 | dependencies = [ |
| 1130 | "proc-macro2", | 1143 | "proc-macro2", |
| 1131 | "quote", | 1144 | "quote", |
| 1132 | "syn 2.0.90", | 1145 | "syn 2.0.100", |
| 1133 | ] | 1146 | ] |
| 1134 | 1147 | ||
| 1135 | [[package]] | 1148 | [[package]] |
| @@ -1181,7 +1194,21 @@ dependencies = [ | |||
| 1181 | "cfg-if", | 1194 | "cfg-if", |
| 1182 | "js-sys", | 1195 | "js-sys", |
| 1183 | "libc", | 1196 | "libc", |
| 1184 | "wasi", | 1197 | "wasi 0.11.0+wasi-snapshot-preview1", |
| 1198 | "wasm-bindgen", | ||
| 1199 | ] | ||
| 1200 | |||
| 1201 | [[package]] | ||
| 1202 | name = "getrandom" | ||
| 1203 | version = "0.3.2" | ||
| 1204 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1205 | checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0" | ||
| 1206 | dependencies = [ | ||
| 1207 | "cfg-if", | ||
| 1208 | "js-sys", | ||
| 1209 | "libc", | ||
| 1210 | "r-efi", | ||
| 1211 | "wasi 0.14.2+wasi-0.2.4", | ||
| 1185 | "wasm-bindgen", | 1212 | "wasm-bindgen", |
| 1186 | ] | 1213 | ] |
| 1187 | 1214 | ||
| @@ -1197,7 +1224,7 @@ version = "0.19.0" | |||
| 1197 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1224 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1198 | checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724" | 1225 | checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724" |
| 1199 | dependencies = [ | 1226 | dependencies = [ |
| 1200 | "bitflags 2.6.0", | 1227 | "bitflags 2.9.0", |
| 1201 | "libc", | 1228 | "libc", |
| 1202 | "libgit2-sys", | 1229 | "libgit2-sys", |
| 1203 | "log", | 1230 | "log", |
| @@ -1253,7 +1280,7 @@ version = "0.20.5" | |||
| 1253 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1280 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1254 | checksum = "7d4f449bab7320c56003d37732a917e18798e2f1709d80263face2b4f9436ddb" | 1281 | checksum = "7d4f449bab7320c56003d37732a917e18798e2f1709d80263face2b4f9436ddb" |
| 1255 | dependencies = [ | 1282 | dependencies = [ |
| 1256 | "bitflags 2.6.0", | 1283 | "bitflags 2.9.0", |
| 1257 | "byteorder", | 1284 | "byteorder", |
| 1258 | "heed-traits", | 1285 | "heed-traits", |
| 1259 | "heed-types", | 1286 | "heed-types", |
| @@ -1351,9 +1378,9 @@ dependencies = [ | |||
| 1351 | 1378 | ||
| 1352 | [[package]] | 1379 | [[package]] |
| 1353 | name = "http" | 1380 | name = "http" |
| 1354 | version = "1.2.0" | 1381 | version = "1.3.1" |
| 1355 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1382 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1356 | checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" | 1383 | checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" |
| 1357 | dependencies = [ | 1384 | dependencies = [ |
| 1358 | "bytes", | 1385 | "bytes", |
| 1359 | "fnv", | 1386 | "fnv", |
| @@ -1367,38 +1394,38 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 1367 | checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" | 1394 | checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
| 1368 | dependencies = [ | 1395 | dependencies = [ |
| 1369 | "bytes", | 1396 | "bytes", |
| 1370 | "http 1.2.0", | 1397 | "http 1.3.1", |
| 1371 | ] | 1398 | ] |
| 1372 | 1399 | ||
| 1373 | [[package]] | 1400 | [[package]] |
| 1374 | name = "http-body-util" | 1401 | name = "http-body-util" |
| 1375 | version = "0.1.2" | 1402 | version = "0.1.3" |
| 1376 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1403 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1377 | checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" | 1404 | checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" |
| 1378 | dependencies = [ | 1405 | dependencies = [ |
| 1379 | "bytes", | 1406 | "bytes", |
| 1380 | "futures-util", | 1407 | "futures-core", |
| 1381 | "http 1.2.0", | 1408 | "http 1.3.1", |
| 1382 | "http-body", | 1409 | "http-body", |
| 1383 | "pin-project-lite", | 1410 | "pin-project-lite", |
| 1384 | ] | 1411 | ] |
| 1385 | 1412 | ||
| 1386 | [[package]] | 1413 | [[package]] |
| 1387 | name = "httparse" | 1414 | name = "httparse" |
| 1388 | version = "1.9.5" | 1415 | version = "1.10.1" |
| 1389 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1390 | checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" | 1417 | checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
| 1391 | 1418 | ||
| 1392 | [[package]] | 1419 | [[package]] |
| 1393 | name = "hyper" | 1420 | name = "hyper" |
| 1394 | version = "1.5.1" | 1421 | version = "1.6.0" |
| 1395 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1422 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1396 | checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" | 1423 | checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" |
| 1397 | dependencies = [ | 1424 | dependencies = [ |
| 1398 | "bytes", | 1425 | "bytes", |
| 1399 | "futures-channel", | 1426 | "futures-channel", |
| 1400 | "futures-util", | 1427 | "futures-util", |
| 1401 | "http 1.2.0", | 1428 | "http 1.3.1", |
| 1402 | "http-body", | 1429 | "http-body", |
| 1403 | "httparse", | 1430 | "httparse", |
| 1404 | "itoa", | 1431 | "itoa", |
| @@ -1410,12 +1437,12 @@ dependencies = [ | |||
| 1410 | 1437 | ||
| 1411 | [[package]] | 1438 | [[package]] |
| 1412 | name = "hyper-rustls" | 1439 | name = "hyper-rustls" |
| 1413 | version = "0.27.3" | 1440 | version = "0.27.5" |
| 1414 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1441 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1415 | checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" | 1442 | checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" |
| 1416 | dependencies = [ | 1443 | dependencies = [ |
| 1417 | "futures-util", | 1444 | "futures-util", |
| 1418 | "http 1.2.0", | 1445 | "http 1.3.1", |
| 1419 | "hyper", | 1446 | "hyper", |
| 1420 | "hyper-util", | 1447 | "hyper-util", |
| 1421 | "rustls", | 1448 | "rustls", |
| @@ -1435,7 +1462,7 @@ dependencies = [ | |||
| 1435 | "bytes", | 1462 | "bytes", |
| 1436 | "futures-channel", | 1463 | "futures-channel", |
| 1437 | "futures-util", | 1464 | "futures-util", |
| 1438 | "http 1.2.0", | 1465 | "http 1.3.1", |
| 1439 | "http-body", | 1466 | "http-body", |
| 1440 | "hyper", | 1467 | "hyper", |
| 1441 | "pin-project-lite", | 1468 | "pin-project-lite", |
| @@ -1486,9 +1513,9 @@ dependencies = [ | |||
| 1486 | 1513 | ||
| 1487 | [[package]] | 1514 | [[package]] |
| 1488 | name = "icu_locid_transform_data" | 1515 | name = "icu_locid_transform_data" |
| 1489 | version = "1.5.0" | 1516 | version = "1.5.1" |
| 1490 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1517 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1491 | checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" | 1518 | checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d" |
| 1492 | 1519 | ||
| 1493 | [[package]] | 1520 | [[package]] |
| 1494 | name = "icu_normalizer" | 1521 | name = "icu_normalizer" |
| @@ -1510,9 +1537,9 @@ dependencies = [ | |||
| 1510 | 1537 | ||
| 1511 | [[package]] | 1538 | [[package]] |
| 1512 | name = "icu_normalizer_data" | 1539 | name = "icu_normalizer_data" |
| 1513 | version = "1.5.0" | 1540 | version = "1.5.1" |
| 1514 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1541 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1515 | checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" | 1542 | checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7" |
| 1516 | 1543 | ||
| 1517 | [[package]] | 1544 | [[package]] |
| 1518 | name = "icu_properties" | 1545 | name = "icu_properties" |
| @@ -1531,9 +1558,9 @@ dependencies = [ | |||
| 1531 | 1558 | ||
| 1532 | [[package]] | 1559 | [[package]] |
| 1533 | name = "icu_properties_data" | 1560 | name = "icu_properties_data" |
| 1534 | version = "1.5.0" | 1561 | version = "1.5.1" |
| 1535 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1562 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1536 | checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" | 1563 | checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2" |
| 1537 | 1564 | ||
| 1538 | [[package]] | 1565 | [[package]] |
| 1539 | name = "icu_provider" | 1566 | name = "icu_provider" |
| @@ -1560,7 +1587,7 @@ checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" | |||
| 1560 | dependencies = [ | 1587 | dependencies = [ |
| 1561 | "proc-macro2", | 1588 | "proc-macro2", |
| 1562 | "quote", | 1589 | "quote", |
| 1563 | "syn 2.0.90", | 1590 | "syn 2.0.100", |
| 1564 | ] | 1591 | ] |
| 1565 | 1592 | ||
| 1566 | [[package]] | 1593 | [[package]] |
| @@ -1586,9 +1613,9 @@ dependencies = [ | |||
| 1586 | 1613 | ||
| 1587 | [[package]] | 1614 | [[package]] |
| 1588 | name = "indexmap" | 1615 | name = "indexmap" |
| 1589 | version = "2.7.0" | 1616 | version = "2.8.0" |
| 1590 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1617 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1591 | checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" | 1618 | checksum = "3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058" |
| 1592 | dependencies = [ | 1619 | dependencies = [ |
| 1593 | "equivalent", | 1620 | "equivalent", |
| 1594 | "hashbrown 0.15.2", | 1621 | "hashbrown 0.15.2", |
| @@ -1596,22 +1623,22 @@ dependencies = [ | |||
| 1596 | 1623 | ||
| 1597 | [[package]] | 1624 | [[package]] |
| 1598 | name = "indicatif" | 1625 | name = "indicatif" |
| 1599 | version = "0.17.9" | 1626 | version = "0.17.11" |
| 1600 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1627 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1601 | checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281" | 1628 | checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" |
| 1602 | dependencies = [ | 1629 | dependencies = [ |
| 1603 | "console", | 1630 | "console", |
| 1604 | "number_prefix", | 1631 | "number_prefix", |
| 1605 | "portable-atomic", | 1632 | "portable-atomic", |
| 1606 | "unicode-width 0.2.0", | 1633 | "unicode-width", |
| 1607 | "web-time", | 1634 | "web-time", |
| 1608 | ] | 1635 | ] |
| 1609 | 1636 | ||
| 1610 | [[package]] | 1637 | [[package]] |
| 1611 | name = "inout" | 1638 | name = "inout" |
| 1612 | version = "0.1.3" | 1639 | version = "0.1.4" |
| 1613 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1640 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1614 | checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" | 1641 | checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" |
| 1615 | dependencies = [ | 1642 | dependencies = [ |
| 1616 | "block-padding", | 1643 | "block-padding", |
| 1617 | "generic-array", | 1644 | "generic-array", |
| @@ -1642,9 +1669,9 @@ dependencies = [ | |||
| 1642 | 1669 | ||
| 1643 | [[package]] | 1670 | [[package]] |
| 1644 | name = "ipnet" | 1671 | name = "ipnet" |
| 1645 | version = "2.10.1" | 1672 | version = "2.11.0" |
| 1646 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1673 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1647 | checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" | 1674 | checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" |
| 1648 | 1675 | ||
| 1649 | [[package]] | 1676 | [[package]] |
| 1650 | name = "is_terminal_polyfill" | 1677 | name = "is_terminal_polyfill" |
| @@ -1663,9 +1690,9 @@ dependencies = [ | |||
| 1663 | 1690 | ||
| 1664 | [[package]] | 1691 | [[package]] |
| 1665 | name = "itoa" | 1692 | name = "itoa" |
| 1666 | version = "1.0.14" | 1693 | version = "1.0.15" |
| 1667 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1694 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1668 | checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" | 1695 | checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" |
| 1669 | 1696 | ||
| 1670 | [[package]] | 1697 | [[package]] |
| 1671 | name = "jobserver" | 1698 | name = "jobserver" |
| @@ -1678,9 +1705,9 @@ dependencies = [ | |||
| 1678 | 1705 | ||
| 1679 | [[package]] | 1706 | [[package]] |
| 1680 | name = "js-sys" | 1707 | name = "js-sys" |
| 1681 | version = "0.3.76" | 1708 | version = "0.3.77" |
| 1682 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1709 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1683 | checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7" | 1710 | checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" |
| 1684 | dependencies = [ | 1711 | dependencies = [ |
| 1685 | "once_cell", | 1712 | "once_cell", |
| 1686 | "wasm-bindgen", | 1713 | "wasm-bindgen", |
| @@ -1708,9 +1735,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" | |||
| 1708 | 1735 | ||
| 1709 | [[package]] | 1736 | [[package]] |
| 1710 | name = "libc" | 1737 | name = "libc" |
| 1711 | version = "0.2.168" | 1738 | version = "0.2.171" |
| 1712 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1739 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1713 | checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d" | 1740 | checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6" |
| 1714 | 1741 | ||
| 1715 | [[package]] | 1742 | [[package]] |
| 1716 | name = "libgit2-sys" | 1743 | name = "libgit2-sys" |
| @@ -1732,15 +1759,15 @@ version = "0.1.3" | |||
| 1732 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1759 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1733 | checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" | 1760 | checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" |
| 1734 | dependencies = [ | 1761 | dependencies = [ |
| 1735 | "bitflags 2.6.0", | 1762 | "bitflags 2.9.0", |
| 1736 | "libc", | 1763 | "libc", |
| 1737 | ] | 1764 | ] |
| 1738 | 1765 | ||
| 1739 | [[package]] | 1766 | [[package]] |
| 1740 | name = "libssh2-sys" | 1767 | name = "libssh2-sys" |
| 1741 | version = "0.3.0" | 1768 | version = "0.3.1" |
| 1742 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1769 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1743 | checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee" | 1770 | checksum = "220e4f05ad4a218192533b300327f5150e809b54c4ec83b5a1d91833601811b9" |
| 1744 | dependencies = [ | 1771 | dependencies = [ |
| 1745 | "cc", | 1772 | "cc", |
| 1746 | "libc", | 1773 | "libc", |
| @@ -1752,9 +1779,9 @@ dependencies = [ | |||
| 1752 | 1779 | ||
| 1753 | [[package]] | 1780 | [[package]] |
| 1754 | name = "libz-sys" | 1781 | name = "libz-sys" |
| 1755 | version = "1.1.20" | 1782 | version = "1.1.22" |
| 1756 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1783 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1757 | checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472" | 1784 | checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d" |
| 1758 | dependencies = [ | 1785 | dependencies = [ |
| 1759 | "cc", | 1786 | "cc", |
| 1760 | "libc", | 1787 | "libc", |
| @@ -1768,7 +1795,7 @@ version = "0.2.4" | |||
| 1768 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1795 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1769 | checksum = "761e49ec5fd8a5a463f9b84e877c373d888935b71c6be78f3767fe2ae6bed18e" | 1796 | checksum = "761e49ec5fd8a5a463f9b84e877c373d888935b71c6be78f3767fe2ae6bed18e" |
| 1770 | dependencies = [ | 1797 | dependencies = [ |
| 1771 | "bitflags 2.6.0", | 1798 | "bitflags 2.9.0", |
| 1772 | "libc", | 1799 | "libc", |
| 1773 | ] | 1800 | ] |
| 1774 | 1801 | ||
| @@ -1780,21 +1807,27 @@ checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" | |||
| 1780 | 1807 | ||
| 1781 | [[package]] | 1808 | [[package]] |
| 1782 | name = "linux-raw-sys" | 1809 | name = "linux-raw-sys" |
| 1783 | version = "0.4.14" | 1810 | version = "0.4.15" |
| 1811 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1812 | checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" | ||
| 1813 | |||
| 1814 | [[package]] | ||
| 1815 | name = "linux-raw-sys" | ||
| 1816 | version = "0.9.3" | ||
| 1784 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1817 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1785 | checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" | 1818 | checksum = "fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413" |
| 1786 | 1819 | ||
| 1787 | [[package]] | 1820 | [[package]] |
| 1788 | name = "litemap" | 1821 | name = "litemap" |
| 1789 | version = "0.7.4" | 1822 | version = "0.7.5" |
| 1790 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1823 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1791 | checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" | 1824 | checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856" |
| 1792 | 1825 | ||
| 1793 | [[package]] | 1826 | [[package]] |
| 1794 | name = "lmdb-master-sys" | 1827 | name = "lmdb-master-sys" |
| 1795 | version = "0.2.4" | 1828 | version = "0.2.5" |
| 1796 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1829 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1797 | checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9" | 1830 | checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df" |
| 1798 | dependencies = [ | 1831 | dependencies = [ |
| 1799 | "cc", | 1832 | "cc", |
| 1800 | "doxygen-rs", | 1833 | "doxygen-rs", |
| @@ -1813,9 +1846,9 @@ dependencies = [ | |||
| 1813 | 1846 | ||
| 1814 | [[package]] | 1847 | [[package]] |
| 1815 | name = "log" | 1848 | name = "log" |
| 1816 | version = "0.4.22" | 1849 | version = "0.4.27" |
| 1817 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1850 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1818 | checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" | 1851 | checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" |
| 1819 | 1852 | ||
| 1820 | [[package]] | 1853 | [[package]] |
| 1821 | name = "lru" | 1854 | name = "lru" |
| @@ -1858,9 +1891,9 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" | |||
| 1858 | 1891 | ||
| 1859 | [[package]] | 1892 | [[package]] |
| 1860 | name = "miniz_oxide" | 1893 | name = "miniz_oxide" |
| 1861 | version = "0.8.0" | 1894 | version = "0.8.5" |
| 1862 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1895 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1863 | checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" | 1896 | checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5" |
| 1864 | dependencies = [ | 1897 | dependencies = [ |
| 1865 | "adler2", | 1898 | "adler2", |
| 1866 | ] | 1899 | ] |
| @@ -1872,7 +1905,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 1872 | checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" | 1905 | checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" |
| 1873 | dependencies = [ | 1906 | dependencies = [ |
| 1874 | "libc", | 1907 | "libc", |
| 1875 | "wasi", | 1908 | "wasi 0.11.0+wasi-snapshot-preview1", |
| 1876 | "windows-sys 0.52.0", | 1909 | "windows-sys 0.52.0", |
| 1877 | ] | 1910 | ] |
| 1878 | 1911 | ||
| @@ -1909,7 +1942,7 @@ version = "0.7.0" | |||
| 1909 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1942 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1910 | checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" | 1943 | checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" |
| 1911 | dependencies = [ | 1944 | dependencies = [ |
| 1912 | "getrandom", | 1945 | "getrandom 0.2.15", |
| 1913 | ] | 1946 | ] |
| 1914 | 1947 | ||
| 1915 | [[package]] | 1948 | [[package]] |
| @@ -1980,7 +2013,7 @@ version = "0.27.1" | |||
| 1980 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2013 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1981 | checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" | 2014 | checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" |
| 1982 | dependencies = [ | 2015 | dependencies = [ |
| 1983 | "bitflags 2.6.0", | 2016 | "bitflags 2.9.0", |
| 1984 | "cfg-if", | 2017 | "cfg-if", |
| 1985 | "libc", | 2018 | "libc", |
| 1986 | ] | 2019 | ] |
| @@ -2006,7 +2039,7 @@ dependencies = [ | |||
| 2006 | "cbc", | 2039 | "cbc", |
| 2007 | "chacha20", | 2040 | "chacha20", |
| 2008 | "chacha20poly1305", | 2041 | "chacha20poly1305", |
| 2009 | "getrandom", | 2042 | "getrandom 0.2.15", |
| 2010 | "instant", | 2043 | "instant", |
| 2011 | "negentropy 0.3.1", | 2044 | "negentropy 0.3.1", |
| 2012 | "negentropy 0.4.3", | 2045 | "negentropy 0.4.3", |
| @@ -2179,18 +2212,18 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" | |||
| 2179 | 2212 | ||
| 2180 | [[package]] | 2213 | [[package]] |
| 2181 | name = "object" | 2214 | name = "object" |
| 2182 | version = "0.36.5" | 2215 | version = "0.36.7" |
| 2183 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2216 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2184 | checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e" | 2217 | checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" |
| 2185 | dependencies = [ | 2218 | dependencies = [ |
| 2186 | "memchr", | 2219 | "memchr", |
| 2187 | ] | 2220 | ] |
| 2188 | 2221 | ||
| 2189 | [[package]] | 2222 | [[package]] |
| 2190 | name = "once_cell" | 2223 | name = "once_cell" |
| 2191 | version = "1.20.2" | 2224 | version = "1.21.2" |
| 2192 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2193 | checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" | 2226 | checksum = "c2806eaa3524762875e21c3dcd057bc4b7bfa01ce4da8d46be1cd43649e1cc6b" |
| 2194 | 2227 | ||
| 2195 | [[package]] | 2228 | [[package]] |
| 2196 | name = "opaque-debug" | 2229 | name = "opaque-debug" |
| @@ -2200,15 +2233,15 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" | |||
| 2200 | 2233 | ||
| 2201 | [[package]] | 2234 | [[package]] |
| 2202 | name = "openssl-probe" | 2235 | name = "openssl-probe" |
| 2203 | version = "0.1.5" | 2236 | version = "0.1.6" |
| 2204 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2237 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2205 | checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" | 2238 | checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" |
| 2206 | 2239 | ||
| 2207 | [[package]] | 2240 | [[package]] |
| 2208 | name = "openssl-sys" | 2241 | name = "openssl-sys" |
| 2209 | version = "0.9.104" | 2242 | version = "0.9.106" |
| 2210 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2243 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2211 | checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" | 2244 | checksum = "8bb61ea9811cc39e3c2069f40b8b8e2e70d8569b361f879786cc7ed48b777cdd" |
| 2212 | dependencies = [ | 2245 | dependencies = [ |
| 2213 | "cc", | 2246 | "cc", |
| 2214 | "libc", | 2247 | "libc", |
| @@ -2278,7 +2311,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 2278 | checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" | 2311 | checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" |
| 2279 | dependencies = [ | 2312 | dependencies = [ |
| 2280 | "base64ct", | 2313 | "base64ct", |
| 2281 | "rand_core", | 2314 | "rand_core 0.6.4", |
| 2282 | "subtle", | 2315 | "subtle", |
| 2283 | ] | 2316 | ] |
| 2284 | 2317 | ||
| @@ -2309,9 +2342,9 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" | |||
| 2309 | 2342 | ||
| 2310 | [[package]] | 2343 | [[package]] |
| 2311 | name = "phf" | 2344 | name = "phf" |
| 2312 | version = "0.11.2" | 2345 | version = "0.11.3" |
| 2313 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2346 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2314 | checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" | 2347 | checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" |
| 2315 | dependencies = [ | 2348 | dependencies = [ |
| 2316 | "phf_macros", | 2349 | "phf_macros", |
| 2317 | "phf_shared", | 2350 | "phf_shared", |
| @@ -2319,61 +2352,61 @@ dependencies = [ | |||
| 2319 | 2352 | ||
| 2320 | [[package]] | 2353 | [[package]] |
| 2321 | name = "phf_generator" | 2354 | name = "phf_generator" |
| 2322 | version = "0.11.2" | 2355 | version = "0.11.3" |
| 2323 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2356 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2324 | checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" | 2357 | checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" |
| 2325 | dependencies = [ | 2358 | dependencies = [ |
| 2326 | "phf_shared", | 2359 | "phf_shared", |
| 2327 | "rand", | 2360 | "rand 0.8.5", |
| 2328 | ] | 2361 | ] |
| 2329 | 2362 | ||
| 2330 | [[package]] | 2363 | [[package]] |
| 2331 | name = "phf_macros" | 2364 | name = "phf_macros" |
| 2332 | version = "0.11.2" | 2365 | version = "0.11.3" |
| 2333 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2366 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2334 | checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" | 2367 | checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" |
| 2335 | dependencies = [ | 2368 | dependencies = [ |
| 2336 | "phf_generator", | 2369 | "phf_generator", |
| 2337 | "phf_shared", | 2370 | "phf_shared", |
| 2338 | "proc-macro2", | 2371 | "proc-macro2", |
| 2339 | "quote", | 2372 | "quote", |
| 2340 | "syn 2.0.90", | 2373 | "syn 2.0.100", |
| 2341 | ] | 2374 | ] |
| 2342 | 2375 | ||
| 2343 | [[package]] | 2376 | [[package]] |
| 2344 | name = "phf_shared" | 2377 | name = "phf_shared" |
| 2345 | version = "0.11.2" | 2378 | version = "0.11.3" |
| 2346 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2379 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2347 | checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" | 2380 | checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" |
| 2348 | dependencies = [ | 2381 | dependencies = [ |
| 2349 | "siphasher", | 2382 | "siphasher", |
| 2350 | ] | 2383 | ] |
| 2351 | 2384 | ||
| 2352 | [[package]] | 2385 | [[package]] |
| 2353 | name = "pin-project" | 2386 | name = "pin-project" |
| 2354 | version = "1.1.7" | 2387 | version = "1.1.10" |
| 2355 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2388 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2356 | checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95" | 2389 | checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" |
| 2357 | dependencies = [ | 2390 | dependencies = [ |
| 2358 | "pin-project-internal", | 2391 | "pin-project-internal", |
| 2359 | ] | 2392 | ] |
| 2360 | 2393 | ||
| 2361 | [[package]] | 2394 | [[package]] |
| 2362 | name = "pin-project-internal" | 2395 | name = "pin-project-internal" |
| 2363 | version = "1.1.7" | 2396 | version = "1.1.10" |
| 2364 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2397 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2365 | checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c" | 2398 | checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" |
| 2366 | dependencies = [ | 2399 | dependencies = [ |
| 2367 | "proc-macro2", | 2400 | "proc-macro2", |
| 2368 | "quote", | 2401 | "quote", |
| 2369 | "syn 2.0.90", | 2402 | "syn 2.0.100", |
| 2370 | ] | 2403 | ] |
| 2371 | 2404 | ||
| 2372 | [[package]] | 2405 | [[package]] |
| 2373 | name = "pin-project-lite" | 2406 | name = "pin-project-lite" |
| 2374 | version = "0.2.15" | 2407 | version = "0.2.16" |
| 2375 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2408 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2376 | checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff" | 2409 | checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
| 2377 | 2410 | ||
| 2378 | [[package]] | 2411 | [[package]] |
| 2379 | name = "pin-utils" | 2412 | name = "pin-utils" |
| @@ -2394,9 +2427,9 @@ dependencies = [ | |||
| 2394 | 2427 | ||
| 2395 | [[package]] | 2428 | [[package]] |
| 2396 | name = "pkg-config" | 2429 | name = "pkg-config" |
| 2397 | version = "0.3.31" | 2430 | version = "0.3.32" |
| 2398 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2431 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2399 | checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" | 2432 | checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| 2400 | 2433 | ||
| 2401 | [[package]] | 2434 | [[package]] |
| 2402 | name = "polling" | 2435 | name = "polling" |
| @@ -2424,7 +2457,7 @@ dependencies = [ | |||
| 2424 | "concurrent-queue", | 2457 | "concurrent-queue", |
| 2425 | "hermit-abi 0.4.0", | 2458 | "hermit-abi 0.4.0", |
| 2426 | "pin-project-lite", | 2459 | "pin-project-lite", |
| 2427 | "rustix 0.38.42", | 2460 | "rustix 0.38.44", |
| 2428 | "tracing", | 2461 | "tracing", |
| 2429 | "windows-sys 0.59.0", | 2462 | "windows-sys 0.59.0", |
| 2430 | ] | 2463 | ] |
| @@ -2442,15 +2475,15 @@ dependencies = [ | |||
| 2442 | 2475 | ||
| 2443 | [[package]] | 2476 | [[package]] |
| 2444 | name = "portable-atomic" | 2477 | name = "portable-atomic" |
| 2445 | version = "1.10.0" | 2478 | version = "1.11.0" |
| 2446 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2479 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2447 | checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6" | 2480 | checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e" |
| 2448 | 2481 | ||
| 2449 | [[package]] | 2482 | [[package]] |
| 2450 | name = "ppv-lite86" | 2483 | name = "ppv-lite86" |
| 2451 | version = "0.2.20" | 2484 | version = "0.2.21" |
| 2452 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2485 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2453 | checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" | 2486 | checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| 2454 | dependencies = [ | 2487 | dependencies = [ |
| 2455 | "zerocopy", | 2488 | "zerocopy", |
| 2456 | ] | 2489 | ] |
| @@ -2471,9 +2504,9 @@ dependencies = [ | |||
| 2471 | 2504 | ||
| 2472 | [[package]] | 2505 | [[package]] |
| 2473 | name = "predicates" | 2506 | name = "predicates" |
| 2474 | version = "3.1.2" | 2507 | version = "3.1.3" |
| 2475 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2508 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2476 | checksum = "7e9086cc7640c29a356d1a29fd134380bee9d8f79a17410aa76e7ad295f42c97" | 2509 | checksum = "a5d19ee57562043d37e82899fade9a22ebab7be9cef5026b07fda9cdd4293573" |
| 2477 | dependencies = [ | 2510 | dependencies = [ |
| 2478 | "anstyle", | 2511 | "anstyle", |
| 2479 | "difflib", | 2512 | "difflib", |
| @@ -2482,15 +2515,15 @@ dependencies = [ | |||
| 2482 | 2515 | ||
| 2483 | [[package]] | 2516 | [[package]] |
| 2484 | name = "predicates-core" | 2517 | name = "predicates-core" |
| 2485 | version = "1.0.8" | 2518 | version = "1.0.9" |
| 2486 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2519 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2487 | checksum = "ae8177bee8e75d6846599c6b9ff679ed51e882816914eec639944d7c9aa11931" | 2520 | checksum = "727e462b119fe9c93fd0eb1429a5f7647394014cf3c04ab2c0350eeb09095ffa" |
| 2488 | 2521 | ||
| 2489 | [[package]] | 2522 | [[package]] |
| 2490 | name = "predicates-tree" | 2523 | name = "predicates-tree" |
| 2491 | version = "1.0.11" | 2524 | version = "1.0.12" |
| 2492 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2525 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2493 | checksum = "41b740d195ed3166cd147c8047ec98db0e22ec019eb8eeb76d343b795304fb13" | 2526 | checksum = "72dd2d6d381dfb73a193c7fca536518d7caee39fc8503f74e7dc0be0531b425c" |
| 2494 | dependencies = [ | 2527 | dependencies = [ |
| 2495 | "predicates-core", | 2528 | "predicates-core", |
| 2496 | "termtree", | 2529 | "termtree", |
| @@ -2538,9 +2571,9 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" | |||
| 2538 | 2571 | ||
| 2539 | [[package]] | 2572 | [[package]] |
| 2540 | name = "proc-macro2" | 2573 | name = "proc-macro2" |
| 2541 | version = "1.0.92" | 2574 | version = "1.0.94" |
| 2542 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2575 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2543 | checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" | 2576 | checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84" |
| 2544 | dependencies = [ | 2577 | dependencies = [ |
| 2545 | "unicode-ident", | 2578 | "unicode-ident", |
| 2546 | ] | 2579 | ] |
| @@ -2553,37 +2586,39 @@ checksum = "d68782463e408eb1e668cf6152704bd856c78c5b6417adaee3203d8f4c1fc9ec" | |||
| 2553 | 2586 | ||
| 2554 | [[package]] | 2587 | [[package]] |
| 2555 | name = "quinn" | 2588 | name = "quinn" |
| 2556 | version = "0.11.6" | 2589 | version = "0.11.7" |
| 2557 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2590 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2558 | checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef" | 2591 | checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012" |
| 2559 | dependencies = [ | 2592 | dependencies = [ |
| 2560 | "bytes", | 2593 | "bytes", |
| 2594 | "cfg_aliases", | ||
| 2561 | "pin-project-lite", | 2595 | "pin-project-lite", |
| 2562 | "quinn-proto", | 2596 | "quinn-proto", |
| 2563 | "quinn-udp", | 2597 | "quinn-udp", |
| 2564 | "rustc-hash", | 2598 | "rustc-hash", |
| 2565 | "rustls", | 2599 | "rustls", |
| 2566 | "socket2 0.5.8", | 2600 | "socket2 0.5.8", |
| 2567 | "thiserror 2.0.7", | 2601 | "thiserror 2.0.12", |
| 2568 | "tokio", | 2602 | "tokio", |
| 2569 | "tracing", | 2603 | "tracing", |
| 2604 | "web-time", | ||
| 2570 | ] | 2605 | ] |
| 2571 | 2606 | ||
| 2572 | [[package]] | 2607 | [[package]] |
| 2573 | name = "quinn-proto" | 2608 | name = "quinn-proto" |
| 2574 | version = "0.11.9" | 2609 | version = "0.11.10" |
| 2575 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2610 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2576 | checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d" | 2611 | checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc" |
| 2577 | dependencies = [ | 2612 | dependencies = [ |
| 2578 | "bytes", | 2613 | "bytes", |
| 2579 | "getrandom", | 2614 | "getrandom 0.3.2", |
| 2580 | "rand", | 2615 | "rand 0.9.0", |
| 2581 | "ring", | 2616 | "ring", |
| 2582 | "rustc-hash", | 2617 | "rustc-hash", |
| 2583 | "rustls", | 2618 | "rustls", |
| 2584 | "rustls-pki-types", | 2619 | "rustls-pki-types", |
| 2585 | "slab", | 2620 | "slab", |
| 2586 | "thiserror 2.0.7", | 2621 | "thiserror 2.0.12", |
| 2587 | "tinyvec", | 2622 | "tinyvec", |
| 2588 | "tracing", | 2623 | "tracing", |
| 2589 | "web-time", | 2624 | "web-time", |
| @@ -2591,9 +2626,9 @@ dependencies = [ | |||
| 2591 | 2626 | ||
| 2592 | [[package]] | 2627 | [[package]] |
| 2593 | name = "quinn-udp" | 2628 | name = "quinn-udp" |
| 2594 | version = "0.5.8" | 2629 | version = "0.5.11" |
| 2595 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2630 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2596 | checksum = "52cd4b1eff68bf27940dd39811292c49e007f4d0b4c357358dc9b0197be6b527" | 2631 | checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5" |
| 2597 | dependencies = [ | 2632 | dependencies = [ |
| 2598 | "cfg_aliases", | 2633 | "cfg_aliases", |
| 2599 | "libc", | 2634 | "libc", |
| @@ -2605,22 +2640,39 @@ dependencies = [ | |||
| 2605 | 2640 | ||
| 2606 | [[package]] | 2641 | [[package]] |
| 2607 | name = "quote" | 2642 | name = "quote" |
| 2608 | version = "1.0.37" | 2643 | version = "1.0.40" |
| 2609 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2644 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2610 | checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" | 2645 | checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" |
| 2611 | dependencies = [ | 2646 | dependencies = [ |
| 2612 | "proc-macro2", | 2647 | "proc-macro2", |
| 2613 | ] | 2648 | ] |
| 2614 | 2649 | ||
| 2615 | [[package]] | 2650 | [[package]] |
| 2651 | name = "r-efi" | ||
| 2652 | version = "5.2.0" | ||
| 2653 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2654 | checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" | ||
| 2655 | |||
| 2656 | [[package]] | ||
| 2616 | name = "rand" | 2657 | name = "rand" |
| 2617 | version = "0.8.5" | 2658 | version = "0.8.5" |
| 2618 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2659 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2619 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" | 2660 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| 2620 | dependencies = [ | 2661 | dependencies = [ |
| 2621 | "libc", | 2662 | "libc", |
| 2622 | "rand_chacha", | 2663 | "rand_chacha 0.3.1", |
| 2623 | "rand_core", | 2664 | "rand_core 0.6.4", |
| 2665 | ] | ||
| 2666 | |||
| 2667 | [[package]] | ||
| 2668 | name = "rand" | ||
| 2669 | version = "0.9.0" | ||
| 2670 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2671 | checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94" | ||
| 2672 | dependencies = [ | ||
| 2673 | "rand_chacha 0.9.0", | ||
| 2674 | "rand_core 0.9.3", | ||
| 2675 | "zerocopy", | ||
| 2624 | ] | 2676 | ] |
| 2625 | 2677 | ||
| 2626 | [[package]] | 2678 | [[package]] |
| @@ -2630,7 +2682,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 2630 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" | 2682 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| 2631 | dependencies = [ | 2683 | dependencies = [ |
| 2632 | "ppv-lite86", | 2684 | "ppv-lite86", |
| 2633 | "rand_core", | 2685 | "rand_core 0.6.4", |
| 2686 | ] | ||
| 2687 | |||
| 2688 | [[package]] | ||
| 2689 | name = "rand_chacha" | ||
| 2690 | version = "0.9.0" | ||
| 2691 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2692 | checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" | ||
| 2693 | dependencies = [ | ||
| 2694 | "ppv-lite86", | ||
| 2695 | "rand_core 0.9.3", | ||
| 2634 | ] | 2696 | ] |
| 2635 | 2697 | ||
| 2636 | [[package]] | 2698 | [[package]] |
| @@ -2639,7 +2701,16 @@ version = "0.6.4" | |||
| 2639 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2701 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2640 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" | 2702 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| 2641 | dependencies = [ | 2703 | dependencies = [ |
| 2642 | "getrandom", | 2704 | "getrandom 0.2.15", |
| 2705 | ] | ||
| 2706 | |||
| 2707 | [[package]] | ||
| 2708 | name = "rand_core" | ||
| 2709 | version = "0.9.3" | ||
| 2710 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2711 | checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" | ||
| 2712 | dependencies = [ | ||
| 2713 | "getrandom 0.3.2", | ||
| 2643 | ] | 2714 | ] |
| 2644 | 2715 | ||
| 2645 | [[package]] | 2716 | [[package]] |
| @@ -2649,7 +2720,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 2649 | checksum = "7fc8cdd49be664772ffc3dbfa743bb8c34b78f9cc6a9f50e56ae878546796067" | 2720 | checksum = "7fc8cdd49be664772ffc3dbfa743bb8c34b78f9cc6a9f50e56ae878546796067" |
| 2650 | dependencies = [ | 2721 | dependencies = [ |
| 2651 | "proc-macro-hack", | 2722 | "proc-macro-hack", |
| 2652 | "rand", | 2723 | "rand 0.8.5", |
| 2653 | "random-number-macro-impl", | 2724 | "random-number-macro-impl", |
| 2654 | ] | 2725 | ] |
| 2655 | 2726 | ||
| @@ -2661,7 +2732,7 @@ checksum = "f5135143cb48d14289139e4615bffec0d59b4cbfd4ea2398a3770bd2abfc4aa2" | |||
| 2661 | dependencies = [ | 2732 | dependencies = [ |
| 2662 | "proc-macro-hack", | 2733 | "proc-macro-hack", |
| 2663 | "quote", | 2734 | "quote", |
| 2664 | "syn 2.0.90", | 2735 | "syn 2.0.100", |
| 2665 | ] | 2736 | ] |
| 2666 | 2737 | ||
| 2667 | [[package]] | 2738 | [[package]] |
| @@ -2675,11 +2746,11 @@ dependencies = [ | |||
| 2675 | 2746 | ||
| 2676 | [[package]] | 2747 | [[package]] |
| 2677 | name = "redox_syscall" | 2748 | name = "redox_syscall" |
| 2678 | version = "0.5.8" | 2749 | version = "0.5.10" |
| 2679 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2750 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2680 | checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834" | 2751 | checksum = "0b8c0c260b63a8219631167be35e6a988e9554dbd323f8bd08439c8ed1302bd1" |
| 2681 | dependencies = [ | 2752 | dependencies = [ |
| 2682 | "bitflags 2.6.0", | 2753 | "bitflags 2.9.0", |
| 2683 | ] | 2754 | ] |
| 2684 | 2755 | ||
| 2685 | [[package]] | 2756 | [[package]] |
| @@ -2688,12 +2759,23 @@ version = "0.4.6" | |||
| 2688 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2759 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2689 | checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" | 2760 | checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" |
| 2690 | dependencies = [ | 2761 | dependencies = [ |
| 2691 | "getrandom", | 2762 | "getrandom 0.2.15", |
| 2692 | "libredox", | 2763 | "libredox", |
| 2693 | "thiserror 1.0.69", | 2764 | "thiserror 1.0.69", |
| 2694 | ] | 2765 | ] |
| 2695 | 2766 | ||
| 2696 | [[package]] | 2767 | [[package]] |
| 2768 | name = "redox_users" | ||
| 2769 | version = "0.5.0" | ||
| 2770 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2771 | checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b" | ||
| 2772 | dependencies = [ | ||
| 2773 | "getrandom 0.2.15", | ||
| 2774 | "libredox", | ||
| 2775 | "thiserror 2.0.12", | ||
| 2776 | ] | ||
| 2777 | |||
| 2778 | [[package]] | ||
| 2697 | name = "regex" | 2779 | name = "regex" |
| 2698 | version = "1.11.1" | 2780 | version = "1.11.1" |
| 2699 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2781 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -2724,15 +2806,15 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" | |||
| 2724 | 2806 | ||
| 2725 | [[package]] | 2807 | [[package]] |
| 2726 | name = "reqwest" | 2808 | name = "reqwest" |
| 2727 | version = "0.12.9" | 2809 | version = "0.12.15" |
| 2728 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2810 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2729 | checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f" | 2811 | checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb" |
| 2730 | dependencies = [ | 2812 | dependencies = [ |
| 2731 | "base64", | 2813 | "base64", |
| 2732 | "bytes", | 2814 | "bytes", |
| 2733 | "futures-core", | 2815 | "futures-core", |
| 2734 | "futures-util", | 2816 | "futures-util", |
| 2735 | "http 1.2.0", | 2817 | "http 1.3.1", |
| 2736 | "http-body", | 2818 | "http-body", |
| 2737 | "http-body-util", | 2819 | "http-body-util", |
| 2738 | "hyper", | 2820 | "hyper", |
| @@ -2756,6 +2838,7 @@ dependencies = [ | |||
| 2756 | "tokio", | 2838 | "tokio", |
| 2757 | "tokio-rustls", | 2839 | "tokio-rustls", |
| 2758 | "tokio-socks", | 2840 | "tokio-socks", |
| 2841 | "tower", | ||
| 2759 | "tower-service", | 2842 | "tower-service", |
| 2760 | "url", | 2843 | "url", |
| 2761 | "wasm-bindgen", | 2844 | "wasm-bindgen", |
| @@ -2779,15 +2862,14 @@ dependencies = [ | |||
| 2779 | 2862 | ||
| 2780 | [[package]] | 2863 | [[package]] |
| 2781 | name = "ring" | 2864 | name = "ring" |
| 2782 | version = "0.17.8" | 2865 | version = "0.17.14" |
| 2783 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2866 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2784 | checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" | 2867 | checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" |
| 2785 | dependencies = [ | 2868 | dependencies = [ |
| 2786 | "cc", | 2869 | "cc", |
| 2787 | "cfg-if", | 2870 | "cfg-if", |
| 2788 | "getrandom", | 2871 | "getrandom 0.2.15", |
| 2789 | "libc", | 2872 | "libc", |
| 2790 | "spin", | ||
| 2791 | "untrusted", | 2873 | "untrusted", |
| 2792 | "windows-sys 0.52.0", | 2874 | "windows-sys 0.52.0", |
| 2793 | ] | 2875 | ] |
| @@ -2800,9 +2882,9 @@ checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" | |||
| 2800 | 2882 | ||
| 2801 | [[package]] | 2883 | [[package]] |
| 2802 | name = "rustc-hash" | 2884 | name = "rustc-hash" |
| 2803 | version = "2.1.0" | 2885 | version = "2.1.1" |
| 2804 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2886 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2805 | checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497" | 2887 | checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" |
| 2806 | 2888 | ||
| 2807 | [[package]] | 2889 | [[package]] |
| 2808 | name = "rustc_version" | 2890 | name = "rustc_version" |
| @@ -2815,9 +2897,9 @@ dependencies = [ | |||
| 2815 | 2897 | ||
| 2816 | [[package]] | 2898 | [[package]] |
| 2817 | name = "rustix" | 2899 | name = "rustix" |
| 2818 | version = "0.37.27" | 2900 | version = "0.37.28" |
| 2819 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2901 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2820 | checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2" | 2902 | checksum = "519165d378b97752ca44bbe15047d5d3409e875f39327546b42ac81d7e18c1b6" |
| 2821 | dependencies = [ | 2903 | dependencies = [ |
| 2822 | "bitflags 1.3.2", | 2904 | "bitflags 1.3.2", |
| 2823 | "errno", | 2905 | "errno", |
| @@ -2829,22 +2911,35 @@ dependencies = [ | |||
| 2829 | 2911 | ||
| 2830 | [[package]] | 2912 | [[package]] |
| 2831 | name = "rustix" | 2913 | name = "rustix" |
| 2832 | version = "0.38.42" | 2914 | version = "0.38.44" |
| 2915 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2916 | checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" | ||
| 2917 | dependencies = [ | ||
| 2918 | "bitflags 2.9.0", | ||
| 2919 | "errno", | ||
| 2920 | "libc", | ||
| 2921 | "linux-raw-sys 0.4.15", | ||
| 2922 | "windows-sys 0.59.0", | ||
| 2923 | ] | ||
| 2924 | |||
| 2925 | [[package]] | ||
| 2926 | name = "rustix" | ||
| 2927 | version = "1.0.3" | ||
| 2833 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2928 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2834 | checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85" | 2929 | checksum = "e56a18552996ac8d29ecc3b190b4fdbb2d91ca4ec396de7bbffaf43f3d637e96" |
| 2835 | dependencies = [ | 2930 | dependencies = [ |
| 2836 | "bitflags 2.6.0", | 2931 | "bitflags 2.9.0", |
| 2837 | "errno", | 2932 | "errno", |
| 2838 | "libc", | 2933 | "libc", |
| 2839 | "linux-raw-sys 0.4.14", | 2934 | "linux-raw-sys 0.9.3", |
| 2840 | "windows-sys 0.59.0", | 2935 | "windows-sys 0.59.0", |
| 2841 | ] | 2936 | ] |
| 2842 | 2937 | ||
| 2843 | [[package]] | 2938 | [[package]] |
| 2844 | name = "rustls" | 2939 | name = "rustls" |
| 2845 | version = "0.23.20" | 2940 | version = "0.23.25" |
| 2846 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2941 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2847 | checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b" | 2942 | checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c" |
| 2848 | dependencies = [ | 2943 | dependencies = [ |
| 2849 | "once_cell", | 2944 | "once_cell", |
| 2850 | "ring", | 2945 | "ring", |
| @@ -2865,18 +2960,18 @@ dependencies = [ | |||
| 2865 | 2960 | ||
| 2866 | [[package]] | 2961 | [[package]] |
| 2867 | name = "rustls-pki-types" | 2962 | name = "rustls-pki-types" |
| 2868 | version = "1.10.1" | 2963 | version = "1.11.0" |
| 2869 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2964 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2870 | checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37" | 2965 | checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c" |
| 2871 | dependencies = [ | 2966 | dependencies = [ |
| 2872 | "web-time", | 2967 | "web-time", |
| 2873 | ] | 2968 | ] |
| 2874 | 2969 | ||
| 2875 | [[package]] | 2970 | [[package]] |
| 2876 | name = "rustls-webpki" | 2971 | name = "rustls-webpki" |
| 2877 | version = "0.102.8" | 2972 | version = "0.103.1" |
| 2878 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2973 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2879 | checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" | 2974 | checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03" |
| 2880 | dependencies = [ | 2975 | dependencies = [ |
| 2881 | "ring", | 2976 | "ring", |
| 2882 | "rustls-pki-types", | 2977 | "rustls-pki-types", |
| @@ -2884,10 +2979,16 @@ dependencies = [ | |||
| 2884 | ] | 2979 | ] |
| 2885 | 2980 | ||
| 2886 | [[package]] | 2981 | [[package]] |
| 2982 | name = "rustversion" | ||
| 2983 | version = "1.0.20" | ||
| 2984 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2985 | checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2" | ||
| 2986 | |||
| 2987 | [[package]] | ||
| 2887 | name = "ryu" | 2988 | name = "ryu" |
| 2888 | version = "1.0.18" | 2989 | version = "1.0.20" |
| 2889 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2990 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2890 | checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" | 2991 | checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" |
| 2891 | 2992 | ||
| 2892 | [[package]] | 2993 | [[package]] |
| 2893 | name = "salsa20" | 2994 | name = "salsa20" |
| @@ -2923,7 +3024,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 2923 | checksum = "9465315bc9d4566e1724f0fffcbcc446268cb522e60f9a27bcded6b19c108113" | 3024 | checksum = "9465315bc9d4566e1724f0fffcbcc446268cb522e60f9a27bcded6b19c108113" |
| 2924 | dependencies = [ | 3025 | dependencies = [ |
| 2925 | "bitcoin_hashes 0.14.0", | 3026 | "bitcoin_hashes 0.14.0", |
| 2926 | "rand", | 3027 | "rand 0.8.5", |
| 2927 | "secp256k1-sys", | 3028 | "secp256k1-sys", |
| 2928 | "serde", | 3029 | "serde", |
| 2929 | ] | 3030 | ] |
| @@ -2950,7 +3051,7 @@ dependencies = [ | |||
| 2950 | "hkdf", | 3051 | "hkdf", |
| 2951 | "num", | 3052 | "num", |
| 2952 | "once_cell", | 3053 | "once_cell", |
| 2953 | "rand", | 3054 | "rand 0.8.5", |
| 2954 | "serde", | 3055 | "serde", |
| 2955 | "sha2", | 3056 | "sha2", |
| 2956 | "zbus", | 3057 | "zbus", |
| @@ -2962,7 +3063,7 @@ version = "2.11.1" | |||
| 2962 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3063 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2963 | checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" | 3064 | checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" |
| 2964 | dependencies = [ | 3065 | dependencies = [ |
| 2965 | "bitflags 2.6.0", | 3066 | "bitflags 2.9.0", |
| 2966 | "core-foundation", | 3067 | "core-foundation", |
| 2967 | "core-foundation-sys", | 3068 | "core-foundation-sys", |
| 2968 | "libc", | 3069 | "libc", |
| @@ -2971,9 +3072,9 @@ dependencies = [ | |||
| 2971 | 3072 | ||
| 2972 | [[package]] | 3073 | [[package]] |
| 2973 | name = "security-framework-sys" | 3074 | name = "security-framework-sys" |
| 2974 | version = "2.12.1" | 3075 | version = "2.14.0" |
| 2975 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3076 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2976 | checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2" | 3077 | checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" |
| 2977 | dependencies = [ | 3078 | dependencies = [ |
| 2978 | "core-foundation-sys", | 3079 | "core-foundation-sys", |
| 2979 | "libc", | 3080 | "libc", |
| @@ -2981,35 +3082,35 @@ dependencies = [ | |||
| 2981 | 3082 | ||
| 2982 | [[package]] | 3083 | [[package]] |
| 2983 | name = "semver" | 3084 | name = "semver" |
| 2984 | version = "1.0.24" | 3085 | version = "1.0.26" |
| 2985 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3086 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2986 | checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba" | 3087 | checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" |
| 2987 | 3088 | ||
| 2988 | [[package]] | 3089 | [[package]] |
| 2989 | name = "serde" | 3090 | name = "serde" |
| 2990 | version = "1.0.216" | 3091 | version = "1.0.219" |
| 2991 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3092 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2992 | checksum = "0b9781016e935a97e8beecf0c933758c97a5520d32930e460142b4cd80c6338e" | 3093 | checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" |
| 2993 | dependencies = [ | 3094 | dependencies = [ |
| 2994 | "serde_derive", | 3095 | "serde_derive", |
| 2995 | ] | 3096 | ] |
| 2996 | 3097 | ||
| 2997 | [[package]] | 3098 | [[package]] |
| 2998 | name = "serde_derive" | 3099 | name = "serde_derive" |
| 2999 | version = "1.0.216" | 3100 | version = "1.0.219" |
| 3000 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3101 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3001 | checksum = "46f859dbbf73865c6627ed570e78961cd3ac92407a2d117204c49232485da55e" | 3102 | checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" |
| 3002 | dependencies = [ | 3103 | dependencies = [ |
| 3003 | "proc-macro2", | 3104 | "proc-macro2", |
| 3004 | "quote", | 3105 | "quote", |
| 3005 | "syn 2.0.90", | 3106 | "syn 2.0.100", |
| 3006 | ] | 3107 | ] |
| 3007 | 3108 | ||
| 3008 | [[package]] | 3109 | [[package]] |
| 3009 | name = "serde_json" | 3110 | name = "serde_json" |
| 3010 | version = "1.0.133" | 3111 | version = "1.0.140" |
| 3011 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3112 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3012 | checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" | 3113 | checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" |
| 3013 | dependencies = [ | 3114 | dependencies = [ |
| 3014 | "indexmap", | 3115 | "indexmap", |
| 3015 | "itoa", | 3116 | "itoa", |
| @@ -3020,13 +3121,13 @@ dependencies = [ | |||
| 3020 | 3121 | ||
| 3021 | [[package]] | 3122 | [[package]] |
| 3022 | name = "serde_repr" | 3123 | name = "serde_repr" |
| 3023 | version = "0.1.19" | 3124 | version = "0.1.20" |
| 3024 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3125 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3025 | checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" | 3126 | checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" |
| 3026 | dependencies = [ | 3127 | dependencies = [ |
| 3027 | "proc-macro2", | 3128 | "proc-macro2", |
| 3028 | "quote", | 3129 | "quote", |
| 3029 | "syn 2.0.90", | 3130 | "syn 2.0.100", |
| 3030 | ] | 3131 | ] |
| 3031 | 3132 | ||
| 3032 | [[package]] | 3133 | [[package]] |
| @@ -3076,7 +3177,7 @@ checksum = "91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f" | |||
| 3076 | dependencies = [ | 3177 | dependencies = [ |
| 3077 | "proc-macro2", | 3178 | "proc-macro2", |
| 3078 | "quote", | 3179 | "quote", |
| 3079 | "syn 2.0.90", | 3180 | "syn 2.0.100", |
| 3080 | ] | 3181 | ] |
| 3081 | 3182 | ||
| 3082 | [[package]] | 3183 | [[package]] |
| @@ -3135,9 +3236,9 @@ dependencies = [ | |||
| 3135 | 3236 | ||
| 3136 | [[package]] | 3237 | [[package]] |
| 3137 | name = "siphasher" | 3238 | name = "siphasher" |
| 3138 | version = "0.3.11" | 3239 | version = "1.0.1" |
| 3139 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3240 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3140 | checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" | 3241 | checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" |
| 3141 | 3242 | ||
| 3142 | [[package]] | 3243 | [[package]] |
| 3143 | name = "slab" | 3244 | name = "slab" |
| @@ -3150,9 +3251,9 @@ dependencies = [ | |||
| 3150 | 3251 | ||
| 3151 | [[package]] | 3252 | [[package]] |
| 3152 | name = "smallvec" | 3253 | name = "smallvec" |
| 3153 | version = "1.13.2" | 3254 | version = "1.14.0" |
| 3154 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3255 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3155 | checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" | 3256 | checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd" |
| 3156 | 3257 | ||
| 3157 | [[package]] | 3258 | [[package]] |
| 3158 | name = "socket2" | 3259 | name = "socket2" |
| @@ -3197,9 +3298,9 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" | |||
| 3197 | 3298 | ||
| 3198 | [[package]] | 3299 | [[package]] |
| 3199 | name = "strip-ansi-escapes" | 3300 | name = "strip-ansi-escapes" |
| 3200 | version = "0.2.0" | 3301 | version = "0.2.1" |
| 3201 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3302 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3202 | checksum = "55ff8ef943b384c414f54aefa961dd2bd853add74ec75e7ac74cf91dba62bcfa" | 3303 | checksum = "2a8f8038e7e7969abb3f1b7c2a811225e9296da208539e0f79c5251d6cac0025" |
| 3203 | dependencies = [ | 3304 | dependencies = [ |
| 3204 | "vte", | 3305 | "vte", |
| 3205 | ] | 3306 | ] |
| @@ -3229,9 +3330,9 @@ dependencies = [ | |||
| 3229 | 3330 | ||
| 3230 | [[package]] | 3331 | [[package]] |
| 3231 | name = "syn" | 3332 | name = "syn" |
| 3232 | version = "2.0.90" | 3333 | version = "2.0.100" |
| 3233 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3334 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3234 | checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31" | 3335 | checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0" |
| 3235 | dependencies = [ | 3336 | dependencies = [ |
| 3236 | "proc-macro2", | 3337 | "proc-macro2", |
| 3237 | "quote", | 3338 | "quote", |
| @@ -3264,19 +3365,19 @@ checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" | |||
| 3264 | dependencies = [ | 3365 | dependencies = [ |
| 3265 | "proc-macro2", | 3366 | "proc-macro2", |
| 3266 | "quote", | 3367 | "quote", |
| 3267 | "syn 2.0.90", | 3368 | "syn 2.0.100", |
| 3268 | ] | 3369 | ] |
| 3269 | 3370 | ||
| 3270 | [[package]] | 3371 | [[package]] |
| 3271 | name = "tempfile" | 3372 | name = "tempfile" |
| 3272 | version = "3.14.0" | 3373 | version = "3.19.1" |
| 3273 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3374 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3274 | checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" | 3375 | checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" |
| 3275 | dependencies = [ | 3376 | dependencies = [ |
| 3276 | "cfg-if", | ||
| 3277 | "fastrand 2.3.0", | 3377 | "fastrand 2.3.0", |
| 3378 | "getrandom 0.3.2", | ||
| 3278 | "once_cell", | 3379 | "once_cell", |
| 3279 | "rustix 0.38.42", | 3380 | "rustix 1.0.3", |
| 3280 | "windows-sys 0.59.0", | 3381 | "windows-sys 0.59.0", |
| 3281 | ] | 3382 | ] |
| 3282 | 3383 | ||
| @@ -3292,9 +3393,9 @@ dependencies = [ | |||
| 3292 | 3393 | ||
| 3293 | [[package]] | 3394 | [[package]] |
| 3294 | name = "termtree" | 3395 | name = "termtree" |
| 3295 | version = "0.4.1" | 3396 | version = "0.5.1" |
| 3296 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3397 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3297 | checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" | 3398 | checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683" |
| 3298 | 3399 | ||
| 3299 | [[package]] | 3400 | [[package]] |
| 3300 | name = "test_utils" | 3401 | name = "test_utils" |
| @@ -3311,7 +3412,7 @@ dependencies = [ | |||
| 3311 | "nostr-lmdb", | 3412 | "nostr-lmdb", |
| 3312 | "nostr-sdk", | 3413 | "nostr-sdk", |
| 3313 | "once_cell", | 3414 | "once_cell", |
| 3314 | "rand", | 3415 | "rand 0.8.5", |
| 3315 | "rexpect", | 3416 | "rexpect", |
| 3316 | "sha2", | 3417 | "sha2", |
| 3317 | "simple-websockets", | 3418 | "simple-websockets", |
| @@ -3331,11 +3432,11 @@ dependencies = [ | |||
| 3331 | 3432 | ||
| 3332 | [[package]] | 3433 | [[package]] |
| 3333 | name = "thiserror" | 3434 | name = "thiserror" |
| 3334 | version = "2.0.7" | 3435 | version = "2.0.12" |
| 3335 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3436 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3336 | checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767" | 3437 | checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" |
| 3337 | dependencies = [ | 3438 | dependencies = [ |
| 3338 | "thiserror-impl 2.0.7", | 3439 | "thiserror-impl 2.0.12", |
| 3339 | ] | 3440 | ] |
| 3340 | 3441 | ||
| 3341 | [[package]] | 3442 | [[package]] |
| @@ -3346,18 +3447,18 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" | |||
| 3346 | dependencies = [ | 3447 | dependencies = [ |
| 3347 | "proc-macro2", | 3448 | "proc-macro2", |
| 3348 | "quote", | 3449 | "quote", |
| 3349 | "syn 2.0.90", | 3450 | "syn 2.0.100", |
| 3350 | ] | 3451 | ] |
| 3351 | 3452 | ||
| 3352 | [[package]] | 3453 | [[package]] |
| 3353 | name = "thiserror-impl" | 3454 | name = "thiserror-impl" |
| 3354 | version = "2.0.7" | 3455 | version = "2.0.12" |
| 3355 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3356 | checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36" | 3457 | checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" |
| 3357 | dependencies = [ | 3458 | dependencies = [ |
| 3358 | "proc-macro2", | 3459 | "proc-macro2", |
| 3359 | "quote", | 3460 | "quote", |
| 3360 | "syn 2.0.90", | 3461 | "syn 2.0.100", |
| 3361 | ] | 3462 | ] |
| 3362 | 3463 | ||
| 3363 | [[package]] | 3464 | [[package]] |
| @@ -3372,9 +3473,9 @@ dependencies = [ | |||
| 3372 | 3473 | ||
| 3373 | [[package]] | 3474 | [[package]] |
| 3374 | name = "tinyvec" | 3475 | name = "tinyvec" |
| 3375 | version = "1.8.0" | 3476 | version = "1.9.0" |
| 3376 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3477 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3377 | checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" | 3478 | checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" |
| 3378 | dependencies = [ | 3479 | dependencies = [ |
| 3379 | "tinyvec_macros", | 3480 | "tinyvec_macros", |
| 3380 | ] | 3481 | ] |
| @@ -3387,9 +3488,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" | |||
| 3387 | 3488 | ||
| 3388 | [[package]] | 3489 | [[package]] |
| 3389 | name = "tokio" | 3490 | name = "tokio" |
| 3390 | version = "1.42.0" | 3491 | version = "1.44.1" |
| 3391 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3492 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3392 | checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" | 3493 | checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a" |
| 3393 | dependencies = [ | 3494 | dependencies = [ |
| 3394 | "backtrace", | 3495 | "backtrace", |
| 3395 | "bytes", | 3496 | "bytes", |
| @@ -3405,20 +3506,20 @@ dependencies = [ | |||
| 3405 | 3506 | ||
| 3406 | [[package]] | 3507 | [[package]] |
| 3407 | name = "tokio-macros" | 3508 | name = "tokio-macros" |
| 3408 | version = "2.4.0" | 3509 | version = "2.5.0" |
| 3409 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3410 | checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" | 3511 | checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" |
| 3411 | dependencies = [ | 3512 | dependencies = [ |
| 3412 | "proc-macro2", | 3513 | "proc-macro2", |
| 3413 | "quote", | 3514 | "quote", |
| 3414 | "syn 2.0.90", | 3515 | "syn 2.0.100", |
| 3415 | ] | 3516 | ] |
| 3416 | 3517 | ||
| 3417 | [[package]] | 3518 | [[package]] |
| 3418 | name = "tokio-rustls" | 3519 | name = "tokio-rustls" |
| 3419 | version = "0.26.1" | 3520 | version = "0.26.2" |
| 3420 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3521 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3421 | checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37" | 3522 | checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" |
| 3422 | dependencies = [ | 3523 | dependencies = [ |
| 3423 | "rustls", | 3524 | "rustls", |
| 3424 | "tokio", | 3525 | "tokio", |
| @@ -3493,6 +3594,27 @@ dependencies = [ | |||
| 3493 | ] | 3594 | ] |
| 3494 | 3595 | ||
| 3495 | [[package]] | 3596 | [[package]] |
| 3597 | name = "tower" | ||
| 3598 | version = "0.5.2" | ||
| 3599 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 3600 | checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" | ||
| 3601 | dependencies = [ | ||
| 3602 | "futures-core", | ||
| 3603 | "futures-util", | ||
| 3604 | "pin-project-lite", | ||
| 3605 | "sync_wrapper", | ||
| 3606 | "tokio", | ||
| 3607 | "tower-layer", | ||
| 3608 | "tower-service", | ||
| 3609 | ] | ||
| 3610 | |||
| 3611 | [[package]] | ||
| 3612 | name = "tower-layer" | ||
| 3613 | version = "0.3.3" | ||
| 3614 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 3615 | checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" | ||
| 3616 | |||
| 3617 | [[package]] | ||
| 3496 | name = "tower-service" | 3618 | name = "tower-service" |
| 3497 | version = "0.3.3" | 3619 | version = "0.3.3" |
| 3498 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3620 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -3517,7 +3639,7 @@ checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" | |||
| 3517 | dependencies = [ | 3639 | dependencies = [ |
| 3518 | "proc-macro2", | 3640 | "proc-macro2", |
| 3519 | "quote", | 3641 | "quote", |
| 3520 | "syn 2.0.90", | 3642 | "syn 2.0.100", |
| 3521 | ] | 3643 | ] |
| 3522 | 3644 | ||
| 3523 | [[package]] | 3645 | [[package]] |
| @@ -3547,7 +3669,7 @@ dependencies = [ | |||
| 3547 | "http 0.2.12", | 3669 | "http 0.2.12", |
| 3548 | "httparse", | 3670 | "httparse", |
| 3549 | "log", | 3671 | "log", |
| 3550 | "rand", | 3672 | "rand 0.8.5", |
| 3551 | "sha1", | 3673 | "sha1", |
| 3552 | "thiserror 1.0.69", | 3674 | "thiserror 1.0.69", |
| 3553 | "url", | 3675 | "url", |
| @@ -3563,10 +3685,10 @@ dependencies = [ | |||
| 3563 | "byteorder", | 3685 | "byteorder", |
| 3564 | "bytes", | 3686 | "bytes", |
| 3565 | "data-encoding", | 3687 | "data-encoding", |
| 3566 | "http 1.2.0", | 3688 | "http 1.3.1", |
| 3567 | "httparse", | 3689 | "httparse", |
| 3568 | "log", | 3690 | "log", |
| 3569 | "rand", | 3691 | "rand 0.8.5", |
| 3570 | "rustls", | 3692 | "rustls", |
| 3571 | "rustls-pki-types", | 3693 | "rustls-pki-types", |
| 3572 | "sha1", | 3694 | "sha1", |
| @@ -3576,9 +3698,9 @@ dependencies = [ | |||
| 3576 | 3698 | ||
| 3577 | [[package]] | 3699 | [[package]] |
| 3578 | name = "typenum" | 3700 | name = "typenum" |
| 3579 | version = "1.17.0" | 3701 | version = "1.18.0" |
| 3580 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3702 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3581 | checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" | 3703 | checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" |
| 3582 | 3704 | ||
| 3583 | [[package]] | 3705 | [[package]] |
| 3584 | name = "uds_windows" | 3706 | name = "uds_windows" |
| @@ -3593,9 +3715,9 @@ dependencies = [ | |||
| 3593 | 3715 | ||
| 3594 | [[package]] | 3716 | [[package]] |
| 3595 | name = "unicode-ident" | 3717 | name = "unicode-ident" |
| 3596 | version = "1.0.14" | 3718 | version = "1.0.18" |
| 3597 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3719 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3598 | checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" | 3720 | checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" |
| 3599 | 3721 | ||
| 3600 | [[package]] | 3722 | [[package]] |
| 3601 | name = "unicode-normalization" | 3723 | name = "unicode-normalization" |
| @@ -3608,12 +3730,6 @@ dependencies = [ | |||
| 3608 | 3730 | ||
| 3609 | [[package]] | 3731 | [[package]] |
| 3610 | name = "unicode-width" | 3732 | name = "unicode-width" |
| 3611 | version = "0.1.14" | ||
| 3612 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 3613 | checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" | ||
| 3614 | |||
| 3615 | [[package]] | ||
| 3616 | name = "unicode-width" | ||
| 3617 | version = "0.2.0" | 3733 | version = "0.2.0" |
| 3618 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3734 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3619 | checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" | 3735 | checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" |
| @@ -3696,29 +3812,18 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" | |||
| 3696 | 3812 | ||
| 3697 | [[package]] | 3813 | [[package]] |
| 3698 | name = "vte" | 3814 | name = "vte" |
| 3699 | version = "0.11.1" | 3815 | version = "0.14.1" |
| 3700 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 3701 | checksum = "f5022b5fbf9407086c180e9557be968742d839e68346af7792b8592489732197" | ||
| 3702 | dependencies = [ | ||
| 3703 | "utf8parse", | ||
| 3704 | "vte_generate_state_changes", | ||
| 3705 | ] | ||
| 3706 | |||
| 3707 | [[package]] | ||
| 3708 | name = "vte_generate_state_changes" | ||
| 3709 | version = "0.1.2" | ||
| 3710 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3816 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3711 | checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e" | 3817 | checksum = "231fdcd7ef3037e8330d8e17e61011a2c244126acc0a982f4040ac3f9f0bc077" |
| 3712 | dependencies = [ | 3818 | dependencies = [ |
| 3713 | "proc-macro2", | 3819 | "memchr", |
| 3714 | "quote", | ||
| 3715 | ] | 3820 | ] |
| 3716 | 3821 | ||
| 3717 | [[package]] | 3822 | [[package]] |
| 3718 | name = "wait-timeout" | 3823 | name = "wait-timeout" |
| 3719 | version = "0.2.0" | 3824 | version = "0.2.1" |
| 3720 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3825 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3721 | checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" | 3826 | checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11" |
| 3722 | dependencies = [ | 3827 | dependencies = [ |
| 3723 | "libc", | 3828 | "libc", |
| 3724 | ] | 3829 | ] |
| @@ -3745,35 +3850,45 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 3745 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" | 3850 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
| 3746 | 3851 | ||
| 3747 | [[package]] | 3852 | [[package]] |
| 3853 | name = "wasi" | ||
| 3854 | version = "0.14.2+wasi-0.2.4" | ||
| 3855 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 3856 | checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" | ||
| 3857 | dependencies = [ | ||
| 3858 | "wit-bindgen-rt", | ||
| 3859 | ] | ||
| 3860 | |||
| 3861 | [[package]] | ||
| 3748 | name = "wasm-bindgen" | 3862 | name = "wasm-bindgen" |
| 3749 | version = "0.2.99" | 3863 | version = "0.2.100" |
| 3750 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3864 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3751 | checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396" | 3865 | checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" |
| 3752 | dependencies = [ | 3866 | dependencies = [ |
| 3753 | "cfg-if", | 3867 | "cfg-if", |
| 3754 | "once_cell", | 3868 | "once_cell", |
| 3869 | "rustversion", | ||
| 3755 | "wasm-bindgen-macro", | 3870 | "wasm-bindgen-macro", |
| 3756 | ] | 3871 | ] |
| 3757 | 3872 | ||
| 3758 | [[package]] | 3873 | [[package]] |
| 3759 | name = "wasm-bindgen-backend" | 3874 | name = "wasm-bindgen-backend" |
| 3760 | version = "0.2.99" | 3875 | version = "0.2.100" |
| 3761 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3876 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3762 | checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79" | 3877 | checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" |
| 3763 | dependencies = [ | 3878 | dependencies = [ |
| 3764 | "bumpalo", | 3879 | "bumpalo", |
| 3765 | "log", | 3880 | "log", |
| 3766 | "proc-macro2", | 3881 | "proc-macro2", |
| 3767 | "quote", | 3882 | "quote", |
| 3768 | "syn 2.0.90", | 3883 | "syn 2.0.100", |
| 3769 | "wasm-bindgen-shared", | 3884 | "wasm-bindgen-shared", |
| 3770 | ] | 3885 | ] |
| 3771 | 3886 | ||
| 3772 | [[package]] | 3887 | [[package]] |
| 3773 | name = "wasm-bindgen-futures" | 3888 | name = "wasm-bindgen-futures" |
| 3774 | version = "0.4.49" | 3889 | version = "0.4.50" |
| 3775 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3890 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3776 | checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2" | 3891 | checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" |
| 3777 | dependencies = [ | 3892 | dependencies = [ |
| 3778 | "cfg-if", | 3893 | "cfg-if", |
| 3779 | "js-sys", | 3894 | "js-sys", |
| @@ -3784,9 +3899,9 @@ dependencies = [ | |||
| 3784 | 3899 | ||
| 3785 | [[package]] | 3900 | [[package]] |
| 3786 | name = "wasm-bindgen-macro" | 3901 | name = "wasm-bindgen-macro" |
| 3787 | version = "0.2.99" | 3902 | version = "0.2.100" |
| 3788 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3903 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3789 | checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe" | 3904 | checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" |
| 3790 | dependencies = [ | 3905 | dependencies = [ |
| 3791 | "quote", | 3906 | "quote", |
| 3792 | "wasm-bindgen-macro-support", | 3907 | "wasm-bindgen-macro-support", |
| @@ -3794,28 +3909,31 @@ dependencies = [ | |||
| 3794 | 3909 | ||
| 3795 | [[package]] | 3910 | [[package]] |
| 3796 | name = "wasm-bindgen-macro-support" | 3911 | name = "wasm-bindgen-macro-support" |
| 3797 | version = "0.2.99" | 3912 | version = "0.2.100" |
| 3798 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3913 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3799 | checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2" | 3914 | checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" |
| 3800 | dependencies = [ | 3915 | dependencies = [ |
| 3801 | "proc-macro2", | 3916 | "proc-macro2", |
| 3802 | "quote", | 3917 | "quote", |
| 3803 | "syn 2.0.90", | 3918 | "syn 2.0.100", |
| 3804 | "wasm-bindgen-backend", | 3919 | "wasm-bindgen-backend", |
| 3805 | "wasm-bindgen-shared", | 3920 | "wasm-bindgen-shared", |
| 3806 | ] | 3921 | ] |
| 3807 | 3922 | ||
| 3808 | [[package]] | 3923 | [[package]] |
| 3809 | name = "wasm-bindgen-shared" | 3924 | name = "wasm-bindgen-shared" |
| 3810 | version = "0.2.99" | 3925 | version = "0.2.100" |
| 3811 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3926 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3812 | checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6" | 3927 | checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" |
| 3928 | dependencies = [ | ||
| 3929 | "unicode-ident", | ||
| 3930 | ] | ||
| 3813 | 3931 | ||
| 3814 | [[package]] | 3932 | [[package]] |
| 3815 | name = "web-sys" | 3933 | name = "web-sys" |
| 3816 | version = "0.3.76" | 3934 | version = "0.3.77" |
| 3817 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3935 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3818 | checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc" | 3936 | checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" |
| 3819 | dependencies = [ | 3937 | dependencies = [ |
| 3820 | "js-sys", | 3938 | "js-sys", |
| 3821 | "wasm-bindgen", | 3939 | "wasm-bindgen", |
| @@ -3833,9 +3951,9 @@ dependencies = [ | |||
| 3833 | 3951 | ||
| 3834 | [[package]] | 3952 | [[package]] |
| 3835 | name = "webpki-roots" | 3953 | name = "webpki-roots" |
| 3836 | version = "0.26.7" | 3954 | version = "0.26.8" |
| 3837 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3955 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3838 | checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e" | 3956 | checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9" |
| 3839 | dependencies = [ | 3957 | dependencies = [ |
| 3840 | "rustls-pki-types", | 3958 | "rustls-pki-types", |
| 3841 | ] | 3959 | ] |
| @@ -3863,33 +3981,38 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 3863 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | 3981 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 3864 | 3982 | ||
| 3865 | [[package]] | 3983 | [[package]] |
| 3984 | name = "windows-link" | ||
| 3985 | version = "0.1.1" | ||
| 3986 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 3987 | checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38" | ||
| 3988 | |||
| 3989 | [[package]] | ||
| 3866 | name = "windows-registry" | 3990 | name = "windows-registry" |
| 3867 | version = "0.2.0" | 3991 | version = "0.4.0" |
| 3868 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3992 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3869 | checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" | 3993 | checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3" |
| 3870 | dependencies = [ | 3994 | dependencies = [ |
| 3871 | "windows-result", | 3995 | "windows-result", |
| 3872 | "windows-strings", | 3996 | "windows-strings", |
| 3873 | "windows-targets 0.52.6", | 3997 | "windows-targets 0.53.0", |
| 3874 | ] | 3998 | ] |
| 3875 | 3999 | ||
| 3876 | [[package]] | 4000 | [[package]] |
| 3877 | name = "windows-result" | 4001 | name = "windows-result" |
| 3878 | version = "0.2.0" | 4002 | version = "0.3.2" |
| 3879 | source = "registry+https://github.com/rust-lang/crates.io-index" | 4003 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3880 | checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" | 4004 | checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252" |
| 3881 | dependencies = [ | 4005 | dependencies = [ |
| 3882 | "windows-targets 0.52.6", | 4006 | "windows-link", |
| 3883 | ] | 4007 | ] |
| 3884 | 4008 | ||
| 3885 | [[package]] | 4009 | [[package]] |
| 3886 | name = "windows-strings" | 4010 | name = "windows-strings" |
| 3887 | version = "0.1.0" | 4011 | version = "0.3.1" |
| 3888 | source = "registry+https://github.com/rust-lang/crates.io-index" | 4012 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3889 | checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" | 4013 | checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319" |
| 3890 | dependencies = [ | 4014 | dependencies = [ |
| 3891 | "windows-result", | 4015 | "windows-link", |
| 3892 | "windows-targets 0.52.6", | ||
| 3893 | ] | 4016 | ] |
| 3894 | 4017 | ||
| 3895 | [[package]] | 4018 | [[package]] |
| @@ -3943,7 +4066,7 @@ dependencies = [ | |||
| 3943 | "windows_aarch64_gnullvm 0.52.6", | 4066 | "windows_aarch64_gnullvm 0.52.6", |
| 3944 | "windows_aarch64_msvc 0.52.6", | 4067 | "windows_aarch64_msvc 0.52.6", |
| 3945 | "windows_i686_gnu 0.52.6", | 4068 | "windows_i686_gnu 0.52.6", |
| 3946 | "windows_i686_gnullvm", | 4069 | "windows_i686_gnullvm 0.52.6", |
| 3947 | "windows_i686_msvc 0.52.6", | 4070 | "windows_i686_msvc 0.52.6", |
| 3948 | "windows_x86_64_gnu 0.52.6", | 4071 | "windows_x86_64_gnu 0.52.6", |
| 3949 | "windows_x86_64_gnullvm 0.52.6", | 4072 | "windows_x86_64_gnullvm 0.52.6", |
| @@ -3951,6 +4074,22 @@ dependencies = [ | |||
| 3951 | ] | 4074 | ] |
| 3952 | 4075 | ||
| 3953 | [[package]] | 4076 | [[package]] |
| 4077 | name = "windows-targets" | ||
| 4078 | version = "0.53.0" | ||
| 4079 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 4080 | checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b" | ||
| 4081 | dependencies = [ | ||
| 4082 | "windows_aarch64_gnullvm 0.53.0", | ||
| 4083 | "windows_aarch64_msvc 0.53.0", | ||
| 4084 | "windows_i686_gnu 0.53.0", | ||
| 4085 | "windows_i686_gnullvm 0.53.0", | ||
| 4086 | "windows_i686_msvc 0.53.0", | ||
| 4087 | "windows_x86_64_gnu 0.53.0", | ||
| 4088 | "windows_x86_64_gnullvm 0.53.0", | ||
| 4089 | "windows_x86_64_msvc 0.53.0", | ||
| 4090 | ] | ||
| 4091 | |||
| 4092 | [[package]] | ||
| 3954 | name = "windows_aarch64_gnullvm" | 4093 | name = "windows_aarch64_gnullvm" |
| 3955 | version = "0.48.5" | 4094 | version = "0.48.5" |
| 3956 | source = "registry+https://github.com/rust-lang/crates.io-index" | 4095 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -3963,6 +4102,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 3963 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" | 4102 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 3964 | 4103 | ||
| 3965 | [[package]] | 4104 | [[package]] |
| 4105 | name = "windows_aarch64_gnullvm" | ||
| 4106 | version = "0.53.0" | ||
| 4107 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 4108 | checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" | ||
| 4109 | |||
| 4110 | [[package]] | ||
| 3966 | name = "windows_aarch64_msvc" | 4111 | name = "windows_aarch64_msvc" |
| 3967 | version = "0.48.5" | 4112 | version = "0.48.5" |
| 3968 | source = "registry+https://github.com/rust-lang/crates.io-index" | 4113 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -3975,6 +4120,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 3975 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" | 4120 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 3976 | 4121 | ||
| 3977 | [[package]] | 4122 | [[package]] |
| 4123 | name = "windows_aarch64_msvc" | ||
| 4124 | version = "0.53.0" | ||
| 4125 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 4126 | checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" | ||
| 4127 | |||
| 4128 | [[package]] | ||
| 3978 | name = "windows_i686_gnu" | 4129 | name = "windows_i686_gnu" |
| 3979 | version = "0.48.5" | 4130 | version = "0.48.5" |
| 3980 | source = "registry+https://github.com/rust-lang/crates.io-index" | 4131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -3987,12 +4138,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 3987 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" | 4138 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 3988 | 4139 | ||
| 3989 | [[package]] | 4140 | [[package]] |
| 4141 | name = "windows_i686_gnu" | ||
| 4142 | version = "0.53.0" | ||
| 4143 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 4144 | checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" | ||
| 4145 | |||
| 4146 | [[package]] | ||
| 3990 | name = "windows_i686_gnullvm" | 4147 | name = "windows_i686_gnullvm" |
| 3991 | version = "0.52.6" | 4148 | version = "0.52.6" |
| 3992 | source = "registry+https://github.com/rust-lang/crates.io-index" | 4149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3993 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" | 4150 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 3994 | 4151 | ||
| 3995 | [[package]] | 4152 | [[package]] |
| 4153 | name = "windows_i686_gnullvm" | ||
| 4154 | version = "0.53.0" | ||
| 4155 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 4156 | checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" | ||
| 4157 | |||
| 4158 | [[package]] | ||
| 3996 | name = "windows_i686_msvc" | 4159 | name = "windows_i686_msvc" |
| 3997 | version = "0.48.5" | 4160 | version = "0.48.5" |
| 3998 | source = "registry+https://github.com/rust-lang/crates.io-index" | 4161 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -4005,6 +4168,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 4005 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" | 4168 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 4006 | 4169 | ||
| 4007 | [[package]] | 4170 | [[package]] |
| 4171 | name = "windows_i686_msvc" | ||
| 4172 | version = "0.53.0" | ||
| 4173 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 4174 | checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" | ||
| 4175 | |||
| 4176 | [[package]] | ||
| 4008 | name = "windows_x86_64_gnu" | 4177 | name = "windows_x86_64_gnu" |
| 4009 | version = "0.48.5" | 4178 | version = "0.48.5" |
| 4010 | source = "registry+https://github.com/rust-lang/crates.io-index" | 4179 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -4017,6 +4186,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 4017 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" | 4186 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 4018 | 4187 | ||
| 4019 | [[package]] | 4188 | [[package]] |
| 4189 | name = "windows_x86_64_gnu" | ||
| 4190 | version = "0.53.0" | ||
| 4191 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 4192 | checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" | ||
| 4193 | |||
| 4194 | [[package]] | ||
| 4020 | name = "windows_x86_64_gnullvm" | 4195 | name = "windows_x86_64_gnullvm" |
| 4021 | version = "0.48.5" | 4196 | version = "0.48.5" |
| 4022 | source = "registry+https://github.com/rust-lang/crates.io-index" | 4197 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -4029,6 +4204,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 4029 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" | 4204 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 4030 | 4205 | ||
| 4031 | [[package]] | 4206 | [[package]] |
| 4207 | name = "windows_x86_64_gnullvm" | ||
| 4208 | version = "0.53.0" | ||
| 4209 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 4210 | checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" | ||
| 4211 | |||
| 4212 | [[package]] | ||
| 4032 | name = "windows_x86_64_msvc" | 4213 | name = "windows_x86_64_msvc" |
| 4033 | version = "0.48.5" | 4214 | version = "0.48.5" |
| 4034 | source = "registry+https://github.com/rust-lang/crates.io-index" | 4215 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -4041,6 +4222,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 4041 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" | 4222 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 4042 | 4223 | ||
| 4043 | [[package]] | 4224 | [[package]] |
| 4225 | name = "windows_x86_64_msvc" | ||
| 4226 | version = "0.53.0" | ||
| 4227 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 4228 | checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" | ||
| 4229 | |||
| 4230 | [[package]] | ||
| 4044 | name = "winnow" | 4231 | name = "winnow" |
| 4045 | version = "0.5.40" | 4232 | version = "0.5.40" |
| 4046 | source = "registry+https://github.com/rust-lang/crates.io-index" | 4233 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -4050,6 +4237,15 @@ dependencies = [ | |||
| 4050 | ] | 4237 | ] |
| 4051 | 4238 | ||
| 4052 | [[package]] | 4239 | [[package]] |
| 4240 | name = "wit-bindgen-rt" | ||
| 4241 | version = "0.39.0" | ||
| 4242 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 4243 | checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" | ||
| 4244 | dependencies = [ | ||
| 4245 | "bitflags 2.9.0", | ||
| 4246 | ] | ||
| 4247 | |||
| 4248 | [[package]] | ||
| 4053 | name = "write16" | 4249 | name = "write16" |
| 4054 | version = "1.0.0" | 4250 | version = "1.0.0" |
| 4055 | source = "registry+https://github.com/rust-lang/crates.io-index" | 4251 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -4091,7 +4287,7 @@ checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" | |||
| 4091 | dependencies = [ | 4287 | dependencies = [ |
| 4092 | "proc-macro2", | 4288 | "proc-macro2", |
| 4093 | "quote", | 4289 | "quote", |
| 4094 | "syn 2.0.90", | 4290 | "syn 2.0.100", |
| 4095 | "synstructure", | 4291 | "synstructure", |
| 4096 | ] | 4292 | ] |
| 4097 | 4293 | ||
| @@ -4122,7 +4318,7 @@ dependencies = [ | |||
| 4122 | "nix 0.26.4", | 4318 | "nix 0.26.4", |
| 4123 | "once_cell", | 4319 | "once_cell", |
| 4124 | "ordered-stream", | 4320 | "ordered-stream", |
| 4125 | "rand", | 4321 | "rand 0.8.5", |
| 4126 | "serde", | 4322 | "serde", |
| 4127 | "serde_repr", | 4323 | "serde_repr", |
| 4128 | "sha1", | 4324 | "sha1", |
| @@ -4163,43 +4359,42 @@ dependencies = [ | |||
| 4163 | 4359 | ||
| 4164 | [[package]] | 4360 | [[package]] |
| 4165 | name = "zerocopy" | 4361 | name = "zerocopy" |
| 4166 | version = "0.7.35" | 4362 | version = "0.8.24" |
| 4167 | source = "registry+https://github.com/rust-lang/crates.io-index" | 4363 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4168 | checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" | 4364 | checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879" |
| 4169 | dependencies = [ | 4365 | dependencies = [ |
| 4170 | "byteorder", | ||
| 4171 | "zerocopy-derive", | 4366 | "zerocopy-derive", |
| 4172 | ] | 4367 | ] |
| 4173 | 4368 | ||
| 4174 | [[package]] | 4369 | [[package]] |
| 4175 | name = "zerocopy-derive" | 4370 | name = "zerocopy-derive" |
| 4176 | version = "0.7.35" | 4371 | version = "0.8.24" |
| 4177 | source = "registry+https://github.com/rust-lang/crates.io-index" | 4372 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4178 | checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" | 4373 | checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be" |
| 4179 | dependencies = [ | 4374 | dependencies = [ |
| 4180 | "proc-macro2", | 4375 | "proc-macro2", |
| 4181 | "quote", | 4376 | "quote", |
| 4182 | "syn 2.0.90", | 4377 | "syn 2.0.100", |
| 4183 | ] | 4378 | ] |
| 4184 | 4379 | ||
| 4185 | [[package]] | 4380 | [[package]] |
| 4186 | name = "zerofrom" | 4381 | name = "zerofrom" |
| 4187 | version = "0.1.5" | 4382 | version = "0.1.6" |
| 4188 | source = "registry+https://github.com/rust-lang/crates.io-index" | 4383 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4189 | checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" | 4384 | checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" |
| 4190 | dependencies = [ | 4385 | dependencies = [ |
| 4191 | "zerofrom-derive", | 4386 | "zerofrom-derive", |
| 4192 | ] | 4387 | ] |
| 4193 | 4388 | ||
| 4194 | [[package]] | 4389 | [[package]] |
| 4195 | name = "zerofrom-derive" | 4390 | name = "zerofrom-derive" |
| 4196 | version = "0.1.5" | 4391 | version = "0.1.6" |
| 4197 | source = "registry+https://github.com/rust-lang/crates.io-index" | 4392 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4198 | checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" | 4393 | checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" |
| 4199 | dependencies = [ | 4394 | dependencies = [ |
| 4200 | "proc-macro2", | 4395 | "proc-macro2", |
| 4201 | "quote", | 4396 | "quote", |
| 4202 | "syn 2.0.90", | 4397 | "syn 2.0.100", |
| 4203 | "synstructure", | 4398 | "synstructure", |
| 4204 | ] | 4399 | ] |
| 4205 | 4400 | ||
| @@ -4228,7 +4423,7 @@ checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" | |||
| 4228 | dependencies = [ | 4423 | dependencies = [ |
| 4229 | "proc-macro2", | 4424 | "proc-macro2", |
| 4230 | "quote", | 4425 | "quote", |
| 4231 | "syn 2.0.90", | 4426 | "syn 2.0.100", |
| 4232 | ] | 4427 | ] |
| 4233 | 4428 | ||
| 4234 | [[package]] | 4429 | [[package]] |