vl-convert-python 1.4.0__tar.gz → 1.5.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of vl-convert-python might be problematic. Click here for more details.
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/Cargo.lock +736 -908
- vl_convert_python-1.5.0/Cargo.toml +52 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/PKG-INFO +1 -1
- vl_convert_python-1.5.0/vl-convert-python/Cargo.toml +24 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-python/src/lib.rs +45 -28
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-python/tests/test_specs.py +14 -24
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-python/thirdparty_rust.yaml +2719 -3492
- vl_convert_python-1.5.0/vl-convert-rs/Cargo.toml +40 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/src/converter.rs +13 -27
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/src/image_loading.rs +3 -6
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/src/module_loader/import_map.rs +39 -37
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/src/module_loader/mod.rs +3 -3
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/src/text.rs +173 -24
- vl_convert_python-1.5.0/vl-convert-rs/tests/fonts/matter/Matter-Bold.ttf +0 -0
- vl_convert_python-1.5.0/vl-convert-rs/tests/fonts/matter/Matter-BoldItalic.ttf +0 -0
- vl_convert_python-1.5.0/vl-convert-rs/tests/fonts/matter/Matter-Heavy.ttf +0 -0
- vl_convert_python-1.5.0/vl-convert-rs/tests/fonts/matter/Matter-HeavyItalic.ttf +0 -0
- vl_convert_python-1.5.0/vl-convert-rs/tests/fonts/matter/Matter-Light.ttf +0 -0
- vl_convert_python-1.5.0/vl-convert-rs/tests/fonts/matter/Matter-LightItalic.ttf +0 -0
- vl_convert_python-1.5.0/vl-convert-rs/tests/fonts/matter/Matter-Medium.ttf +0 -0
- vl_convert_python-1.5.0/vl-convert-rs/tests/fonts/matter/Matter-MediumItalic.ttf +0 -0
- vl_convert_python-1.5.0/vl-convert-rs/tests/fonts/matter/Matter-Regular.ttf +0 -0
- vl_convert_python-1.5.0/vl-convert-rs/tests/fonts/matter/Matter-RegularItalic.ttf +0 -0
- vl_convert_python-1.5.0/vl-convert-rs/tests/fonts/matter/Matter-SemiBold.ttf +0 -0
- vl_convert_python-1.5.0/vl-convert-rs/tests/fonts/matter/Matter-SemiBoldItalic.ttf +0 -0
- vl_convert_python-1.5.0/vl-convert-rs/tests/fonts/matter/demo.html +493 -0
- vl_convert_python-1.5.0/vl-convert-rs/tests/fonts/matter/stylesheet.css +144 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/test_specs.rs +8 -10
- vl_convert_python-1.5.0/vl-convert-rs/tests/vl-specs/expected/v5_19/circle_binned.vg.json +1 -0
- vl_convert_python-1.5.0/vl-convert-rs/tests/vl-specs/expected/v5_19/circle_binned.vg.pretty.json +210 -0
- vl_convert_python-1.5.0/vl-convert-rs/tests/vl-specs/expected/v5_19/seattle-weather.vg.json +1 -0
- vl_convert_python-1.5.0/vl-convert-rs/tests/vl-specs/expected/v5_19/seattle-weather.vg.pretty.json +883 -0
- vl_convert_python-1.5.0/vl-convert-rs/tests/vl-specs/expected/v5_8/stacked_bar_h2.png +0 -0
- vl_convert_python-1.5.0/vl-convert-rs/tests/vl-specs/expected/v5_9/stacked_bar_h.vg.json +1 -0
- vl_convert_python-1.5.0/vl-convert-rs/tests/vl-specs/expected/v5_9/stacked_bar_h.vg.pretty.json +219 -0
- vl_convert_python-1.5.0/vl-convert-rs/tests/vl-specs/stacked_bar_h2.vl.json +10 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/thirdparty_rust.yaml +2719 -3492
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-geo-projection@v4.0.0-5Hhxj2zKHEqWYAQIFo3r/dist=es2020,mode=imports,min/optimized/d3-geo-projection.js +1 -1
- {vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-geo@v3.1.0-6gCuCN3p6hXOeZDWcbjw → vl_convert_python-1.5.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-geo@v3.1.1-IFH102ROpDQE4rIMzW42}/dist=es2020,mode=imports,min/optimized/d3-geo.js +1 -1
- vl_convert_python-1.5.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-scale-chromatic@v3.1.0-xNM6NGi6M0zu1PK6q2i9/dist=es2020,mode=imports,min/optimized/d3-scale-chromatic.js +1 -0
- vl_convert_python-1.5.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-crossfilter@v4.1.2-4tsGV0HzWFU39iiKcBjX/dist=es2020,mode=imports,min/optimized/vega-crossfilter.js +1 -0
- {vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-dataflow@v5.7.5-asKYS4gpPLMPf64pSozt → vl_convert_python-1.5.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-dataflow@v5.7.6-WDoszrJUyhTwz7sPwzda}/dist=es2020,mode=imports,min/optimized/vega-dataflow.js +1 -1
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-embed@v6.25.0-3T3K5LYNFrLq0n1oBsLI/dist=es2020,mode=imports,min/optimized/vega-embed.js +1 -1
- {vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-encode@v4.9.2-73LzBc3ioSKmAYWtrrRd → vl_convert_python-1.5.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-encode@v4.10.1-Pg43i2sI9rM8xoeOkJ8i}/dist=es2020,mode=imports,min/optimized/vega-encode.js +1 -1
- vl_convert_python-1.5.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-expression@v5.1.1-K4clrYr2THuj5KncykTn/dist=es2020,mode=imports,min/optimized/vega-expression.js +3 -0
- {vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-force@v4.2.0-CTEP5XRxhUGWUZM8MwQs → vl_convert_python-1.5.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-force@v4.2.1-a7V5XmM7au6PlfMbPpDy}/dist=es2020,mode=imports,min/optimized/vega-force.js +1 -1
- vl_convert_python-1.5.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-format@v1.1.2-rBsMjG1MOmb395qvySoI/dist=es2020,mode=imports,min/optimized/vega-format.js +1 -0
- vl_convert_python-1.5.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-functions@v5.15.0-Bjrw9nnQutKMtsMi1DSI/dist=es2020,mode=imports,min/optimized/vega-functions.js +1 -0
- vl_convert_python-1.5.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-geo@v4.4.2-VUooSgw91eB4Vs4BcK3h/dist=es2020,mode=imports,min/optimized/vega-geo.js +1 -0
- {vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-hierarchy@v4.1.1-UOm1ATDeVOQ6Lqji63hi → vl_convert_python-1.5.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-hierarchy@v4.1.2-3wVtPHq13u3t0KUNwYDf}/dist=es2020,mode=imports,min/optimized/vega-hierarchy.js +1 -1
- vl_convert_python-1.5.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-label@v1.3.0-9aipnSY6IQFGc3Lm2JSc/dist=es2020,mode=imports,min/optimized/vega-label.js +1 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.12.0-ujK64YZaLHcwzRN5lx1E/dist=es2020,mode=imports,min/optimized/vega-lite.js +1 -1
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.13.0-GkFo6HVxfKtvVL5RV8aE/dist=es2020,mode=imports,min/optimized/vega-lite.js +1 -1
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.14.1-0IRM1VigcIVzRzBRoLFR/dist=es2020,mode=imports,min/optimized/vega-lite.js +1 -1
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.15.1-lQeQs8sDPgFa9d7Jm3sd/dist=es2020,mode=imports,min/optimized/vega-lite.js +1 -1
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.16.3-Hw7pZxUuaiVgThsNMjY9/dist=es2020,mode=imports,min/optimized/vega-lite.js +1 -1
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.17.0-jkfrfJOQ30TsVIlEEbKQ/dist=es2020,mode=imports,min/optimized/vega-lite.js +1 -1
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.18.0-FtLrd9Ks5cFttxoTAph7/dist=es2020,mode=imports,min/optimized/vega-lite.js +1 -1
- vl_convert_python-1.5.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.18.1-CIbWw1F4YnIlhO9UCtHA/dist=es2020,mode=imports,min/optimized/vega-lite.js +1 -0
- vl_convert_python-1.5.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.19.0-4m5nwXbwdKW9Bc7adV02/dist=es2020,mode=imports,min/optimized/vega-lite.js +1 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.8.0-4snbURNltT4se5LjMOKF/dist=es2020,mode=imports,min/optimized/vega-lite.js +1 -1
- {vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-loader@v4.5.1-e2JpneCYErTzObWVOVxs → vl_convert_python-1.5.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-loader@v4.5.2-1ImBl2TigOVzvurACWyz}/dist=es2020,mode=imports,min/optimized/vega-loader.js +3 -3
- {vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-parser@v6.3.0-LmHzQ5CDjQqCqdcg4N1t → vl_convert_python-1.5.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-parser@v6.4.0-nwGMLAa2L4N1N7f1iRh9}/dist=es2020,mode=imports,min/optimized/vega-parser.js +1 -1
- vl_convert_python-1.5.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-projection@v1.6.1-zBdxeV9K67u1hPOXPxMf/dist=es2020,mode=imports,min/optimized/vega-projection.js +1 -0
- {vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-regression@v1.2.0-qmJkAzTyLtlu9jZBRY67 → vl_convert_python-1.5.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-regression@v1.3.0-nz37hjrP5F5zaTiwVMMX}/dist=es2020,mode=imports,min/optimized/vega-regression.js +1 -1
- {vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-runtime@v6.1.4-aFKCWR0DKdVqzAheQZ7x → vl_convert_python-1.5.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-runtime@v6.2.0-6BElb2bSMc7jDTsbOGBN}/dist=es2020,mode=imports,min/optimized/vega-runtime.js +2 -2
- vl_convert_python-1.5.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-scale@v7.4.1-M0T9Gn9zHGGuV6XhZsTO/dist=es2020,mode=imports,min/optimized/vega-scale.js +1 -0
- vl_convert_python-1.5.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-scenegraph@v4.13.0-kC2RziuM0eIjiq6SsQ1g/dist=es2020,mode=imports,min/optimized/vega-scenegraph.js +2 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-selections@v5.4.2-kOpqaoZxiZQE5rKxTnvY/dist=es2020,mode=imports,min/optimized/vega-selections.js +1 -1
- vl_convert_python-1.5.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-time@v2.1.2-0zBPNlF5GMoxR6YChBaP/dist=es2020,mode=imports,min/optimized/vega-time.js +1 -0
- {vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-transforms@v4.11.1-RhFnNq7TnH1umseD2FsT → vl_convert_python-1.5.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-transforms@v4.12.0-yproJe1RDXbiUml7qQ0X}/dist=es2020,mode=imports,min/optimized/vega-transforms.js +1 -1
- vl_convert_python-1.5.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-view-transforms@v4.6.0-xmN4bj51geArzzY2TWCo/dist=es2020,mode=imports,min/optimized/vega-view-transforms.js +1 -0
- vl_convert_python-1.5.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-view@v5.13.0-kQxd3tMOiOBtyjX1ukMi/dist=es2020,mode=imports,min/optimized/vega-view.js +2 -0
- {vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-voronoi@v4.2.2-oQ1o0oW6SZfwHLCCdDRf → vl_convert_python-1.5.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-voronoi@v4.2.3-8V3D15dKJKAY9dyHESDq}/dist=es2020,mode=imports,min/optimized/vega-voronoi.js +1 -1
- vl_convert_python-1.5.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-wordcloud@v4.1.5-5xdRMt86NkNNCDjMSy6z/dist=es2020,mode=imports,min/optimized/vega-wordcloud.js +1 -0
- vl_convert_python-1.5.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega@v5.30.0-fYDVG3pUN16BiGmbVNdw/dist=es2020,mode=imports,min/optimized/vega.js +1 -0
- {vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.11.1-Q5Jhmb2acmWm03IObXvn → vl_convert_python-1.5.0/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.18.1-CIbWw1F4YnIlhO9UCtHA}/mode=imports,min/optimized/vega-lite.js +3 -3
- vl_convert_python-1.5.0/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.19.0-4m5nwXbwdKW9Bc7adV02/mode=imports,min/optimized/vega-lite.js +7 -0
- vl_convert_python-1.5.0/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega@v5.30.0-fYDVG3pUN16BiGmbVNdw/mode=imports,min/optimized/vega.js +7 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/import_map.json +76 -44
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor_imports.js +3 -3
- vl_convert_python-1.4.0/Cargo.toml +0 -10
- vl_convert_python-1.4.0/vl-convert-pdf/Cargo.toml +0 -22
- vl_convert_python-1.4.0/vl-convert-pdf/README.md +0 -11
- vl_convert_python-1.4.0/vl-convert-pdf/examples/pdf_conversion.rs +0 -21
- vl_convert_python-1.4.0/vl-convert-pdf/src/lib.rs +0 -716
- vl_convert_python-1.4.0/vl-convert-python/Cargo.toml +0 -26
- vl_convert_python-1.4.0/vl-convert-rs/Cargo.toml +0 -42
- vl_convert_python-1.4.0/vl-convert-rs/LICENSE +0 -11
- vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-crossfilter@v4.1.1-0AUAt51ACgvwsfDQr3R4/dist=es2020,mode=imports,min/optimized/vega-crossfilter.js +0 -1
- vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-expression@v5.1.0-2VnsdaYPtQ6Pi5w8JxN8/dist=es2020,mode=imports,min/optimized/vega-expression.js +0 -3
- vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-format@v1.1.1-MIkBcxVtnuOzCt2MeOxi/dist=es2020,mode=imports,min/optimized/vega-format.js +0 -1
- vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-functions@v5.14.0-VEmryigAZ791DplLK2kn/dist=es2020,mode=imports,min/optimized/vega-functions.js +0 -1
- vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-geo@v4.4.1-8TUdHGrJmGMaKM9x1bwB/dist=es2020,mode=imports,min/optimized/vega-geo.js +0 -1
- vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-label@v1.2.1-hEHqe293fM7lKP2OHb0o/dist=es2020,mode=imports,min/optimized/vega-label.js +0 -1
- vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.11.1-Q5Jhmb2acmWm03IObXvn/dist=es2020,mode=imports,min/optimized/vega-lite.js +0 -1
- vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-projection@v1.6.0-lGjH1T1qHepW8BpZZrrV/dist=es2020,mode=imports,min/optimized/vega-projection.js +0 -1
- vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-scale@v7.3.1-hys32hcqPKVC7s5pBJV0/dist=es2020,mode=imports,min/optimized/vega-scale.js +0 -1
- vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-scenegraph@v4.11.2-ECjtKQ59x40n6e1Sr54c/dist=es2020,mode=imports,min/optimized/vega-scenegraph.js +0 -2
- vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-time@v2.1.1-Q1TxQbneCNdh5ryZm2Gf/dist=es2020,mode=imports,min/optimized/vega-time.js +0 -1
- vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-view-transforms@v4.5.9-LiB26zIbxiHZW70fnrDI/dist=es2020,mode=imports,min/optimized/vega-view-transforms.js +0 -1
- vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-view@v5.12.0-cCWaN8IOCLu8oOg9KxwN/dist=es2020,mode=imports,min/optimized/vega-view.js +0 -2
- vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-wordcloud@v4.1.4-J5ewLsaJzX7o65uuoGqD/dist=es2020,mode=imports,min/optimized/vega-wordcloud.js +0 -1
- vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega@v5.28.0-apQC2txkSWyYRCV9ipfx/dist=es2020,mode=imports,min/optimized/vega.js +0 -1
- vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.18.0-FtLrd9Ks5cFttxoTAph7/mode=imports,min/optimized/vega-lite.js +0 -7
- vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega@v5.28.0-apQC2txkSWyYRCV9ipfx/mode=imports,min/optimized/vega.js +0 -7
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/pyproject.toml +0 -0
- {vl_convert_python-1.4.0/vl-convert-pdf → vl_convert_python-1.5.0/vl-convert-python}/LICENSE +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-python/README.md +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-python/notebooks/convert_vegalite.ipynb +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-python/tests/test_get_local_tz.py +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-python/tests/test_get_locales.py +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-python/tests/test_themes.py +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-python/thirdparty_font.md +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-python/thirdparty_javascript.md +0 -0
- {vl_convert_python-1.4.0/vl-convert-python → vl_convert_python-1.5.0/vl-convert-rs}/LICENSE +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/README.md +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/examples/conversion1.rs +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/fonts/liberation-sans/LiberationSans-Bold.ttf +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/fonts/liberation-sans/LiberationSans-BoldItalic.ttf +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/fonts/liberation-sans/LiberationSans-Italic.ttf +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/fonts/liberation-sans/LiberationSans-Regular.ttf +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/fonts/liberation-sans/SIL Open Font License.txt +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ar-001.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ar-AE.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ar-BH.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ar-DJ.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ar-DZ.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ar-EG.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ar-EH.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ar-ER.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ar-IL.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ar-IQ.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ar-JO.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ar-KM.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ar-KW.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ar-LB.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ar-LY.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ar-MA.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ar-MR.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ar-OM.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ar-PS.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ar-QA.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ar-SA.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ar-SD.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ar-SO.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ar-SS.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ar-SY.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ar-TD.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ar-TN.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ar-YE.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ca-ES.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/cs-CZ.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/da-DK.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/de-CH.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/de-DE.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/en-CA.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/en-GB.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/en-IE.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/en-IN.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/en-US.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/es-BO.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/es-ES.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/es-MX.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/fi-FI.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/fr-CA.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/fr-FR.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/he-IL.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/hu-HU.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/it-IT.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ja-JP.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ko-KR.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/mk-MK.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/nl-NL.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/pl-PL.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/pt-BR.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/pt-PT.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/ru-RU.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/sl-SI.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/sv-SE.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/uk-UA.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/format/zh-CN.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/ar-EG.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/ar-SY.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/ca-ES.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/cs-CZ.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/da-DK.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/de-CH.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/de-DE.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/en-CA.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/en-GB.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/en-US.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/es-ES.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/es-MX.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/fa-IR.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/fi-FI.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/fr-CA.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/fr-FR.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/he-IL.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/hr-HR.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/hu-HU.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/it-IT.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/ja-JP.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/ko-KR.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/mk-MK.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/nb-NO.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/nl-BE.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/nl-NL.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/pl-PL.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/pt-BR.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/ru-RU.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/sv-SE.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/tr-TR.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/uk-UA.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/vi-VN.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/zh-CN.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/locales/time-format/zh-TW.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/src/html.rs +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/src/lib.rs +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/fonts/Caveat/Caveat-VariableFont_wght.ttf +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/fonts/Caveat/OFL.txt +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/fonts/Caveat/README.txt +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/fonts/Caveat/static/Caveat-Bold.ttf +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/fonts/Caveat/static/Caveat-Medium.ttf +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/fonts/Caveat/static/Caveat-Regular.ttf +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/fonts/Caveat/static/Caveat-SemiBold.ttf +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/locale/format/it-IT.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/locale/time-format/it-IT.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/test_themes.rs +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/bar_chart_trellis_compact.vl.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/circle_binned.vl.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/circle_binned_base_url.vl.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/custom_projection.vl.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_10/circle_binned.vg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_10/circle_binned.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_10/seattle-weather.vg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_10/seattle-weather.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_10/stacked_bar_h.vg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_10/stacked_bar_h.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_11/circle_binned.vg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_11/circle_binned.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_11/seattle-weather.vg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_11/seattle-weather.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_11/stacked_bar_h.vg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_11/stacked_bar_h.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_12/circle_binned.vg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_12/circle_binned.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_12/seattle-weather.vg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_12/seattle-weather.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_12/stacked_bar_h.vg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_12/stacked_bar_h.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_13/circle_binned.vg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_13/circle_binned.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_13/seattle-weather.vg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_13/seattle-weather.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_13/stacked_bar_h.vg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_13/stacked_bar_h.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_14/circle_binned.vg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_14/circle_binned.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_14/seattle-weather.vg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_14/seattle-weather.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_14/stacked_bar_h.vg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_14/stacked_bar_h.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_15/circle_binned.vg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_15/circle_binned.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_15/seattle-weather.vg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_15/seattle-weather.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_15/stacked_bar_h.vg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_15/stacked_bar_h.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/circle_binned.vg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/circle_binned.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/seattle-weather.vg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/seattle-weather.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/stacked_bar_h.vg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/stacked_bar_h.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_17/circle_binned.vg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_17/circle_binned.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_17/seattle-weather.vg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_17/seattle-weather.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_17/stacked_bar_h.vg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_17/stacked_bar_h.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_18/circle_binned.vg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_18/circle_binned.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_18/seattle-weather.vg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_18/seattle-weather.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_18/stacked_bar_h.vg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_18/stacked_bar_h.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0/vl-convert-rs/tests/vl-specs/expected/v5_8 → vl_convert_python-1.5.0/vl-convert-rs/tests/vl-specs/expected/v5_19}/stacked_bar_h.vg.json +0 -0
- {vl_convert_python-1.4.0/vl-convert-rs/tests/vl-specs/expected/v5_8 → vl_convert_python-1.5.0/vl-convert-rs/tests/vl-specs/expected/v5_19}/stacked_bar_h.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/bar_chart_trellis_compact-excel.png +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/bar_chart_trellis_compact.png +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/bar_chart_trellis_compact.svg +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned-dark.png +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned.png +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned.svg +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned.vg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned_base_url.png +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned_base_url.svg +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/custom_projection.png +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/float_font_size.png +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/float_font_size.svg +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/font_with_quotes.png +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/geoScale.png +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/geoScale.sg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/line_with_log_scale-fivethirtyeight.png +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/line_with_log_scale.png +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/line_with_log_scale.svg +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/long_legend_label.png +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/long_text_lable.png +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/lookup_urls.png +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/maptile_background.png +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/maptile_background_2.png +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/no_text_in_font_metrics.png +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/no_text_in_font_metrics.sg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/no_text_in_font_metrics.svg +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/numeric_font_weight.svg +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/quakes_initial_selection.png +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/remote_images.png +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/seattle-weather.vg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/seattle-weather.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/stacked_bar_h-vox.png +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/stacked_bar_h.png +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/stacked_bar_h.svg +0 -0
- {vl_convert_python-1.4.0/vl-convert-rs/tests/vl-specs/expected/v5_9 → vl_convert_python-1.5.0/vl-convert-rs/tests/vl-specs/expected/v5_8}/stacked_bar_h.vg.json +0 -0
- {vl_convert_python-1.4.0/vl-convert-rs/tests/vl-specs/expected/v5_9 → vl_convert_python-1.5.0/vl-convert-rs/tests/vl-specs/expected/v5_8}/stacked_bar_h.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/stocks_locale.png +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/table_heatmap.png +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/table_heatmap.sg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_9/circle_binned.vg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_9/circle_binned.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_9/seattle-weather.vg.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/expected/v5_9/seattle-weather.vg.pretty.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/float_font_size.vl.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/font_with_quotes.vl.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/geoScale.vl.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/line_with_log_scale.vl.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/long_legend_label.vl.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/long_text_lable.vl.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/lookup_urls.vl.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/maptile_background.vl.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/maptile_background_2.vl.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/no_text_in_font_metrics.vl.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/numeric_font_weight.vl.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/quakes_initial_selection.vl.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/remote_images.vl.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/seattle-weather.vl.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/stacked_bar_h.vl.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/stocks_locale.vl.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/tests/vl-specs/table_heatmap.vl.json +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/thirdparty_font.md +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/thirdparty_javascript.md +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/clone@v2.1.2-inH2VLNzDGiYU9HUWyZM/dist=es2020,mode=imports,min/optimized/clone.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-array@v3.2.4-G4hy00bPnjF6FrSYpT32/dist=es2020,mode=imports,min/optimized/d3-array.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-color@v3.1.0-MWHDMwd2Pvp3NFjvrHgn/dist=es2020,mode=imports,min/optimized/d3-color.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-delaunay@v6.0.4-8vxm7aIldY6XMTxF521F/dist=es2020,mode=imports,min/optimized/d3-delaunay.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-dispatch@v3.0.1-v6nbfqO2iWOSwp77fYdB/dist=es2020,mode=imports,min/optimized/d3-dispatch.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-dsv@v3.0.1-u1xCRjaLJc0qqv1Z5ERe/dist=es2020,mode=imports,min/optimized/d3-dsv.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-force@v3.0.0-cshj62qMoyIGNIXoil9u/dist=es2020,mode=imports,min/optimized/d3-force.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-format@v3.1.0-D5wAD2odDPNNWsKloKgL/dist=es2020,mode=imports,min/optimized/d3-format.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-hierarchy@v3.1.2-wx7sW10pU4OkfBLgCDCU/dist=es2020,mode=imports,min/optimized/d3-hierarchy.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-interpolate@v3.0.1-i9AsUdFHwyaukRBWNe8d/dist=es2020,mode=imports,min/optimized/d3-interpolate.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-path@v3.1.0-nHaUoYzlRDYONpece9h0/dist=es2020,mode=imports,min/optimized/d3-path.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-quadtree@v3.0.1-sMtwlDFghZGCTQ3UxKMT/dist=es2020,mode=imports,min/optimized/d3-quadtree.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-scale@v4.0.2-qUv67mnQQKwRMEsPRKcO/dist=es2020,mode=imports,min/optimized/d3-scale.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-shape@v3.2.0-jvLE9CjF3Vp4eEpVme8s/dist=es2020,mode=imports,min/optimized/d3-shape.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-time-format@v4.1.0-f8eZV7eLtGIxvK8uvO3o/dist=es2020,mode=imports,min/optimized/d3-time-format.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-time@v3.1.0-hkusO1LcNQpH1ccXwop7/dist=es2020,mode=imports,min/optimized/d3-time.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-timer@v3.0.1-O0QpYiI2jhOLEJodLnN1/dist=es2020,mode=imports,min/optimized/d3-timer.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/delaunator@v5.0.0-5MwqNhLRHOkBYnNXuoGN/dist=es2020,mode=imports,min/optimized/delaunator.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/fast-deep-equal@v3.1.3-ysejKs1WDEDPxUJhgGoP/dist=es2020,mode=imports,min/optimized/fast-deep-equal.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/fast-json-patch@v3.1.1-IjacxII42OC4A6OXhkDe/dist=es2020,mode=imports,min/optimized/fast-json-patch.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/fast-json-stable-stringify@v2.1.0-HLgsuOtxPikt0pw16nth/dist=es2020,mode=imports,min/optimized/fast-json-stable-stringify.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/internmap@v2.0.3-GWZlRrRMFcDlELwTQEZq/dist=es2020,mode=imports,min/optimized/internmap.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/json-stringify-pretty-compact@v3.0.0-RM0i5NMwoiFhg7YNuXef/dist=es2020,mode=imports,min/optimized/json-stringify-pretty-compact.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/lodash.debounce@v4.0.8-aOLIwnE2RethWPrEzTeR/dist=es2020,mode=imports,min/optimized/lodash.debounce.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/robust-predicates@v3.0.1-4p4J15SSeLeNloSXgtZt/dist=es2020,mode=imports,min/optimized/robust-predicates.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/topojson-client@v3.1.0-fyhI24JwGwsqazuuSEoq/dist=es2020,mode=imports,min/optimized/topojson-client.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-canvas@v1.2.7-hCEcvULuKIOqBVGX1Tn8/dist=es2020,mode=imports,min/optimized/vega-canvas.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-event-selector@v3.0.1-UgiEAWJA4WQL4DTKnV4R/dist=es2020,mode=imports,min/optimized/vega-event-selector.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-interpreter@v1.0.5-xGayK8haM1EVgaoW7oOi/dist=es2020,mode=imports,min/optimized/vega-interpreter.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-schema-url-parser@v2.2.0-YmXJGRcKOXOac3VG4xfw/dist=es2020,mode=imports,min/optimized/vega-schema-url-parser.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-statistics@v1.9.0-Qw8CjSQVQOg2M6VMgsme/dist=es2020,mode=imports,min/optimized/vega-statistics.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-themes@v2.14.0-RvUmNETlVH2y3yQM1y36/dist=es2020,mode=imports,min/optimized/vega-themes.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-tooltip@v0.34.0-YVV3uKnnOnCt2kW7Vclb/dist=es2020,mode=imports,min/optimized/vega-tooltip.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-util@v1.17.2-LUfkDhormMyfWqy3Ts6U/dist=es2020,mode=imports,min/optimized/vega-util.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/lodash.debounce@v4.0.8-aOLIwnE2RethWPrEzTeR/mode=imports,min/optimized/lodash.debounce.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-embed@v6.25.0-3T3K5LYNFrLq0n1oBsLI/mode=imports,min/optimized/vega-embed.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.12.0-ujK64YZaLHcwzRN5lx1E/mode=imports,min/optimized/vega-lite.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.13.0-GkFo6HVxfKtvVL5RV8aE/mode=imports,min/optimized/vega-lite.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.14.1-0IRM1VigcIVzRzBRoLFR/mode=imports,min/optimized/vega-lite.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.15.1-lQeQs8sDPgFa9d7Jm3sd/mode=imports,min/optimized/vega-lite.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.16.3-Hw7pZxUuaiVgThsNMjY9/mode=imports,min/optimized/vega-lite.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.17.0-jkfrfJOQ30TsVIlEEbKQ/mode=imports,min/optimized/vega-lite.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.8.0-4snbURNltT4se5LjMOKF/mode=imports,min/optimized/vega-lite.js +0 -0
- {vl_convert_python-1.4.0 → vl_convert_python-1.5.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-themes@v2.14.0-RvUmNETlVH2y3yQM1y36/mode=imports,min/optimized/vega-themes.js +0 -0
|
@@ -14,9 +14,9 @@ dependencies = [
|
|
|
14
14
|
|
|
15
15
|
[[package]]
|
|
16
16
|
name = "addr2line"
|
|
17
|
-
version = "0.
|
|
17
|
+
version = "0.22.0"
|
|
18
18
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
19
|
-
checksum = "
|
|
19
|
+
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
|
|
20
20
|
dependencies = [
|
|
21
21
|
"gimli",
|
|
22
22
|
]
|
|
@@ -139,47 +139,48 @@ dependencies = [
|
|
|
139
139
|
|
|
140
140
|
[[package]]
|
|
141
141
|
name = "anstream"
|
|
142
|
-
version = "0.6.
|
|
142
|
+
version = "0.6.14"
|
|
143
143
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
144
|
-
checksum = "
|
|
144
|
+
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
|
|
145
145
|
dependencies = [
|
|
146
146
|
"anstyle",
|
|
147
147
|
"anstyle-parse",
|
|
148
148
|
"anstyle-query",
|
|
149
149
|
"anstyle-wincon",
|
|
150
150
|
"colorchoice",
|
|
151
|
+
"is_terminal_polyfill",
|
|
151
152
|
"utf8parse",
|
|
152
153
|
]
|
|
153
154
|
|
|
154
155
|
[[package]]
|
|
155
156
|
name = "anstyle"
|
|
156
|
-
version = "1.0.
|
|
157
|
+
version = "1.0.7"
|
|
157
158
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
158
|
-
checksum = "
|
|
159
|
+
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
|
|
159
160
|
|
|
160
161
|
[[package]]
|
|
161
162
|
name = "anstyle-parse"
|
|
162
|
-
version = "0.2.
|
|
163
|
+
version = "0.2.4"
|
|
163
164
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
164
|
-
checksum = "
|
|
165
|
+
checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
|
|
165
166
|
dependencies = [
|
|
166
167
|
"utf8parse",
|
|
167
168
|
]
|
|
168
169
|
|
|
169
170
|
[[package]]
|
|
170
171
|
name = "anstyle-query"
|
|
171
|
-
version = "1.0
|
|
172
|
+
version = "1.1.0"
|
|
172
173
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
173
|
-
checksum = "
|
|
174
|
+
checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391"
|
|
174
175
|
dependencies = [
|
|
175
176
|
"windows-sys 0.52.0",
|
|
176
177
|
]
|
|
177
178
|
|
|
178
179
|
[[package]]
|
|
179
180
|
name = "anstyle-wincon"
|
|
180
|
-
version = "3.0.
|
|
181
|
+
version = "3.0.3"
|
|
181
182
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
182
|
-
checksum = "
|
|
183
|
+
checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
|
|
183
184
|
dependencies = [
|
|
184
185
|
"anstyle",
|
|
185
186
|
"windows-sys 0.52.0",
|
|
@@ -187,9 +188,9 @@ dependencies = [
|
|
|
187
188
|
|
|
188
189
|
[[package]]
|
|
189
190
|
name = "anyhow"
|
|
190
|
-
version = "1.0.
|
|
191
|
+
version = "1.0.86"
|
|
191
192
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
192
|
-
checksum = "
|
|
193
|
+
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
|
|
193
194
|
|
|
194
195
|
[[package]]
|
|
195
196
|
name = "arrayref"
|
|
@@ -271,23 +272,23 @@ dependencies = [
|
|
|
271
272
|
|
|
272
273
|
[[package]]
|
|
273
274
|
name = "ast_node"
|
|
274
|
-
version = "0.9.
|
|
275
|
+
version = "0.9.8"
|
|
275
276
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
276
|
-
checksum = "
|
|
277
|
+
checksum = "2ab31376d309dd3bfc9cfb3c11c93ce0e0741bbe0354b20e7f8c60b044730b79"
|
|
277
278
|
dependencies = [
|
|
278
279
|
"proc-macro2",
|
|
279
280
|
"quote",
|
|
280
281
|
"swc_macros_common",
|
|
281
|
-
"syn 2.0.
|
|
282
|
+
"syn 2.0.66",
|
|
282
283
|
]
|
|
283
284
|
|
|
284
285
|
[[package]]
|
|
285
286
|
name = "async-compression"
|
|
286
|
-
version = "0.4.
|
|
287
|
+
version = "0.4.11"
|
|
287
288
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
288
|
-
checksum = "
|
|
289
|
+
checksum = "cd066d0b4ef8ecb03a55319dc13aa6910616d0f44008a045bb1835af830abff5"
|
|
289
290
|
dependencies = [
|
|
290
|
-
"brotli
|
|
291
|
+
"brotli 6.0.0",
|
|
291
292
|
"flate2",
|
|
292
293
|
"futures-core",
|
|
293
294
|
"memchr",
|
|
@@ -314,7 +315,7 @@ checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
|
|
|
314
315
|
dependencies = [
|
|
315
316
|
"proc-macro2",
|
|
316
317
|
"quote",
|
|
317
|
-
"syn 2.0.
|
|
318
|
+
"syn 2.0.66",
|
|
318
319
|
]
|
|
319
320
|
|
|
320
321
|
[[package]]
|
|
@@ -325,9 +326,15 @@ checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
|
|
|
325
326
|
dependencies = [
|
|
326
327
|
"proc-macro2",
|
|
327
328
|
"quote",
|
|
328
|
-
"syn 2.0.
|
|
329
|
+
"syn 2.0.66",
|
|
329
330
|
]
|
|
330
331
|
|
|
332
|
+
[[package]]
|
|
333
|
+
name = "atomic-waker"
|
|
334
|
+
version = "1.1.2"
|
|
335
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
336
|
+
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
337
|
+
|
|
331
338
|
[[package]]
|
|
332
339
|
name = "auto_impl"
|
|
333
340
|
version = "1.2.0"
|
|
@@ -336,20 +343,20 @@ checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42"
|
|
|
336
343
|
dependencies = [
|
|
337
344
|
"proc-macro2",
|
|
338
345
|
"quote",
|
|
339
|
-
"syn 2.0.
|
|
346
|
+
"syn 2.0.66",
|
|
340
347
|
]
|
|
341
348
|
|
|
342
349
|
[[package]]
|
|
343
350
|
name = "autocfg"
|
|
344
|
-
version = "1.
|
|
351
|
+
version = "1.3.0"
|
|
345
352
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
346
|
-
checksum = "
|
|
353
|
+
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
|
347
354
|
|
|
348
355
|
[[package]]
|
|
349
356
|
name = "backtrace"
|
|
350
|
-
version = "0.3.
|
|
357
|
+
version = "0.3.73"
|
|
351
358
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
352
|
-
checksum = "
|
|
359
|
+
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
|
|
353
360
|
dependencies = [
|
|
354
361
|
"addr2line",
|
|
355
362
|
"cc",
|
|
@@ -378,6 +385,12 @@ version = "0.21.7"
|
|
|
378
385
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
379
386
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|
380
387
|
|
|
388
|
+
[[package]]
|
|
389
|
+
name = "base64"
|
|
390
|
+
version = "0.22.1"
|
|
391
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
392
|
+
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
393
|
+
|
|
381
394
|
[[package]]
|
|
382
395
|
name = "base64-simd"
|
|
383
396
|
version = "0.7.0"
|
|
@@ -451,6 +464,18 @@ dependencies = [
|
|
|
451
464
|
"serde",
|
|
452
465
|
]
|
|
453
466
|
|
|
467
|
+
[[package]]
|
|
468
|
+
name = "bitvec"
|
|
469
|
+
version = "1.0.1"
|
|
470
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
471
|
+
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
|
|
472
|
+
dependencies = [
|
|
473
|
+
"funty",
|
|
474
|
+
"radium",
|
|
475
|
+
"tap",
|
|
476
|
+
"wyz",
|
|
477
|
+
]
|
|
478
|
+
|
|
454
479
|
[[package]]
|
|
455
480
|
name = "block"
|
|
456
481
|
version = "0.1.6"
|
|
@@ -488,13 +513,13 @@ dependencies = [
|
|
|
488
513
|
|
|
489
514
|
[[package]]
|
|
490
515
|
name = "brotli"
|
|
491
|
-
version = "
|
|
516
|
+
version = "6.0.0"
|
|
492
517
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
493
|
-
checksum = "
|
|
518
|
+
checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b"
|
|
494
519
|
dependencies = [
|
|
495
520
|
"alloc-no-stdlib",
|
|
496
521
|
"alloc-stdlib",
|
|
497
|
-
"brotli-decompressor
|
|
522
|
+
"brotli-decompressor 4.0.1",
|
|
498
523
|
]
|
|
499
524
|
|
|
500
525
|
[[package]]
|
|
@@ -509,9 +534,9 @@ dependencies = [
|
|
|
509
534
|
|
|
510
535
|
[[package]]
|
|
511
536
|
name = "brotli-decompressor"
|
|
512
|
-
version = "
|
|
537
|
+
version = "4.0.1"
|
|
513
538
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
514
|
-
checksum = "
|
|
539
|
+
checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362"
|
|
515
540
|
dependencies = [
|
|
516
541
|
"alloc-no-stdlib",
|
|
517
542
|
"alloc-stdlib",
|
|
@@ -536,9 +561,9 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
|
536
561
|
|
|
537
562
|
[[package]]
|
|
538
563
|
name = "bytemuck"
|
|
539
|
-
version = "1.
|
|
564
|
+
version = "1.16.1"
|
|
540
565
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
541
|
-
checksum = "
|
|
566
|
+
checksum = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e"
|
|
542
567
|
|
|
543
568
|
[[package]]
|
|
544
569
|
name = "byteorder"
|
|
@@ -590,12 +615,13 @@ dependencies = [
|
|
|
590
615
|
|
|
591
616
|
[[package]]
|
|
592
617
|
name = "cc"
|
|
593
|
-
version = "1.0.
|
|
618
|
+
version = "1.0.99"
|
|
594
619
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
595
|
-
checksum = "
|
|
620
|
+
checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695"
|
|
596
621
|
dependencies = [
|
|
597
622
|
"jobserver",
|
|
598
623
|
"libc",
|
|
624
|
+
"once_cell",
|
|
599
625
|
]
|
|
600
626
|
|
|
601
627
|
[[package]]
|
|
@@ -604,11 +630,17 @@ version = "1.0.0"
|
|
|
604
630
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
605
631
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
606
632
|
|
|
633
|
+
[[package]]
|
|
634
|
+
name = "cfg_aliases"
|
|
635
|
+
version = "0.1.1"
|
|
636
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
637
|
+
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
|
|
638
|
+
|
|
607
639
|
[[package]]
|
|
608
640
|
name = "chrono"
|
|
609
|
-
version = "0.4.
|
|
641
|
+
version = "0.4.38"
|
|
610
642
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
611
|
-
checksum = "
|
|
643
|
+
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
|
612
644
|
dependencies = [
|
|
613
645
|
"num-traits",
|
|
614
646
|
"serde",
|
|
@@ -626,9 +658,9 @@ dependencies = [
|
|
|
626
658
|
|
|
627
659
|
[[package]]
|
|
628
660
|
name = "clap"
|
|
629
|
-
version = "4.5.
|
|
661
|
+
version = "4.5.7"
|
|
630
662
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
631
|
-
checksum = "
|
|
663
|
+
checksum = "5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f"
|
|
632
664
|
dependencies = [
|
|
633
665
|
"clap_builder",
|
|
634
666
|
"clap_derive",
|
|
@@ -636,9 +668,9 @@ dependencies = [
|
|
|
636
668
|
|
|
637
669
|
[[package]]
|
|
638
670
|
name = "clap_builder"
|
|
639
|
-
version = "4.5.
|
|
671
|
+
version = "4.5.7"
|
|
640
672
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
641
|
-
checksum = "
|
|
673
|
+
checksum = "f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f"
|
|
642
674
|
dependencies = [
|
|
643
675
|
"anstream",
|
|
644
676
|
"anstyle",
|
|
@@ -648,27 +680,27 @@ dependencies = [
|
|
|
648
680
|
|
|
649
681
|
[[package]]
|
|
650
682
|
name = "clap_derive"
|
|
651
|
-
version = "4.5.
|
|
683
|
+
version = "4.5.5"
|
|
652
684
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
653
|
-
checksum = "
|
|
685
|
+
checksum = "c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6"
|
|
654
686
|
dependencies = [
|
|
655
687
|
"heck 0.5.0",
|
|
656
688
|
"proc-macro2",
|
|
657
689
|
"quote",
|
|
658
|
-
"syn 2.0.
|
|
690
|
+
"syn 2.0.66",
|
|
659
691
|
]
|
|
660
692
|
|
|
661
693
|
[[package]]
|
|
662
694
|
name = "clap_lex"
|
|
663
|
-
version = "0.7.
|
|
695
|
+
version = "0.7.1"
|
|
664
696
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
665
|
-
checksum = "
|
|
697
|
+
checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70"
|
|
666
698
|
|
|
667
699
|
[[package]]
|
|
668
700
|
name = "clipboard-win"
|
|
669
|
-
version = "5.3.
|
|
701
|
+
version = "5.3.1"
|
|
670
702
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
671
|
-
checksum = "
|
|
703
|
+
checksum = "79f4473f5144e20d9aceaf2972478f06ddf687831eafeeb434fbaf0acc4144ad"
|
|
672
704
|
dependencies = [
|
|
673
705
|
"error-code",
|
|
674
706
|
]
|
|
@@ -691,19 +723,9 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
|
691
723
|
|
|
692
724
|
[[package]]
|
|
693
725
|
name = "colorchoice"
|
|
694
|
-
version = "1.0.
|
|
695
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
696
|
-
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
|
697
|
-
|
|
698
|
-
[[package]]
|
|
699
|
-
name = "console_static_text"
|
|
700
|
-
version = "0.8.1"
|
|
726
|
+
version = "1.0.1"
|
|
701
727
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
702
|
-
checksum = "
|
|
703
|
-
dependencies = [
|
|
704
|
-
"unicode-width",
|
|
705
|
-
"vte",
|
|
706
|
-
]
|
|
728
|
+
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
|
|
707
729
|
|
|
708
730
|
[[package]]
|
|
709
731
|
name = "const-oid"
|
|
@@ -782,9 +804,9 @@ checksum = "ccaeedb56da03b09f598226e25e80088cb4cd25f316e6e4df7d695f0feeb1403"
|
|
|
782
804
|
|
|
783
805
|
[[package]]
|
|
784
806
|
name = "crc32fast"
|
|
785
|
-
version = "1.4.
|
|
807
|
+
version = "1.4.2"
|
|
786
808
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
787
|
-
checksum = "
|
|
809
|
+
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
|
788
810
|
dependencies = [
|
|
789
811
|
"cfg-if",
|
|
790
812
|
]
|
|
@@ -804,9 +826,9 @@ dependencies = [
|
|
|
804
826
|
|
|
805
827
|
[[package]]
|
|
806
828
|
name = "crossbeam-channel"
|
|
807
|
-
version = "0.5.
|
|
829
|
+
version = "0.5.13"
|
|
808
830
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
809
|
-
checksum = "
|
|
831
|
+
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
|
|
810
832
|
dependencies = [
|
|
811
833
|
"crossbeam-utils",
|
|
812
834
|
]
|
|
@@ -841,9 +863,9 @@ dependencies = [
|
|
|
841
863
|
|
|
842
864
|
[[package]]
|
|
843
865
|
name = "crossbeam-utils"
|
|
844
|
-
version = "0.8.
|
|
866
|
+
version = "0.8.20"
|
|
845
867
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
846
|
-
checksum = "
|
|
868
|
+
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
|
847
869
|
|
|
848
870
|
[[package]]
|
|
849
871
|
name = "crypto-bigint"
|
|
@@ -879,15 +901,14 @@ dependencies = [
|
|
|
879
901
|
|
|
880
902
|
[[package]]
|
|
881
903
|
name = "curve25519-dalek"
|
|
882
|
-
version = "4.1.
|
|
904
|
+
version = "4.1.3"
|
|
883
905
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
884
|
-
checksum = "
|
|
906
|
+
checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
|
|
885
907
|
dependencies = [
|
|
886
908
|
"cfg-if",
|
|
887
909
|
"cpufeatures",
|
|
888
910
|
"curve25519-dalek-derive",
|
|
889
911
|
"fiat-crypto",
|
|
890
|
-
"platforms",
|
|
891
912
|
"rustc_version 0.4.0",
|
|
892
913
|
"subtle",
|
|
893
914
|
"zeroize",
|
|
@@ -901,14 +922,14 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
|
|
|
901
922
|
dependencies = [
|
|
902
923
|
"proc-macro2",
|
|
903
924
|
"quote",
|
|
904
|
-
"syn 2.0.
|
|
925
|
+
"syn 2.0.66",
|
|
905
926
|
]
|
|
906
927
|
|
|
907
928
|
[[package]]
|
|
908
929
|
name = "d3d12"
|
|
909
|
-
version = "0.
|
|
930
|
+
version = "0.20.0"
|
|
910
931
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
911
|
-
checksum = "
|
|
932
|
+
checksum = "b28bfe653d79bd16c77f659305b195b82bb5ce0c0eb2a4846b82ddbd77586813"
|
|
912
933
|
dependencies = [
|
|
913
934
|
"bitflags 2.5.0",
|
|
914
935
|
"libloading 0.8.3",
|
|
@@ -922,17 +943,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
922
943
|
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
|
|
923
944
|
dependencies = [
|
|
924
945
|
"cfg-if",
|
|
925
|
-
"hashbrown 0.14.
|
|
946
|
+
"hashbrown 0.14.5",
|
|
926
947
|
"lock_api",
|
|
927
948
|
"once_cell",
|
|
928
|
-
"parking_lot_core 0.9.
|
|
949
|
+
"parking_lot_core 0.9.10",
|
|
929
950
|
]
|
|
930
951
|
|
|
931
952
|
[[package]]
|
|
932
953
|
name = "data-encoding"
|
|
933
|
-
version = "2.
|
|
954
|
+
version = "2.6.0"
|
|
934
955
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
935
|
-
checksum = "
|
|
956
|
+
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
|
|
936
957
|
|
|
937
958
|
[[package]]
|
|
938
959
|
name = "data-url"
|
|
@@ -952,12 +973,12 @@ dependencies = [
|
|
|
952
973
|
|
|
953
974
|
[[package]]
|
|
954
975
|
name = "deno_ast"
|
|
955
|
-
version = "0.
|
|
976
|
+
version = "0.39.2"
|
|
956
977
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
957
|
-
checksum = "
|
|
978
|
+
checksum = "132aace7b62c317da51f84f1cfbbbfc56ce643110821937c04b36c916db64341"
|
|
958
979
|
dependencies = [
|
|
959
980
|
"anyhow",
|
|
960
|
-
"base64",
|
|
981
|
+
"base64 0.21.7",
|
|
961
982
|
"deno_media_type",
|
|
962
983
|
"deno_terminal",
|
|
963
984
|
"dprint-swc-ext",
|
|
@@ -996,9 +1017,9 @@ dependencies = [
|
|
|
996
1017
|
|
|
997
1018
|
[[package]]
|
|
998
1019
|
name = "deno_broadcast_channel"
|
|
999
|
-
version = "0.
|
|
1020
|
+
version = "0.152.0"
|
|
1000
1021
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1001
|
-
checksum = "
|
|
1022
|
+
checksum = "9b2e70172bd44d40cf7ceae374b5c7060f0eb05f2b23964b97809fa721befc0f"
|
|
1002
1023
|
dependencies = [
|
|
1003
1024
|
"async-trait",
|
|
1004
1025
|
"deno_core",
|
|
@@ -1008,9 +1029,9 @@ dependencies = [
|
|
|
1008
1029
|
|
|
1009
1030
|
[[package]]
|
|
1010
1031
|
name = "deno_cache"
|
|
1011
|
-
version = "0.
|
|
1032
|
+
version = "0.90.0"
|
|
1012
1033
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1013
|
-
checksum = "
|
|
1034
|
+
checksum = "8ae49a85c175daae4835d7596024366edd58a03d686f5ed5936e74420c08c3c2"
|
|
1014
1035
|
dependencies = [
|
|
1015
1036
|
"async-trait",
|
|
1016
1037
|
"deno_core",
|
|
@@ -1022,31 +1043,30 @@ dependencies = [
|
|
|
1022
1043
|
|
|
1023
1044
|
[[package]]
|
|
1024
1045
|
name = "deno_canvas"
|
|
1025
|
-
version = "0.
|
|
1046
|
+
version = "0.27.0"
|
|
1026
1047
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1027
|
-
checksum = "
|
|
1048
|
+
checksum = "0773ac579f6c62df07f3b022b2e2f7eb3cb842cd40ee8bfe75bad4e9a92e3acb"
|
|
1028
1049
|
dependencies = [
|
|
1029
1050
|
"deno_core",
|
|
1030
1051
|
"deno_webgpu",
|
|
1031
|
-
"image",
|
|
1052
|
+
"image 0.24.9",
|
|
1032
1053
|
"serde",
|
|
1033
|
-
"tokio",
|
|
1034
1054
|
]
|
|
1035
1055
|
|
|
1036
1056
|
[[package]]
|
|
1037
1057
|
name = "deno_console"
|
|
1038
|
-
version = "0.
|
|
1058
|
+
version = "0.158.0"
|
|
1039
1059
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1040
|
-
checksum = "
|
|
1060
|
+
checksum = "edd7acff6ddde8c1dbf5df5d0b58bf07d52014e80f992309521ed50a77b52e0e"
|
|
1041
1061
|
dependencies = [
|
|
1042
1062
|
"deno_core",
|
|
1043
1063
|
]
|
|
1044
1064
|
|
|
1045
1065
|
[[package]]
|
|
1046
1066
|
name = "deno_core"
|
|
1047
|
-
version = "0.
|
|
1067
|
+
version = "0.290.0"
|
|
1048
1068
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1049
|
-
checksum = "
|
|
1069
|
+
checksum = "48ba7176428b2dd879e8bdb38075c0e355f7e6b6280d0d11591e14c2e092edc5"
|
|
1050
1070
|
dependencies = [
|
|
1051
1071
|
"anyhow",
|
|
1052
1072
|
"bincode",
|
|
@@ -1056,18 +1076,17 @@ dependencies = [
|
|
|
1056
1076
|
"cooked-waker",
|
|
1057
1077
|
"deno_core_icudata",
|
|
1058
1078
|
"deno_ops",
|
|
1059
|
-
"deno_unsync
|
|
1079
|
+
"deno_unsync",
|
|
1060
1080
|
"futures",
|
|
1061
1081
|
"libc",
|
|
1062
|
-
"log",
|
|
1063
1082
|
"memoffset 0.9.1",
|
|
1064
|
-
"parking_lot 0.12.
|
|
1083
|
+
"parking_lot 0.12.3",
|
|
1065
1084
|
"pin-project",
|
|
1066
1085
|
"serde",
|
|
1067
1086
|
"serde_json",
|
|
1068
1087
|
"serde_v8",
|
|
1069
1088
|
"smallvec",
|
|
1070
|
-
"sourcemap
|
|
1089
|
+
"sourcemap",
|
|
1071
1090
|
"static_assertions",
|
|
1072
1091
|
"tokio",
|
|
1073
1092
|
"url",
|
|
@@ -1082,29 +1101,28 @@ checksum = "a13951ea98c0a4c372f162d669193b4c9d991512de9f2381dd161027f34b26b1"
|
|
|
1082
1101
|
|
|
1083
1102
|
[[package]]
|
|
1084
1103
|
name = "deno_cron"
|
|
1085
|
-
version = "0.
|
|
1104
|
+
version = "0.38.0"
|
|
1086
1105
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1087
|
-
checksum = "
|
|
1106
|
+
checksum = "b5787845d43405fb7c2abce87b14451e141750640467cc1da15105207cec7d75"
|
|
1088
1107
|
dependencies = [
|
|
1089
1108
|
"anyhow",
|
|
1090
1109
|
"async-trait",
|
|
1091
1110
|
"chrono",
|
|
1092
1111
|
"deno_core",
|
|
1093
|
-
"deno_unsync 0.1.1",
|
|
1094
1112
|
"saffron",
|
|
1095
1113
|
"tokio",
|
|
1096
1114
|
]
|
|
1097
1115
|
|
|
1098
1116
|
[[package]]
|
|
1099
1117
|
name = "deno_crypto"
|
|
1100
|
-
version = "0.
|
|
1118
|
+
version = "0.172.0"
|
|
1101
1119
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1102
|
-
checksum = "
|
|
1120
|
+
checksum = "29d256fb2a797e20656403d1a6e28675c00dfca924454468761eb91d14972558"
|
|
1103
1121
|
dependencies = [
|
|
1104
1122
|
"aes",
|
|
1105
1123
|
"aes-gcm",
|
|
1106
1124
|
"aes-kw",
|
|
1107
|
-
"base64",
|
|
1125
|
+
"base64 0.21.7",
|
|
1108
1126
|
"cbc",
|
|
1109
1127
|
"const-oid",
|
|
1110
1128
|
"ctr",
|
|
@@ -1126,19 +1144,18 @@ dependencies = [
|
|
|
1126
1144
|
"sha2",
|
|
1127
1145
|
"signature",
|
|
1128
1146
|
"spki",
|
|
1129
|
-
"tokio",
|
|
1130
1147
|
"uuid",
|
|
1131
1148
|
"x25519-dalek",
|
|
1132
1149
|
]
|
|
1133
1150
|
|
|
1134
1151
|
[[package]]
|
|
1135
1152
|
name = "deno_emit"
|
|
1136
|
-
version = "0.
|
|
1153
|
+
version = "0.42.0"
|
|
1137
1154
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1138
|
-
checksum = "
|
|
1155
|
+
checksum = "25bc64f886c76647400ed8f807ba7dba82e0b52e57e5426a83094cfe22ee19c9"
|
|
1139
1156
|
dependencies = [
|
|
1140
1157
|
"anyhow",
|
|
1141
|
-
"base64",
|
|
1158
|
+
"base64 0.21.7",
|
|
1142
1159
|
"deno_ast",
|
|
1143
1160
|
"deno_graph",
|
|
1144
1161
|
"escape8259",
|
|
@@ -1150,17 +1167,17 @@ dependencies = [
|
|
|
1150
1167
|
|
|
1151
1168
|
[[package]]
|
|
1152
1169
|
name = "deno_fetch"
|
|
1153
|
-
version = "0.
|
|
1170
|
+
version = "0.182.0"
|
|
1154
1171
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1155
|
-
checksum = "
|
|
1172
|
+
checksum = "41b9aff0d5e92d1d68cb2fb9ded2b8d4e4495060488afc01bdd866293f2f0887"
|
|
1156
1173
|
dependencies = [
|
|
1157
1174
|
"bytes",
|
|
1158
1175
|
"data-url",
|
|
1159
1176
|
"deno_core",
|
|
1177
|
+
"deno_permissions",
|
|
1160
1178
|
"deno_tls",
|
|
1161
1179
|
"dyn-clone",
|
|
1162
1180
|
"http 0.2.12",
|
|
1163
|
-
"pin-project",
|
|
1164
1181
|
"reqwest",
|
|
1165
1182
|
"serde",
|
|
1166
1183
|
"serde_json",
|
|
@@ -1170,57 +1187,56 @@ dependencies = [
|
|
|
1170
1187
|
|
|
1171
1188
|
[[package]]
|
|
1172
1189
|
name = "deno_ffi"
|
|
1173
|
-
version = "0.
|
|
1190
|
+
version = "0.145.0"
|
|
1174
1191
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1175
|
-
checksum = "
|
|
1192
|
+
checksum = "74e94ff0758345bf32f863b6e26dbc500d289b195823e84ad418680d9e9bf382"
|
|
1176
1193
|
dependencies = [
|
|
1177
1194
|
"deno_core",
|
|
1195
|
+
"deno_permissions",
|
|
1178
1196
|
"dlopen2",
|
|
1179
1197
|
"dynasmrt",
|
|
1180
1198
|
"libffi",
|
|
1181
1199
|
"libffi-sys",
|
|
1200
|
+
"log",
|
|
1182
1201
|
"serde",
|
|
1183
1202
|
"serde-value",
|
|
1184
1203
|
"serde_json",
|
|
1185
|
-
"tokio",
|
|
1186
1204
|
"winapi",
|
|
1187
1205
|
]
|
|
1188
1206
|
|
|
1189
1207
|
[[package]]
|
|
1190
1208
|
name = "deno_fs"
|
|
1191
|
-
version = "0.
|
|
1209
|
+
version = "0.68.0"
|
|
1192
1210
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1193
|
-
checksum = "
|
|
1211
|
+
checksum = "102f1d5e5d75094019c00e78b576f12b0a71f950b198b767634e0d03c1e69105"
|
|
1194
1212
|
dependencies = [
|
|
1195
1213
|
"async-trait",
|
|
1196
1214
|
"base32",
|
|
1197
1215
|
"deno_core",
|
|
1198
1216
|
"deno_io",
|
|
1217
|
+
"deno_permissions",
|
|
1199
1218
|
"filetime",
|
|
1200
|
-
"fs3",
|
|
1201
1219
|
"junction",
|
|
1202
1220
|
"libc",
|
|
1203
|
-
"log",
|
|
1204
1221
|
"nix 0.26.2",
|
|
1205
1222
|
"rand",
|
|
1206
1223
|
"rayon",
|
|
1207
1224
|
"serde",
|
|
1208
|
-
"tokio",
|
|
1209
1225
|
"winapi",
|
|
1210
1226
|
]
|
|
1211
1227
|
|
|
1212
1228
|
[[package]]
|
|
1213
1229
|
name = "deno_graph"
|
|
1214
|
-
version = "0.
|
|
1230
|
+
version = "0.78.1"
|
|
1215
1231
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1216
|
-
checksum = "
|
|
1232
|
+
checksum = "d13080829a06062a14e41e190f64a3407e4a0f63cf7db5dcecbc3cf500445df3"
|
|
1217
1233
|
dependencies = [
|
|
1218
1234
|
"anyhow",
|
|
1219
1235
|
"async-trait",
|
|
1220
1236
|
"data-url",
|
|
1221
1237
|
"deno_ast",
|
|
1222
1238
|
"deno_semver",
|
|
1223
|
-
"deno_unsync
|
|
1239
|
+
"deno_unsync",
|
|
1224
1240
|
"encoding_rs",
|
|
1225
1241
|
"futures",
|
|
1226
1242
|
"import_map",
|
|
@@ -1228,7 +1244,7 @@ dependencies = [
|
|
|
1228
1244
|
"log",
|
|
1229
1245
|
"monch",
|
|
1230
1246
|
"once_cell",
|
|
1231
|
-
"parking_lot 0.12.
|
|
1247
|
+
"parking_lot 0.12.3",
|
|
1232
1248
|
"regex",
|
|
1233
1249
|
"serde",
|
|
1234
1250
|
"serde_json",
|
|
@@ -1240,13 +1256,13 @@ dependencies = [
|
|
|
1240
1256
|
|
|
1241
1257
|
[[package]]
|
|
1242
1258
|
name = "deno_http"
|
|
1243
|
-
version = "0.
|
|
1259
|
+
version = "0.156.0"
|
|
1244
1260
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1245
|
-
checksum = "
|
|
1261
|
+
checksum = "c354c30853cc350ed86d8aeb5a7cb4b1ec380ae3e8466bde014f8eb3692cfcb2"
|
|
1246
1262
|
dependencies = [
|
|
1247
1263
|
"async-compression",
|
|
1248
1264
|
"async-trait",
|
|
1249
|
-
"base64",
|
|
1265
|
+
"base64 0.21.7",
|
|
1250
1266
|
"brotli 3.5.0",
|
|
1251
1267
|
"bytes",
|
|
1252
1268
|
"cache_control",
|
|
@@ -1257,7 +1273,7 @@ dependencies = [
|
|
|
1257
1273
|
"http 0.2.12",
|
|
1258
1274
|
"http 1.1.0",
|
|
1259
1275
|
"httparse",
|
|
1260
|
-
"hyper 0.14.
|
|
1276
|
+
"hyper 0.14.29",
|
|
1261
1277
|
"hyper 1.1.0",
|
|
1262
1278
|
"hyper-util",
|
|
1263
1279
|
"itertools 0.10.5",
|
|
@@ -1278,16 +1294,18 @@ dependencies = [
|
|
|
1278
1294
|
|
|
1279
1295
|
[[package]]
|
|
1280
1296
|
name = "deno_io"
|
|
1281
|
-
version = "0.
|
|
1297
|
+
version = "0.68.0"
|
|
1282
1298
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1283
|
-
checksum = "
|
|
1299
|
+
checksum = "c1d6b09b9588c76065fb25533c55b51b93129a75b4c1d283a90cd6c7e3e1e11e"
|
|
1284
1300
|
dependencies = [
|
|
1285
1301
|
"async-trait",
|
|
1286
1302
|
"deno_core",
|
|
1287
1303
|
"filetime",
|
|
1288
1304
|
"fs3",
|
|
1305
|
+
"log",
|
|
1289
1306
|
"once_cell",
|
|
1290
1307
|
"os_pipe",
|
|
1308
|
+
"parking_lot 0.12.3",
|
|
1291
1309
|
"rand",
|
|
1292
1310
|
"tokio",
|
|
1293
1311
|
"winapi",
|
|
@@ -1295,19 +1313,19 @@ dependencies = [
|
|
|
1295
1313
|
|
|
1296
1314
|
[[package]]
|
|
1297
1315
|
name = "deno_kv"
|
|
1298
|
-
version = "0.
|
|
1316
|
+
version = "0.66.0"
|
|
1299
1317
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1300
|
-
checksum = "
|
|
1318
|
+
checksum = "af42b0b09caae1dbce7190f72486cf20d75de0d831bc413eb8a8bd0c33eda7f3"
|
|
1301
1319
|
dependencies = [
|
|
1302
1320
|
"anyhow",
|
|
1303
1321
|
"async-trait",
|
|
1304
|
-
"base64",
|
|
1322
|
+
"base64 0.21.7",
|
|
1305
1323
|
"chrono",
|
|
1306
1324
|
"deno_core",
|
|
1307
1325
|
"deno_fetch",
|
|
1308
1326
|
"deno_node",
|
|
1327
|
+
"deno_permissions",
|
|
1309
1328
|
"deno_tls",
|
|
1310
|
-
"deno_unsync 0.1.1",
|
|
1311
1329
|
"denokv_proto",
|
|
1312
1330
|
"denokv_remote",
|
|
1313
1331
|
"denokv_sqlite",
|
|
@@ -1317,21 +1335,16 @@ dependencies = [
|
|
|
1317
1335
|
"prost",
|
|
1318
1336
|
"prost-build",
|
|
1319
1337
|
"rand",
|
|
1320
|
-
"reqwest",
|
|
1321
1338
|
"rusqlite",
|
|
1322
1339
|
"serde",
|
|
1323
|
-
"serde_json",
|
|
1324
|
-
"termcolor",
|
|
1325
|
-
"tokio",
|
|
1326
1340
|
"url",
|
|
1327
|
-
"uuid",
|
|
1328
1341
|
]
|
|
1329
1342
|
|
|
1330
1343
|
[[package]]
|
|
1331
1344
|
name = "deno_media_type"
|
|
1332
|
-
version = "0.1.
|
|
1345
|
+
version = "0.1.4"
|
|
1333
1346
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1334
|
-
checksum = "
|
|
1347
|
+
checksum = "a8978229b82552bf8457a0125aa20863f023619cfc21ebb007b1e571d68fd85b"
|
|
1335
1348
|
dependencies = [
|
|
1336
1349
|
"data-url",
|
|
1337
1350
|
"serde",
|
|
@@ -1340,11 +1353,12 @@ dependencies = [
|
|
|
1340
1353
|
|
|
1341
1354
|
[[package]]
|
|
1342
1355
|
name = "deno_napi"
|
|
1343
|
-
version = "0.
|
|
1356
|
+
version = "0.88.0"
|
|
1344
1357
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1345
|
-
checksum = "
|
|
1358
|
+
checksum = "ad345c7fc16ad3f174dc4fe7bd89d149d38aad12bed1e79d77712e2f87e934f7"
|
|
1346
1359
|
dependencies = [
|
|
1347
1360
|
"deno_core",
|
|
1361
|
+
"deno_permissions",
|
|
1348
1362
|
"libloading 0.7.4",
|
|
1349
1363
|
]
|
|
1350
1364
|
|
|
@@ -1363,14 +1377,13 @@ dependencies = [
|
|
|
1363
1377
|
|
|
1364
1378
|
[[package]]
|
|
1365
1379
|
name = "deno_net"
|
|
1366
|
-
version = "0.
|
|
1380
|
+
version = "0.150.0"
|
|
1367
1381
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1368
|
-
checksum = "
|
|
1382
|
+
checksum = "077ca6f74714c4e81bb13f79a57a7e19b3138b1a23a2ab4e19d62d7481b8a9fd"
|
|
1369
1383
|
dependencies = [
|
|
1370
1384
|
"deno_core",
|
|
1385
|
+
"deno_permissions",
|
|
1371
1386
|
"deno_tls",
|
|
1372
|
-
"enum-as-inner",
|
|
1373
|
-
"log",
|
|
1374
1387
|
"pin-project",
|
|
1375
1388
|
"rustls-tokio-stream",
|
|
1376
1389
|
"serde",
|
|
@@ -1382,12 +1395,13 @@ dependencies = [
|
|
|
1382
1395
|
|
|
1383
1396
|
[[package]]
|
|
1384
1397
|
name = "deno_node"
|
|
1385
|
-
version = "0.
|
|
1398
|
+
version = "0.95.0"
|
|
1386
1399
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1387
|
-
checksum = "
|
|
1400
|
+
checksum = "f9e7f507196f5677e2a05091f2213609a2af302e178a9faf4afa9ac96e912b33"
|
|
1388
1401
|
dependencies = [
|
|
1389
1402
|
"aead-gcm-stream",
|
|
1390
1403
|
"aes",
|
|
1404
|
+
"async-trait",
|
|
1391
1405
|
"brotli 3.5.0",
|
|
1392
1406
|
"bytes",
|
|
1393
1407
|
"cbc",
|
|
@@ -1398,6 +1412,7 @@ dependencies = [
|
|
|
1398
1412
|
"deno_fs",
|
|
1399
1413
|
"deno_media_type",
|
|
1400
1414
|
"deno_net",
|
|
1415
|
+
"deno_permissions",
|
|
1401
1416
|
"deno_whoami",
|
|
1402
1417
|
"digest",
|
|
1403
1418
|
"dsa",
|
|
@@ -1407,16 +1422,17 @@ dependencies = [
|
|
|
1407
1422
|
"faster-hex",
|
|
1408
1423
|
"h2 0.3.26",
|
|
1409
1424
|
"hkdf",
|
|
1425
|
+
"home",
|
|
1410
1426
|
"http 0.2.12",
|
|
1411
1427
|
"idna 0.3.0",
|
|
1412
1428
|
"indexmap",
|
|
1429
|
+
"ipnetwork",
|
|
1413
1430
|
"k256",
|
|
1414
1431
|
"lazy-regex",
|
|
1415
1432
|
"libc",
|
|
1416
1433
|
"libz-sys",
|
|
1417
1434
|
"md-5",
|
|
1418
1435
|
"md4",
|
|
1419
|
-
"nix 0.26.2",
|
|
1420
1436
|
"num-bigint",
|
|
1421
1437
|
"num-bigint-dig",
|
|
1422
1438
|
"num-integer",
|
|
@@ -1443,7 +1459,6 @@ dependencies = [
|
|
|
1443
1459
|
"simd-json",
|
|
1444
1460
|
"spki",
|
|
1445
1461
|
"tokio",
|
|
1446
|
-
"typenum",
|
|
1447
1462
|
"url",
|
|
1448
1463
|
"winapi",
|
|
1449
1464
|
"windows-sys 0.48.0",
|
|
@@ -1453,26 +1468,25 @@ dependencies = [
|
|
|
1453
1468
|
|
|
1454
1469
|
[[package]]
|
|
1455
1470
|
name = "deno_ops"
|
|
1456
|
-
version = "0.
|
|
1471
|
+
version = "0.166.0"
|
|
1457
1472
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1458
|
-
checksum = "
|
|
1473
|
+
checksum = "7b4e924b7703ff1ec71b38d0c2b09efcd7ff19a2a8ce5be11b712c22ea9fd1ba"
|
|
1459
1474
|
dependencies = [
|
|
1460
1475
|
"proc-macro-rules",
|
|
1461
1476
|
"proc-macro2",
|
|
1462
1477
|
"quote",
|
|
1463
1478
|
"strum",
|
|
1464
1479
|
"strum_macros",
|
|
1465
|
-
"syn 2.0.
|
|
1480
|
+
"syn 2.0.66",
|
|
1466
1481
|
"thiserror",
|
|
1467
1482
|
]
|
|
1468
1483
|
|
|
1469
1484
|
[[package]]
|
|
1470
1485
|
name = "deno_permissions"
|
|
1471
|
-
version = "0.
|
|
1486
|
+
version = "0.18.0"
|
|
1472
1487
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1473
|
-
checksum = "
|
|
1488
|
+
checksum = "9a1a6a79ea1c7552d9e1cc7bc304fa4733460ca119a23fd638399a6094bcdbae"
|
|
1474
1489
|
dependencies = [
|
|
1475
|
-
"console_static_text",
|
|
1476
1490
|
"deno_core",
|
|
1477
1491
|
"deno_terminal",
|
|
1478
1492
|
"fqdn",
|
|
@@ -1480,18 +1494,16 @@ dependencies = [
|
|
|
1480
1494
|
"log",
|
|
1481
1495
|
"once_cell",
|
|
1482
1496
|
"serde",
|
|
1483
|
-
"termcolor",
|
|
1484
1497
|
"which 4.4.2",
|
|
1485
1498
|
"winapi",
|
|
1486
1499
|
]
|
|
1487
1500
|
|
|
1488
1501
|
[[package]]
|
|
1489
1502
|
name = "deno_runtime"
|
|
1490
|
-
version = "0.
|
|
1503
|
+
version = "0.166.0"
|
|
1491
1504
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1492
|
-
checksum = "
|
|
1505
|
+
checksum = "9c5b37abaa5fdd2375b6aa02ef6953ee876eea75f919aaadbbcaf1fc113fc3ed"
|
|
1493
1506
|
dependencies = [
|
|
1494
|
-
"console_static_text",
|
|
1495
1507
|
"deno_ast",
|
|
1496
1508
|
"deno_broadcast_channel",
|
|
1497
1509
|
"deno_cache",
|
|
@@ -1521,13 +1533,10 @@ dependencies = [
|
|
|
1521
1533
|
"dlopen2",
|
|
1522
1534
|
"encoding_rs",
|
|
1523
1535
|
"fastwebsockets",
|
|
1524
|
-
"filetime",
|
|
1525
1536
|
"flate2",
|
|
1526
|
-
"fs3",
|
|
1527
|
-
"fwdansi",
|
|
1528
1537
|
"http 1.1.0",
|
|
1529
1538
|
"http-body-util",
|
|
1530
|
-
"hyper 0.14.
|
|
1539
|
+
"hyper 0.14.29",
|
|
1531
1540
|
"hyper 1.1.0",
|
|
1532
1541
|
"hyper-util",
|
|
1533
1542
|
"libc",
|
|
@@ -1537,26 +1546,26 @@ dependencies = [
|
|
|
1537
1546
|
"notify",
|
|
1538
1547
|
"ntapi",
|
|
1539
1548
|
"once_cell",
|
|
1549
|
+
"percent-encoding",
|
|
1540
1550
|
"regex",
|
|
1541
|
-
"ring",
|
|
1542
1551
|
"rustyline",
|
|
1543
1552
|
"serde",
|
|
1544
1553
|
"signal-hook",
|
|
1545
1554
|
"signal-hook-registry",
|
|
1546
1555
|
"tokio",
|
|
1547
1556
|
"tokio-metrics",
|
|
1557
|
+
"twox-hash",
|
|
1548
1558
|
"uuid",
|
|
1549
1559
|
"which 4.4.2",
|
|
1550
1560
|
"winapi",
|
|
1551
1561
|
"windows-sys 0.48.0",
|
|
1552
|
-
"winres",
|
|
1553
1562
|
]
|
|
1554
1563
|
|
|
1555
1564
|
[[package]]
|
|
1556
1565
|
name = "deno_semver"
|
|
1557
|
-
version = "0.5.
|
|
1566
|
+
version = "0.5.6"
|
|
1558
1567
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1559
|
-
checksum = "
|
|
1568
|
+
checksum = "389b5a8c2dd48cc1aad25396c92d7461ddb0fcfae1faf8e00205837c53e34d3e"
|
|
1560
1569
|
dependencies = [
|
|
1561
1570
|
"monch",
|
|
1562
1571
|
"once_cell",
|
|
@@ -1577,105 +1586,95 @@ dependencies = [
|
|
|
1577
1586
|
|
|
1578
1587
|
[[package]]
|
|
1579
1588
|
name = "deno_tls"
|
|
1580
|
-
version = "0.
|
|
1589
|
+
version = "0.145.0"
|
|
1581
1590
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1582
|
-
checksum = "
|
|
1591
|
+
checksum = "011890ff783e798c72cad8ff79320b983d8cd5a38942da4b8e71b01948473bab"
|
|
1583
1592
|
dependencies = [
|
|
1584
1593
|
"deno_core",
|
|
1585
1594
|
"deno_native_certs",
|
|
1586
|
-
"once_cell",
|
|
1587
1595
|
"rustls",
|
|
1588
1596
|
"rustls-pemfile",
|
|
1589
1597
|
"rustls-tokio-stream",
|
|
1590
1598
|
"rustls-webpki",
|
|
1591
1599
|
"serde",
|
|
1592
|
-
"webpki-roots",
|
|
1593
|
-
]
|
|
1594
|
-
|
|
1595
|
-
[[package]]
|
|
1596
|
-
name = "deno_unsync"
|
|
1597
|
-
version = "0.1.1"
|
|
1598
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1599
|
-
checksum = "ac0984205f25e71ddd1be603d76e70255953c12ff864707359ab195d26dfc7b3"
|
|
1600
|
-
dependencies = [
|
|
1601
1600
|
"tokio",
|
|
1601
|
+
"webpki-roots",
|
|
1602
1602
|
]
|
|
1603
1603
|
|
|
1604
1604
|
[[package]]
|
|
1605
1605
|
name = "deno_unsync"
|
|
1606
|
-
version = "0.3.
|
|
1606
|
+
version = "0.3.4"
|
|
1607
1607
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1608
|
-
checksum = "
|
|
1608
|
+
checksum = "7557a5e9278b9a5cc8056dc37062ea4344770bda4eeb5973c7cbb7ebf636b9a4"
|
|
1609
1609
|
dependencies = [
|
|
1610
1610
|
"tokio",
|
|
1611
1611
|
]
|
|
1612
1612
|
|
|
1613
1613
|
[[package]]
|
|
1614
1614
|
name = "deno_url"
|
|
1615
|
-
version = "0.
|
|
1615
|
+
version = "0.158.0"
|
|
1616
1616
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1617
|
-
checksum = "
|
|
1617
|
+
checksum = "cfa9db54e4d875249e63d3577f71747ed66b1a82819498b65efc534fc497d3a7"
|
|
1618
1618
|
dependencies = [
|
|
1619
1619
|
"deno_core",
|
|
1620
|
-
"serde",
|
|
1621
1620
|
"urlpattern",
|
|
1622
1621
|
]
|
|
1623
1622
|
|
|
1624
1623
|
[[package]]
|
|
1625
1624
|
name = "deno_web"
|
|
1626
|
-
version = "0.
|
|
1625
|
+
version = "0.189.0"
|
|
1627
1626
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1628
|
-
checksum = "
|
|
1627
|
+
checksum = "579a8c08ea4043fac75df23a08c3c917ef234b78d5dab8112f90c37ef6bd57f4"
|
|
1629
1628
|
dependencies = [
|
|
1630
1629
|
"async-trait",
|
|
1631
1630
|
"base64-simd 0.8.0",
|
|
1632
1631
|
"bytes",
|
|
1633
1632
|
"deno_core",
|
|
1633
|
+
"deno_permissions",
|
|
1634
1634
|
"encoding_rs",
|
|
1635
1635
|
"flate2",
|
|
1636
1636
|
"futures",
|
|
1637
1637
|
"serde",
|
|
1638
1638
|
"tokio",
|
|
1639
1639
|
"uuid",
|
|
1640
|
-
"windows-sys 0.48.0",
|
|
1641
1640
|
]
|
|
1642
1641
|
|
|
1643
1642
|
[[package]]
|
|
1644
1643
|
name = "deno_webgpu"
|
|
1645
|
-
version = "0.
|
|
1644
|
+
version = "0.125.0"
|
|
1646
1645
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1647
|
-
checksum = "
|
|
1646
|
+
checksum = "0c32ee3957db45b1c89b6b5afbd183bac6bcdb70ac3b7cd786d2986f9186a93b"
|
|
1648
1647
|
dependencies = [
|
|
1649
1648
|
"deno_core",
|
|
1650
1649
|
"raw-window-handle",
|
|
1651
1650
|
"serde",
|
|
1652
1651
|
"tokio",
|
|
1653
1652
|
"wgpu-core",
|
|
1654
|
-
"wgpu-hal",
|
|
1655
1653
|
"wgpu-types",
|
|
1656
1654
|
]
|
|
1657
1655
|
|
|
1658
1656
|
[[package]]
|
|
1659
1657
|
name = "deno_webidl"
|
|
1660
|
-
version = "0.
|
|
1658
|
+
version = "0.158.0"
|
|
1661
1659
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1662
|
-
checksum = "
|
|
1660
|
+
checksum = "ea5a11fd0433a0293da9427ab79a0e5fb9efe9e8ba5d1c52c565c80f7f3cc810"
|
|
1663
1661
|
dependencies = [
|
|
1664
1662
|
"deno_core",
|
|
1665
1663
|
]
|
|
1666
1664
|
|
|
1667
1665
|
[[package]]
|
|
1668
1666
|
name = "deno_websocket"
|
|
1669
|
-
version = "0.
|
|
1667
|
+
version = "0.163.0"
|
|
1670
1668
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1671
|
-
checksum = "
|
|
1669
|
+
checksum = "35c4eddcf9a132968a1139b449da981c26305a834337a290bd5f44eeeded64e5"
|
|
1672
1670
|
dependencies = [
|
|
1673
1671
|
"bytes",
|
|
1674
1672
|
"deno_core",
|
|
1675
1673
|
"deno_net",
|
|
1674
|
+
"deno_permissions",
|
|
1676
1675
|
"deno_tls",
|
|
1677
1676
|
"fastwebsockets",
|
|
1678
|
-
"h2 0.4.
|
|
1677
|
+
"h2 0.4.5",
|
|
1679
1678
|
"http 1.1.0",
|
|
1680
1679
|
"http-body-util",
|
|
1681
1680
|
"hyper 1.1.0",
|
|
@@ -1688,14 +1687,13 @@ dependencies = [
|
|
|
1688
1687
|
|
|
1689
1688
|
[[package]]
|
|
1690
1689
|
name = "deno_webstorage"
|
|
1691
|
-
version = "0.
|
|
1690
|
+
version = "0.153.0"
|
|
1692
1691
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1693
|
-
checksum = "
|
|
1692
|
+
checksum = "a7578dba7f31ee883d247c507a9ca04931fbdf2fdb2cb364db12dab101852f0c"
|
|
1694
1693
|
dependencies = [
|
|
1695
1694
|
"deno_core",
|
|
1696
1695
|
"deno_web",
|
|
1697
1696
|
"rusqlite",
|
|
1698
|
-
"serde",
|
|
1699
1697
|
]
|
|
1700
1698
|
|
|
1701
1699
|
[[package]]
|
|
@@ -1710,9 +1708,9 @@ dependencies = [
|
|
|
1710
1708
|
|
|
1711
1709
|
[[package]]
|
|
1712
1710
|
name = "denokv_proto"
|
|
1713
|
-
version = "0.
|
|
1711
|
+
version = "0.7.0"
|
|
1714
1712
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1715
|
-
checksum = "
|
|
1713
|
+
checksum = "bd644ad038e7b6e8453463e96c278ba378e8bdc9f557959d511ac830ea0ec969"
|
|
1716
1714
|
dependencies = [
|
|
1717
1715
|
"anyhow",
|
|
1718
1716
|
"async-trait",
|
|
@@ -1727,9 +1725,9 @@ dependencies = [
|
|
|
1727
1725
|
|
|
1728
1726
|
[[package]]
|
|
1729
1727
|
name = "denokv_remote"
|
|
1730
|
-
version = "0.
|
|
1728
|
+
version = "0.7.0"
|
|
1731
1729
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1732
|
-
checksum = "
|
|
1730
|
+
checksum = "23cfa4786f9c609711aab89ce173232ceda0617167881e58fd5e0b78868a6932"
|
|
1733
1731
|
dependencies = [
|
|
1734
1732
|
"anyhow",
|
|
1735
1733
|
"async-stream",
|
|
@@ -1752,9 +1750,9 @@ dependencies = [
|
|
|
1752
1750
|
|
|
1753
1751
|
[[package]]
|
|
1754
1752
|
name = "denokv_sqlite"
|
|
1755
|
-
version = "0.
|
|
1753
|
+
version = "0.7.0"
|
|
1756
1754
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1757
|
-
checksum = "
|
|
1755
|
+
checksum = "f36c1c54cda2de93d0f4ded0392d0b6917bcd9b1d13c056dd7c309668aa43e17"
|
|
1758
1756
|
dependencies = [
|
|
1759
1757
|
"anyhow",
|
|
1760
1758
|
"async-stream",
|
|
@@ -1770,7 +1768,9 @@ dependencies = [
|
|
|
1770
1768
|
"serde_json",
|
|
1771
1769
|
"thiserror",
|
|
1772
1770
|
"tokio",
|
|
1771
|
+
"tokio-stream",
|
|
1773
1772
|
"uuid",
|
|
1773
|
+
"v8_valueserializer",
|
|
1774
1774
|
]
|
|
1775
1775
|
|
|
1776
1776
|
[[package]]
|
|
@@ -1809,15 +1809,15 @@ dependencies = [
|
|
|
1809
1809
|
|
|
1810
1810
|
[[package]]
|
|
1811
1811
|
name = "derive_more"
|
|
1812
|
-
version = "0.99.
|
|
1812
|
+
version = "0.99.18"
|
|
1813
1813
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1814
|
-
checksum = "
|
|
1814
|
+
checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
|
|
1815
1815
|
dependencies = [
|
|
1816
1816
|
"convert_case",
|
|
1817
1817
|
"proc-macro2",
|
|
1818
1818
|
"quote",
|
|
1819
1819
|
"rustc_version 0.4.0",
|
|
1820
|
-
"syn
|
|
1820
|
+
"syn 2.0.66",
|
|
1821
1821
|
]
|
|
1822
1822
|
|
|
1823
1823
|
[[package]]
|
|
@@ -1878,7 +1878,7 @@ checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
|
|
|
1878
1878
|
dependencies = [
|
|
1879
1879
|
"proc-macro2",
|
|
1880
1880
|
"quote",
|
|
1881
|
-
"syn 2.0.
|
|
1881
|
+
"syn 2.0.66",
|
|
1882
1882
|
]
|
|
1883
1883
|
|
|
1884
1884
|
[[package]]
|
|
@@ -1901,7 +1901,7 @@ checksum = "f2b99bf03862d7f545ebc28ddd33a665b50865f4dfd84031a393823879bd4c54"
|
|
|
1901
1901
|
dependencies = [
|
|
1902
1902
|
"proc-macro2",
|
|
1903
1903
|
"quote",
|
|
1904
|
-
"syn 2.0.
|
|
1904
|
+
"syn 2.0.66",
|
|
1905
1905
|
]
|
|
1906
1906
|
|
|
1907
1907
|
[[package]]
|
|
@@ -1910,11 +1910,20 @@ version = "0.3.3"
|
|
|
1910
1910
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1911
1911
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
|
1912
1912
|
|
|
1913
|
+
[[package]]
|
|
1914
|
+
name = "document-features"
|
|
1915
|
+
version = "0.2.8"
|
|
1916
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1917
|
+
checksum = "ef5282ad69563b5fc40319526ba27e0e7363d552a896f0297d54f767717f9b95"
|
|
1918
|
+
dependencies = [
|
|
1919
|
+
"litrs",
|
|
1920
|
+
]
|
|
1921
|
+
|
|
1913
1922
|
[[package]]
|
|
1914
1923
|
name = "dprint-swc-ext"
|
|
1915
|
-
version = "0.
|
|
1924
|
+
version = "0.16.0"
|
|
1916
1925
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1917
|
-
checksum = "
|
|
1926
|
+
checksum = "019d17f2c2457c5a70a7cf4505b1a562ca8ab168c0ac0c005744efbd29fcb8fe"
|
|
1918
1927
|
dependencies = [
|
|
1919
1928
|
"num-bigint",
|
|
1920
1929
|
"rustc-hash",
|
|
@@ -1943,9 +1952,9 @@ dependencies = [
|
|
|
1943
1952
|
|
|
1944
1953
|
[[package]]
|
|
1945
1954
|
name = "dssim"
|
|
1946
|
-
version = "3.3.
|
|
1955
|
+
version = "3.3.2"
|
|
1947
1956
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1948
|
-
checksum = "
|
|
1957
|
+
checksum = "602609b3cbc9836fecf7311edd130b8cd6c04302b1923dd0fc9589ea221bfa6d"
|
|
1949
1958
|
dependencies = [
|
|
1950
1959
|
"crossbeam-channel",
|
|
1951
1960
|
"dssim-core",
|
|
@@ -1953,15 +1962,16 @@ dependencies = [
|
|
|
1953
1962
|
"imgref",
|
|
1954
1963
|
"load_image",
|
|
1955
1964
|
"lodepng",
|
|
1965
|
+
"ordered-channel",
|
|
1956
1966
|
"rayon",
|
|
1957
1967
|
"rgb",
|
|
1958
1968
|
]
|
|
1959
1969
|
|
|
1960
1970
|
[[package]]
|
|
1961
1971
|
name = "dssim-core"
|
|
1962
|
-
version = "3.2.
|
|
1972
|
+
version = "3.2.9"
|
|
1963
1973
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1964
|
-
checksum = "
|
|
1974
|
+
checksum = "0c074fca6cdf5e3faaaf03f71e29cd5d92ea533b1432cf78910dafffc2ce872b"
|
|
1965
1975
|
dependencies = [
|
|
1966
1976
|
"imgref",
|
|
1967
1977
|
"itertools 0.12.1",
|
|
@@ -2032,9 +2042,9 @@ dependencies = [
|
|
|
2032
2042
|
|
|
2033
2043
|
[[package]]
|
|
2034
2044
|
name = "either"
|
|
2035
|
-
version = "1.
|
|
2045
|
+
version = "1.12.0"
|
|
2036
2046
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2037
|
-
checksum = "
|
|
2047
|
+
checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
|
|
2038
2048
|
|
|
2039
2049
|
[[package]]
|
|
2040
2050
|
name = "elliptic-curve"
|
|
@@ -2074,14 +2084,14 @@ checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
|
|
|
2074
2084
|
|
|
2075
2085
|
[[package]]
|
|
2076
2086
|
name = "enum-as-inner"
|
|
2077
|
-
version = "0.
|
|
2087
|
+
version = "0.6.0"
|
|
2078
2088
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2079
|
-
checksum = "
|
|
2089
|
+
checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a"
|
|
2080
2090
|
dependencies = [
|
|
2081
2091
|
"heck 0.4.1",
|
|
2082
2092
|
"proc-macro2",
|
|
2083
2093
|
"quote",
|
|
2084
|
-
"syn
|
|
2094
|
+
"syn 2.0.66",
|
|
2085
2095
|
]
|
|
2086
2096
|
|
|
2087
2097
|
[[package]]
|
|
@@ -2116,9 +2126,9 @@ dependencies = [
|
|
|
2116
2126
|
|
|
2117
2127
|
[[package]]
|
|
2118
2128
|
name = "errno"
|
|
2119
|
-
version = "0.3.
|
|
2129
|
+
version = "0.3.9"
|
|
2120
2130
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2121
|
-
checksum = "
|
|
2131
|
+
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
|
|
2122
2132
|
dependencies = [
|
|
2123
2133
|
"libc",
|
|
2124
2134
|
"windows-sys 0.52.0",
|
|
@@ -2142,12 +2152,9 @@ checksum = "a0474425d51df81997e2f90a21591180b38eccf27292d755f3e30750225c175b"
|
|
|
2142
2152
|
|
|
2143
2153
|
[[package]]
|
|
2144
2154
|
name = "escape8259"
|
|
2145
|
-
version = "0.5.
|
|
2155
|
+
version = "0.5.3"
|
|
2146
2156
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2147
|
-
checksum = "
|
|
2148
|
-
dependencies = [
|
|
2149
|
-
"rustversion",
|
|
2150
|
-
]
|
|
2157
|
+
checksum = "5692dd7b5a1978a5aeb0ce83b7655c58ca8efdcb79d21036ea249da95afec2c6"
|
|
2151
2158
|
|
|
2152
2159
|
[[package]]
|
|
2153
2160
|
name = "fallible-iterator"
|
|
@@ -2181,9 +2188,9 @@ dependencies = [
|
|
|
2181
2188
|
|
|
2182
2189
|
[[package]]
|
|
2183
2190
|
name = "fastrand"
|
|
2184
|
-
version = "2.0
|
|
2191
|
+
version = "2.1.0"
|
|
2185
2192
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2186
|
-
checksum = "
|
|
2193
|
+
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
|
|
2187
2194
|
|
|
2188
2195
|
[[package]]
|
|
2189
2196
|
name = "fastwebsockets"
|
|
@@ -2191,7 +2198,7 @@ version = "0.6.0"
|
|
|
2191
2198
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2192
2199
|
checksum = "f63dd7b57f9b33b1741fa631c9522eb35d43e96dcca4a6a91d5e4ca7c93acdc1"
|
|
2193
2200
|
dependencies = [
|
|
2194
|
-
"base64",
|
|
2201
|
+
"base64 0.21.7",
|
|
2195
2202
|
"http-body-util",
|
|
2196
2203
|
"hyper 1.1.0",
|
|
2197
2204
|
"hyper-util",
|
|
@@ -2236,9 +2243,9 @@ dependencies = [
|
|
|
2236
2243
|
|
|
2237
2244
|
[[package]]
|
|
2238
2245
|
name = "fiat-crypto"
|
|
2239
|
-
version = "0.2.
|
|
2246
|
+
version = "0.2.9"
|
|
2240
2247
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2241
|
-
checksum = "
|
|
2248
|
+
checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
|
|
2242
2249
|
|
|
2243
2250
|
[[package]]
|
|
2244
2251
|
name = "filetime"
|
|
@@ -2260,9 +2267,9 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
|
|
2260
2267
|
|
|
2261
2268
|
[[package]]
|
|
2262
2269
|
name = "flate2"
|
|
2263
|
-
version = "1.0.
|
|
2270
|
+
version = "1.0.30"
|
|
2264
2271
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2265
|
-
checksum = "
|
|
2272
|
+
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
|
|
2266
2273
|
dependencies = [
|
|
2267
2274
|
"crc32fast",
|
|
2268
2275
|
"miniz_oxide",
|
|
@@ -2294,25 +2301,16 @@ dependencies = [
|
|
|
2294
2301
|
|
|
2295
2302
|
[[package]]
|
|
2296
2303
|
name = "fontdb"
|
|
2297
|
-
version = "0.
|
|
2304
|
+
version = "0.18.0"
|
|
2298
2305
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2299
|
-
checksum = "
|
|
2306
|
+
checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
|
|
2300
2307
|
dependencies = [
|
|
2301
2308
|
"fontconfig-parser",
|
|
2302
2309
|
"log",
|
|
2303
|
-
"memmap2 0.
|
|
2310
|
+
"memmap2 0.9.4",
|
|
2304
2311
|
"slotmap",
|
|
2305
2312
|
"tinyvec",
|
|
2306
|
-
"ttf-parser
|
|
2307
|
-
]
|
|
2308
|
-
|
|
2309
|
-
[[package]]
|
|
2310
|
-
name = "foreign-types"
|
|
2311
|
-
version = "0.3.2"
|
|
2312
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2313
|
-
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
2314
|
-
dependencies = [
|
|
2315
|
-
"foreign-types-shared 0.1.1",
|
|
2313
|
+
"ttf-parser",
|
|
2316
2314
|
]
|
|
2317
2315
|
|
|
2318
2316
|
[[package]]
|
|
@@ -2322,7 +2320,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2322
2320
|
checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
|
|
2323
2321
|
dependencies = [
|
|
2324
2322
|
"foreign-types-macros",
|
|
2325
|
-
"foreign-types-shared
|
|
2323
|
+
"foreign-types-shared",
|
|
2326
2324
|
]
|
|
2327
2325
|
|
|
2328
2326
|
[[package]]
|
|
@@ -2333,15 +2331,9 @@ checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
|
|
|
2333
2331
|
dependencies = [
|
|
2334
2332
|
"proc-macro2",
|
|
2335
2333
|
"quote",
|
|
2336
|
-
"syn 2.0.
|
|
2334
|
+
"syn 2.0.66",
|
|
2337
2335
|
]
|
|
2338
2336
|
|
|
2339
|
-
[[package]]
|
|
2340
|
-
name = "foreign-types-shared"
|
|
2341
|
-
version = "0.1.1"
|
|
2342
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2343
|
-
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
2344
|
-
|
|
2345
2337
|
[[package]]
|
|
2346
2338
|
name = "foreign-types-shared"
|
|
2347
2339
|
version = "0.3.1"
|
|
@@ -2359,19 +2351,19 @@ dependencies = [
|
|
|
2359
2351
|
|
|
2360
2352
|
[[package]]
|
|
2361
2353
|
name = "fqdn"
|
|
2362
|
-
version = "0.3.
|
|
2354
|
+
version = "0.3.11"
|
|
2363
2355
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2364
|
-
checksum = "
|
|
2356
|
+
checksum = "08b1eaa7dfddeab6036292995620bf0435712e619db6d7690605897e76975eb0"
|
|
2365
2357
|
|
|
2366
2358
|
[[package]]
|
|
2367
2359
|
name = "from_variant"
|
|
2368
|
-
version = "0.1.
|
|
2360
|
+
version = "0.1.8"
|
|
2369
2361
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2370
|
-
checksum = "
|
|
2362
|
+
checksum = "fdc9cc75639b041067353b9bce2450d6847e547276c6fbe4487d7407980e07db"
|
|
2371
2363
|
dependencies = [
|
|
2372
2364
|
"proc-macro2",
|
|
2373
2365
|
"swc_macros_common",
|
|
2374
|
-
"syn 2.0.
|
|
2366
|
+
"syn 2.0.66",
|
|
2375
2367
|
]
|
|
2376
2368
|
|
|
2377
2369
|
[[package]]
|
|
@@ -2404,6 +2396,12 @@ dependencies = [
|
|
|
2404
2396
|
"winapi",
|
|
2405
2397
|
]
|
|
2406
2398
|
|
|
2399
|
+
[[package]]
|
|
2400
|
+
name = "funty"
|
|
2401
|
+
version = "2.0.0"
|
|
2402
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2403
|
+
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
|
2404
|
+
|
|
2407
2405
|
[[package]]
|
|
2408
2406
|
name = "futures"
|
|
2409
2407
|
version = "0.3.30"
|
|
@@ -2460,7 +2458,7 @@ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
|
|
2460
2458
|
dependencies = [
|
|
2461
2459
|
"proc-macro2",
|
|
2462
2460
|
"quote",
|
|
2463
|
-
"syn 2.0.
|
|
2461
|
+
"syn 2.0.66",
|
|
2464
2462
|
]
|
|
2465
2463
|
|
|
2466
2464
|
[[package]]
|
|
@@ -2499,16 +2497,6 @@ dependencies = [
|
|
|
2499
2497
|
"slab",
|
|
2500
2498
|
]
|
|
2501
2499
|
|
|
2502
|
-
[[package]]
|
|
2503
|
-
name = "fwdansi"
|
|
2504
|
-
version = "1.1.0"
|
|
2505
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2506
|
-
checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208"
|
|
2507
|
-
dependencies = [
|
|
2508
|
-
"memchr",
|
|
2509
|
-
"termcolor",
|
|
2510
|
-
]
|
|
2511
|
-
|
|
2512
2500
|
[[package]]
|
|
2513
2501
|
name = "generic-array"
|
|
2514
2502
|
version = "0.14.7"
|
|
@@ -2531,9 +2519,9 @@ dependencies = [
|
|
|
2531
2519
|
|
|
2532
2520
|
[[package]]
|
|
2533
2521
|
name = "getrandom"
|
|
2534
|
-
version = "0.2.
|
|
2522
|
+
version = "0.2.15"
|
|
2535
2523
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2536
|
-
checksum = "
|
|
2524
|
+
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
|
2537
2525
|
dependencies = [
|
|
2538
2526
|
"cfg-if",
|
|
2539
2527
|
"js-sys",
|
|
@@ -2552,16 +2540,6 @@ dependencies = [
|
|
|
2552
2540
|
"polyval",
|
|
2553
2541
|
]
|
|
2554
2542
|
|
|
2555
|
-
[[package]]
|
|
2556
|
-
name = "gif"
|
|
2557
|
-
version = "0.12.0"
|
|
2558
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2559
|
-
checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045"
|
|
2560
|
-
dependencies = [
|
|
2561
|
-
"color_quant",
|
|
2562
|
-
"weezl",
|
|
2563
|
-
]
|
|
2564
|
-
|
|
2565
2543
|
[[package]]
|
|
2566
2544
|
name = "gif"
|
|
2567
2545
|
version = "0.13.1"
|
|
@@ -2574,9 +2552,9 @@ dependencies = [
|
|
|
2574
2552
|
|
|
2575
2553
|
[[package]]
|
|
2576
2554
|
name = "gimli"
|
|
2577
|
-
version = "0.
|
|
2555
|
+
version = "0.29.0"
|
|
2578
2556
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2579
|
-
checksum = "
|
|
2557
|
+
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
|
|
2580
2558
|
|
|
2581
2559
|
[[package]]
|
|
2582
2560
|
name = "gl_generator"
|
|
@@ -2635,36 +2613,22 @@ dependencies = [
|
|
|
2635
2613
|
"bitflags 2.5.0",
|
|
2636
2614
|
]
|
|
2637
2615
|
|
|
2638
|
-
[[package]]
|
|
2639
|
-
name = "gpu-allocator"
|
|
2640
|
-
version = "0.23.0"
|
|
2641
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2642
|
-
checksum = "40fe17c8a05d60c38c0a4e5a3c802f2f1ceb66b76c67d96ffb34bef0475a7fad"
|
|
2643
|
-
dependencies = [
|
|
2644
|
-
"backtrace",
|
|
2645
|
-
"log",
|
|
2646
|
-
"presser",
|
|
2647
|
-
"thiserror",
|
|
2648
|
-
"winapi",
|
|
2649
|
-
"windows",
|
|
2650
|
-
]
|
|
2651
|
-
|
|
2652
2616
|
[[package]]
|
|
2653
2617
|
name = "gpu-descriptor"
|
|
2654
|
-
version = "0.
|
|
2618
|
+
version = "0.3.0"
|
|
2655
2619
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2656
|
-
checksum = "
|
|
2620
|
+
checksum = "9c08c1f623a8d0b722b8b99f821eb0ba672a1618f0d3b16ddbee1cedd2dd8557"
|
|
2657
2621
|
dependencies = [
|
|
2658
2622
|
"bitflags 2.5.0",
|
|
2659
2623
|
"gpu-descriptor-types",
|
|
2660
|
-
"hashbrown 0.14.
|
|
2624
|
+
"hashbrown 0.14.5",
|
|
2661
2625
|
]
|
|
2662
2626
|
|
|
2663
2627
|
[[package]]
|
|
2664
2628
|
name = "gpu-descriptor-types"
|
|
2665
|
-
version = "0.
|
|
2629
|
+
version = "0.2.0"
|
|
2666
2630
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2667
|
-
checksum = "
|
|
2631
|
+
checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
|
|
2668
2632
|
dependencies = [
|
|
2669
2633
|
"bitflags 2.5.0",
|
|
2670
2634
|
]
|
|
@@ -2710,15 +2674,15 @@ dependencies = [
|
|
|
2710
2674
|
|
|
2711
2675
|
[[package]]
|
|
2712
2676
|
name = "h2"
|
|
2713
|
-
version = "0.4.
|
|
2677
|
+
version = "0.4.5"
|
|
2714
2678
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2715
|
-
checksum = "
|
|
2679
|
+
checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab"
|
|
2716
2680
|
dependencies = [
|
|
2681
|
+
"atomic-waker",
|
|
2717
2682
|
"bytes",
|
|
2718
2683
|
"fnv",
|
|
2719
2684
|
"futures-core",
|
|
2720
2685
|
"futures-sink",
|
|
2721
|
-
"futures-util",
|
|
2722
2686
|
"http 1.1.0",
|
|
2723
2687
|
"indexmap",
|
|
2724
2688
|
"slab",
|
|
@@ -2733,7 +2697,7 @@ version = "0.2.5"
|
|
|
2733
2697
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2734
2698
|
checksum = "8588661a8607108a5ca69cab034063441a0413a0b041c13618a7dd348021ef6f"
|
|
2735
2699
|
dependencies = [
|
|
2736
|
-
"hashbrown 0.14.
|
|
2700
|
+
"hashbrown 0.14.5",
|
|
2737
2701
|
"serde",
|
|
2738
2702
|
]
|
|
2739
2703
|
|
|
@@ -2748,9 +2712,9 @@ dependencies = [
|
|
|
2748
2712
|
|
|
2749
2713
|
[[package]]
|
|
2750
2714
|
name = "hashbrown"
|
|
2751
|
-
version = "0.14.
|
|
2715
|
+
version = "0.14.5"
|
|
2752
2716
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2753
|
-
checksum = "
|
|
2717
|
+
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
2754
2718
|
dependencies = [
|
|
2755
2719
|
"ahash",
|
|
2756
2720
|
"allocator-api2",
|
|
@@ -2762,7 +2726,7 @@ version = "0.8.4"
|
|
|
2762
2726
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2763
2727
|
checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
|
|
2764
2728
|
dependencies = [
|
|
2765
|
-
"hashbrown 0.14.
|
|
2729
|
+
"hashbrown 0.14.5",
|
|
2766
2730
|
]
|
|
2767
2731
|
|
|
2768
2732
|
[[package]]
|
|
@@ -2839,7 +2803,7 @@ version = "0.2.10"
|
|
|
2839
2803
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2840
2804
|
checksum = "96274be293b8877e61974a607105d09c84caebe9620b47774aa8a6b942042dd4"
|
|
2841
2805
|
dependencies = [
|
|
2842
|
-
"hashbrown 0.14.
|
|
2806
|
+
"hashbrown 0.14.5",
|
|
2843
2807
|
"new_debug_unreachable",
|
|
2844
2808
|
"once_cell",
|
|
2845
2809
|
"phf",
|
|
@@ -2892,12 +2856,12 @@ dependencies = [
|
|
|
2892
2856
|
|
|
2893
2857
|
[[package]]
|
|
2894
2858
|
name = "http-body-util"
|
|
2895
|
-
version = "0.1.
|
|
2859
|
+
version = "0.1.2"
|
|
2896
2860
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2897
|
-
checksum = "
|
|
2861
|
+
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
|
2898
2862
|
dependencies = [
|
|
2899
2863
|
"bytes",
|
|
2900
|
-
"futures-
|
|
2864
|
+
"futures-util",
|
|
2901
2865
|
"http 1.1.0",
|
|
2902
2866
|
"http-body 1.0.0",
|
|
2903
2867
|
"pin-project-lite",
|
|
@@ -2905,9 +2869,9 @@ dependencies = [
|
|
|
2905
2869
|
|
|
2906
2870
|
[[package]]
|
|
2907
2871
|
name = "httparse"
|
|
2908
|
-
version = "1.
|
|
2872
|
+
version = "1.9.4"
|
|
2909
2873
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2910
|
-
checksum = "
|
|
2874
|
+
checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
|
|
2911
2875
|
|
|
2912
2876
|
[[package]]
|
|
2913
2877
|
name = "httpdate"
|
|
@@ -2923,9 +2887,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
2923
2887
|
|
|
2924
2888
|
[[package]]
|
|
2925
2889
|
name = "hyper"
|
|
2926
|
-
version = "0.14.
|
|
2890
|
+
version = "0.14.29"
|
|
2927
2891
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2928
|
-
checksum = "
|
|
2892
|
+
checksum = "f361cde2f109281a220d4307746cdfd5ee3f410da58a70377762396775634b33"
|
|
2929
2893
|
dependencies = [
|
|
2930
2894
|
"bytes",
|
|
2931
2895
|
"futures-channel",
|
|
@@ -2954,7 +2918,7 @@ dependencies = [
|
|
|
2954
2918
|
"bytes",
|
|
2955
2919
|
"futures-channel",
|
|
2956
2920
|
"futures-util",
|
|
2957
|
-
"h2 0.4.
|
|
2921
|
+
"h2 0.4.5",
|
|
2958
2922
|
"http 1.1.0",
|
|
2959
2923
|
"http-body 1.0.0",
|
|
2960
2924
|
"httparse",
|
|
@@ -2973,25 +2937,12 @@ checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
|
|
|
2973
2937
|
dependencies = [
|
|
2974
2938
|
"futures-util",
|
|
2975
2939
|
"http 0.2.12",
|
|
2976
|
-
"hyper 0.14.
|
|
2940
|
+
"hyper 0.14.29",
|
|
2977
2941
|
"rustls",
|
|
2978
2942
|
"tokio",
|
|
2979
2943
|
"tokio-rustls",
|
|
2980
2944
|
]
|
|
2981
2945
|
|
|
2982
|
-
[[package]]
|
|
2983
|
-
name = "hyper-tls"
|
|
2984
|
-
version = "0.5.0"
|
|
2985
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2986
|
-
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
2987
|
-
dependencies = [
|
|
2988
|
-
"bytes",
|
|
2989
|
-
"hyper 0.14.28",
|
|
2990
|
-
"native-tls",
|
|
2991
|
-
"tokio",
|
|
2992
|
-
"tokio-native-tls",
|
|
2993
|
-
]
|
|
2994
|
-
|
|
2995
2946
|
[[package]]
|
|
2996
2947
|
name = "hyper-util"
|
|
2997
2948
|
version = "0.1.2"
|
|
@@ -3010,17 +2961,6 @@ dependencies = [
|
|
|
3010
2961
|
"tracing",
|
|
3011
2962
|
]
|
|
3012
2963
|
|
|
3013
|
-
[[package]]
|
|
3014
|
-
name = "idna"
|
|
3015
|
-
version = "0.2.3"
|
|
3016
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3017
|
-
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
|
3018
|
-
dependencies = [
|
|
3019
|
-
"matches",
|
|
3020
|
-
"unicode-bidi",
|
|
3021
|
-
"unicode-normalization",
|
|
3022
|
-
]
|
|
3023
|
-
|
|
3024
2964
|
[[package]]
|
|
3025
2965
|
name = "idna"
|
|
3026
2966
|
version = "0.3.0"
|
|
@@ -3033,9 +2973,9 @@ dependencies = [
|
|
|
3033
2973
|
|
|
3034
2974
|
[[package]]
|
|
3035
2975
|
name = "idna"
|
|
3036
|
-
version = "0.
|
|
2976
|
+
version = "0.4.0"
|
|
3037
2977
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3038
|
-
checksum = "
|
|
2978
|
+
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
|
3039
2979
|
dependencies = [
|
|
3040
2980
|
"unicode-bidi",
|
|
3041
2981
|
"unicode-normalization",
|
|
@@ -3056,12 +2996,27 @@ dependencies = [
|
|
|
3056
2996
|
"bytemuck",
|
|
3057
2997
|
"byteorder",
|
|
3058
2998
|
"color_quant",
|
|
3059
|
-
"gif 0.13.1",
|
|
3060
2999
|
"jpeg-decoder",
|
|
3061
3000
|
"num-traits",
|
|
3062
3001
|
"png",
|
|
3063
3002
|
]
|
|
3064
3003
|
|
|
3004
|
+
[[package]]
|
|
3005
|
+
name = "image"
|
|
3006
|
+
version = "0.25.1"
|
|
3007
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3008
|
+
checksum = "fd54d660e773627692c524beaad361aca785a4f9f5730ce91f42aabe5bce3d11"
|
|
3009
|
+
dependencies = [
|
|
3010
|
+
"bytemuck",
|
|
3011
|
+
"byteorder",
|
|
3012
|
+
"color_quant",
|
|
3013
|
+
"gif",
|
|
3014
|
+
"num-traits",
|
|
3015
|
+
"png",
|
|
3016
|
+
"zune-core",
|
|
3017
|
+
"zune-jpeg",
|
|
3018
|
+
]
|
|
3019
|
+
|
|
3065
3020
|
[[package]]
|
|
3066
3021
|
name = "imagesize"
|
|
3067
3022
|
version = "0.12.0"
|
|
@@ -3095,7 +3050,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
3095
3050
|
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
|
3096
3051
|
dependencies = [
|
|
3097
3052
|
"equivalent",
|
|
3098
|
-
"hashbrown 0.14.
|
|
3053
|
+
"hashbrown 0.14.5",
|
|
3099
3054
|
"serde",
|
|
3100
3055
|
]
|
|
3101
3056
|
|
|
@@ -3137,9 +3092,9 @@ dependencies = [
|
|
|
3137
3092
|
|
|
3138
3093
|
[[package]]
|
|
3139
3094
|
name = "instant"
|
|
3140
|
-
version = "0.1.
|
|
3095
|
+
version = "0.1.13"
|
|
3141
3096
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3142
|
-
checksum = "
|
|
3097
|
+
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
|
3143
3098
|
dependencies = [
|
|
3144
3099
|
"cfg-if",
|
|
3145
3100
|
]
|
|
@@ -3162,6 +3117,15 @@ version = "2.9.0"
|
|
|
3162
3117
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3163
3118
|
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
|
|
3164
3119
|
|
|
3120
|
+
[[package]]
|
|
3121
|
+
name = "ipnetwork"
|
|
3122
|
+
version = "0.20.0"
|
|
3123
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3124
|
+
checksum = "bf466541e9d546596ee94f9f69590f89473455f88372423e0008fc1a7daf100e"
|
|
3125
|
+
dependencies = [
|
|
3126
|
+
"serde",
|
|
3127
|
+
]
|
|
3128
|
+
|
|
3165
3129
|
[[package]]
|
|
3166
3130
|
name = "is-macro"
|
|
3167
3131
|
version = "0.3.5"
|
|
@@ -3171,7 +3135,7 @@ dependencies = [
|
|
|
3171
3135
|
"Inflector",
|
|
3172
3136
|
"proc-macro2",
|
|
3173
3137
|
"quote",
|
|
3174
|
-
"syn 2.0.
|
|
3138
|
+
"syn 2.0.66",
|
|
3175
3139
|
]
|
|
3176
3140
|
|
|
3177
3141
|
[[package]]
|
|
@@ -3185,6 +3149,12 @@ dependencies = [
|
|
|
3185
3149
|
"windows-sys 0.52.0",
|
|
3186
3150
|
]
|
|
3187
3151
|
|
|
3152
|
+
[[package]]
|
|
3153
|
+
name = "is_terminal_polyfill"
|
|
3154
|
+
version = "1.70.0"
|
|
3155
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3156
|
+
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
|
|
3157
|
+
|
|
3188
3158
|
[[package]]
|
|
3189
3159
|
name = "itertools"
|
|
3190
3160
|
version = "0.10.5"
|
|
@@ -3218,11 +3188,17 @@ version = "1.0.11"
|
|
|
3218
3188
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3219
3189
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
|
3220
3190
|
|
|
3191
|
+
[[package]]
|
|
3192
|
+
name = "jni-sys"
|
|
3193
|
+
version = "0.3.0"
|
|
3194
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3195
|
+
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
|
|
3196
|
+
|
|
3221
3197
|
[[package]]
|
|
3222
3198
|
name = "jobserver"
|
|
3223
|
-
version = "0.1.
|
|
3199
|
+
version = "0.1.31"
|
|
3224
3200
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3225
|
-
checksum = "
|
|
3201
|
+
checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
|
|
3226
3202
|
dependencies = [
|
|
3227
3203
|
"libc",
|
|
3228
3204
|
]
|
|
@@ -3318,11 +3294,12 @@ dependencies = [
|
|
|
3318
3294
|
|
|
3319
3295
|
[[package]]
|
|
3320
3296
|
name = "kurbo"
|
|
3321
|
-
version = "0.
|
|
3297
|
+
version = "0.11.0"
|
|
3322
3298
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3323
|
-
checksum = "
|
|
3299
|
+
checksum = "6e5aa9f0f96a938266bdb12928a67169e8d22c6a786fda8ed984b85e6ba93c3c"
|
|
3324
3300
|
dependencies = [
|
|
3325
3301
|
"arrayvec",
|
|
3302
|
+
"smallvec",
|
|
3326
3303
|
]
|
|
3327
3304
|
|
|
3328
3305
|
[[package]]
|
|
@@ -3345,7 +3322,7 @@ dependencies = [
|
|
|
3345
3322
|
"proc-macro2",
|
|
3346
3323
|
"quote",
|
|
3347
3324
|
"regex",
|
|
3348
|
-
"syn 2.0.
|
|
3325
|
+
"syn 2.0.66",
|
|
3349
3326
|
]
|
|
3350
3327
|
|
|
3351
3328
|
[[package]]
|
|
@@ -3364,7 +3341,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
3364
3341
|
checksum = "680ec3fa42c36e0af9ca02f20a3742a82229c7f1ee0e6754294de46a80be6f74"
|
|
3365
3342
|
dependencies = [
|
|
3366
3343
|
"bytemuck",
|
|
3367
|
-
"foreign-types
|
|
3344
|
+
"foreign-types",
|
|
3368
3345
|
"lcms2-sys",
|
|
3369
3346
|
]
|
|
3370
3347
|
|
|
@@ -3446,9 +3423,9 @@ dependencies = [
|
|
|
3446
3423
|
|
|
3447
3424
|
[[package]]
|
|
3448
3425
|
name = "libc"
|
|
3449
|
-
version = "0.2.
|
|
3426
|
+
version = "0.2.155"
|
|
3450
3427
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3451
|
-
checksum = "
|
|
3428
|
+
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
|
3452
3429
|
|
|
3453
3430
|
[[package]]
|
|
3454
3431
|
name = "libffi"
|
|
@@ -3518,9 +3495,9 @@ dependencies = [
|
|
|
3518
3495
|
|
|
3519
3496
|
[[package]]
|
|
3520
3497
|
name = "libz-sys"
|
|
3521
|
-
version = "1.1.
|
|
3498
|
+
version = "1.1.18"
|
|
3522
3499
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3523
|
-
checksum = "
|
|
3500
|
+
checksum = "c15da26e5af7e25c90b37a2d75cdbf940cf4a55316de9d84c679c9b8bfabf82e"
|
|
3524
3501
|
dependencies = [
|
|
3525
3502
|
"cc",
|
|
3526
3503
|
"pkg-config",
|
|
@@ -3535,9 +3512,15 @@ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
|
|
3535
3512
|
|
|
3536
3513
|
[[package]]
|
|
3537
3514
|
name = "linux-raw-sys"
|
|
3538
|
-
version = "0.4.
|
|
3515
|
+
version = "0.4.14"
|
|
3516
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3517
|
+
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
|
3518
|
+
|
|
3519
|
+
[[package]]
|
|
3520
|
+
name = "litrs"
|
|
3521
|
+
version = "0.4.1"
|
|
3539
3522
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3540
|
-
checksum = "
|
|
3523
|
+
checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5"
|
|
3541
3524
|
|
|
3542
3525
|
[[package]]
|
|
3543
3526
|
name = "load_image"
|
|
@@ -3557,9 +3540,9 @@ dependencies = [
|
|
|
3557
3540
|
|
|
3558
3541
|
[[package]]
|
|
3559
3542
|
name = "lock_api"
|
|
3560
|
-
version = "0.4.
|
|
3543
|
+
version = "0.4.12"
|
|
3561
3544
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3562
|
-
checksum = "
|
|
3545
|
+
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
|
3563
3546
|
dependencies = [
|
|
3564
3547
|
"autocfg",
|
|
3565
3548
|
"scopeguard",
|
|
@@ -3580,9 +3563,9 @@ dependencies = [
|
|
|
3580
3563
|
|
|
3581
3564
|
[[package]]
|
|
3582
3565
|
name = "log"
|
|
3583
|
-
version = "0.4.
|
|
3566
|
+
version = "0.4.21"
|
|
3584
3567
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3585
|
-
checksum = "
|
|
3568
|
+
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
|
3586
3569
|
|
|
3587
3570
|
[[package]]
|
|
3588
3571
|
name = "lru-cache"
|
|
@@ -3614,12 +3597,6 @@ version = "0.1.0"
|
|
|
3614
3597
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3615
3598
|
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
|
|
3616
3599
|
|
|
3617
|
-
[[package]]
|
|
3618
|
-
name = "matches"
|
|
3619
|
-
version = "0.1.10"
|
|
3620
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3621
|
-
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
|
|
3622
|
-
|
|
3623
3600
|
[[package]]
|
|
3624
3601
|
name = "md-5"
|
|
3625
3602
|
version = "0.10.6"
|
|
@@ -3641,9 +3618,9 @@ dependencies = [
|
|
|
3641
3618
|
|
|
3642
3619
|
[[package]]
|
|
3643
3620
|
name = "memchr"
|
|
3644
|
-
version = "2.7.
|
|
3621
|
+
version = "2.7.4"
|
|
3645
3622
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3646
|
-
checksum = "
|
|
3623
|
+
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
|
3647
3624
|
|
|
3648
3625
|
[[package]]
|
|
3649
3626
|
name = "memmap2"
|
|
@@ -3656,9 +3633,9 @@ dependencies = [
|
|
|
3656
3633
|
|
|
3657
3634
|
[[package]]
|
|
3658
3635
|
name = "memmap2"
|
|
3659
|
-
version = "0.
|
|
3636
|
+
version = "0.9.4"
|
|
3660
3637
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3661
|
-
checksum = "
|
|
3638
|
+
checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
|
|
3662
3639
|
dependencies = [
|
|
3663
3640
|
"libc",
|
|
3664
3641
|
]
|
|
@@ -3689,14 +3666,14 @@ dependencies = [
|
|
|
3689
3666
|
|
|
3690
3667
|
[[package]]
|
|
3691
3668
|
name = "metal"
|
|
3692
|
-
version = "0.
|
|
3669
|
+
version = "0.28.0"
|
|
3693
3670
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3694
|
-
checksum = "
|
|
3671
|
+
checksum = "5637e166ea14be6063a3f8ba5ccb9a4159df7d8f6d61c02fc3d480b1f90dcfcb"
|
|
3695
3672
|
dependencies = [
|
|
3696
3673
|
"bitflags 2.5.0",
|
|
3697
3674
|
"block",
|
|
3698
3675
|
"core-graphics-types",
|
|
3699
|
-
"foreign-types
|
|
3676
|
+
"foreign-types",
|
|
3700
3677
|
"log",
|
|
3701
3678
|
"objc",
|
|
3702
3679
|
"paste",
|
|
@@ -3716,9 +3693,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
3716
3693
|
|
|
3717
3694
|
[[package]]
|
|
3718
3695
|
name = "miniz_oxide"
|
|
3719
|
-
version = "0.7.
|
|
3696
|
+
version = "0.7.4"
|
|
3720
3697
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3721
|
-
checksum = "
|
|
3698
|
+
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
|
|
3722
3699
|
dependencies = [
|
|
3723
3700
|
"adler",
|
|
3724
3701
|
"simd-adler32",
|
|
@@ -3750,10 +3727,11 @@ checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
|
|
|
3750
3727
|
|
|
3751
3728
|
[[package]]
|
|
3752
3729
|
name = "naga"
|
|
3753
|
-
version = "0.
|
|
3730
|
+
version = "0.20.0"
|
|
3754
3731
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3755
|
-
checksum = "
|
|
3732
|
+
checksum = "e536ae46fcab0876853bd4a632ede5df4b1c2527a58f6c5a4150fe86be858231"
|
|
3756
3733
|
dependencies = [
|
|
3734
|
+
"arrayvec",
|
|
3757
3735
|
"bit-set",
|
|
3758
3736
|
"bitflags 2.5.0",
|
|
3759
3737
|
"codespan-reporting",
|
|
@@ -3770,21 +3748,12 @@ dependencies = [
|
|
|
3770
3748
|
]
|
|
3771
3749
|
|
|
3772
3750
|
[[package]]
|
|
3773
|
-
name = "
|
|
3774
|
-
version = "0.2.
|
|
3751
|
+
name = "ndk-sys"
|
|
3752
|
+
version = "0.5.0+25.2.9519653"
|
|
3775
3753
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3776
|
-
checksum = "
|
|
3754
|
+
checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
|
|
3777
3755
|
dependencies = [
|
|
3778
|
-
"
|
|
3779
|
-
"libc",
|
|
3780
|
-
"log",
|
|
3781
|
-
"openssl",
|
|
3782
|
-
"openssl-probe",
|
|
3783
|
-
"openssl-sys",
|
|
3784
|
-
"schannel",
|
|
3785
|
-
"security-framework",
|
|
3786
|
-
"security-framework-sys",
|
|
3787
|
-
"tempfile",
|
|
3756
|
+
"jni-sys",
|
|
3788
3757
|
]
|
|
3789
3758
|
|
|
3790
3759
|
[[package]]
|
|
@@ -3892,9 +3861,9 @@ dependencies = [
|
|
|
3892
3861
|
|
|
3893
3862
|
[[package]]
|
|
3894
3863
|
name = "num"
|
|
3895
|
-
version = "0.4.
|
|
3864
|
+
version = "0.4.3"
|
|
3896
3865
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3897
|
-
checksum = "
|
|
3866
|
+
checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
|
|
3898
3867
|
dependencies = [
|
|
3899
3868
|
"num-bigint",
|
|
3900
3869
|
"num-complex",
|
|
@@ -3906,11 +3875,10 @@ dependencies = [
|
|
|
3906
3875
|
|
|
3907
3876
|
[[package]]
|
|
3908
3877
|
name = "num-bigint"
|
|
3909
|
-
version = "0.4.
|
|
3878
|
+
version = "0.4.5"
|
|
3910
3879
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3911
|
-
checksum = "
|
|
3880
|
+
checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7"
|
|
3912
3881
|
dependencies = [
|
|
3913
|
-
"autocfg",
|
|
3914
3882
|
"num-integer",
|
|
3915
3883
|
"num-traits",
|
|
3916
3884
|
"rand",
|
|
@@ -3937,9 +3905,9 @@ dependencies = [
|
|
|
3937
3905
|
|
|
3938
3906
|
[[package]]
|
|
3939
3907
|
name = "num-complex"
|
|
3940
|
-
version = "0.4.
|
|
3908
|
+
version = "0.4.6"
|
|
3941
3909
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3942
|
-
checksum = "
|
|
3910
|
+
checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
|
|
3943
3911
|
dependencies = [
|
|
3944
3912
|
"num-traits",
|
|
3945
3913
|
]
|
|
@@ -3961,9 +3929,9 @@ dependencies = [
|
|
|
3961
3929
|
|
|
3962
3930
|
[[package]]
|
|
3963
3931
|
name = "num-iter"
|
|
3964
|
-
version = "0.1.
|
|
3932
|
+
version = "0.1.45"
|
|
3965
3933
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3966
|
-
checksum = "
|
|
3934
|
+
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
|
|
3967
3935
|
dependencies = [
|
|
3968
3936
|
"autocfg",
|
|
3969
3937
|
"num-integer",
|
|
@@ -3972,11 +3940,10 @@ dependencies = [
|
|
|
3972
3940
|
|
|
3973
3941
|
[[package]]
|
|
3974
3942
|
name = "num-rational"
|
|
3975
|
-
version = "0.4.
|
|
3943
|
+
version = "0.4.2"
|
|
3976
3944
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3977
|
-
checksum = "
|
|
3945
|
+
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
|
|
3978
3946
|
dependencies = [
|
|
3979
|
-
"autocfg",
|
|
3980
3947
|
"num-bigint",
|
|
3981
3948
|
"num-integer",
|
|
3982
3949
|
"num-traits",
|
|
@@ -3984,9 +3951,9 @@ dependencies = [
|
|
|
3984
3951
|
|
|
3985
3952
|
[[package]]
|
|
3986
3953
|
name = "num-traits"
|
|
3987
|
-
version = "0.2.
|
|
3954
|
+
version = "0.2.19"
|
|
3988
3955
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3989
|
-
checksum = "
|
|
3956
|
+
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
3990
3957
|
dependencies = [
|
|
3991
3958
|
"autocfg",
|
|
3992
3959
|
"libm",
|
|
@@ -4009,23 +3976,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
4009
3976
|
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
|
4010
3977
|
dependencies = [
|
|
4011
3978
|
"malloc_buf",
|
|
4012
|
-
"objc_exception",
|
|
4013
|
-
]
|
|
4014
|
-
|
|
4015
|
-
[[package]]
|
|
4016
|
-
name = "objc_exception"
|
|
4017
|
-
version = "0.1.2"
|
|
4018
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4019
|
-
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
|
|
4020
|
-
dependencies = [
|
|
4021
|
-
"cc",
|
|
4022
3979
|
]
|
|
4023
3980
|
|
|
4024
3981
|
[[package]]
|
|
4025
3982
|
name = "object"
|
|
4026
|
-
version = "0.
|
|
3983
|
+
version = "0.36.0"
|
|
4027
3984
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4028
|
-
checksum = "
|
|
3985
|
+
checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434"
|
|
4029
3986
|
dependencies = [
|
|
4030
3987
|
"memchr",
|
|
4031
3988
|
]
|
|
@@ -4051,56 +4008,24 @@ version = "0.3.1"
|
|
|
4051
4008
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4052
4009
|
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
|
|
4053
4010
|
|
|
4054
|
-
[[package]]
|
|
4055
|
-
name = "openssl"
|
|
4056
|
-
version = "0.10.64"
|
|
4057
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4058
|
-
checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
|
|
4059
|
-
dependencies = [
|
|
4060
|
-
"bitflags 2.5.0",
|
|
4061
|
-
"cfg-if",
|
|
4062
|
-
"foreign-types 0.3.2",
|
|
4063
|
-
"libc",
|
|
4064
|
-
"once_cell",
|
|
4065
|
-
"openssl-macros",
|
|
4066
|
-
"openssl-sys",
|
|
4067
|
-
]
|
|
4068
|
-
|
|
4069
|
-
[[package]]
|
|
4070
|
-
name = "openssl-macros"
|
|
4071
|
-
version = "0.1.1"
|
|
4072
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4073
|
-
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
|
4074
|
-
dependencies = [
|
|
4075
|
-
"proc-macro2",
|
|
4076
|
-
"quote",
|
|
4077
|
-
"syn 2.0.58",
|
|
4078
|
-
]
|
|
4079
|
-
|
|
4080
4011
|
[[package]]
|
|
4081
4012
|
name = "openssl-probe"
|
|
4082
4013
|
version = "0.1.5"
|
|
4083
4014
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4084
4015
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
4085
4016
|
|
|
4086
|
-
[[package]]
|
|
4087
|
-
name = "openssl-sys"
|
|
4088
|
-
version = "0.9.102"
|
|
4089
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4090
|
-
checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
|
|
4091
|
-
dependencies = [
|
|
4092
|
-
"cc",
|
|
4093
|
-
"libc",
|
|
4094
|
-
"pkg-config",
|
|
4095
|
-
"vcpkg",
|
|
4096
|
-
]
|
|
4097
|
-
|
|
4098
4017
|
[[package]]
|
|
4099
4018
|
name = "option-ext"
|
|
4100
4019
|
version = "0.2.0"
|
|
4101
4020
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4102
4021
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
4103
4022
|
|
|
4023
|
+
[[package]]
|
|
4024
|
+
name = "ordered-channel"
|
|
4025
|
+
version = "1.1.0"
|
|
4026
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4027
|
+
checksum = "4f0bc569ca0974cb90125f52cf76f7b6ad3a072301beba78eb0aa4174c4964ed"
|
|
4028
|
+
|
|
4104
4029
|
[[package]]
|
|
4105
4030
|
name = "ordered-float"
|
|
4106
4031
|
version = "2.10.1"
|
|
@@ -4195,12 +4120,12 @@ dependencies = [
|
|
|
4195
4120
|
|
|
4196
4121
|
[[package]]
|
|
4197
4122
|
name = "parking_lot"
|
|
4198
|
-
version = "0.12.
|
|
4123
|
+
version = "0.12.3"
|
|
4199
4124
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4200
|
-
checksum = "
|
|
4125
|
+
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
|
4201
4126
|
dependencies = [
|
|
4202
4127
|
"lock_api",
|
|
4203
|
-
"parking_lot_core 0.9.
|
|
4128
|
+
"parking_lot_core 0.9.10",
|
|
4204
4129
|
]
|
|
4205
4130
|
|
|
4206
4131
|
[[package]]
|
|
@@ -4219,15 +4144,15 @@ dependencies = [
|
|
|
4219
4144
|
|
|
4220
4145
|
[[package]]
|
|
4221
4146
|
name = "parking_lot_core"
|
|
4222
|
-
version = "0.9.
|
|
4147
|
+
version = "0.9.10"
|
|
4223
4148
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4224
|
-
checksum = "
|
|
4149
|
+
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
|
4225
4150
|
dependencies = [
|
|
4226
4151
|
"cfg-if",
|
|
4227
4152
|
"libc",
|
|
4228
|
-
"redox_syscall 0.
|
|
4153
|
+
"redox_syscall 0.5.2",
|
|
4229
4154
|
"smallvec",
|
|
4230
|
-
"windows-targets 0.
|
|
4155
|
+
"windows-targets 0.52.5",
|
|
4231
4156
|
]
|
|
4232
4157
|
|
|
4233
4158
|
[[package]]
|
|
@@ -4254,9 +4179,9 @@ dependencies = [
|
|
|
4254
4179
|
|
|
4255
4180
|
[[package]]
|
|
4256
4181
|
name = "paste"
|
|
4257
|
-
version = "1.0.
|
|
4182
|
+
version = "1.0.15"
|
|
4258
4183
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4259
|
-
checksum = "
|
|
4184
|
+
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
|
4260
4185
|
|
|
4261
4186
|
[[package]]
|
|
4262
4187
|
name = "path-clean"
|
|
@@ -4294,11 +4219,11 @@ dependencies = [
|
|
|
4294
4219
|
|
|
4295
4220
|
[[package]]
|
|
4296
4221
|
name = "pdf-writer"
|
|
4297
|
-
version = "0.
|
|
4222
|
+
version = "0.10.0"
|
|
4298
4223
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4299
|
-
checksum = "
|
|
4224
|
+
checksum = "af6a7882fda7808481d43c51cadfc3ec934c6af72612a1fe6985ce329a2f0469"
|
|
4300
4225
|
dependencies = [
|
|
4301
|
-
"bitflags
|
|
4226
|
+
"bitflags 2.5.0",
|
|
4302
4227
|
"itoa",
|
|
4303
4228
|
"memchr",
|
|
4304
4229
|
"ryu",
|
|
@@ -4321,9 +4246,9 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
|
|
4321
4246
|
|
|
4322
4247
|
[[package]]
|
|
4323
4248
|
name = "petgraph"
|
|
4324
|
-
version = "0.6.
|
|
4249
|
+
version = "0.6.5"
|
|
4325
4250
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4326
|
-
checksum = "
|
|
4251
|
+
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
|
|
4327
4252
|
dependencies = [
|
|
4328
4253
|
"fixedbitset",
|
|
4329
4254
|
"indexmap",
|
|
@@ -4359,7 +4284,7 @@ dependencies = [
|
|
|
4359
4284
|
"phf_shared",
|
|
4360
4285
|
"proc-macro2",
|
|
4361
4286
|
"quote",
|
|
4362
|
-
"syn 2.0.
|
|
4287
|
+
"syn 2.0.66",
|
|
4363
4288
|
]
|
|
4364
4289
|
|
|
4365
4290
|
[[package]]
|
|
@@ -4394,7 +4319,7 @@ checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
|
|
|
4394
4319
|
dependencies = [
|
|
4395
4320
|
"proc-macro2",
|
|
4396
4321
|
"quote",
|
|
4397
|
-
"syn 2.0.
|
|
4322
|
+
"syn 2.0.66",
|
|
4398
4323
|
]
|
|
4399
4324
|
|
|
4400
4325
|
[[package]]
|
|
@@ -4436,23 +4361,6 @@ version = "0.3.30"
|
|
|
4436
4361
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4437
4362
|
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
|
|
4438
4363
|
|
|
4439
|
-
[[package]]
|
|
4440
|
-
name = "platforms"
|
|
4441
|
-
version = "3.4.0"
|
|
4442
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4443
|
-
checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7"
|
|
4444
|
-
|
|
4445
|
-
[[package]]
|
|
4446
|
-
name = "pmutil"
|
|
4447
|
-
version = "0.6.1"
|
|
4448
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4449
|
-
checksum = "52a40bc70c2c58040d2d8b167ba9a5ff59fc9dab7ad44771cfde3dcfde7a09c6"
|
|
4450
|
-
dependencies = [
|
|
4451
|
-
"proc-macro2",
|
|
4452
|
-
"quote",
|
|
4453
|
-
"syn 2.0.58",
|
|
4454
|
-
]
|
|
4455
|
-
|
|
4456
4364
|
[[package]]
|
|
4457
4365
|
name = "png"
|
|
4458
4366
|
version = "0.17.13"
|
|
@@ -4526,12 +4434,6 @@ dependencies = [
|
|
|
4526
4434
|
"termtree",
|
|
4527
4435
|
]
|
|
4528
4436
|
|
|
4529
|
-
[[package]]
|
|
4530
|
-
name = "presser"
|
|
4531
|
-
version = "0.3.1"
|
|
4532
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4533
|
-
checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
|
|
4534
|
-
|
|
4535
4437
|
[[package]]
|
|
4536
4438
|
name = "prettyplease"
|
|
4537
4439
|
version = "0.1.25"
|
|
@@ -4583,7 +4485,7 @@ checksum = "07c277e4e643ef00c1233393c673f655e3672cf7eb3ba08a00bdd0ea59139b5f"
|
|
|
4583
4485
|
dependencies = [
|
|
4584
4486
|
"proc-macro-rules-macros",
|
|
4585
4487
|
"proc-macro2",
|
|
4586
|
-
"syn 2.0.
|
|
4488
|
+
"syn 2.0.66",
|
|
4587
4489
|
]
|
|
4588
4490
|
|
|
4589
4491
|
[[package]]
|
|
@@ -4595,14 +4497,14 @@ dependencies = [
|
|
|
4595
4497
|
"once_cell",
|
|
4596
4498
|
"proc-macro2",
|
|
4597
4499
|
"quote",
|
|
4598
|
-
"syn 2.0.
|
|
4500
|
+
"syn 2.0.66",
|
|
4599
4501
|
]
|
|
4600
4502
|
|
|
4601
4503
|
[[package]]
|
|
4602
4504
|
name = "proc-macro2"
|
|
4603
|
-
version = "1.0.
|
|
4505
|
+
version = "1.0.85"
|
|
4604
4506
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4605
|
-
checksum = "
|
|
4507
|
+
checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23"
|
|
4606
4508
|
dependencies = [
|
|
4607
4509
|
"unicode-ident",
|
|
4608
4510
|
]
|
|
@@ -4678,16 +4580,16 @@ dependencies = [
|
|
|
4678
4580
|
|
|
4679
4581
|
[[package]]
|
|
4680
4582
|
name = "pyo3"
|
|
4681
|
-
version = "0.
|
|
4583
|
+
version = "0.21.2"
|
|
4682
4584
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4683
|
-
checksum = "
|
|
4585
|
+
checksum = "a5e00b96a521718e08e03b1a622f01c8a8deb50719335de3f60b3b3950f069d8"
|
|
4684
4586
|
dependencies = [
|
|
4685
4587
|
"anyhow",
|
|
4686
4588
|
"cfg-if",
|
|
4687
4589
|
"indoc",
|
|
4688
4590
|
"libc",
|
|
4689
4591
|
"memoffset 0.9.1",
|
|
4690
|
-
"parking_lot 0.12.
|
|
4592
|
+
"parking_lot 0.12.3",
|
|
4691
4593
|
"portable-atomic",
|
|
4692
4594
|
"pyo3-build-config",
|
|
4693
4595
|
"pyo3-ffi",
|
|
@@ -4697,9 +4599,9 @@ dependencies = [
|
|
|
4697
4599
|
|
|
4698
4600
|
[[package]]
|
|
4699
4601
|
name = "pyo3-build-config"
|
|
4700
|
-
version = "0.
|
|
4602
|
+
version = "0.21.2"
|
|
4701
4603
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4702
|
-
checksum = "
|
|
4604
|
+
checksum = "7883df5835fafdad87c0d888b266c8ec0f4c9ca48a5bed6bbb592e8dedee1b50"
|
|
4703
4605
|
dependencies = [
|
|
4704
4606
|
"once_cell",
|
|
4705
4607
|
"target-lexicon",
|
|
@@ -4707,9 +4609,9 @@ dependencies = [
|
|
|
4707
4609
|
|
|
4708
4610
|
[[package]]
|
|
4709
4611
|
name = "pyo3-ffi"
|
|
4710
|
-
version = "0.
|
|
4612
|
+
version = "0.21.2"
|
|
4711
4613
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4712
|
-
checksum = "
|
|
4614
|
+
checksum = "01be5843dc60b916ab4dad1dca6d20b9b4e6ddc8e15f50c47fe6d85f1fb97403"
|
|
4713
4615
|
dependencies = [
|
|
4714
4616
|
"libc",
|
|
4715
4617
|
"pyo3-build-config",
|
|
@@ -4717,34 +4619,34 @@ dependencies = [
|
|
|
4717
4619
|
|
|
4718
4620
|
[[package]]
|
|
4719
4621
|
name = "pyo3-macros"
|
|
4720
|
-
version = "0.
|
|
4622
|
+
version = "0.21.2"
|
|
4721
4623
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4722
|
-
checksum = "
|
|
4624
|
+
checksum = "77b34069fc0682e11b31dbd10321cbf94808394c56fd996796ce45217dfac53c"
|
|
4723
4625
|
dependencies = [
|
|
4724
4626
|
"proc-macro2",
|
|
4725
4627
|
"pyo3-macros-backend",
|
|
4726
4628
|
"quote",
|
|
4727
|
-
"syn 2.0.
|
|
4629
|
+
"syn 2.0.66",
|
|
4728
4630
|
]
|
|
4729
4631
|
|
|
4730
4632
|
[[package]]
|
|
4731
4633
|
name = "pyo3-macros-backend"
|
|
4732
|
-
version = "0.
|
|
4634
|
+
version = "0.21.2"
|
|
4733
4635
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4734
|
-
checksum = "
|
|
4636
|
+
checksum = "08260721f32db5e1a5beae69a55553f56b99bd0e1c3e6e0a5e8851a9d0f5a85c"
|
|
4735
4637
|
dependencies = [
|
|
4736
4638
|
"heck 0.4.1",
|
|
4737
4639
|
"proc-macro2",
|
|
4738
4640
|
"pyo3-build-config",
|
|
4739
4641
|
"quote",
|
|
4740
|
-
"syn 2.0.
|
|
4642
|
+
"syn 2.0.66",
|
|
4741
4643
|
]
|
|
4742
4644
|
|
|
4743
4645
|
[[package]]
|
|
4744
4646
|
name = "pythonize"
|
|
4745
|
-
version = "0.
|
|
4647
|
+
version = "0.21.1"
|
|
4746
4648
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4747
|
-
checksum = "
|
|
4649
|
+
checksum = "9d0664248812c38cc55a4ed07f88e4df516ce82604b93b1ffdc041aa77a6cb3c"
|
|
4748
4650
|
dependencies = [
|
|
4749
4651
|
"pyo3",
|
|
4750
4652
|
"serde",
|
|
@@ -4771,6 +4673,12 @@ dependencies = [
|
|
|
4771
4673
|
"proc-macro2",
|
|
4772
4674
|
]
|
|
4773
4675
|
|
|
4676
|
+
[[package]]
|
|
4677
|
+
name = "radium"
|
|
4678
|
+
version = "0.7.0"
|
|
4679
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4680
|
+
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
4681
|
+
|
|
4774
4682
|
[[package]]
|
|
4775
4683
|
name = "radix_fmt"
|
|
4776
4684
|
version = "1.0.0"
|
|
@@ -4825,9 +4733,9 @@ checksum = "9c8a99fddc9f0ba0a85884b8d14e3592853e787d581ca1816c91349b10e4eeab"
|
|
|
4825
4733
|
|
|
4826
4734
|
[[package]]
|
|
4827
4735
|
name = "raw-window-handle"
|
|
4828
|
-
version = "0.
|
|
4736
|
+
version = "0.6.2"
|
|
4829
4737
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4830
|
-
checksum = "
|
|
4738
|
+
checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
|
|
4831
4739
|
|
|
4832
4740
|
[[package]]
|
|
4833
4741
|
name = "rayon"
|
|
@@ -4849,12 +4757,6 @@ dependencies = [
|
|
|
4849
4757
|
"crossbeam-utils",
|
|
4850
4758
|
]
|
|
4851
4759
|
|
|
4852
|
-
[[package]]
|
|
4853
|
-
name = "rctree"
|
|
4854
|
-
version = "0.5.0"
|
|
4855
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4856
|
-
checksum = "3b42e27ef78c35d3998403c1d26f3efd9e135d3e5121b0a4845cc5cc27547f4f"
|
|
4857
|
-
|
|
4858
4760
|
[[package]]
|
|
4859
4761
|
name = "redox_syscall"
|
|
4860
4762
|
version = "0.2.16"
|
|
@@ -4873,6 +4775,15 @@ dependencies = [
|
|
|
4873
4775
|
"bitflags 1.3.2",
|
|
4874
4776
|
]
|
|
4875
4777
|
|
|
4778
|
+
[[package]]
|
|
4779
|
+
name = "redox_syscall"
|
|
4780
|
+
version = "0.5.2"
|
|
4781
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4782
|
+
checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
|
|
4783
|
+
dependencies = [
|
|
4784
|
+
"bitflags 2.5.0",
|
|
4785
|
+
]
|
|
4786
|
+
|
|
4876
4787
|
[[package]]
|
|
4877
4788
|
name = "redox_users"
|
|
4878
4789
|
version = "0.4.5"
|
|
@@ -4886,29 +4797,29 @@ dependencies = [
|
|
|
4886
4797
|
|
|
4887
4798
|
[[package]]
|
|
4888
4799
|
name = "ref-cast"
|
|
4889
|
-
version = "1.0.
|
|
4800
|
+
version = "1.0.23"
|
|
4890
4801
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4891
|
-
checksum = "
|
|
4802
|
+
checksum = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931"
|
|
4892
4803
|
dependencies = [
|
|
4893
4804
|
"ref-cast-impl",
|
|
4894
4805
|
]
|
|
4895
4806
|
|
|
4896
4807
|
[[package]]
|
|
4897
4808
|
name = "ref-cast-impl"
|
|
4898
|
-
version = "1.0.
|
|
4809
|
+
version = "1.0.23"
|
|
4899
4810
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4900
|
-
checksum = "
|
|
4811
|
+
checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6"
|
|
4901
4812
|
dependencies = [
|
|
4902
4813
|
"proc-macro2",
|
|
4903
4814
|
"quote",
|
|
4904
|
-
"syn 2.0.
|
|
4815
|
+
"syn 2.0.66",
|
|
4905
4816
|
]
|
|
4906
4817
|
|
|
4907
4818
|
[[package]]
|
|
4908
4819
|
name = "regex"
|
|
4909
|
-
version = "1.10.
|
|
4820
|
+
version = "1.10.5"
|
|
4910
4821
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4911
|
-
checksum = "
|
|
4822
|
+
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
|
|
4912
4823
|
dependencies = [
|
|
4913
4824
|
"aho-corasick",
|
|
4914
4825
|
"memchr",
|
|
@@ -4918,9 +4829,9 @@ dependencies = [
|
|
|
4918
4829
|
|
|
4919
4830
|
[[package]]
|
|
4920
4831
|
name = "regex-automata"
|
|
4921
|
-
version = "0.4.
|
|
4832
|
+
version = "0.4.7"
|
|
4922
4833
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4923
|
-
checksum = "
|
|
4834
|
+
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
|
|
4924
4835
|
dependencies = [
|
|
4925
4836
|
"aho-corasick",
|
|
4926
4837
|
"memchr",
|
|
@@ -4929,15 +4840,15 @@ dependencies = [
|
|
|
4929
4840
|
|
|
4930
4841
|
[[package]]
|
|
4931
4842
|
name = "regex-syntax"
|
|
4932
|
-
version = "0.8.
|
|
4843
|
+
version = "0.8.4"
|
|
4933
4844
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4934
|
-
checksum = "
|
|
4845
|
+
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
|
4935
4846
|
|
|
4936
4847
|
[[package]]
|
|
4937
4848
|
name = "relative-path"
|
|
4938
|
-
version = "1.9.
|
|
4849
|
+
version = "1.9.3"
|
|
4939
4850
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4940
|
-
checksum = "
|
|
4851
|
+
checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2"
|
|
4941
4852
|
|
|
4942
4853
|
[[package]]
|
|
4943
4854
|
name = "reqwest"
|
|
@@ -4946,7 +4857,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
4946
4857
|
checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
|
|
4947
4858
|
dependencies = [
|
|
4948
4859
|
"async-compression",
|
|
4949
|
-
"base64",
|
|
4860
|
+
"base64 0.21.7",
|
|
4950
4861
|
"bytes",
|
|
4951
4862
|
"encoding_rs",
|
|
4952
4863
|
"futures-core",
|
|
@@ -4954,14 +4865,12 @@ dependencies = [
|
|
|
4954
4865
|
"h2 0.3.26",
|
|
4955
4866
|
"http 0.2.12",
|
|
4956
4867
|
"http-body 0.4.6",
|
|
4957
|
-
"hyper 0.14.
|
|
4868
|
+
"hyper 0.14.29",
|
|
4958
4869
|
"hyper-rustls",
|
|
4959
|
-
"hyper-tls",
|
|
4960
4870
|
"ipnet",
|
|
4961
4871
|
"js-sys",
|
|
4962
4872
|
"log",
|
|
4963
4873
|
"mime",
|
|
4964
|
-
"native-tls",
|
|
4965
4874
|
"once_cell",
|
|
4966
4875
|
"percent-encoding",
|
|
4967
4876
|
"pin-project-lite",
|
|
@@ -4971,7 +4880,6 @@ dependencies = [
|
|
|
4971
4880
|
"serde_json",
|
|
4972
4881
|
"serde_urlencoded",
|
|
4973
4882
|
"tokio",
|
|
4974
|
-
"tokio-native-tls",
|
|
4975
4883
|
"tokio-rustls",
|
|
4976
4884
|
"tokio-socks",
|
|
4977
4885
|
"tokio-util",
|
|
@@ -4997,15 +4905,14 @@ dependencies = [
|
|
|
4997
4905
|
|
|
4998
4906
|
[[package]]
|
|
4999
4907
|
name = "resvg"
|
|
5000
|
-
version = "0.
|
|
4908
|
+
version = "0.42.0"
|
|
5001
4909
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5002
|
-
checksum = "
|
|
4910
|
+
checksum = "944d052815156ac8fa77eaac055220e95ba0b01fa8887108ca710c03805d9051"
|
|
5003
4911
|
dependencies = [
|
|
5004
|
-
"gif
|
|
4912
|
+
"gif",
|
|
5005
4913
|
"jpeg-decoder",
|
|
5006
4914
|
"log",
|
|
5007
4915
|
"pico-args",
|
|
5008
|
-
"png",
|
|
5009
4916
|
"rgb",
|
|
5010
4917
|
"svgtypes",
|
|
5011
4918
|
"tiny-skia",
|
|
@@ -5070,7 +4977,7 @@ version = "0.8.1"
|
|
|
5070
4977
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5071
4978
|
checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94"
|
|
5072
4979
|
dependencies = [
|
|
5073
|
-
"base64",
|
|
4980
|
+
"base64 0.21.7",
|
|
5074
4981
|
"bitflags 2.5.0",
|
|
5075
4982
|
"serde",
|
|
5076
4983
|
"serde_derive",
|
|
@@ -5078,18 +4985,15 @@ dependencies = [
|
|
|
5078
4985
|
|
|
5079
4986
|
[[package]]
|
|
5080
4987
|
name = "roxmltree"
|
|
5081
|
-
version = "0.
|
|
4988
|
+
version = "0.19.0"
|
|
5082
4989
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5083
|
-
checksum = "
|
|
5084
|
-
dependencies = [
|
|
5085
|
-
"xmlparser",
|
|
5086
|
-
]
|
|
4990
|
+
checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
|
|
5087
4991
|
|
|
5088
4992
|
[[package]]
|
|
5089
4993
|
name = "roxmltree"
|
|
5090
|
-
version = "0.
|
|
4994
|
+
version = "0.20.0"
|
|
5091
4995
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5092
|
-
checksum = "
|
|
4996
|
+
checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
|
|
5093
4997
|
|
|
5094
4998
|
[[package]]
|
|
5095
4999
|
name = "rsa"
|
|
@@ -5136,7 +5040,7 @@ dependencies = [
|
|
|
5136
5040
|
"regex",
|
|
5137
5041
|
"relative-path",
|
|
5138
5042
|
"rustc_version 0.4.0",
|
|
5139
|
-
"syn 2.0.
|
|
5043
|
+
"syn 2.0.66",
|
|
5140
5044
|
"unicode-ident",
|
|
5141
5045
|
]
|
|
5142
5046
|
|
|
@@ -5156,9 +5060,9 @@ dependencies = [
|
|
|
5156
5060
|
|
|
5157
5061
|
[[package]]
|
|
5158
5062
|
name = "rustc-demangle"
|
|
5159
|
-
version = "0.1.
|
|
5063
|
+
version = "0.1.24"
|
|
5160
5064
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5161
|
-
checksum = "
|
|
5065
|
+
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
|
5162
5066
|
|
|
5163
5067
|
[[package]]
|
|
5164
5068
|
name = "rustc-hash"
|
|
@@ -5181,7 +5085,7 @@ version = "0.4.0"
|
|
|
5181
5085
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5182
5086
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
5183
5087
|
dependencies = [
|
|
5184
|
-
"semver 1.0.
|
|
5088
|
+
"semver 1.0.23",
|
|
5185
5089
|
]
|
|
5186
5090
|
|
|
5187
5091
|
[[package]]
|
|
@@ -5195,12 +5099,12 @@ dependencies = [
|
|
|
5195
5099
|
|
|
5196
5100
|
[[package]]
|
|
5197
5101
|
name = "rustix"
|
|
5198
|
-
version = "0.38.
|
|
5102
|
+
version = "0.38.34"
|
|
5199
5103
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5200
|
-
checksum = "
|
|
5104
|
+
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
|
|
5201
5105
|
dependencies = [
|
|
5202
5106
|
"bitflags 2.5.0",
|
|
5203
|
-
"errno 0.3.
|
|
5107
|
+
"errno 0.3.9",
|
|
5204
5108
|
"libc",
|
|
5205
5109
|
"linux-raw-sys",
|
|
5206
5110
|
"windows-sys 0.52.0",
|
|
@@ -5208,9 +5112,9 @@ dependencies = [
|
|
|
5208
5112
|
|
|
5209
5113
|
[[package]]
|
|
5210
5114
|
name = "rustls"
|
|
5211
|
-
version = "0.21.
|
|
5115
|
+
version = "0.21.11"
|
|
5212
5116
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5213
|
-
checksum = "
|
|
5117
|
+
checksum = "7fecbfb7b1444f477b345853b1fce097a2c6fb637b2bfb87e6bc5db0f043fae4"
|
|
5214
5118
|
dependencies = [
|
|
5215
5119
|
"log",
|
|
5216
5120
|
"ring",
|
|
@@ -5236,14 +5140,14 @@ version = "1.0.4"
|
|
|
5236
5140
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5237
5141
|
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
|
5238
5142
|
dependencies = [
|
|
5239
|
-
"base64",
|
|
5143
|
+
"base64 0.21.7",
|
|
5240
5144
|
]
|
|
5241
5145
|
|
|
5242
5146
|
[[package]]
|
|
5243
5147
|
name = "rustls-tokio-stream"
|
|
5244
|
-
version = "0.2.
|
|
5148
|
+
version = "0.2.24"
|
|
5245
5149
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5246
|
-
checksum = "
|
|
5150
|
+
checksum = "fd707225bb670bcd2876886bb571753d1ce03a9cedfa2e629a79984ca9a93cfb"
|
|
5247
5151
|
dependencies = [
|
|
5248
5152
|
"futures",
|
|
5249
5153
|
"rustls",
|
|
@@ -5263,20 +5167,20 @@ dependencies = [
|
|
|
5263
5167
|
|
|
5264
5168
|
[[package]]
|
|
5265
5169
|
name = "rustversion"
|
|
5266
|
-
version = "1.0.
|
|
5170
|
+
version = "1.0.17"
|
|
5267
5171
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5268
|
-
checksum = "
|
|
5172
|
+
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
|
|
5269
5173
|
|
|
5270
5174
|
[[package]]
|
|
5271
5175
|
name = "rustybuzz"
|
|
5272
|
-
version = "0.
|
|
5176
|
+
version = "0.14.1"
|
|
5273
5177
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5274
|
-
checksum = "
|
|
5178
|
+
checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
|
|
5275
5179
|
dependencies = [
|
|
5276
|
-
"bitflags
|
|
5180
|
+
"bitflags 2.5.0",
|
|
5277
5181
|
"bytemuck",
|
|
5278
5182
|
"smallvec",
|
|
5279
|
-
"ttf-parser
|
|
5183
|
+
"ttf-parser",
|
|
5280
5184
|
"unicode-bidi-mirroring",
|
|
5281
5185
|
"unicode-ccc",
|
|
5282
5186
|
"unicode-properties",
|
|
@@ -5307,9 +5211,9 @@ dependencies = [
|
|
|
5307
5211
|
|
|
5308
5212
|
[[package]]
|
|
5309
5213
|
name = "ryu"
|
|
5310
|
-
version = "1.0.
|
|
5214
|
+
version = "1.0.18"
|
|
5311
5215
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5312
|
-
checksum = "
|
|
5216
|
+
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
|
5313
5217
|
|
|
5314
5218
|
[[package]]
|
|
5315
5219
|
name = "ryu-js"
|
|
@@ -5404,11 +5308,11 @@ dependencies = [
|
|
|
5404
5308
|
|
|
5405
5309
|
[[package]]
|
|
5406
5310
|
name = "security-framework"
|
|
5407
|
-
version = "2.
|
|
5311
|
+
version = "2.11.0"
|
|
5408
5312
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5409
|
-
checksum = "
|
|
5313
|
+
checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0"
|
|
5410
5314
|
dependencies = [
|
|
5411
|
-
"bitflags
|
|
5315
|
+
"bitflags 2.5.0",
|
|
5412
5316
|
"core-foundation",
|
|
5413
5317
|
"core-foundation-sys",
|
|
5414
5318
|
"libc",
|
|
@@ -5417,9 +5321,9 @@ dependencies = [
|
|
|
5417
5321
|
|
|
5418
5322
|
[[package]]
|
|
5419
5323
|
name = "security-framework-sys"
|
|
5420
|
-
version = "2.
|
|
5324
|
+
version = "2.11.0"
|
|
5421
5325
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5422
|
-
checksum = "
|
|
5326
|
+
checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7"
|
|
5423
5327
|
dependencies = [
|
|
5424
5328
|
"core-foundation-sys",
|
|
5425
5329
|
"libc",
|
|
@@ -5436,9 +5340,9 @@ dependencies = [
|
|
|
5436
5340
|
|
|
5437
5341
|
[[package]]
|
|
5438
5342
|
name = "semver"
|
|
5439
|
-
version = "1.0.
|
|
5343
|
+
version = "1.0.23"
|
|
5440
5344
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5441
|
-
checksum = "
|
|
5345
|
+
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
|
|
5442
5346
|
|
|
5443
5347
|
[[package]]
|
|
5444
5348
|
name = "semver-parser"
|
|
@@ -5448,9 +5352,9 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
5448
5352
|
|
|
5449
5353
|
[[package]]
|
|
5450
5354
|
name = "serde"
|
|
5451
|
-
version = "1.0.
|
|
5355
|
+
version = "1.0.203"
|
|
5452
5356
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5453
|
-
checksum = "
|
|
5357
|
+
checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
|
|
5454
5358
|
dependencies = [
|
|
5455
5359
|
"serde_derive",
|
|
5456
5360
|
]
|
|
@@ -5476,20 +5380,20 @@ dependencies = [
|
|
|
5476
5380
|
|
|
5477
5381
|
[[package]]
|
|
5478
5382
|
name = "serde_derive"
|
|
5479
|
-
version = "1.0.
|
|
5383
|
+
version = "1.0.203"
|
|
5480
5384
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5481
|
-
checksum = "
|
|
5385
|
+
checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
|
|
5482
5386
|
dependencies = [
|
|
5483
5387
|
"proc-macro2",
|
|
5484
5388
|
"quote",
|
|
5485
|
-
"syn 2.0.
|
|
5389
|
+
"syn 2.0.66",
|
|
5486
5390
|
]
|
|
5487
5391
|
|
|
5488
5392
|
[[package]]
|
|
5489
5393
|
name = "serde_json"
|
|
5490
|
-
version = "1.0.
|
|
5394
|
+
version = "1.0.117"
|
|
5491
5395
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5492
|
-
checksum = "
|
|
5396
|
+
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
|
|
5493
5397
|
dependencies = [
|
|
5494
5398
|
"indexmap",
|
|
5495
5399
|
"itoa",
|
|
@@ -5511,11 +5415,10 @@ dependencies = [
|
|
|
5511
5415
|
|
|
5512
5416
|
[[package]]
|
|
5513
5417
|
name = "serde_v8"
|
|
5514
|
-
version = "0.
|
|
5418
|
+
version = "0.199.0"
|
|
5515
5419
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5516
|
-
checksum = "
|
|
5420
|
+
checksum = "b467186012b61a4754390c7a4304db281ee91f5686210584ea0c09894497d27f"
|
|
5517
5421
|
dependencies = [
|
|
5518
|
-
"bytes",
|
|
5519
5422
|
"num-bigint",
|
|
5520
5423
|
"serde",
|
|
5521
5424
|
"smallvec",
|
|
@@ -5577,9 +5480,9 @@ dependencies = [
|
|
|
5577
5480
|
|
|
5578
5481
|
[[package]]
|
|
5579
5482
|
name = "signal-hook-registry"
|
|
5580
|
-
version = "1.4.
|
|
5483
|
+
version = "1.4.2"
|
|
5581
5484
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5582
|
-
checksum = "
|
|
5485
|
+
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
|
5583
5486
|
dependencies = [
|
|
5584
5487
|
"libc",
|
|
5585
5488
|
]
|
|
@@ -5611,9 +5514,9 @@ checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
|
|
5611
5514
|
|
|
5612
5515
|
[[package]]
|
|
5613
5516
|
name = "simd-json"
|
|
5614
|
-
version = "0.13.
|
|
5517
|
+
version = "0.13.10"
|
|
5615
5518
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5616
|
-
checksum = "
|
|
5519
|
+
checksum = "570c430b3d902ea083097e853263ae782dfe40857d93db019a12356c8e8143fa"
|
|
5617
5520
|
dependencies = [
|
|
5618
5521
|
"getrandom",
|
|
5619
5522
|
"halfbrown",
|
|
@@ -5689,9 +5592,9 @@ dependencies = [
|
|
|
5689
5592
|
|
|
5690
5593
|
[[package]]
|
|
5691
5594
|
name = "socket2"
|
|
5692
|
-
version = "0.5.
|
|
5595
|
+
version = "0.5.7"
|
|
5693
5596
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5694
|
-
checksum = "
|
|
5597
|
+
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
|
5695
5598
|
dependencies = [
|
|
5696
5599
|
"libc",
|
|
5697
5600
|
"windows-sys 0.52.0",
|
|
@@ -5699,30 +5602,16 @@ dependencies = [
|
|
|
5699
5602
|
|
|
5700
5603
|
[[package]]
|
|
5701
5604
|
name = "sourcemap"
|
|
5702
|
-
version = "
|
|
5703
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5704
|
-
checksum = "e4cbf65ca7dc576cf50e21f8d0712d96d4fcfd797389744b7b222a85cdf5bd90"
|
|
5705
|
-
dependencies = [
|
|
5706
|
-
"data-encoding",
|
|
5707
|
-
"debugid",
|
|
5708
|
-
"if_chain",
|
|
5709
|
-
"rustc_version 0.2.3",
|
|
5710
|
-
"serde",
|
|
5711
|
-
"serde_json",
|
|
5712
|
-
"unicode-id",
|
|
5713
|
-
"url",
|
|
5714
|
-
]
|
|
5715
|
-
|
|
5716
|
-
[[package]]
|
|
5717
|
-
name = "sourcemap"
|
|
5718
|
-
version = "7.1.1"
|
|
5605
|
+
version = "8.0.1"
|
|
5719
5606
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5720
|
-
checksum = "
|
|
5607
|
+
checksum = "208d40b9e8cad9f93613778ea295ed8f3c2b1824217c6cfc7219d3f6f45b96d4"
|
|
5721
5608
|
dependencies = [
|
|
5722
5609
|
"base64-simd 0.7.0",
|
|
5610
|
+
"bitvec",
|
|
5723
5611
|
"data-encoding",
|
|
5724
5612
|
"debugid",
|
|
5725
5613
|
"if_chain",
|
|
5614
|
+
"rustc-hash",
|
|
5726
5615
|
"rustc_version 0.2.3",
|
|
5727
5616
|
"serde",
|
|
5728
5617
|
"serde_json",
|
|
@@ -5744,12 +5633,11 @@ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
5744
5633
|
|
|
5745
5634
|
[[package]]
|
|
5746
5635
|
name = "spirv"
|
|
5747
|
-
version = "0.
|
|
5636
|
+
version = "0.3.0+sdk-1.3.268.0"
|
|
5748
5637
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5749
|
-
checksum = "
|
|
5638
|
+
checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
|
|
5750
5639
|
dependencies = [
|
|
5751
|
-
"bitflags
|
|
5752
|
-
"num-traits",
|
|
5640
|
+
"bitflags 2.5.0",
|
|
5753
5641
|
]
|
|
5754
5642
|
|
|
5755
5643
|
[[package]]
|
|
@@ -5798,14 +5686,14 @@ dependencies = [
|
|
|
5798
5686
|
|
|
5799
5687
|
[[package]]
|
|
5800
5688
|
name = "string_enum"
|
|
5801
|
-
version = "0.4.
|
|
5689
|
+
version = "0.4.4"
|
|
5802
5690
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5803
|
-
checksum = "
|
|
5691
|
+
checksum = "05e383308aebc257e7d7920224fa055c632478d92744eca77f99be8fa1545b90"
|
|
5804
5692
|
dependencies = [
|
|
5805
5693
|
"proc-macro2",
|
|
5806
5694
|
"quote",
|
|
5807
5695
|
"swc_macros_common",
|
|
5808
|
-
"syn 2.0.
|
|
5696
|
+
"syn 2.0.66",
|
|
5809
5697
|
]
|
|
5810
5698
|
|
|
5811
5699
|
[[package]]
|
|
@@ -5833,7 +5721,7 @@ dependencies = [
|
|
|
5833
5721
|
"proc-macro2",
|
|
5834
5722
|
"quote",
|
|
5835
5723
|
"rustversion",
|
|
5836
|
-
"syn 2.0.
|
|
5724
|
+
"syn 2.0.66",
|
|
5837
5725
|
]
|
|
5838
5726
|
|
|
5839
5727
|
[[package]]
|
|
@@ -5850,32 +5738,40 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
|
|
|
5850
5738
|
|
|
5851
5739
|
[[package]]
|
|
5852
5740
|
name = "svg2pdf"
|
|
5853
|
-
version = "0.
|
|
5741
|
+
version = "0.11.0"
|
|
5854
5742
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5855
|
-
checksum = "
|
|
5743
|
+
checksum = "e31565956eb1dc398c0d9776ee1d1bac4e34759af63dcbe0520df32313a5b53b"
|
|
5856
5744
|
dependencies = [
|
|
5857
|
-
"
|
|
5745
|
+
"fontdb",
|
|
5746
|
+
"image 0.25.1",
|
|
5747
|
+
"log",
|
|
5858
5748
|
"miniz_oxide",
|
|
5859
5749
|
"once_cell",
|
|
5860
5750
|
"pdf-writer",
|
|
5751
|
+
"resvg",
|
|
5752
|
+
"siphasher 1.0.1",
|
|
5753
|
+
"subsetter",
|
|
5754
|
+
"tiny-skia",
|
|
5755
|
+
"ttf-parser",
|
|
5756
|
+
"unicode-properties",
|
|
5861
5757
|
"usvg",
|
|
5862
5758
|
]
|
|
5863
5759
|
|
|
5864
5760
|
[[package]]
|
|
5865
5761
|
name = "svgtypes"
|
|
5866
|
-
version = "0.
|
|
5762
|
+
version = "0.15.1"
|
|
5867
5763
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5868
|
-
checksum = "
|
|
5764
|
+
checksum = "fae3064df9b89391c9a76a0425a69d124aee9c5c28455204709e72c39868a43c"
|
|
5869
5765
|
dependencies = [
|
|
5870
5766
|
"kurbo",
|
|
5871
|
-
"siphasher 0.
|
|
5767
|
+
"siphasher 1.0.1",
|
|
5872
5768
|
]
|
|
5873
5769
|
|
|
5874
5770
|
[[package]]
|
|
5875
5771
|
name = "swc_atoms"
|
|
5876
|
-
version = "0.6.
|
|
5772
|
+
version = "0.6.7"
|
|
5877
5773
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5878
|
-
checksum = "
|
|
5774
|
+
checksum = "bb6567e4e67485b3e7662b486f1565bdae54bd5b9d6b16b2ba1a9babb1e42125"
|
|
5879
5775
|
dependencies = [
|
|
5880
5776
|
"hstr",
|
|
5881
5777
|
"once_cell",
|
|
@@ -5885,16 +5781,16 @@ dependencies = [
|
|
|
5885
5781
|
|
|
5886
5782
|
[[package]]
|
|
5887
5783
|
name = "swc_bundler"
|
|
5888
|
-
version = "0.
|
|
5784
|
+
version = "0.228.0"
|
|
5889
5785
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5890
|
-
checksum = "
|
|
5786
|
+
checksum = "43e4698d94115ea10fe3c6fdde2d1e736c6ba6601abab0a61d95e1015d13359f"
|
|
5891
5787
|
dependencies = [
|
|
5892
5788
|
"anyhow",
|
|
5893
5789
|
"crc",
|
|
5894
5790
|
"indexmap",
|
|
5895
5791
|
"is-macro",
|
|
5896
5792
|
"once_cell",
|
|
5897
|
-
"parking_lot 0.12.
|
|
5793
|
+
"parking_lot 0.12.3",
|
|
5898
5794
|
"petgraph",
|
|
5899
5795
|
"radix_fmt",
|
|
5900
5796
|
"relative-path",
|
|
@@ -5929,9 +5825,9 @@ dependencies = [
|
|
|
5929
5825
|
|
|
5930
5826
|
[[package]]
|
|
5931
5827
|
name = "swc_common"
|
|
5932
|
-
version = "0.33.
|
|
5828
|
+
version = "0.33.26"
|
|
5933
5829
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5934
|
-
checksum = "
|
|
5830
|
+
checksum = "a2f9706038906e66f3919028f9f7a37f3ed552f1b85578e93f4468742e2da438"
|
|
5935
5831
|
dependencies = [
|
|
5936
5832
|
"ast_node",
|
|
5937
5833
|
"better_scoped_tls",
|
|
@@ -5944,7 +5840,7 @@ dependencies = [
|
|
|
5944
5840
|
"rustc-hash",
|
|
5945
5841
|
"serde",
|
|
5946
5842
|
"siphasher 0.3.11",
|
|
5947
|
-
"sourcemap
|
|
5843
|
+
"sourcemap",
|
|
5948
5844
|
"swc_atoms",
|
|
5949
5845
|
"swc_eq_ignore_macros",
|
|
5950
5846
|
"swc_visit",
|
|
@@ -5955,9 +5851,9 @@ dependencies = [
|
|
|
5955
5851
|
|
|
5956
5852
|
[[package]]
|
|
5957
5853
|
name = "swc_config"
|
|
5958
|
-
version = "0.1.
|
|
5854
|
+
version = "0.1.14"
|
|
5959
5855
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5960
|
-
checksum = "
|
|
5856
|
+
checksum = "84b67e115ab136fe0eb03558bb0508ca7782eeb446a96d165508c48617e3fd94"
|
|
5961
5857
|
dependencies = [
|
|
5962
5858
|
"anyhow",
|
|
5963
5859
|
"indexmap",
|
|
@@ -5969,21 +5865,21 @@ dependencies = [
|
|
|
5969
5865
|
|
|
5970
5866
|
[[package]]
|
|
5971
5867
|
name = "swc_config_macro"
|
|
5972
|
-
version = "0.1.
|
|
5868
|
+
version = "0.1.4"
|
|
5973
5869
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5974
|
-
checksum = "
|
|
5870
|
+
checksum = "7c5f56139042c1a95b54f5ca48baa0e0172d369bcc9d3d473dad1de36bae8399"
|
|
5975
5871
|
dependencies = [
|
|
5976
5872
|
"proc-macro2",
|
|
5977
5873
|
"quote",
|
|
5978
5874
|
"swc_macros_common",
|
|
5979
|
-
"syn 2.0.
|
|
5875
|
+
"syn 2.0.66",
|
|
5980
5876
|
]
|
|
5981
5877
|
|
|
5982
5878
|
[[package]]
|
|
5983
5879
|
name = "swc_ecma_ast"
|
|
5984
|
-
version = "0.
|
|
5880
|
+
version = "0.113.7"
|
|
5985
5881
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5986
|
-
checksum = "
|
|
5882
|
+
checksum = "98a534a8360a076a030989f6d121ba6044345594bdf0457c4629f432742026b8"
|
|
5987
5883
|
dependencies = [
|
|
5988
5884
|
"bitflags 2.5.0",
|
|
5989
5885
|
"is-macro",
|
|
@@ -5994,21 +5890,21 @@ dependencies = [
|
|
|
5994
5890
|
"string_enum",
|
|
5995
5891
|
"swc_atoms",
|
|
5996
5892
|
"swc_common",
|
|
5997
|
-
"unicode-id",
|
|
5893
|
+
"unicode-id-start",
|
|
5998
5894
|
]
|
|
5999
5895
|
|
|
6000
5896
|
[[package]]
|
|
6001
5897
|
name = "swc_ecma_codegen"
|
|
6002
|
-
version = "0.
|
|
5898
|
+
version = "0.149.3"
|
|
6003
5899
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6004
|
-
checksum = "
|
|
5900
|
+
checksum = "efb2bef3f4998865b2d466fb2ef9410a03449d255d199f3eb807fb19acc3862b"
|
|
6005
5901
|
dependencies = [
|
|
6006
5902
|
"memchr",
|
|
6007
5903
|
"num-bigint",
|
|
6008
5904
|
"once_cell",
|
|
6009
5905
|
"rustc-hash",
|
|
6010
5906
|
"serde",
|
|
6011
|
-
"sourcemap
|
|
5907
|
+
"sourcemap",
|
|
6012
5908
|
"swc_atoms",
|
|
6013
5909
|
"swc_common",
|
|
6014
5910
|
"swc_ecma_ast",
|
|
@@ -6018,21 +5914,21 @@ dependencies = [
|
|
|
6018
5914
|
|
|
6019
5915
|
[[package]]
|
|
6020
5916
|
name = "swc_ecma_codegen_macros"
|
|
6021
|
-
version = "0.7.
|
|
5917
|
+
version = "0.7.6"
|
|
6022
5918
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6023
|
-
checksum = "
|
|
5919
|
+
checksum = "090e409af49c8d1a3c13b3aab1ed09dd4eda982207eb3e63c2ad342f072b49c8"
|
|
6024
5920
|
dependencies = [
|
|
6025
5921
|
"proc-macro2",
|
|
6026
5922
|
"quote",
|
|
6027
5923
|
"swc_macros_common",
|
|
6028
|
-
"syn 2.0.
|
|
5924
|
+
"syn 2.0.66",
|
|
6029
5925
|
]
|
|
6030
5926
|
|
|
6031
5927
|
[[package]]
|
|
6032
5928
|
name = "swc_ecma_loader"
|
|
6033
|
-
version = "0.45.
|
|
5929
|
+
version = "0.45.28"
|
|
6034
5930
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6035
|
-
checksum = "
|
|
5931
|
+
checksum = "92c68f934bd2c51f29c4ad0bcae09924e9dc30d7ce0680367d45b42d40338a67"
|
|
6036
5932
|
dependencies = [
|
|
6037
5933
|
"anyhow",
|
|
6038
5934
|
"pathdiff",
|
|
@@ -6044,9 +5940,9 @@ dependencies = [
|
|
|
6044
5940
|
|
|
6045
5941
|
[[package]]
|
|
6046
5942
|
name = "swc_ecma_parser"
|
|
6047
|
-
version = "0.
|
|
5943
|
+
version = "0.144.3"
|
|
6048
5944
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6049
|
-
checksum = "
|
|
5945
|
+
checksum = "fc0b4193b9c127db1990a5a08111aafe0122bc8b138646807c63f2a6521b7da4"
|
|
6050
5946
|
dependencies = [
|
|
6051
5947
|
"either",
|
|
6052
5948
|
"new_debug_unreachable",
|
|
@@ -6066,9 +5962,9 @@ dependencies = [
|
|
|
6066
5962
|
|
|
6067
5963
|
[[package]]
|
|
6068
5964
|
name = "swc_ecma_transforms_base"
|
|
6069
|
-
version = "0.
|
|
5965
|
+
version = "0.138.4"
|
|
6070
5966
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6071
|
-
checksum = "
|
|
5967
|
+
checksum = "f7b76d09313cdd8f99bc1519fb04f8a93427c7a6f4bfbc64b39fcc5a378ab1b7"
|
|
6072
5968
|
dependencies = [
|
|
6073
5969
|
"better_scoped_tls",
|
|
6074
5970
|
"bitflags 2.5.0",
|
|
@@ -6089,9 +5985,9 @@ dependencies = [
|
|
|
6089
5985
|
|
|
6090
5986
|
[[package]]
|
|
6091
5987
|
name = "swc_ecma_transforms_classes"
|
|
6092
|
-
version = "0.
|
|
5988
|
+
version = "0.127.1"
|
|
6093
5989
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6094
|
-
checksum = "
|
|
5990
|
+
checksum = "53043d81678f3c693604eeb1d1f0fe6ba10f303104a31b954dbeebed9cadf530"
|
|
6095
5991
|
dependencies = [
|
|
6096
5992
|
"swc_atoms",
|
|
6097
5993
|
"swc_common",
|
|
@@ -6103,21 +5999,21 @@ dependencies = [
|
|
|
6103
5999
|
|
|
6104
6000
|
[[package]]
|
|
6105
6001
|
name = "swc_ecma_transforms_macros"
|
|
6106
|
-
version = "0.5.
|
|
6002
|
+
version = "0.5.5"
|
|
6107
6003
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6108
|
-
checksum = "
|
|
6004
|
+
checksum = "500a1dadad1e0e41e417d633b3d6d5de677c9e0d3159b94ba3348436cdb15aab"
|
|
6109
6005
|
dependencies = [
|
|
6110
6006
|
"proc-macro2",
|
|
6111
6007
|
"quote",
|
|
6112
6008
|
"swc_macros_common",
|
|
6113
|
-
"syn 2.0.
|
|
6009
|
+
"syn 2.0.66",
|
|
6114
6010
|
]
|
|
6115
6011
|
|
|
6116
6012
|
[[package]]
|
|
6117
6013
|
name = "swc_ecma_transforms_optimization"
|
|
6118
|
-
version = "0.
|
|
6014
|
+
version = "0.199.2"
|
|
6119
6015
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6120
|
-
checksum = "
|
|
6016
|
+
checksum = "25982d69c91cd64cbfae714d9e953810b3f2835486d08108967cbd15016e7720"
|
|
6121
6017
|
dependencies = [
|
|
6122
6018
|
"dashmap",
|
|
6123
6019
|
"indexmap",
|
|
@@ -6139,9 +6035,9 @@ dependencies = [
|
|
|
6139
6035
|
|
|
6140
6036
|
[[package]]
|
|
6141
6037
|
name = "swc_ecma_transforms_proposal"
|
|
6142
|
-
version = "0.
|
|
6038
|
+
version = "0.172.3"
|
|
6143
6039
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6144
|
-
checksum = "
|
|
6040
|
+
checksum = "7fbc414d6a9c5479cfb4c6e92fcdac504582bd7bc89a0ed7f8808b72dc8bd1f0"
|
|
6145
6041
|
dependencies = [
|
|
6146
6042
|
"either",
|
|
6147
6043
|
"rustc-hash",
|
|
@@ -6159,11 +6055,11 @@ dependencies = [
|
|
|
6159
6055
|
|
|
6160
6056
|
[[package]]
|
|
6161
6057
|
name = "swc_ecma_transforms_react"
|
|
6162
|
-
version = "0.
|
|
6058
|
+
version = "0.184.1"
|
|
6163
6059
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6164
|
-
checksum = "
|
|
6060
|
+
checksum = "565a76c4ca47ce31d78301c0beab878e4c2cb4f624691254d834ec8c0e236755"
|
|
6165
6061
|
dependencies = [
|
|
6166
|
-
"base64",
|
|
6062
|
+
"base64 0.21.7",
|
|
6167
6063
|
"dashmap",
|
|
6168
6064
|
"indexmap",
|
|
6169
6065
|
"once_cell",
|
|
@@ -6183,9 +6079,9 @@ dependencies = [
|
|
|
6183
6079
|
|
|
6184
6080
|
[[package]]
|
|
6185
6081
|
name = "swc_ecma_transforms_typescript"
|
|
6186
|
-
version = "0.
|
|
6082
|
+
version = "0.189.1"
|
|
6187
6083
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6188
|
-
checksum = "
|
|
6084
|
+
checksum = "e209026c1d3c577cafac257d87e7c0d23119282fbdc8ed03d7f56077e95beb90"
|
|
6189
6085
|
dependencies = [
|
|
6190
6086
|
"ryu-js",
|
|
6191
6087
|
"serde",
|
|
@@ -6200,14 +6096,15 @@ dependencies = [
|
|
|
6200
6096
|
|
|
6201
6097
|
[[package]]
|
|
6202
6098
|
name = "swc_ecma_utils"
|
|
6203
|
-
version = "0.
|
|
6099
|
+
version = "0.128.3"
|
|
6204
6100
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6205
|
-
checksum = "
|
|
6101
|
+
checksum = "02f470d8cc31adf6189b228636201ee3cdd268c0b5a2d0407f83093dfa96ff91"
|
|
6206
6102
|
dependencies = [
|
|
6207
6103
|
"indexmap",
|
|
6208
6104
|
"num_cpus",
|
|
6209
6105
|
"once_cell",
|
|
6210
6106
|
"rustc-hash",
|
|
6107
|
+
"ryu-js",
|
|
6211
6108
|
"swc_atoms",
|
|
6212
6109
|
"swc_common",
|
|
6213
6110
|
"swc_ecma_ast",
|
|
@@ -6218,9 +6115,9 @@ dependencies = [
|
|
|
6218
6115
|
|
|
6219
6116
|
[[package]]
|
|
6220
6117
|
name = "swc_ecma_visit"
|
|
6221
|
-
version = "0.
|
|
6118
|
+
version = "0.99.1"
|
|
6222
6119
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6223
|
-
checksum = "
|
|
6120
|
+
checksum = "28a6ce28ad8e591f8d627f1f9cb26b25e5d83052a9bc1b674d95fc28040cfa98"
|
|
6224
6121
|
dependencies = [
|
|
6225
6122
|
"num-bigint",
|
|
6226
6123
|
"swc_atoms",
|
|
@@ -6238,14 +6135,14 @@ checksum = "695a1d8b461033d32429b5befbf0ad4d7a2c4d6ba9cd5ba4e0645c615839e8e4"
|
|
|
6238
6135
|
dependencies = [
|
|
6239
6136
|
"proc-macro2",
|
|
6240
6137
|
"quote",
|
|
6241
|
-
"syn 2.0.
|
|
6138
|
+
"syn 2.0.66",
|
|
6242
6139
|
]
|
|
6243
6140
|
|
|
6244
6141
|
[[package]]
|
|
6245
6142
|
name = "swc_fast_graph"
|
|
6246
|
-
version = "0.21.
|
|
6143
|
+
version = "0.21.22"
|
|
6247
6144
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6248
|
-
checksum = "
|
|
6145
|
+
checksum = "f3fdd64bc3d161d6c1ea9a8ae5779e4ba132afc67e7b8ece5420bfc9c6e1275d"
|
|
6249
6146
|
dependencies = [
|
|
6250
6147
|
"indexmap",
|
|
6251
6148
|
"petgraph",
|
|
@@ -6255,9 +6152,9 @@ dependencies = [
|
|
|
6255
6152
|
|
|
6256
6153
|
[[package]]
|
|
6257
6154
|
name = "swc_graph_analyzer"
|
|
6258
|
-
version = "0.22.
|
|
6155
|
+
version = "0.22.23"
|
|
6259
6156
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6260
|
-
checksum = "
|
|
6157
|
+
checksum = "c728a8f9b82b7160a1ae246e31232177b371f827eb0d01006c0f120a3494871c"
|
|
6261
6158
|
dependencies = [
|
|
6262
6159
|
"auto_impl",
|
|
6263
6160
|
"petgraph",
|
|
@@ -6268,20 +6165,20 @@ dependencies = [
|
|
|
6268
6165
|
|
|
6269
6166
|
[[package]]
|
|
6270
6167
|
name = "swc_macros_common"
|
|
6271
|
-
version = "0.3.
|
|
6168
|
+
version = "0.3.11"
|
|
6272
6169
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6273
|
-
checksum = "
|
|
6170
|
+
checksum = "91745f3561057493d2da768437c427c0e979dff7396507ae02f16c981c4a8466"
|
|
6274
6171
|
dependencies = [
|
|
6275
6172
|
"proc-macro2",
|
|
6276
6173
|
"quote",
|
|
6277
|
-
"syn 2.0.
|
|
6174
|
+
"syn 2.0.66",
|
|
6278
6175
|
]
|
|
6279
6176
|
|
|
6280
6177
|
[[package]]
|
|
6281
6178
|
name = "swc_visit"
|
|
6282
|
-
version = "0.5.
|
|
6179
|
+
version = "0.5.14"
|
|
6283
6180
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6284
|
-
checksum = "
|
|
6181
|
+
checksum = "043d11fe683dcb934583ead49405c0896a5af5face522e4682c16971ef7871b9"
|
|
6285
6182
|
dependencies = [
|
|
6286
6183
|
"either",
|
|
6287
6184
|
"swc_visit_macros",
|
|
@@ -6289,16 +6186,15 @@ dependencies = [
|
|
|
6289
6186
|
|
|
6290
6187
|
[[package]]
|
|
6291
6188
|
name = "swc_visit_macros"
|
|
6292
|
-
version = "0.5.
|
|
6189
|
+
version = "0.5.12"
|
|
6293
6190
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6294
|
-
checksum = "
|
|
6191
|
+
checksum = "4ae9ef18ff8daffa999f729db056d2821cd2f790f3a11e46422d19f46bb193e7"
|
|
6295
6192
|
dependencies = [
|
|
6296
6193
|
"Inflector",
|
|
6297
|
-
"pmutil",
|
|
6298
6194
|
"proc-macro2",
|
|
6299
6195
|
"quote",
|
|
6300
6196
|
"swc_macros_common",
|
|
6301
|
-
"syn 2.0.
|
|
6197
|
+
"syn 2.0.66",
|
|
6302
6198
|
]
|
|
6303
6199
|
|
|
6304
6200
|
[[package]]
|
|
@@ -6314,9 +6210,9 @@ dependencies = [
|
|
|
6314
6210
|
|
|
6315
6211
|
[[package]]
|
|
6316
6212
|
name = "syn"
|
|
6317
|
-
version = "2.0.
|
|
6213
|
+
version = "2.0.66"
|
|
6318
6214
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6319
|
-
checksum = "
|
|
6215
|
+
checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
|
|
6320
6216
|
dependencies = [
|
|
6321
6217
|
"proc-macro2",
|
|
6322
6218
|
"quote",
|
|
@@ -6335,6 +6231,12 @@ dependencies = [
|
|
|
6335
6231
|
"unicode-xid",
|
|
6336
6232
|
]
|
|
6337
6233
|
|
|
6234
|
+
[[package]]
|
|
6235
|
+
name = "tap"
|
|
6236
|
+
version = "1.0.1"
|
|
6237
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6238
|
+
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
6239
|
+
|
|
6338
6240
|
[[package]]
|
|
6339
6241
|
name = "target-lexicon"
|
|
6340
6242
|
version = "0.12.14"
|
|
@@ -6379,22 +6281,22 @@ dependencies = [
|
|
|
6379
6281
|
|
|
6380
6282
|
[[package]]
|
|
6381
6283
|
name = "thiserror"
|
|
6382
|
-
version = "1.0.
|
|
6284
|
+
version = "1.0.61"
|
|
6383
6285
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6384
|
-
checksum = "
|
|
6286
|
+
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
|
|
6385
6287
|
dependencies = [
|
|
6386
6288
|
"thiserror-impl",
|
|
6387
6289
|
]
|
|
6388
6290
|
|
|
6389
6291
|
[[package]]
|
|
6390
6292
|
name = "thiserror-impl"
|
|
6391
|
-
version = "1.0.
|
|
6293
|
+
version = "1.0.61"
|
|
6392
6294
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6393
|
-
checksum = "
|
|
6295
|
+
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
|
|
6394
6296
|
dependencies = [
|
|
6395
6297
|
"proc-macro2",
|
|
6396
6298
|
"quote",
|
|
6397
|
-
"syn 2.0.
|
|
6299
|
+
"syn 2.0.66",
|
|
6398
6300
|
]
|
|
6399
6301
|
|
|
6400
6302
|
[[package]]
|
|
@@ -6471,16 +6373,16 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
6471
6373
|
|
|
6472
6374
|
[[package]]
|
|
6473
6375
|
name = "tokio"
|
|
6474
|
-
version = "1.
|
|
6376
|
+
version = "1.38.0"
|
|
6475
6377
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6476
|
-
checksum = "
|
|
6378
|
+
checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a"
|
|
6477
6379
|
dependencies = [
|
|
6478
6380
|
"backtrace",
|
|
6479
6381
|
"bytes",
|
|
6480
6382
|
"libc",
|
|
6481
6383
|
"mio",
|
|
6482
6384
|
"num_cpus",
|
|
6483
|
-
"parking_lot 0.12.
|
|
6385
|
+
"parking_lot 0.12.3",
|
|
6484
6386
|
"pin-project-lite",
|
|
6485
6387
|
"signal-hook-registry",
|
|
6486
6388
|
"socket2",
|
|
@@ -6490,13 +6392,13 @@ dependencies = [
|
|
|
6490
6392
|
|
|
6491
6393
|
[[package]]
|
|
6492
6394
|
name = "tokio-macros"
|
|
6493
|
-
version = "2.
|
|
6395
|
+
version = "2.3.0"
|
|
6494
6396
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6495
|
-
checksum = "
|
|
6397
|
+
checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a"
|
|
6496
6398
|
dependencies = [
|
|
6497
6399
|
"proc-macro2",
|
|
6498
6400
|
"quote",
|
|
6499
|
-
"syn 2.0.
|
|
6401
|
+
"syn 2.0.66",
|
|
6500
6402
|
]
|
|
6501
6403
|
|
|
6502
6404
|
[[package]]
|
|
@@ -6511,16 +6413,6 @@ dependencies = [
|
|
|
6511
6413
|
"tokio-stream",
|
|
6512
6414
|
]
|
|
6513
6415
|
|
|
6514
|
-
[[package]]
|
|
6515
|
-
name = "tokio-native-tls"
|
|
6516
|
-
version = "0.3.1"
|
|
6517
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6518
|
-
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
|
6519
|
-
dependencies = [
|
|
6520
|
-
"native-tls",
|
|
6521
|
-
"tokio",
|
|
6522
|
-
]
|
|
6523
|
-
|
|
6524
6416
|
[[package]]
|
|
6525
6417
|
name = "tokio-rustls"
|
|
6526
6418
|
version = "0.24.1"
|
|
@@ -6556,25 +6448,15 @@ dependencies = [
|
|
|
6556
6448
|
|
|
6557
6449
|
[[package]]
|
|
6558
6450
|
name = "tokio-util"
|
|
6559
|
-
version = "0.7.
|
|
6451
|
+
version = "0.7.11"
|
|
6560
6452
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6561
|
-
checksum = "
|
|
6453
|
+
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
|
|
6562
6454
|
dependencies = [
|
|
6563
6455
|
"bytes",
|
|
6564
6456
|
"futures-core",
|
|
6565
6457
|
"futures-sink",
|
|
6566
6458
|
"pin-project-lite",
|
|
6567
6459
|
"tokio",
|
|
6568
|
-
"tracing",
|
|
6569
|
-
]
|
|
6570
|
-
|
|
6571
|
-
[[package]]
|
|
6572
|
-
name = "toml"
|
|
6573
|
-
version = "0.5.11"
|
|
6574
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6575
|
-
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
|
6576
|
-
dependencies = [
|
|
6577
|
-
"serde",
|
|
6578
6460
|
]
|
|
6579
6461
|
|
|
6580
6462
|
[[package]]
|
|
@@ -6602,7 +6484,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
|
|
6602
6484
|
dependencies = [
|
|
6603
6485
|
"proc-macro2",
|
|
6604
6486
|
"quote",
|
|
6605
|
-
"syn 2.0.
|
|
6487
|
+
"syn 2.0.66",
|
|
6606
6488
|
]
|
|
6607
6489
|
|
|
6608
6490
|
[[package]]
|
|
@@ -6616,9 +6498,9 @@ dependencies = [
|
|
|
6616
6498
|
|
|
6617
6499
|
[[package]]
|
|
6618
6500
|
name = "triomphe"
|
|
6619
|
-
version = "0.1.
|
|
6501
|
+
version = "0.1.13"
|
|
6620
6502
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6621
|
-
checksum = "
|
|
6503
|
+
checksum = "e6631e42e10b40c0690bf92f404ebcfe6e1fdb480391d15f17cc8e96eeed5369"
|
|
6622
6504
|
dependencies = [
|
|
6623
6505
|
"serde",
|
|
6624
6506
|
"stable_deref_trait",
|
|
@@ -6626,9 +6508,9 @@ dependencies = [
|
|
|
6626
6508
|
|
|
6627
6509
|
[[package]]
|
|
6628
6510
|
name = "trust-dns-proto"
|
|
6629
|
-
version = "0.
|
|
6511
|
+
version = "0.23.2"
|
|
6630
6512
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6631
|
-
checksum = "
|
|
6513
|
+
checksum = "3119112651c157f4488931a01e586aa459736e9d6046d3bd9105ffb69352d374"
|
|
6632
6514
|
dependencies = [
|
|
6633
6515
|
"async-trait",
|
|
6634
6516
|
"cfg-if",
|
|
@@ -6637,9 +6519,9 @@ dependencies = [
|
|
|
6637
6519
|
"futures-channel",
|
|
6638
6520
|
"futures-io",
|
|
6639
6521
|
"futures-util",
|
|
6640
|
-
"idna 0.
|
|
6522
|
+
"idna 0.4.0",
|
|
6641
6523
|
"ipnet",
|
|
6642
|
-
"
|
|
6524
|
+
"once_cell",
|
|
6643
6525
|
"rand",
|
|
6644
6526
|
"serde",
|
|
6645
6527
|
"smallvec",
|
|
@@ -6652,16 +6534,17 @@ dependencies = [
|
|
|
6652
6534
|
|
|
6653
6535
|
[[package]]
|
|
6654
6536
|
name = "trust-dns-resolver"
|
|
6655
|
-
version = "0.
|
|
6537
|
+
version = "0.23.2"
|
|
6656
6538
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6657
|
-
checksum = "
|
|
6539
|
+
checksum = "10a3e6c3aff1718b3c73e395d1f35202ba2ffa847c6a62eea0db8fb4cfe30be6"
|
|
6658
6540
|
dependencies = [
|
|
6659
6541
|
"cfg-if",
|
|
6660
6542
|
"futures-util",
|
|
6661
6543
|
"ipconfig",
|
|
6662
|
-
"lazy_static",
|
|
6663
6544
|
"lru-cache",
|
|
6664
|
-
"
|
|
6545
|
+
"once_cell",
|
|
6546
|
+
"parking_lot 0.12.3",
|
|
6547
|
+
"rand",
|
|
6665
6548
|
"resolv-conf",
|
|
6666
6549
|
"serde",
|
|
6667
6550
|
"smallvec",
|
|
@@ -6679,15 +6562,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
|
6679
6562
|
|
|
6680
6563
|
[[package]]
|
|
6681
6564
|
name = "ttf-parser"
|
|
6682
|
-
version = "0.
|
|
6565
|
+
version = "0.21.1"
|
|
6683
6566
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6684
|
-
checksum = "
|
|
6685
|
-
|
|
6686
|
-
[[package]]
|
|
6687
|
-
name = "ttf-parser"
|
|
6688
|
-
version = "0.20.0"
|
|
6689
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6690
|
-
checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
|
|
6567
|
+
checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
|
|
6691
6568
|
|
|
6692
6569
|
[[package]]
|
|
6693
6570
|
name = "twox-hash"
|
|
@@ -6761,15 +6638,15 @@ checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
|
|
6761
6638
|
|
|
6762
6639
|
[[package]]
|
|
6763
6640
|
name = "unicode-bidi-mirroring"
|
|
6764
|
-
version = "0.
|
|
6641
|
+
version = "0.2.0"
|
|
6765
6642
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6766
|
-
checksum = "
|
|
6643
|
+
checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
|
|
6767
6644
|
|
|
6768
6645
|
[[package]]
|
|
6769
6646
|
name = "unicode-ccc"
|
|
6770
|
-
version = "0.
|
|
6647
|
+
version = "0.2.0"
|
|
6771
6648
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6772
|
-
checksum = "
|
|
6649
|
+
checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
|
|
6773
6650
|
|
|
6774
6651
|
[[package]]
|
|
6775
6652
|
name = "unicode-id"
|
|
@@ -6779,9 +6656,9 @@ checksum = "b1b6def86329695390197b82c1e244a54a131ceb66c996f2088a3876e2ae083f"
|
|
|
6779
6656
|
|
|
6780
6657
|
[[package]]
|
|
6781
6658
|
name = "unicode-id-start"
|
|
6782
|
-
version = "1.
|
|
6659
|
+
version = "1.0.4"
|
|
6783
6660
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6784
|
-
checksum = "
|
|
6661
|
+
checksum = "02aebfa694eccbbbffdd92922c7de136b9fe764396d2f10e21bce1681477cfc1"
|
|
6785
6662
|
|
|
6786
6663
|
[[package]]
|
|
6787
6664
|
name = "unicode-ident"
|
|
@@ -6824,9 +6701,9 @@ checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
|
|
|
6824
6701
|
|
|
6825
6702
|
[[package]]
|
|
6826
6703
|
name = "unicode-width"
|
|
6827
|
-
version = "0.1.
|
|
6704
|
+
version = "0.1.13"
|
|
6828
6705
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6829
|
-
checksum = "
|
|
6706
|
+
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
|
|
6830
6707
|
|
|
6831
6708
|
[[package]]
|
|
6832
6709
|
name = "unicode-xid"
|
|
@@ -6858,12 +6735,12 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
6858
6735
|
|
|
6859
6736
|
[[package]]
|
|
6860
6737
|
name = "url"
|
|
6861
|
-
version = "2.
|
|
6738
|
+
version = "2.4.1"
|
|
6862
6739
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6863
|
-
checksum = "
|
|
6740
|
+
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
|
|
6864
6741
|
dependencies = [
|
|
6865
6742
|
"form_urlencoded",
|
|
6866
|
-
"idna 0.
|
|
6743
|
+
"idna 0.4.0",
|
|
6867
6744
|
"percent-encoding",
|
|
6868
6745
|
"serde",
|
|
6869
6746
|
]
|
|
@@ -6883,63 +6760,29 @@ dependencies = [
|
|
|
6883
6760
|
|
|
6884
6761
|
[[package]]
|
|
6885
6762
|
name = "usvg"
|
|
6886
|
-
version = "0.
|
|
6887
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6888
|
-
checksum = "c51daa774fe9ee5efcf7b4fec13019b8119cda764d9a8b5b06df02bb1445c656"
|
|
6889
|
-
dependencies = [
|
|
6890
|
-
"base64",
|
|
6891
|
-
"log",
|
|
6892
|
-
"pico-args",
|
|
6893
|
-
"usvg-parser",
|
|
6894
|
-
"usvg-text-layout",
|
|
6895
|
-
"usvg-tree",
|
|
6896
|
-
"xmlwriter",
|
|
6897
|
-
]
|
|
6898
|
-
|
|
6899
|
-
[[package]]
|
|
6900
|
-
name = "usvg-parser"
|
|
6901
|
-
version = "0.36.0"
|
|
6763
|
+
version = "0.42.0"
|
|
6902
6764
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6903
|
-
checksum = "
|
|
6765
|
+
checksum = "b84ea542ae85c715f07b082438a4231c3760539d902e11d093847a0b22963032"
|
|
6904
6766
|
dependencies = [
|
|
6767
|
+
"base64 0.22.1",
|
|
6905
6768
|
"data-url",
|
|
6906
6769
|
"flate2",
|
|
6770
|
+
"fontdb",
|
|
6907
6771
|
"imagesize",
|
|
6908
6772
|
"kurbo",
|
|
6909
6773
|
"log",
|
|
6910
|
-
"
|
|
6774
|
+
"pico-args",
|
|
6775
|
+
"roxmltree 0.20.0",
|
|
6776
|
+
"rustybuzz",
|
|
6911
6777
|
"simplecss",
|
|
6912
|
-
"siphasher 0.
|
|
6778
|
+
"siphasher 1.0.1",
|
|
6779
|
+
"strict-num",
|
|
6913
6780
|
"svgtypes",
|
|
6914
|
-
"
|
|
6915
|
-
]
|
|
6916
|
-
|
|
6917
|
-
[[package]]
|
|
6918
|
-
name = "usvg-text-layout"
|
|
6919
|
-
version = "0.36.0"
|
|
6920
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6921
|
-
checksum = "4d2374378cb7a3fb8f33894e0fdb8625e1bbc4f25312db8d91f862130b541593"
|
|
6922
|
-
dependencies = [
|
|
6923
|
-
"fontdb",
|
|
6924
|
-
"kurbo",
|
|
6925
|
-
"log",
|
|
6926
|
-
"rustybuzz",
|
|
6781
|
+
"tiny-skia-path",
|
|
6927
6782
|
"unicode-bidi",
|
|
6928
6783
|
"unicode-script",
|
|
6929
6784
|
"unicode-vo",
|
|
6930
|
-
"
|
|
6931
|
-
]
|
|
6932
|
-
|
|
6933
|
-
[[package]]
|
|
6934
|
-
name = "usvg-tree"
|
|
6935
|
-
version = "0.36.0"
|
|
6936
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6937
|
-
checksum = "6cacb0c5edeaf3e80e5afcf5b0d4004cc1d36318befc9a7c6606507e5d0f4062"
|
|
6938
|
-
dependencies = [
|
|
6939
|
-
"rctree",
|
|
6940
|
-
"strict-num",
|
|
6941
|
-
"svgtypes",
|
|
6942
|
-
"tiny-skia-path",
|
|
6785
|
+
"xmlwriter",
|
|
6943
6786
|
]
|
|
6944
6787
|
|
|
6945
6788
|
[[package]]
|
|
@@ -6950,9 +6793,9 @@ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
|
6950
6793
|
|
|
6951
6794
|
[[package]]
|
|
6952
6795
|
name = "utf8parse"
|
|
6953
|
-
version = "0.2.
|
|
6796
|
+
version = "0.2.2"
|
|
6954
6797
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6955
|
-
checksum = "
|
|
6798
|
+
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
6956
6799
|
|
|
6957
6800
|
[[package]]
|
|
6958
6801
|
name = "uuid"
|
|
@@ -6966,9 +6809,9 @@ dependencies = [
|
|
|
6966
6809
|
|
|
6967
6810
|
[[package]]
|
|
6968
6811
|
name = "v8"
|
|
6969
|
-
version = "0.
|
|
6812
|
+
version = "0.93.1"
|
|
6970
6813
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6971
|
-
checksum = "
|
|
6814
|
+
checksum = "82943fec029559cb43f9d7fc36e2bb85121534702d6f893554e737d1b147d140"
|
|
6972
6815
|
dependencies = [
|
|
6973
6816
|
"bitflags 2.5.0",
|
|
6974
6817
|
"fslock",
|
|
@@ -6976,7 +6819,22 @@ dependencies = [
|
|
|
6976
6819
|
"home",
|
|
6977
6820
|
"miniz_oxide",
|
|
6978
6821
|
"once_cell",
|
|
6979
|
-
"which
|
|
6822
|
+
"which 6.0.1",
|
|
6823
|
+
]
|
|
6824
|
+
|
|
6825
|
+
[[package]]
|
|
6826
|
+
name = "v8_valueserializer"
|
|
6827
|
+
version = "0.1.1"
|
|
6828
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6829
|
+
checksum = "97599c400fc79925922b58303e98fcb8fa88f573379a08ddb652e72cbd2e70f6"
|
|
6830
|
+
dependencies = [
|
|
6831
|
+
"bitflags 2.5.0",
|
|
6832
|
+
"encoding_rs",
|
|
6833
|
+
"indexmap",
|
|
6834
|
+
"num-bigint",
|
|
6835
|
+
"serde",
|
|
6836
|
+
"thiserror",
|
|
6837
|
+
"wtf8",
|
|
6980
6838
|
]
|
|
6981
6839
|
|
|
6982
6840
|
[[package]]
|
|
@@ -7005,7 +6863,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
7005
6863
|
|
|
7006
6864
|
[[package]]
|
|
7007
6865
|
name = "vl-convert"
|
|
7008
|
-
version = "1.
|
|
6866
|
+
version = "1.5.0"
|
|
7009
6867
|
dependencies = [
|
|
7010
6868
|
"assert_cmd",
|
|
7011
6869
|
"clap",
|
|
@@ -7020,25 +6878,9 @@ dependencies = [
|
|
|
7020
6878
|
"vl-convert-rs",
|
|
7021
6879
|
]
|
|
7022
6880
|
|
|
7023
|
-
[[package]]
|
|
7024
|
-
name = "vl-convert-pdf"
|
|
7025
|
-
version = "1.4.0"
|
|
7026
|
-
dependencies = [
|
|
7027
|
-
"anyhow",
|
|
7028
|
-
"itertools 0.12.1",
|
|
7029
|
-
"miniz_oxide",
|
|
7030
|
-
"pdf-writer",
|
|
7031
|
-
"siphasher 1.0.1",
|
|
7032
|
-
"subsetter",
|
|
7033
|
-
"svg2pdf",
|
|
7034
|
-
"ttf-parser 0.20.0",
|
|
7035
|
-
"unicode-bidi",
|
|
7036
|
-
"usvg",
|
|
7037
|
-
]
|
|
7038
|
-
|
|
7039
6881
|
[[package]]
|
|
7040
6882
|
name = "vl-convert-python"
|
|
7041
|
-
version = "1.
|
|
6883
|
+
version = "1.5.0"
|
|
7042
6884
|
dependencies = [
|
|
7043
6885
|
"futures",
|
|
7044
6886
|
"lazy_static",
|
|
@@ -7050,7 +6892,7 @@ dependencies = [
|
|
|
7050
6892
|
|
|
7051
6893
|
[[package]]
|
|
7052
6894
|
name = "vl-convert-rs"
|
|
7053
|
-
version = "1.
|
|
6895
|
+
version = "1.5.0"
|
|
7054
6896
|
dependencies = [
|
|
7055
6897
|
"deno_core",
|
|
7056
6898
|
"deno_emit",
|
|
@@ -7061,7 +6903,7 @@ dependencies = [
|
|
|
7061
6903
|
"fontdb",
|
|
7062
6904
|
"futures",
|
|
7063
6905
|
"futures-util",
|
|
7064
|
-
"image",
|
|
6906
|
+
"image 0.24.9",
|
|
7065
6907
|
"lazy_static",
|
|
7066
6908
|
"log",
|
|
7067
6909
|
"lz-str",
|
|
@@ -7072,21 +6914,22 @@ dependencies = [
|
|
|
7072
6914
|
"rstest",
|
|
7073
6915
|
"serde",
|
|
7074
6916
|
"serde_json",
|
|
6917
|
+
"svg2pdf",
|
|
7075
6918
|
"tempfile",
|
|
7076
6919
|
"tiny-skia",
|
|
7077
6920
|
"tokio",
|
|
6921
|
+
"ttf-parser",
|
|
7078
6922
|
"usvg",
|
|
7079
|
-
"vl-convert-pdf",
|
|
7080
6923
|
]
|
|
7081
6924
|
|
|
7082
6925
|
[[package]]
|
|
7083
6926
|
name = "vl-convert-vendor"
|
|
7084
|
-
version = "1.
|
|
6927
|
+
version = "1.5.0"
|
|
7085
6928
|
dependencies = [
|
|
7086
6929
|
"anyhow",
|
|
7087
6930
|
"dircpy",
|
|
7088
6931
|
"reqwest",
|
|
7089
|
-
"semver 1.0.
|
|
6932
|
+
"semver 1.0.23",
|
|
7090
6933
|
"serde_json",
|
|
7091
6934
|
"tempfile",
|
|
7092
6935
|
"zip-extract",
|
|
@@ -7098,27 +6941,6 @@ version = "0.8.0"
|
|
|
7098
6941
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7099
6942
|
checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
|
|
7100
6943
|
|
|
7101
|
-
[[package]]
|
|
7102
|
-
name = "vte"
|
|
7103
|
-
version = "0.11.1"
|
|
7104
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7105
|
-
checksum = "f5022b5fbf9407086c180e9557be968742d839e68346af7792b8592489732197"
|
|
7106
|
-
dependencies = [
|
|
7107
|
-
"arrayvec",
|
|
7108
|
-
"utf8parse",
|
|
7109
|
-
"vte_generate_state_changes",
|
|
7110
|
-
]
|
|
7111
|
-
|
|
7112
|
-
[[package]]
|
|
7113
|
-
name = "vte_generate_state_changes"
|
|
7114
|
-
version = "0.1.1"
|
|
7115
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7116
|
-
checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
|
|
7117
|
-
dependencies = [
|
|
7118
|
-
"proc-macro2",
|
|
7119
|
-
"quote",
|
|
7120
|
-
]
|
|
7121
|
-
|
|
7122
6944
|
[[package]]
|
|
7123
6945
|
name = "wait-timeout"
|
|
7124
6946
|
version = "0.2.0"
|
|
@@ -7180,7 +7002,7 @@ dependencies = [
|
|
|
7180
7002
|
"once_cell",
|
|
7181
7003
|
"proc-macro2",
|
|
7182
7004
|
"quote",
|
|
7183
|
-
"syn 2.0.
|
|
7005
|
+
"syn 2.0.66",
|
|
7184
7006
|
"wasm-bindgen-shared",
|
|
7185
7007
|
]
|
|
7186
7008
|
|
|
@@ -7214,7 +7036,7 @@ checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
|
|
|
7214
7036
|
dependencies = [
|
|
7215
7037
|
"proc-macro2",
|
|
7216
7038
|
"quote",
|
|
7217
|
-
"syn 2.0.
|
|
7039
|
+
"syn 2.0.66",
|
|
7218
7040
|
"wasm-bindgen-backend",
|
|
7219
7041
|
"wasm-bindgen-shared",
|
|
7220
7042
|
]
|
|
@@ -7262,17 +7084,21 @@ checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
|
|
|
7262
7084
|
|
|
7263
7085
|
[[package]]
|
|
7264
7086
|
name = "wgpu-core"
|
|
7265
|
-
version = "0.
|
|
7087
|
+
version = "0.20.0"
|
|
7266
7088
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7267
|
-
checksum = "
|
|
7089
|
+
checksum = "ac6a86eaa5e763e59c73cf9e97d55fffd4dfda69fd8bda19589fcf851ddfef1f"
|
|
7268
7090
|
dependencies = [
|
|
7269
7091
|
"arrayvec",
|
|
7270
7092
|
"bit-vec",
|
|
7271
7093
|
"bitflags 2.5.0",
|
|
7094
|
+
"cfg_aliases",
|
|
7272
7095
|
"codespan-reporting",
|
|
7096
|
+
"document-features",
|
|
7097
|
+
"indexmap",
|
|
7273
7098
|
"log",
|
|
7274
7099
|
"naga",
|
|
7275
|
-
"
|
|
7100
|
+
"once_cell",
|
|
7101
|
+
"parking_lot 0.12.3",
|
|
7276
7102
|
"profiling",
|
|
7277
7103
|
"raw-window-handle",
|
|
7278
7104
|
"ron",
|
|
@@ -7287,9 +7113,9 @@ dependencies = [
|
|
|
7287
7113
|
|
|
7288
7114
|
[[package]]
|
|
7289
7115
|
name = "wgpu-hal"
|
|
7290
|
-
version = "0.
|
|
7116
|
+
version = "0.20.0"
|
|
7291
7117
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7292
|
-
checksum = "
|
|
7118
|
+
checksum = "4d71c8ae05170583049b65ee562fd839fdc0b3e9ddb84f4e40c9d5f8ea0d4c8c"
|
|
7293
7119
|
dependencies = [
|
|
7294
7120
|
"android_system_properties",
|
|
7295
7121
|
"arrayvec",
|
|
@@ -7297,12 +7123,12 @@ dependencies = [
|
|
|
7297
7123
|
"bit-set",
|
|
7298
7124
|
"bitflags 2.5.0",
|
|
7299
7125
|
"block",
|
|
7126
|
+
"cfg_aliases",
|
|
7300
7127
|
"core-graphics-types",
|
|
7301
7128
|
"d3d12",
|
|
7302
7129
|
"glow",
|
|
7303
7130
|
"glutin_wgl_sys",
|
|
7304
7131
|
"gpu-alloc",
|
|
7305
|
-
"gpu-allocator",
|
|
7306
7132
|
"gpu-descriptor",
|
|
7307
7133
|
"js-sys",
|
|
7308
7134
|
"khronos-egl",
|
|
@@ -7311,9 +7137,10 @@ dependencies = [
|
|
|
7311
7137
|
"log",
|
|
7312
7138
|
"metal",
|
|
7313
7139
|
"naga",
|
|
7140
|
+
"ndk-sys",
|
|
7314
7141
|
"objc",
|
|
7315
7142
|
"once_cell",
|
|
7316
|
-
"parking_lot 0.12.
|
|
7143
|
+
"parking_lot 0.12.3",
|
|
7317
7144
|
"profiling",
|
|
7318
7145
|
"range-alloc",
|
|
7319
7146
|
"raw-window-handle",
|
|
@@ -7328,9 +7155,9 @@ dependencies = [
|
|
|
7328
7155
|
|
|
7329
7156
|
[[package]]
|
|
7330
7157
|
name = "wgpu-types"
|
|
7331
|
-
version = "0.
|
|
7158
|
+
version = "0.20.0"
|
|
7332
7159
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7333
|
-
checksum = "
|
|
7160
|
+
checksum = "1353d9a46bff7f955a680577f34c69122628cc2076e1d6f3a9be6ef00ae793ef"
|
|
7334
7161
|
dependencies = [
|
|
7335
7162
|
"bitflags 2.5.0",
|
|
7336
7163
|
"js-sys",
|
|
@@ -7352,15 +7179,14 @@ dependencies = [
|
|
|
7352
7179
|
|
|
7353
7180
|
[[package]]
|
|
7354
7181
|
name = "which"
|
|
7355
|
-
version = "
|
|
7182
|
+
version = "6.0.1"
|
|
7356
7183
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7357
|
-
checksum = "
|
|
7184
|
+
checksum = "8211e4f58a2b2805adfbefbc07bab82958fc91e3836339b1ab7ae32465dce0d7"
|
|
7358
7185
|
dependencies = [
|
|
7359
7186
|
"either",
|
|
7360
7187
|
"home",
|
|
7361
|
-
"once_cell",
|
|
7362
7188
|
"rustix",
|
|
7363
|
-
"
|
|
7189
|
+
"winsafe",
|
|
7364
7190
|
]
|
|
7365
7191
|
|
|
7366
7192
|
[[package]]
|
|
@@ -7398,11 +7224,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
7398
7224
|
|
|
7399
7225
|
[[package]]
|
|
7400
7226
|
name = "winapi-util"
|
|
7401
|
-
version = "0.1.
|
|
7227
|
+
version = "0.1.8"
|
|
7402
7228
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7403
|
-
checksum = "
|
|
7229
|
+
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
|
|
7404
7230
|
dependencies = [
|
|
7405
|
-
"
|
|
7231
|
+
"windows-sys 0.52.0",
|
|
7406
7232
|
]
|
|
7407
7233
|
|
|
7408
7234
|
[[package]]
|
|
@@ -7411,25 +7237,6 @@ version = "0.4.0"
|
|
|
7411
7237
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7412
7238
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
7413
7239
|
|
|
7414
|
-
[[package]]
|
|
7415
|
-
name = "windows"
|
|
7416
|
-
version = "0.51.1"
|
|
7417
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7418
|
-
checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9"
|
|
7419
|
-
dependencies = [
|
|
7420
|
-
"windows-core",
|
|
7421
|
-
"windows-targets 0.48.5",
|
|
7422
|
-
]
|
|
7423
|
-
|
|
7424
|
-
[[package]]
|
|
7425
|
-
name = "windows-core"
|
|
7426
|
-
version = "0.51.1"
|
|
7427
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7428
|
-
checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
|
|
7429
|
-
dependencies = [
|
|
7430
|
-
"windows-targets 0.48.5",
|
|
7431
|
-
]
|
|
7432
|
-
|
|
7433
7240
|
[[package]]
|
|
7434
7241
|
name = "windows-sys"
|
|
7435
7242
|
version = "0.48.0"
|
|
@@ -7580,12 +7387,24 @@ dependencies = [
|
|
|
7580
7387
|
]
|
|
7581
7388
|
|
|
7582
7389
|
[[package]]
|
|
7583
|
-
name = "
|
|
7584
|
-
version = "0.
|
|
7390
|
+
name = "winsafe"
|
|
7391
|
+
version = "0.0.19"
|
|
7585
7392
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7586
|
-
checksum = "
|
|
7393
|
+
checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
|
|
7394
|
+
|
|
7395
|
+
[[package]]
|
|
7396
|
+
name = "wtf8"
|
|
7397
|
+
version = "0.1.0"
|
|
7398
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7399
|
+
checksum = "c01ae8492c38f52376efd3a17d0994b6bcf3df1e39c0226d458b7d81670b2a06"
|
|
7400
|
+
|
|
7401
|
+
[[package]]
|
|
7402
|
+
name = "wyz"
|
|
7403
|
+
version = "0.5.1"
|
|
7404
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7405
|
+
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
|
|
7587
7406
|
dependencies = [
|
|
7588
|
-
"
|
|
7407
|
+
"tap",
|
|
7589
7408
|
]
|
|
7590
7409
|
|
|
7591
7410
|
[[package]]
|
|
@@ -7623,12 +7442,6 @@ version = "0.8.20"
|
|
|
7623
7442
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7624
7443
|
checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193"
|
|
7625
7444
|
|
|
7626
|
-
[[package]]
|
|
7627
|
-
name = "xmlparser"
|
|
7628
|
-
version = "0.13.6"
|
|
7629
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7630
|
-
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
|
|
7631
|
-
|
|
7632
7445
|
[[package]]
|
|
7633
7446
|
name = "xmlwriter"
|
|
7634
7447
|
version = "0.1.0"
|
|
@@ -7637,29 +7450,29 @@ checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
|
|
|
7637
7450
|
|
|
7638
7451
|
[[package]]
|
|
7639
7452
|
name = "zerocopy"
|
|
7640
|
-
version = "0.7.
|
|
7453
|
+
version = "0.7.34"
|
|
7641
7454
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7642
|
-
checksum = "
|
|
7455
|
+
checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
|
|
7643
7456
|
dependencies = [
|
|
7644
7457
|
"zerocopy-derive",
|
|
7645
7458
|
]
|
|
7646
7459
|
|
|
7647
7460
|
[[package]]
|
|
7648
7461
|
name = "zerocopy-derive"
|
|
7649
|
-
version = "0.7.
|
|
7462
|
+
version = "0.7.34"
|
|
7650
7463
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7651
|
-
checksum = "
|
|
7464
|
+
checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
|
|
7652
7465
|
dependencies = [
|
|
7653
7466
|
"proc-macro2",
|
|
7654
7467
|
"quote",
|
|
7655
|
-
"syn 2.0.
|
|
7468
|
+
"syn 2.0.66",
|
|
7656
7469
|
]
|
|
7657
7470
|
|
|
7658
7471
|
[[package]]
|
|
7659
7472
|
name = "zeroize"
|
|
7660
|
-
version = "1.
|
|
7473
|
+
version = "1.8.1"
|
|
7661
7474
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7662
|
-
checksum = "
|
|
7475
|
+
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
|
7663
7476
|
dependencies = [
|
|
7664
7477
|
"zeroize_derive",
|
|
7665
7478
|
]
|
|
@@ -7672,7 +7485,7 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
|
|
|
7672
7485
|
dependencies = [
|
|
7673
7486
|
"proc-macro2",
|
|
7674
7487
|
"quote",
|
|
7675
|
-
"syn 2.0.
|
|
7488
|
+
"syn 2.0.66",
|
|
7676
7489
|
]
|
|
7677
7490
|
|
|
7678
7491
|
[[package]]
|
|
@@ -7726,10 +7539,25 @@ dependencies = [
|
|
|
7726
7539
|
|
|
7727
7540
|
[[package]]
|
|
7728
7541
|
name = "zstd-sys"
|
|
7729
|
-
version = "2.0.
|
|
7542
|
+
version = "2.0.11+zstd.1.5.6"
|
|
7730
7543
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7731
|
-
checksum = "
|
|
7544
|
+
checksum = "75652c55c0b6f3e6f12eb786fe1bc960396bf05a1eb3bf1f3691c3610ac2e6d4"
|
|
7732
7545
|
dependencies = [
|
|
7733
7546
|
"cc",
|
|
7734
7547
|
"pkg-config",
|
|
7735
7548
|
]
|
|
7549
|
+
|
|
7550
|
+
[[package]]
|
|
7551
|
+
name = "zune-core"
|
|
7552
|
+
version = "0.4.12"
|
|
7553
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7554
|
+
checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
|
|
7555
|
+
|
|
7556
|
+
[[package]]
|
|
7557
|
+
name = "zune-jpeg"
|
|
7558
|
+
version = "0.4.11"
|
|
7559
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7560
|
+
checksum = "ec866b44a2a1fd6133d363f073ca1b179f438f99e7e5bfb1e33f7181facfe448"
|
|
7561
|
+
dependencies = [
|
|
7562
|
+
"zune-core",
|
|
7563
|
+
]
|