Rewild Your Web
18
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: update to Servo 85eda69130a4af799ba45eeb8b31dc4ab7958083

Signed-off-by: webbeef <me@webbeef.org>

webbeef 5a954027 85fe3658

+108 -91
+38 -21
Cargo.lock
··· 485 485 486 486 [[package]] 487 487 name = "atomic_refcell" 488 - version = "0.1.13" 488 + version = "0.1.14" 489 489 source = "registry+https://github.com/rust-lang/crates.io-index" 490 - checksum = "41e67cd8309bbd06cd603a9e693a784ac2e5d1e955f11286e355089fcab3047c" 490 + checksum = "21e4227379beff4205943696e6c3e0cd809bacdf3f0edd6e3dd153e2269571a4" 491 491 492 492 [[package]] 493 493 name = "atproto-dasl" ··· 7073 7073 7074 7074 [[package]] 7075 7075 name = "orbclient" 7076 - version = "0.3.51" 7076 + version = "0.3.53" 7077 7077 source = "registry+https://github.com/rust-lang/crates.io-index" 7078 - checksum = "59aed3b33578edcfa1bc96a321d590d31832b6ad55a26f0313362ce687e9abd6" 7078 + checksum = "12c6933ddbbd16539a7672e697bb8d41ac3a4e99ac43eeb40c07236bd7fcb2dd" 7079 7079 dependencies = [ 7080 7080 "libc", 7081 7081 "libredox", ··· 10102 10102 "url", 10103 10103 "urlpattern", 10104 10104 "uuid", 10105 + "web_atoms", 10105 10106 "webdriver", 10106 10107 "webrender_api", 10107 10108 "wgpu-core", ··· 10413 10414 10414 10415 [[package]] 10415 10416 name = "sha3" 10416 - version = "0.10.8" 10417 + version = "0.10.9" 10417 10418 source = "registry+https://github.com/rust-lang/crates.io-index" 10418 - checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" 10419 + checksum = "77fd7028345d415a4034cf8777cd4f8ab1851274233b45f84e3d955502d93874" 10419 10420 dependencies = [ 10420 10421 "digest 0.10.7", 10421 10422 "keccak", ··· 10686 10687 10687 10688 [[package]] 10688 10689 name = "sqlite-wasm-rs" 10689 - version = "0.5.2" 10690 + version = "0.5.3" 10690 10691 source = "registry+https://github.com/rust-lang/crates.io-index" 10691 - checksum = "2f4206ed3a67690b9c29b77d728f6acc3ce78f16bf846d83c94f76400320181b" 10692 + checksum = "1b2c760607300407ddeaee518acf28c795661b7108c75421303dbefb237d3a36" 10692 10693 dependencies = [ 10693 10694 "cc", 10694 10695 "js-sys", ··· 11223 11224 11224 11225 [[package]] 11225 11226 name = "test-log" 11226 - version = "0.2.19" 11227 + version = "0.2.20" 11227 11228 source = "registry+https://github.com/rust-lang/crates.io-index" 11228 - checksum = "37d53ac171c92a39e4769491c4b4dde7022c60042254b5fc044ae409d34a24d4" 11229 + checksum = "2f46bf474f0a4afebf92f076d54fd5e63423d9438b8c278a3d2ccb0f47f7cdb3" 11229 11230 dependencies = [ 11230 11231 "env_logger", 11231 11232 "test-log-macros", ··· 11233 11234 ] 11234 11235 11235 11236 [[package]] 11236 - name = "test-log-macros" 11237 - version = "0.2.19" 11237 + name = "test-log-core" 11238 + version = "0.2.20" 11238 11239 source = "registry+https://github.com/rust-lang/crates.io-index" 11239 - checksum = "be35209fd0781c5401458ab66e4f98accf63553e8fae7425503e92fdd319783b" 11240 + checksum = "37d4d41320b48bc4a211a9021678fcc0c99569b594ea31c93735b8e517102b4c" 11240 11241 dependencies = [ 11241 11242 "proc-macro2", 11242 11243 "quote", ··· 11244 11245 ] 11245 11246 11246 11247 [[package]] 11248 + name = "test-log-macros" 11249 + version = "0.2.20" 11250 + source = "registry+https://github.com/rust-lang/crates.io-index" 11251 + checksum = "9beb9249a81e430dffd42400a49019bcf548444f1968ff23080a625de0d4d320" 11252 + dependencies = [ 11253 + "syn 2.0.117", 11254 + "test-log-core", 11255 + ] 11256 + 11257 + [[package]] 11247 11258 name = "textnonce" 11248 11259 version = "1.0.0" 11249 11260 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 11856 11867 11857 11868 [[package]] 11858 11869 name = "typenum" 11859 - version = "1.19.0" 11870 + version = "1.20.0" 11860 11871 source = "registry+https://github.com/rust-lang/crates.io-index" 11861 - checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 11872 + checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de" 11862 11873 11863 11874 [[package]] 11864 11875 name = "uluru" ··· 12311 12322 12312 12323 [[package]] 12313 12324 name = "wasip2" 12314 - version = "1.0.2+wasi-0.2.9" 12325 + version = "1.0.3+wasi-0.2.9" 12315 12326 source = "registry+https://github.com/rust-lang/crates.io-index" 12316 - checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" 12327 + checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" 12317 12328 dependencies = [ 12318 - "wit-bindgen", 12329 + "wit-bindgen 0.57.1", 12319 12330 ] 12320 12331 12321 12332 [[package]] ··· 12324 12335 source = "registry+https://github.com/rust-lang/crates.io-index" 12325 12336 checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" 12326 12337 dependencies = [ 12327 - "wit-bindgen", 12338 + "wit-bindgen 0.51.0", 12328 12339 ] 12329 12340 12330 12341 [[package]] ··· 12560 12571 12561 12572 [[package]] 12562 12573 name = "web_atoms" 12563 - version = "0.2.3" 12574 + version = "0.2.4" 12564 12575 source = "registry+https://github.com/rust-lang/crates.io-index" 12565 - checksum = "57a9779e9f04d2ac1ce317aee707aa2f6b773afba7b931222bff6983843b1576" 12576 + checksum = "d7cff6eef815df1834fd250e3a2ff436044d82a9f1bc1980ca1dbdf07effc538" 12566 12577 dependencies = [ 12567 12578 "phf", 12568 12579 "phf_codegen", ··· 13464 13475 dependencies = [ 13465 13476 "wit-bindgen-rust-macro", 13466 13477 ] 13478 + 13479 + [[package]] 13480 + name = "wit-bindgen" 13481 + version = "0.57.1" 13482 + source = "registry+https://github.com/rust-lang/crates.io-index" 13483 + checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" 13467 13484 13468 13485 [[package]] 13469 13486 name = "wit-bindgen-core"
+1 -1
forkme.lock
··· 1 - 678f9d7a47778d2a02ca5e1d2ee4b3cd2b3c2bc8 1 + 85eda69130a4af799ba45eeb8b31dc4ab7958083
+68 -68
patches/Cargo.lock.patch
··· 64 64 name = "base64" 65 65 version = "0.12.3" 66 66 source = "registry+https://github.com/rust-lang/crates.io-index" 67 - @@ -1125,6 +1168,15 @@ 67 + @@ -1119,6 +1162,15 @@ 68 68 ] 69 69 70 70 [[package]] ··· 80 80 name = "cc" 81 81 version = "1.2.60" 82 82 source = "registry+https://github.com/rust-lang/crates.io-index" 83 - @@ -1269,6 +1321,20 @@ 83 + @@ -1263,6 +1315,20 @@ 84 84 ] 85 85 86 86 [[package]] ··· 101 101 name = "cipher" 102 102 version = "0.4.4" 103 103 source = "registry+https://github.com/rust-lang/crates.io-index" 104 - @@ -1420,6 +1486,12 @@ 104 + @@ -1414,6 +1480,12 @@ 105 105 checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 106 106 107 107 [[package]] ··· 114 114 name = "content-security-policy" 115 115 version = "0.8.0" 116 116 source = "registry+https://github.com/rust-lang/crates.io-index" 117 - @@ -1499,7 +1571,7 @@ 117 + @@ -1493,7 +1565,7 @@ 118 118 "bitflags 1.3.2", 119 119 "core-foundation 0.9.4", 120 120 "core-graphics-types 0.1.3", ··· 123 123 "libc", 124 124 ] 125 125 126 - @@ -1533,11 +1605,20 @@ 126 + @@ -1527,11 +1599,20 @@ 127 127 dependencies = [ 128 128 "core-foundation 0.9.4", 129 129 "core-graphics", ··· 145 145 name = "core_maths" 146 146 version = "0.1.1" 147 147 source = "registry+https://github.com/rust-lang/crates.io-index" 148 - @@ -1601,6 +1682,12 @@ 148 + @@ -1595,6 +1676,12 @@ 149 149 ] 150 150 151 151 [[package]] ··· 158 158 name = "crossbeam-channel" 159 159 version = "0.5.15" 160 160 source = "registry+https://github.com/rust-lang/crates.io-index" 161 - @@ -1799,6 +1886,26 @@ 161 + @@ -1793,6 +1880,26 @@ 162 162 checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea" 163 163 164 164 [[package]] ··· 185 185 name = "data-url" 186 186 version = "0.3.2" 187 187 source = "registry+https://github.com/rust-lang/crates.io-index" 188 - @@ -2178,6 +2285,7 @@ 188 + @@ -2172,6 +2279,7 @@ 189 189 checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 190 190 dependencies = [ 191 191 "base16ct", ··· 193 193 "crypto-bigint", 194 194 "digest", 195 195 "ff", 196 - @@ -2188,6 +2296,8 @@ 196 + @@ -2182,6 +2290,8 @@ 197 197 "pkcs8", 198 198 "rand_core 0.6.4", 199 199 "sec1", ··· 202 202 "subtle", 203 203 "zeroize", 204 204 ] 205 - @@ -2248,6 +2358,18 @@ 205 + @@ -2242,6 +2352,18 @@ 206 206 checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099" 207 207 208 208 [[package]] ··· 221 221 name = "enumflags2" 222 222 version = "0.7.12" 223 223 source = "registry+https://github.com/rust-lang/crates.io-index" 224 - @@ -2600,12 +2722,21 @@ 224 + @@ -2594,12 +2716,21 @@ 225 225 226 226 [[package]] 227 227 name = "foreign-types" ··· 244 244 ] 245 245 246 246 [[package]] 247 - @@ -2621,6 +2752,12 @@ 247 + @@ -2615,6 +2746,12 @@ 248 248 249 249 [[package]] 250 250 name = "foreign-types-shared" ··· 257 257 version = "0.3.1" 258 258 source = "registry+https://github.com/rust-lang/crates.io-index" 259 259 checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 260 - @@ -2828,8 +2965,10 @@ 260 + @@ -2822,8 +2959,10 @@ 261 261 checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 262 262 dependencies = [ 263 263 "cfg-if", ··· 268 268 ] 269 269 270 270 [[package]] 271 - @@ -2839,9 +2978,11 @@ 271 + @@ -2833,9 +2972,11 @@ 272 272 checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 273 273 dependencies = [ 274 274 "cfg-if", ··· 280 280 ] 281 281 282 282 [[package]] 283 - @@ -3522,7 +3663,7 @@ 283 + @@ -3497,7 +3638,7 @@ 284 284 "cc", 285 285 "core-graphics", 286 286 "core-text", ··· 289 289 "freetype-sys", 290 290 "pkg-config", 291 291 "winapi", 292 - @@ -3657,6 +3798,52 @@ 292 + @@ -3608,6 +3749,52 @@ 293 293 checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" 294 294 295 295 [[package]] ··· 342 342 name = "hilog" 343 343 version = "0.2.2" 344 344 source = "registry+https://github.com/rust-lang/crates.io-index" 345 - @@ -3870,6 +4057,22 @@ 345 + @@ -3786,6 +3973,22 @@ 346 346 ] 347 347 348 348 [[package]] ··· 365 365 name = "hyper-util" 366 366 version = "0.1.20" 367 367 source = "registry+https://github.com/rust-lang/crates.io-index" 368 - @@ -3890,6 +4093,7 @@ 368 + @@ -3806,6 +4009,7 @@ 369 369 "tokio", 370 370 "tower-service", 371 371 "tracing", ··· 373 373 ] 374 374 375 375 [[package]] 376 - @@ -4504,6 +4708,29 @@ 376 + @@ -4420,6 +4624,29 @@ 377 377 ] 378 378 379 379 [[package]] ··· 403 403 name = "ipnet" 404 404 version = "2.12.0" 405 405 source = "registry+https://github.com/rust-lang/crates.io-index" 406 - @@ -4510,6 +4737,16 @@ 406 + @@ -4426,6 +4653,16 @@ 407 407 checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" 408 408 409 409 [[package]] ··· 420 420 name = "is-terminal" 421 421 version = "0.4.17" 422 422 source = "registry+https://github.com/rust-lang/crates.io-index" 423 - @@ -4670,6 +4907,20 @@ 423 + @@ -4586,6 +4823,20 @@ 424 424 ] 425 425 426 426 [[package]] ··· 441 441 name = "keccak" 442 442 version = "0.1.6" 443 443 source = "registry+https://github.com/rust-lang/crates.io-index" 444 - @@ -4980,6 +5231,17 @@ 444 + @@ -4896,6 +5147,17 @@ 445 445 ] 446 446 447 447 [[package]] ··· 459 459 name = "matchers" 460 460 version = "0.2.0" 461 461 source = "registry+https://github.com/rust-lang/crates.io-index" 462 - @@ -5031,7 +5293,7 @@ 462 + @@ -4947,7 +5209,7 @@ 463 463 "bitflags 2.11.0", 464 464 "block", 465 465 "core-graphics-types 0.2.0", ··· 468 468 "log", 469 469 "objc", 470 470 "paste", 471 - @@ -5123,6 +5385,23 @@ 471 + @@ -5039,6 +5301,23 @@ 472 472 ] 473 473 474 474 [[package]] ··· 492 492 name = "mozangle" 493 493 version = "0.5.5" 494 494 source = "registry+https://github.com/rust-lang/crates.io-index" 495 - @@ -5175,6 +5454,29 @@ 495 + @@ -5091,6 +5370,29 @@ 496 496 checksum = "956787520e75e9bd233246045d19f42fb73242759cc57fba9611d940ae96d4b0" 497 497 498 498 [[package]] ··· 522 522 name = "naga" 523 523 version = "26.0.0" 524 524 source = "registry+https://github.com/rust-lang/crates.io-index" 525 - @@ -5258,6 +5560,23 @@ 525 + @@ -5174,6 +5476,23 @@ 526 526 ] 527 527 528 528 [[package]] ··· 546 546 name = "ndk" 547 547 version = "0.9.0" 548 548 source = "registry+https://github.com/rust-lang/crates.io-index" 549 - @@ -5994,6 +6313,10 @@ 549 + @@ -5910,6 +6229,10 @@ 550 550 version = "1.21.4" 551 551 source = "registry+https://github.com/rust-lang/crates.io-index" 552 552 checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" ··· 557 557 558 558 [[package]] 559 559 name = "once_cell_polyfill" 560 - @@ -6014,6 +6337,32 @@ 560 + @@ -5930,6 +6253,32 @@ 561 561 checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" 562 562 563 563 [[package]] ··· 590 590 name = "openssl-probe" 591 591 version = "0.2.1" 592 592 source = "registry+https://github.com/rust-lang/crates.io-index" 593 - @@ -6020,6 +6369,18 @@ 593 + @@ -5936,6 +6285,18 @@ 594 594 checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" 595 595 596 596 [[package]] ··· 609 609 name = "openxr" 610 610 version = "0.20.0" 611 611 source = "registry+https://github.com/rust-lang/crates.io-index" 612 - @@ -6679,6 +7040,61 @@ 612 + @@ -6595,6 +6956,61 @@ 613 613 ] 614 614 615 615 [[package]] ··· 671 671 name = "quote" 672 672 version = "1.0.45" 673 673 source = "registry+https://github.com/rust-lang/crates.io-index" 674 - @@ -7000,6 +7416,56 @@ 674 + @@ -6916,6 +7332,56 @@ 675 675 checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" 676 676 677 677 [[package]] ··· 728 728 name = "resvg" 729 729 version = "0.45.1" 730 730 source = "registry+https://github.com/rust-lang/crates.io-index" 731 - @@ -7166,6 +7632,7 @@ 731 + @@ -7082,6 +7548,7 @@ 732 732 "aws-lc-rs", 733 733 "log", 734 734 "once_cell", ··· 736 736 "rustls-pki-types", 737 737 "rustls-webpki", 738 738 "subtle", 739 - @@ -7190,6 +7657,7 @@ 739 + @@ -7106,6 +7573,7 @@ 740 740 source = "registry+https://github.com/rust-lang/crates.io-index" 741 741 checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" 742 742 dependencies = [ ··· 744 744 "zeroize", 745 745 ] 746 746 747 - @@ -7361,6 +7829,7 @@ 747 + @@ -7277,6 +7745,7 @@ 748 748 "der", 749 749 "generic-array", 750 750 "pkcs8", ··· 752 752 "subtle", 753 753 "zeroize", 754 754 ] 755 - @@ -7473,6 +7942,18 @@ 755 + @@ -7389,6 +7858,18 @@ 756 756 ] 757 757 758 758 [[package]] ··· 771 771 name = "serde_json" 772 772 version = "1.0.149" 773 773 source = "registry+https://github.com/rust-lang/crates.io-index" 774 - @@ -7528,6 +8009,16 @@ 774 + @@ -7444,6 +7925,16 @@ 775 775 ] 776 776 777 777 [[package]] ··· 788 788 name = "servo" 789 789 version = "0.1.0" 790 790 dependencies = [ 791 - @@ -7781,6 +8272,7 @@ 791 + @@ -7697,6 +8188,7 @@ 792 792 "rand 0.9.2", 793 793 "rustc-hash 2.1.2", 794 794 "serde", ··· 796 796 "servo-background-hang-monitor", 797 797 "servo-background-hang-monitor-api", 798 798 "servo-base", 799 - @@ -7808,6 +8300,8 @@ 799 + @@ -7724,6 +8216,8 @@ 800 800 "servo-webxr-api", 801 801 "stylo", 802 802 "stylo_traits", ··· 805 805 "tracing", 806 806 ] 807 807 808 - @@ -8435,9 +8929,11 @@ 808 + @@ -8351,9 +8845,11 @@ 809 809 name = "servo-net" 810 810 version = "0.1.0" 811 811 dependencies = [ ··· 817 817 "base64 0.22.1", 818 818 "bytes", 819 819 "chrono", 820 - @@ -8468,6 +8964,7 @@ 820 + @@ -8384,6 +8880,7 @@ 821 821 "parking_lot", 822 822 "quick_cache", 823 823 "regex", ··· 825 825 "resvg", 826 826 "rustc-hash 2.1.2", 827 827 "rustls", 828 - @@ -8474,9 +8971,11 @@ 828 + @@ -8390,9 +8887,11 @@ 829 829 "rustls-pki-types", 830 830 "rustls-platform-verifier", 831 831 "serde", ··· 837 837 "servo-devtools-traits", 838 838 "servo-embedder-traits", 839 839 "servo-hyper-serde", 840 - @@ -8490,6 +8989,7 @@ 840 + @@ -8406,6 +8905,7 @@ 841 841 "servo-url", 842 842 "servo_arc", 843 843 "sha2", ··· 845 845 "time", 846 846 "tokio", 847 847 "tokio-rustls", 848 - @@ -8526,6 +9026,7 @@ 848 + @@ -8442,6 +8942,7 @@ 849 849 "rustc-hash 2.1.2", 850 850 "rustls-pki-types", 851 851 "serde", ··· 853 853 "servo-base", 854 854 "servo-config", 855 855 "servo-default-resources", 856 - @@ -8537,8 +9038,10 @@ 856 + @@ -8453,8 +8954,10 @@ 857 857 "servo-profile-traits", 858 858 "servo-url", 859 859 "servo_arc", ··· 864 864 "url", 865 865 "uuid", 866 866 "webrender_api", 867 - @@ -9106,6 +9609,7 @@ 867 + @@ -9028,6 +9531,7 @@ 868 868 "bpaf", 869 869 "cc", 870 870 "cfg-if", ··· 872 872 "crossbeam-channel", 873 873 "dirs", 874 874 "dpi", 875 - @@ -9120,6 +9624,7 @@ 876 - "headers 0.4.1", 875 + @@ -9042,6 +9546,7 @@ 876 + "headers", 877 877 "hilog", 878 878 "hitrace", 879 879 + "http 1.4.0", 880 880 "image", 881 881 "ipc-channel", 882 882 "jni 0.21.1", 883 - @@ -9140,6 +9645,7 @@ 883 + @@ -9062,6 +9567,7 @@ 884 884 "ohos-window-manager-sys", 885 885 "raw-window-handle", 886 886 "rustls", ··· 888 888 "serde_json", 889 889 "servo", 890 890 "servo-allocator", 891 - @@ -9146,6 +9652,7 @@ 891 + @@ -9068,6 +9574,7 @@ 892 892 "servo-base", 893 893 "servo-webdriver-server", 894 894 "signal-hook-registry", ··· 896 896 "surfman", 897 897 "tokio", 898 898 "tracing", 899 - @@ -9711,6 +10218,9 @@ 899 + @@ -9623,6 +10130,9 @@ 900 900 version = "1.0.2" 901 901 source = "registry+https://github.com/rust-lang/crates.io-index" 902 902 checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" ··· 906 906 907 907 [[package]] 908 908 name = "synstructure" 909 - @@ -9745,6 +10255,27 @@ 909 + @@ -9657,6 +10167,27 @@ 910 910 ] 911 911 912 912 [[package]] ··· 934 934 name = "system-deps" 935 935 version = "6.2.2" 936 936 source = "registry+https://github.com/rust-lang/crates.io-index" 937 - @@ -9783,6 +10314,12 @@ 937 + @@ -9695,6 +10226,12 @@ 938 938 ] 939 939 940 940 [[package]] ··· 947 947 name = "tar" 948 948 version = "0.4.45" 949 949 source = "registry+https://github.com/rust-lang/crates.io-index" 950 - @@ -10090,6 +10627,16 @@ 950 + @@ -10002,6 +10539,16 @@ 951 951 ] 952 952 953 953 [[package]] ··· 964 964 name = "tokio-rustls" 965 965 version = "0.26.4" 966 966 source = "registry+https://github.com/rust-lang/crates.io-index" 967 - @@ -10211,6 +10758,25 @@ 967 + @@ -10123,6 +10670,25 @@ 968 968 "futures-util", 969 969 "pin-project-lite", 970 970 "sync_wrapper", ··· 990 990 "tower-layer", 991 991 "tower-service", 992 992 ] 993 - @@ -10494,6 +11060,12 @@ 993 + @@ -10406,6 +10972,12 @@ 994 994 ] 995 995 996 996 [[package]] ··· 1003 1003 name = "untrusted" 1004 1004 version = "0.9.0" 1005 1005 source = "registry+https://github.com/rust-lang/crates.io-index" 1006 - @@ -10513,6 +11085,12 @@ 1006 + @@ -10425,6 +10997,12 @@ 1007 1007 ] 1008 1008 1009 1009 [[package]] ··· 1016 1016 name = "urlpattern" 1017 1017 version = "0.3.0" 1018 1018 source = "registry+https://github.com/rust-lang/crates.io-index" 1019 - @@ -11304,6 +11882,12 @@ 1019 + @@ -11215,6 +11793,12 @@ 1020 1020 ] 1021 1021 1022 1022 [[package]] ··· 1029 1029 name = "winapi" 1030 1030 version = "0.3.9" 1031 1031 source = "registry+https://github.com/rust-lang/crates.io-index" 1032 - @@ -11525,6 +12109,17 @@ 1032 + @@ -11436,6 +12020,17 @@ 1033 1033 ] 1034 1034 1035 1035 [[package]] ··· 1047 1047 name = "windows-result" 1048 1048 version = "0.2.0" 1049 1049 source = "registry+https://github.com/rust-lang/crates.io-index" 1050 - @@ -11590,6 +12185,15 @@ 1050 + @@ -11501,6 +12096,15 @@ 1051 1051 1052 1052 [[package]] 1053 1053 name = "windows-sys" ··· 1063 1063 version = "0.52.0" 1064 1064 source = "registry+https://github.com/rust-lang/crates.io-index" 1065 1065 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 1066 - @@ -11632,6 +12236,21 @@ 1066 + @@ -11543,6 +12147,21 @@ 1067 1067 1068 1068 [[package]] 1069 1069 name = "windows-targets" ··· 1085 1085 version = "0.52.6" 1086 1086 source = "registry+https://github.com/rust-lang/crates.io-index" 1087 1087 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 1088 - @@ -11672,6 +12291,12 @@ 1088 + @@ -11583,6 +12202,12 @@ 1089 1089 1090 1090 [[package]] 1091 1091 name = "windows_aarch64_gnullvm" ··· 1098 1098 version = "0.52.6" 1099 1099 source = "registry+https://github.com/rust-lang/crates.io-index" 1100 1100 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 1101 - @@ -11684,6 +12309,12 @@ 1101 + @@ -11595,6 +12220,12 @@ 1102 1102 1103 1103 [[package]] 1104 1104 name = "windows_aarch64_msvc" ··· 1111 1111 version = "0.52.6" 1112 1112 source = "registry+https://github.com/rust-lang/crates.io-index" 1113 1113 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 1114 - @@ -11696,6 +12327,12 @@ 1114 + @@ -11607,6 +12238,12 @@ 1115 1115 1116 1116 [[package]] 1117 1117 name = "windows_i686_gnu" ··· 1124 1124 version = "0.52.6" 1125 1125 source = "registry+https://github.com/rust-lang/crates.io-index" 1126 1126 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 1127 - @@ -11714,6 +12351,12 @@ 1127 + @@ -11625,6 +12262,12 @@ 1128 1128 1129 1129 [[package]] 1130 1130 name = "windows_i686_msvc" ··· 1137 1137 version = "0.52.6" 1138 1138 source = "registry+https://github.com/rust-lang/crates.io-index" 1139 1139 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 1140 - @@ -11726,6 +12369,12 @@ 1140 + @@ -11637,6 +12280,12 @@ 1141 1141 1142 1142 [[package]] 1143 1143 name = "windows_x86_64_gnu" ··· 1150 1150 version = "0.52.6" 1151 1151 source = "registry+https://github.com/rust-lang/crates.io-index" 1152 1152 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 1153 - @@ -11738,6 +12387,12 @@ 1153 + @@ -11649,6 +12298,12 @@ 1154 1154 1155 1155 [[package]] 1156 1156 name = "windows_x86_64_gnullvm" ··· 1163 1163 version = "0.52.6" 1164 1164 source = "registry+https://github.com/rust-lang/crates.io-index" 1165 1165 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 1166 - @@ -11750,6 +12405,12 @@ 1166 + @@ -11661,6 +12316,12 @@ 1167 1167 1168 1168 [[package]] 1169 1169 name = "windows_x86_64_msvc" ··· 1176 1176 version = "0.52.6" 1177 1177 source = "registry+https://github.com/rust-lang/crates.io-index" 1178 1178 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 1179 - @@ -11816,6 +12477,16 @@ 1179 + @@ -11727,6 +12388,16 @@ 1180 1180 ] 1181 1181 1182 1182 [[package]]
+1 -1
patches/components/net/Cargo.toml.patch
··· 39 39 -tracing = { workspace = true, optional = true } 40 40 +sync_wrapper = "1.0" 41 41 time = { workspace = true } 42 - tokio = { workspace = true, features = ["macros", "rt-multi-thread", "sync"] } 42 + tokio = { workspace = true, features = ["macros", "rt-multi-thread", "sync", "fs"] } 43 43 tokio-rustls = { workspace = true } 44 44 @@ -81,6 +86,7 @@ 45 45 tokio-stream = { workspace = true }