vl-convert-python 1.6.1__tar.gz → 1.7.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.6.1 → vl_convert_python-1.7.0}/Cargo.lock +865 -390
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/Cargo.toml +15 -15
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/PKG-INFO +1 -1
- vl_convert_python-1.7.0/pyproject.toml +85 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-python/Cargo.toml +2 -2
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-python/src/lib.rs +99 -42
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-python/tests/test_specs.py +3 -3
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-python/thirdparty_rust.yaml +3535 -741
- vl_convert_python-1.7.0/vl-convert-python/vl_convert.pyi +853 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/Cargo.toml +1 -1
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/src/converter.rs +7 -5
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/src/module_loader/import_map.rs +13 -9
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/test_specs.rs +3 -3
- vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_21/circle_binned.vg.json +1 -0
- vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_21/circle_binned.vg.pretty.json +210 -0
- vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_21/seattle-weather.vg.json +1 -0
- vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_21/seattle-weather.vg.pretty.json +883 -0
- vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_8/maptile_background_2.png +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/thirdparty_rust.yaml +3535 -741
- vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.21.0-FWbVtRVTj7vqBi6QZX8A/dist=es2020,mode=imports,min/optimized/vega-lite.js +1 -0
- {vl_convert_python-1.6.1/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.13.0-GkFo6HVxfKtvVL5RV8aE → vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.21.0-FWbVtRVTj7vqBi6QZX8A}/mode=imports,min/optimized/vega-lite.js +3 -3
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/import_map.json +1 -1
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor_imports.js +1 -1
- vl_convert_python-1.6.1/pyproject.toml +0 -16
- vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_14/seattle-weather.vg.json +0 -1
- vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_14/seattle-weather.vg.pretty.json +0 -880
- vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_15/seattle-weather.vg.json +0 -1
- vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_15/seattle-weather.vg.pretty.json +0 -880
- vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_17/circle_binned.vg.json +0 -1
- vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_17/circle_binned.vg.pretty.json +0 -210
- vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_18/circle_binned.vg.json +0 -1
- vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_18/circle_binned.vg.pretty.json +0 -210
- vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_20/stacked_bar_h.vg.json +0 -1
- vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_20/stacked_bar_h.vg.pretty.json +0 -219
- vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned.vg.json +0 -1
- vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned.vg.pretty.json +0 -210
- vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_8/maptile_background_2.png +0 -0
- vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_8/seattle-weather.vg.json +0 -1
- vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_8/seattle-weather.vg.pretty.json +0 -880
- vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_8/stacked_bar_h.vg.json +0 -1
- vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_8/stacked_bar_h.vg.pretty.json +0 -219
- vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_9/circle_binned.vg.json +0 -1
- vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_9/circle_binned.vg.pretty.json +0 -210
- vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_9/seattle-weather.vg.json +0 -1
- vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_9/seattle-weather.vg.pretty.json +0 -880
- vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_9/stacked_bar_h.vg.json +0 -1
- vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_9/stacked_bar_h.vg.pretty.json +0 -219
- vl_convert_python-1.6.1/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.13.0-GkFo6HVxfKtvVL5RV8aE/dist=es2020,mode=imports,min/optimized/vega-lite.js +0 -1
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/README.md +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-python/LICENSE +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-python/README.md +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-python/notebooks/convert_vegalite.ipynb +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-python/tests/test_get_local_tz.py +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-python/tests/test_get_locales.py +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-python/tests/test_themes.py +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-python/thirdparty_font.md +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-python/thirdparty_javascript.md +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/LICENSE +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/README.md +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/examples/conversion1.rs +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/fonts/liberation-sans/LiberationSans-Bold.ttf +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/fonts/liberation-sans/LiberationSans-BoldItalic.ttf +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/fonts/liberation-sans/LiberationSans-Italic.ttf +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/fonts/liberation-sans/LiberationSans-Regular.ttf +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/fonts/liberation-sans/SIL Open Font License.txt +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ar-001.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ar-AE.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ar-BH.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ar-DJ.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ar-DZ.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ar-EG.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ar-EH.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ar-ER.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ar-IL.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ar-IQ.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ar-JO.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ar-KM.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ar-KW.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ar-LB.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ar-LY.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ar-MA.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ar-MR.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ar-OM.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ar-PS.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ar-QA.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ar-SA.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ar-SD.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ar-SO.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ar-SS.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ar-SY.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ar-TD.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ar-TN.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ar-YE.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ca-ES.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/cs-CZ.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/da-DK.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/de-CH.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/de-DE.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/en-CA.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/en-GB.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/en-IE.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/en-IN.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/en-US.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/es-BO.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/es-ES.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/es-MX.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/fi-FI.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/fr-CA.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/fr-FR.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/he-IL.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/hu-HU.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/it-IT.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ja-JP.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ko-KR.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/mk-MK.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/nl-NL.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/pl-PL.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/pt-BR.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/pt-PT.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/ru-RU.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/sl-SI.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/sv-SE.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/uk-UA.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/format/zh-CN.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/ar-EG.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/ar-SY.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/ca-ES.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/cs-CZ.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/da-DK.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/de-CH.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/de-DE.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/en-CA.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/en-GB.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/en-US.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/es-ES.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/es-MX.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/fa-IR.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/fi-FI.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/fr-CA.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/fr-FR.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/he-IL.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/hr-HR.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/hu-HU.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/it-IT.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/ja-JP.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/ko-KR.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/mk-MK.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/nb-NO.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/nl-BE.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/nl-NL.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/pl-PL.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/pt-BR.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/ru-RU.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/sv-SE.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/tr-TR.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/uk-UA.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/vi-VN.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/zh-CN.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/locales/time-format/zh-TW.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/src/html.rs +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/src/image_loading.rs +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/src/lib.rs +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/src/module_loader/mod.rs +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/src/text.rs +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/fonts/Caveat/Caveat-VariableFont_wght.ttf +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/fonts/Caveat/OFL.txt +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/fonts/Caveat/README.txt +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/fonts/Caveat/static/Caveat-Bold.ttf +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/fonts/Caveat/static/Caveat-Medium.ttf +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/fonts/Caveat/static/Caveat-Regular.ttf +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/fonts/Caveat/static/Caveat-SemiBold.ttf +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/fonts/matter/Matter-Bold.ttf +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/fonts/matter/Matter-BoldItalic.ttf +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/fonts/matter/Matter-Heavy.ttf +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/fonts/matter/Matter-HeavyItalic.ttf +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/fonts/matter/Matter-Light.ttf +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/fonts/matter/Matter-LightItalic.ttf +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/fonts/matter/Matter-Medium.ttf +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/fonts/matter/Matter-MediumItalic.ttf +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/fonts/matter/Matter-Regular.ttf +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/fonts/matter/Matter-RegularItalic.ttf +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/fonts/matter/Matter-SemiBold.ttf +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/fonts/matter/Matter-SemiBoldItalic.ttf +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/fonts/matter/demo.html +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/fonts/matter/stylesheet.css +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/locale/format/it-IT.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/locale/time-format/it-IT.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/test_themes.rs +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/bar_chart_trellis_compact.vl.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/circle_binned.vl.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/circle_binned_base_url.vl.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/custom_projection.vl.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_10 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_14}/circle_binned.vg.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_10 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_14}/circle_binned.vg.pretty.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_10 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_14}/seattle-weather.vg.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_10 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_14}/seattle-weather.vg.pretty.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_10 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_14}/stacked_bar_h.vg.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_10 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_14}/stacked_bar_h.vg.pretty.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_11 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_15}/circle_binned.vg.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_11 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_15}/circle_binned.vg.pretty.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_11 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_15}/seattle-weather.vg.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_11 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_15}/seattle-weather.vg.pretty.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_11 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_15}/stacked_bar_h.vg.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_11 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_15}/stacked_bar_h.vg.pretty.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_13 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_16}/circle_binned.vg.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_13 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_16}/circle_binned.vg.pretty.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/seattle-weather.vg.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/seattle-weather.vg.pretty.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_13 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_16}/stacked_bar_h.vg.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_13 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_16}/stacked_bar_h.vg.pretty.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_14 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_17}/circle_binned.vg.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_14 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_17}/circle_binned.vg.pretty.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_17/seattle-weather.vg.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_17/seattle-weather.vg.pretty.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_14 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_17}/stacked_bar_h.vg.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_14 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_17}/stacked_bar_h.vg.pretty.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_15 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_18}/circle_binned.vg.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_15 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_18}/circle_binned.vg.pretty.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_18/seattle-weather.vg.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_18/seattle-weather.vg.pretty.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_15 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_18}/stacked_bar_h.vg.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_15 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_18}/stacked_bar_h.vg.pretty.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_19/circle_binned.vg.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_19/circle_binned.vg.pretty.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_19/seattle-weather.vg.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_19/seattle-weather.vg.pretty.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_16 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_19}/stacked_bar_h.vg.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_16 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_19}/stacked_bar_h.vg.pretty.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_20/circle_binned.vg.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_20/circle_binned.vg.pretty.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_20/seattle-weather.vg.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_20/seattle-weather.vg.pretty.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_17 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_20}/stacked_bar_h.vg.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_17 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_20}/stacked_bar_h.vg.pretty.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_18 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_21}/stacked_bar_h.vg.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_18 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_21}/stacked_bar_h.vg.pretty.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/bar_chart_trellis_compact-excel.png +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/bar_chart_trellis_compact.png +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/bar_chart_trellis_compact.svg +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned-dark.png +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned.png +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned.svg +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_16 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_8}/circle_binned.vg.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_16 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_8}/circle_binned.vg.pretty.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned_base_url.png +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned_base_url.svg +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/custom_projection.png +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/float_font_size.png +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/float_font_size.svg +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/font_with_quotes.png +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/geoScale.png +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/geoScale.sg.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/gh_174.png +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/line_with_log_scale-fivethirtyeight.png +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/line_with_log_scale.png +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/line_with_log_scale.svg +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/long_legend_label.png +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/long_text_lable.png +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/lookup_urls.png +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/maptile_background.png +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/no_text_in_font_metrics.png +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/no_text_in_font_metrics.sg.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/no_text_in_font_metrics.svg +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/numeric_font_weight.svg +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/quakes_initial_selection.png +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/remote_images.png +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_13 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_8}/seattle-weather.vg.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_13 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_8}/seattle-weather.vg.pretty.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/stacked_bar_h-vox.png +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/stacked_bar_h.png +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/stacked_bar_h.svg +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_19 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_8}/stacked_bar_h.vg.json +0 -0
- {vl_convert_python-1.6.1/vl-convert-rs/tests/vl-specs/expected/v5_19 → vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_8}/stacked_bar_h.vg.pretty.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/stacked_bar_h2.png +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/stocks_locale.png +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/table_heatmap.png +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/table_heatmap.sg.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/float_font_size.vl.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/font_with_quotes.vl.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/geoScale.vl.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/gh_174.vl.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/line_with_log_scale.vl.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/long_legend_label.vl.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/long_text_lable.vl.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/lookup_urls.vl.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/maptile_background.vl.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/maptile_background_2.vl.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/no_text_in_font_metrics.vl.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/numeric_font_weight.vl.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/quakes_initial_selection.vl.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/remote_images.vl.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/seattle-weather.vl.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/stacked_bar_h.vl.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/stacked_bar_h2.vl.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/stocks_locale.vl.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/tests/vl-specs/table_heatmap.vl.json +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/thirdparty_font.md +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/thirdparty_javascript.md +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.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 +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-geo@v3.1.1-IFH102ROpDQE4rIMzW42/dist=es2020,mode=imports,min/optimized/d3-geo.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.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 +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-crossfilter@v4.1.2-4tsGV0HzWFU39iiKcBjX/dist=es2020,mode=imports,min/optimized/vega-crossfilter.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-dataflow@v5.7.6-WDoszrJUyhTwz7sPwzda/dist=es2020,mode=imports,min/optimized/vega-dataflow.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-embed@v6.26.0-0yAdpZbj3i4rRevkUMhK/dist=es2020,mode=imports,min/optimized/vega-embed.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-encode@v4.10.1-Pg43i2sI9rM8xoeOkJ8i/dist=es2020,mode=imports,min/optimized/vega-encode.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-expression@v5.1.1-K4clrYr2THuj5KncykTn/dist=es2020,mode=imports,min/optimized/vega-expression.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-force@v4.2.1-a7V5XmM7au6PlfMbPpDy/dist=es2020,mode=imports,min/optimized/vega-force.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-format@v1.1.2-rBsMjG1MOmb395qvySoI/dist=es2020,mode=imports,min/optimized/vega-format.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-functions@v5.15.0-Bjrw9nnQutKMtsMi1DSI/dist=es2020,mode=imports,min/optimized/vega-functions.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-geo@v4.4.2-VUooSgw91eB4Vs4BcK3h/dist=es2020,mode=imports,min/optimized/vega-geo.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-hierarchy@v4.1.2-3wVtPHq13u3t0KUNwYDf/dist=es2020,mode=imports,min/optimized/vega-hierarchy.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-label@v1.3.0-9aipnSY6IQFGc3Lm2JSc/dist=es2020,mode=imports,min/optimized/vega-label.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.14.1-0IRM1VigcIVzRzBRoLFR/dist=es2020,mode=imports,min/optimized/vega-lite.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.15.1-lQeQs8sDPgFa9d7Jm3sd/dist=es2020,mode=imports,min/optimized/vega-lite.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.16.3-Hw7pZxUuaiVgThsNMjY9/dist=es2020,mode=imports,min/optimized/vega-lite.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.17.0-jkfrfJOQ30TsVIlEEbKQ/dist=es2020,mode=imports,min/optimized/vega-lite.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.18.1-CIbWw1F4YnIlhO9UCtHA/dist=es2020,mode=imports,min/optimized/vega-lite.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.19.0-4m5nwXbwdKW9Bc7adV02/dist=es2020,mode=imports,min/optimized/vega-lite.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.20.1-5FloWSAHKfabpxOoogY3/dist=es2020,mode=imports,min/optimized/vega-lite.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.8.0-4snbURNltT4se5LjMOKF/dist=es2020,mode=imports,min/optimized/vega-lite.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-loader@v4.5.2-1ImBl2TigOVzvurACWyz/dist=es2020,mode=imports,min/optimized/vega-loader.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-parser@v6.4.0-nwGMLAa2L4N1N7f1iRh9/dist=es2020,mode=imports,min/optimized/vega-parser.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-projection@v1.6.1-zBdxeV9K67u1hPOXPxMf/dist=es2020,mode=imports,min/optimized/vega-projection.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-regression@v1.3.0-nz37hjrP5F5zaTiwVMMX/dist=es2020,mode=imports,min/optimized/vega-regression.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-runtime@v6.2.0-6BElb2bSMc7jDTsbOGBN/dist=es2020,mode=imports,min/optimized/vega-runtime.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-scale@v7.4.1-M0T9Gn9zHGGuV6XhZsTO/dist=es2020,mode=imports,min/optimized/vega-scale.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-scenegraph@v4.13.0-kC2RziuM0eIjiq6SsQ1g/dist=es2020,mode=imports,min/optimized/vega-scenegraph.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-selections@v5.4.2-kOpqaoZxiZQE5rKxTnvY/dist=es2020,mode=imports,min/optimized/vega-selections.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-themes@v2.15.0-wV2Z38N5Dk8FL05cPDbE/dist=es2020,mode=imports,min/optimized/vega-themes.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-time@v2.1.2-0zBPNlF5GMoxR6YChBaP/dist=es2020,mode=imports,min/optimized/vega-time.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-transforms@v4.12.0-yproJe1RDXbiUml7qQ0X/dist=es2020,mode=imports,min/optimized/vega-transforms.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.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 +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-view@v5.13.0-kQxd3tMOiOBtyjX1ukMi/dist=es2020,mode=imports,min/optimized/vega-view.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-voronoi@v4.2.3-8V3D15dKJKAY9dyHESDq/dist=es2020,mode=imports,min/optimized/vega-voronoi.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-wordcloud@v4.1.5-5xdRMt86NkNNCDjMSy6z/dist=es2020,mode=imports,min/optimized/vega-wordcloud.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega@v5.30.0-fYDVG3pUN16BiGmbVNdw/dist=es2020,mode=imports,min/optimized/vega.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-embed@v6.26.0-0yAdpZbj3i4rRevkUMhK/mode=imports,min/optimized/vega-embed.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.18.1-CIbWw1F4YnIlhO9UCtHA/mode=imports,min/optimized/vega-lite.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.19.0-4m5nwXbwdKW9Bc7adV02/mode=imports,min/optimized/vega-lite.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.20.1-5FloWSAHKfabpxOoogY3/mode=imports,min/optimized/vega-lite.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.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.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-themes@v2.15.0-wV2Z38N5Dk8FL05cPDbE/mode=imports,min/optimized/vega-themes.js +0 -0
- {vl_convert_python-1.6.1 → vl_convert_python-1.7.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega@v5.30.0-fYDVG3pUN16BiGmbVNdw/mode=imports,min/optimized/vega.js +0 -0
|
@@ -27,6 +27,12 @@ version = "1.0.2"
|
|
|
27
27
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
28
28
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
29
29
|
|
|
30
|
+
[[package]]
|
|
31
|
+
name = "adler2"
|
|
32
|
+
version = "2.0.0"
|
|
33
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
34
|
+
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
|
35
|
+
|
|
30
36
|
[[package]]
|
|
31
37
|
name = "aead"
|
|
32
38
|
version = "0.5.2"
|
|
@@ -39,9 +45,9 @@ dependencies = [
|
|
|
39
45
|
|
|
40
46
|
[[package]]
|
|
41
47
|
name = "aead-gcm-stream"
|
|
42
|
-
version = "0.
|
|
48
|
+
version = "0.3.0"
|
|
43
49
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
44
|
-
checksum = "
|
|
50
|
+
checksum = "4947a169074c7e038fa43051d1c4e073f4488b0e4b0a30658f1e1a1b06449ce8"
|
|
45
51
|
dependencies = [
|
|
46
52
|
"aead",
|
|
47
53
|
"aes",
|
|
@@ -241,7 +247,7 @@ dependencies = [
|
|
|
241
247
|
"proc-macro2",
|
|
242
248
|
"quote",
|
|
243
249
|
"syn 1.0.109",
|
|
244
|
-
"synstructure",
|
|
250
|
+
"synstructure 0.12.6",
|
|
245
251
|
]
|
|
246
252
|
|
|
247
253
|
[[package]]
|
|
@@ -279,7 +285,7 @@ dependencies = [
|
|
|
279
285
|
"proc-macro2",
|
|
280
286
|
"quote",
|
|
281
287
|
"swc_macros_common",
|
|
282
|
-
"syn 2.0.
|
|
288
|
+
"syn 2.0.79",
|
|
283
289
|
]
|
|
284
290
|
|
|
285
291
|
[[package]]
|
|
@@ -288,7 +294,7 @@ version = "0.4.11"
|
|
|
288
294
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
289
295
|
checksum = "cd066d0b4ef8ecb03a55319dc13aa6910616d0f44008a045bb1835af830abff5"
|
|
290
296
|
dependencies = [
|
|
291
|
-
"brotli
|
|
297
|
+
"brotli",
|
|
292
298
|
"flate2",
|
|
293
299
|
"futures-core",
|
|
294
300
|
"memchr",
|
|
@@ -315,7 +321,7 @@ checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
|
|
|
315
321
|
dependencies = [
|
|
316
322
|
"proc-macro2",
|
|
317
323
|
"quote",
|
|
318
|
-
"syn 2.0.
|
|
324
|
+
"syn 2.0.79",
|
|
319
325
|
]
|
|
320
326
|
|
|
321
327
|
[[package]]
|
|
@@ -326,7 +332,7 @@ checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
|
|
|
326
332
|
dependencies = [
|
|
327
333
|
"proc-macro2",
|
|
328
334
|
"quote",
|
|
329
|
-
"syn 2.0.
|
|
335
|
+
"syn 2.0.79",
|
|
330
336
|
]
|
|
331
337
|
|
|
332
338
|
[[package]]
|
|
@@ -343,7 +349,7 @@ checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42"
|
|
|
343
349
|
dependencies = [
|
|
344
350
|
"proc-macro2",
|
|
345
351
|
"quote",
|
|
346
|
-
"syn 2.0.
|
|
352
|
+
"syn 2.0.79",
|
|
347
353
|
]
|
|
348
354
|
|
|
349
355
|
[[package]]
|
|
@@ -362,7 +368,7 @@ dependencies = [
|
|
|
362
368
|
"cc",
|
|
363
369
|
"cfg-if",
|
|
364
370
|
"libc",
|
|
365
|
-
"miniz_oxide",
|
|
371
|
+
"miniz_oxide 0.7.4",
|
|
366
372
|
"object",
|
|
367
373
|
"rustc-demangle",
|
|
368
374
|
]
|
|
@@ -375,9 +381,9 @@ checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
|
|
|
375
381
|
|
|
376
382
|
[[package]]
|
|
377
383
|
name = "base32"
|
|
378
|
-
version = "0.
|
|
384
|
+
version = "0.5.1"
|
|
379
385
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
380
|
-
checksum = "
|
|
386
|
+
checksum = "022dfe9eb35f19ebbcb51e0b40a5ab759f46ad60cadf7297e0bd085afb50e076"
|
|
381
387
|
|
|
382
388
|
[[package]]
|
|
383
389
|
name = "base64"
|
|
@@ -434,6 +440,29 @@ dependencies = [
|
|
|
434
440
|
"serde",
|
|
435
441
|
]
|
|
436
442
|
|
|
443
|
+
[[package]]
|
|
444
|
+
name = "bindgen"
|
|
445
|
+
version = "0.69.4"
|
|
446
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
447
|
+
checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
|
|
448
|
+
dependencies = [
|
|
449
|
+
"bitflags 2.6.0",
|
|
450
|
+
"cexpr",
|
|
451
|
+
"clang-sys",
|
|
452
|
+
"itertools 0.12.1",
|
|
453
|
+
"lazy_static",
|
|
454
|
+
"lazycell",
|
|
455
|
+
"log",
|
|
456
|
+
"prettyplease 0.2.22",
|
|
457
|
+
"proc-macro2",
|
|
458
|
+
"quote",
|
|
459
|
+
"regex",
|
|
460
|
+
"rustc-hash",
|
|
461
|
+
"shlex",
|
|
462
|
+
"syn 2.0.79",
|
|
463
|
+
"which 4.4.2",
|
|
464
|
+
]
|
|
465
|
+
|
|
437
466
|
[[package]]
|
|
438
467
|
name = "bit-set"
|
|
439
468
|
version = "0.5.3"
|
|
@@ -457,9 +486,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
457
486
|
|
|
458
487
|
[[package]]
|
|
459
488
|
name = "bitflags"
|
|
460
|
-
version = "2.
|
|
489
|
+
version = "2.6.0"
|
|
461
490
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
462
|
-
checksum = "
|
|
491
|
+
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
|
463
492
|
dependencies = [
|
|
464
493
|
"serde",
|
|
465
494
|
]
|
|
@@ -476,6 +505,15 @@ dependencies = [
|
|
|
476
505
|
"wyz",
|
|
477
506
|
]
|
|
478
507
|
|
|
508
|
+
[[package]]
|
|
509
|
+
name = "blake2"
|
|
510
|
+
version = "0.10.6"
|
|
511
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
512
|
+
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
|
|
513
|
+
dependencies = [
|
|
514
|
+
"digest",
|
|
515
|
+
]
|
|
516
|
+
|
|
479
517
|
[[package]]
|
|
480
518
|
name = "block"
|
|
481
519
|
version = "0.1.6"
|
|
@@ -500,17 +538,6 @@ dependencies = [
|
|
|
500
538
|
"generic-array",
|
|
501
539
|
]
|
|
502
540
|
|
|
503
|
-
[[package]]
|
|
504
|
-
name = "brotli"
|
|
505
|
-
version = "3.5.0"
|
|
506
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
507
|
-
checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391"
|
|
508
|
-
dependencies = [
|
|
509
|
-
"alloc-no-stdlib",
|
|
510
|
-
"alloc-stdlib",
|
|
511
|
-
"brotli-decompressor 2.5.1",
|
|
512
|
-
]
|
|
513
|
-
|
|
514
541
|
[[package]]
|
|
515
542
|
name = "brotli"
|
|
516
543
|
version = "6.0.0"
|
|
@@ -519,17 +546,7 @@ checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b"
|
|
|
519
546
|
dependencies = [
|
|
520
547
|
"alloc-no-stdlib",
|
|
521
548
|
"alloc-stdlib",
|
|
522
|
-
"brotli-decompressor
|
|
523
|
-
]
|
|
524
|
-
|
|
525
|
-
[[package]]
|
|
526
|
-
name = "brotli-decompressor"
|
|
527
|
-
version = "2.5.1"
|
|
528
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
529
|
-
checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f"
|
|
530
|
-
dependencies = [
|
|
531
|
-
"alloc-no-stdlib",
|
|
532
|
-
"alloc-stdlib",
|
|
549
|
+
"brotli-decompressor",
|
|
533
550
|
]
|
|
534
551
|
|
|
535
552
|
[[package]]
|
|
@@ -558,6 +575,9 @@ name = "bumpalo"
|
|
|
558
575
|
version = "3.16.0"
|
|
559
576
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
560
577
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
578
|
+
dependencies = [
|
|
579
|
+
"allocator-api2",
|
|
580
|
+
]
|
|
561
581
|
|
|
562
582
|
[[package]]
|
|
563
583
|
name = "bytemuck"
|
|
@@ -571,6 +591,12 @@ version = "1.5.0"
|
|
|
571
591
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
572
592
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
573
593
|
|
|
594
|
+
[[package]]
|
|
595
|
+
name = "byteorder-lite"
|
|
596
|
+
version = "0.1.0"
|
|
597
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
598
|
+
checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
|
|
599
|
+
|
|
574
600
|
[[package]]
|
|
575
601
|
name = "bytes"
|
|
576
602
|
version = "1.6.0"
|
|
@@ -615,13 +641,22 @@ dependencies = [
|
|
|
615
641
|
|
|
616
642
|
[[package]]
|
|
617
643
|
name = "cc"
|
|
618
|
-
version = "1.
|
|
644
|
+
version = "1.1.24"
|
|
619
645
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
620
|
-
checksum = "
|
|
646
|
+
checksum = "812acba72f0a070b003d3697490d2b55b837230ae7c6c6497f05cc2ddbb8d938"
|
|
621
647
|
dependencies = [
|
|
622
648
|
"jobserver",
|
|
623
649
|
"libc",
|
|
624
|
-
"
|
|
650
|
+
"shlex",
|
|
651
|
+
]
|
|
652
|
+
|
|
653
|
+
[[package]]
|
|
654
|
+
name = "cexpr"
|
|
655
|
+
version = "0.6.0"
|
|
656
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
657
|
+
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
658
|
+
dependencies = [
|
|
659
|
+
"nom 7.1.3",
|
|
625
660
|
]
|
|
626
661
|
|
|
627
662
|
[[package]]
|
|
@@ -656,6 +691,17 @@ dependencies = [
|
|
|
656
691
|
"inout",
|
|
657
692
|
]
|
|
658
693
|
|
|
694
|
+
[[package]]
|
|
695
|
+
name = "clang-sys"
|
|
696
|
+
version = "1.8.1"
|
|
697
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
698
|
+
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
|
699
|
+
dependencies = [
|
|
700
|
+
"glob",
|
|
701
|
+
"libc",
|
|
702
|
+
"libloading 0.8.3",
|
|
703
|
+
]
|
|
704
|
+
|
|
659
705
|
[[package]]
|
|
660
706
|
name = "clap"
|
|
661
707
|
version = "4.5.7"
|
|
@@ -687,7 +733,7 @@ dependencies = [
|
|
|
687
733
|
"heck 0.5.0",
|
|
688
734
|
"proc-macro2",
|
|
689
735
|
"quote",
|
|
690
|
-
"syn 2.0.
|
|
736
|
+
"syn 2.0.79",
|
|
691
737
|
]
|
|
692
738
|
|
|
693
739
|
[[package]]
|
|
@@ -739,12 +785,6 @@ version = "0.1.5"
|
|
|
739
785
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
740
786
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
741
787
|
|
|
742
|
-
[[package]]
|
|
743
|
-
name = "convert_case"
|
|
744
|
-
version = "0.4.0"
|
|
745
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
746
|
-
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
747
|
-
|
|
748
788
|
[[package]]
|
|
749
789
|
name = "cooked-waker"
|
|
750
790
|
version = "5.0.0"
|
|
@@ -778,6 +818,15 @@ dependencies = [
|
|
|
778
818
|
"libc",
|
|
779
819
|
]
|
|
780
820
|
|
|
821
|
+
[[package]]
|
|
822
|
+
name = "core_maths"
|
|
823
|
+
version = "0.1.0"
|
|
824
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
825
|
+
checksum = "e3b02505ccb8c50b0aa21ace0fc08c3e53adebd4e58caa18a36152803c7709a3"
|
|
826
|
+
dependencies = [
|
|
827
|
+
"libm",
|
|
828
|
+
]
|
|
829
|
+
|
|
781
830
|
[[package]]
|
|
782
831
|
name = "cpufeatures"
|
|
783
832
|
version = "0.2.12"
|
|
@@ -908,6 +957,7 @@ dependencies = [
|
|
|
908
957
|
"cfg-if",
|
|
909
958
|
"cpufeatures",
|
|
910
959
|
"curve25519-dalek-derive",
|
|
960
|
+
"digest",
|
|
911
961
|
"fiat-crypto",
|
|
912
962
|
"rustc_version 0.4.0",
|
|
913
963
|
"subtle",
|
|
@@ -922,7 +972,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
|
|
|
922
972
|
dependencies = [
|
|
923
973
|
"proc-macro2",
|
|
924
974
|
"quote",
|
|
925
|
-
"syn 2.0.
|
|
975
|
+
"syn 2.0.79",
|
|
926
976
|
]
|
|
927
977
|
|
|
928
978
|
[[package]]
|
|
@@ -931,7 +981,7 @@ version = "0.20.0"
|
|
|
931
981
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
932
982
|
checksum = "b28bfe653d79bd16c77f659305b195b82bb5ce0c0eb2a4846b82ddbd77586813"
|
|
933
983
|
dependencies = [
|
|
934
|
-
"bitflags 2.
|
|
984
|
+
"bitflags 2.6.0",
|
|
935
985
|
"libloading 0.8.3",
|
|
936
986
|
"winapi",
|
|
937
987
|
]
|
|
@@ -973,14 +1023,14 @@ dependencies = [
|
|
|
973
1023
|
|
|
974
1024
|
[[package]]
|
|
975
1025
|
name = "deno_ast"
|
|
976
|
-
version = "0.
|
|
1026
|
+
version = "0.41.2"
|
|
977
1027
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
978
|
-
checksum = "
|
|
1028
|
+
checksum = "2a8207814a257d99164dbf780a73b9dee17af4db983f4b23ffbf20c7340d52f5"
|
|
979
1029
|
dependencies = [
|
|
980
1030
|
"anyhow",
|
|
981
1031
|
"base64 0.21.7",
|
|
982
1032
|
"deno_media_type",
|
|
983
|
-
"deno_terminal",
|
|
1033
|
+
"deno_terminal 0.1.1",
|
|
984
1034
|
"dprint-swc-ext",
|
|
985
1035
|
"once_cell",
|
|
986
1036
|
"percent-encoding",
|
|
@@ -1017,9 +1067,9 @@ dependencies = [
|
|
|
1017
1067
|
|
|
1018
1068
|
[[package]]
|
|
1019
1069
|
name = "deno_broadcast_channel"
|
|
1020
|
-
version = "0.
|
|
1070
|
+
version = "0.162.0"
|
|
1021
1071
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1022
|
-
checksum = "
|
|
1072
|
+
checksum = "2c189269cc37b36b2f3c5a7819ac7bd16020db37476bb594bf746b9e0f04e229"
|
|
1023
1073
|
dependencies = [
|
|
1024
1074
|
"async-trait",
|
|
1025
1075
|
"deno_core",
|
|
@@ -1029,9 +1079,9 @@ dependencies = [
|
|
|
1029
1079
|
|
|
1030
1080
|
[[package]]
|
|
1031
1081
|
name = "deno_cache"
|
|
1032
|
-
version = "0.
|
|
1082
|
+
version = "0.100.0"
|
|
1033
1083
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1034
|
-
checksum = "
|
|
1084
|
+
checksum = "1e08b0f7c3a3c0fd88859cf7430f14d1db1b82decdcde7a8cdf9e0406f48646d"
|
|
1035
1085
|
dependencies = [
|
|
1036
1086
|
"async-trait",
|
|
1037
1087
|
"deno_core",
|
|
@@ -1043,9 +1093,9 @@ dependencies = [
|
|
|
1043
1093
|
|
|
1044
1094
|
[[package]]
|
|
1045
1095
|
name = "deno_canvas"
|
|
1046
|
-
version = "0.
|
|
1096
|
+
version = "0.37.0"
|
|
1047
1097
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1048
|
-
checksum = "
|
|
1098
|
+
checksum = "dac44d92b5d33e784b4433c1a63a5ee512d1e0515d83f4bbf24c0bc38f4eae9f"
|
|
1049
1099
|
dependencies = [
|
|
1050
1100
|
"deno_core",
|
|
1051
1101
|
"deno_webgpu",
|
|
@@ -1055,18 +1105,18 @@ dependencies = [
|
|
|
1055
1105
|
|
|
1056
1106
|
[[package]]
|
|
1057
1107
|
name = "deno_console"
|
|
1058
|
-
version = "0.
|
|
1108
|
+
version = "0.168.0"
|
|
1059
1109
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1060
|
-
checksum = "
|
|
1110
|
+
checksum = "0ce4df3cfd9d3d98aabc106a506ea2d2789275b9f27b2a0c40bd71b40b8a72ea"
|
|
1061
1111
|
dependencies = [
|
|
1062
1112
|
"deno_core",
|
|
1063
1113
|
]
|
|
1064
1114
|
|
|
1065
1115
|
[[package]]
|
|
1066
1116
|
name = "deno_core"
|
|
1067
|
-
version = "0.
|
|
1117
|
+
version = "0.307.0"
|
|
1068
1118
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1069
|
-
checksum = "
|
|
1119
|
+
checksum = "154b0902402807a043579102f949e6dd6f3a09d2d5049929fd710fc3192bf109"
|
|
1070
1120
|
dependencies = [
|
|
1071
1121
|
"anyhow",
|
|
1072
1122
|
"bincode",
|
|
@@ -1081,6 +1131,7 @@ dependencies = [
|
|
|
1081
1131
|
"libc",
|
|
1082
1132
|
"memoffset 0.9.1",
|
|
1083
1133
|
"parking_lot 0.12.3",
|
|
1134
|
+
"percent-encoding",
|
|
1084
1135
|
"pin-project",
|
|
1085
1136
|
"serde",
|
|
1086
1137
|
"serde_json",
|
|
@@ -1101,9 +1152,9 @@ checksum = "a13951ea98c0a4c372f162d669193b4c9d991512de9f2381dd161027f34b26b1"
|
|
|
1101
1152
|
|
|
1102
1153
|
[[package]]
|
|
1103
1154
|
name = "deno_cron"
|
|
1104
|
-
version = "0.
|
|
1155
|
+
version = "0.48.0"
|
|
1105
1156
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1106
|
-
checksum = "
|
|
1157
|
+
checksum = "77893b174ecdca9ff00adc437885239068f44c58235d9ecfb36af13c57c4b228"
|
|
1107
1158
|
dependencies = [
|
|
1108
1159
|
"anyhow",
|
|
1109
1160
|
"async-trait",
|
|
@@ -1115,9 +1166,9 @@ dependencies = [
|
|
|
1115
1166
|
|
|
1116
1167
|
[[package]]
|
|
1117
1168
|
name = "deno_crypto"
|
|
1118
|
-
version = "0.
|
|
1169
|
+
version = "0.182.0"
|
|
1119
1170
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1120
|
-
checksum = "
|
|
1171
|
+
checksum = "86e8fba2b1102901abfbe644daf035257eb2faecb0134ba9e03d3c78adc0d460"
|
|
1121
1172
|
dependencies = [
|
|
1122
1173
|
"aes",
|
|
1123
1174
|
"aes-gcm",
|
|
@@ -1150,9 +1201,9 @@ dependencies = [
|
|
|
1150
1201
|
|
|
1151
1202
|
[[package]]
|
|
1152
1203
|
name = "deno_emit"
|
|
1153
|
-
version = "0.
|
|
1204
|
+
version = "0.44.0"
|
|
1154
1205
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1155
|
-
checksum = "
|
|
1206
|
+
checksum = "43a22b37181789a1b04ef823c168a194e821f8f3145d9d9d6b4da4207eba807d"
|
|
1156
1207
|
dependencies = [
|
|
1157
1208
|
"anyhow",
|
|
1158
1209
|
"base64 0.21.7",
|
|
@@ -1167,33 +1218,46 @@ dependencies = [
|
|
|
1167
1218
|
|
|
1168
1219
|
[[package]]
|
|
1169
1220
|
name = "deno_fetch"
|
|
1170
|
-
version = "0.
|
|
1221
|
+
version = "0.192.0"
|
|
1171
1222
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1172
|
-
checksum = "
|
|
1223
|
+
checksum = "d1b1f7965fc3b61f748f059b640160f076026fee2b6e3de0bcc975f849a81e07"
|
|
1173
1224
|
dependencies = [
|
|
1225
|
+
"base64 0.21.7",
|
|
1174
1226
|
"bytes",
|
|
1175
1227
|
"data-url",
|
|
1176
1228
|
"deno_core",
|
|
1177
1229
|
"deno_permissions",
|
|
1178
1230
|
"deno_tls",
|
|
1179
1231
|
"dyn-clone",
|
|
1180
|
-
"
|
|
1181
|
-
"
|
|
1232
|
+
"error_reporter",
|
|
1233
|
+
"http 1.1.0",
|
|
1234
|
+
"http-body-util",
|
|
1235
|
+
"hyper 1.4.1",
|
|
1236
|
+
"hyper-rustls 0.27.3",
|
|
1237
|
+
"hyper-util",
|
|
1238
|
+
"ipnet",
|
|
1239
|
+
"percent-encoding",
|
|
1240
|
+
"rustls-webpki 0.102.8",
|
|
1182
1241
|
"serde",
|
|
1183
1242
|
"serde_json",
|
|
1184
1243
|
"tokio",
|
|
1244
|
+
"tokio-rustls 0.26.0",
|
|
1245
|
+
"tokio-socks",
|
|
1185
1246
|
"tokio-util",
|
|
1247
|
+
"tower",
|
|
1248
|
+
"tower-http",
|
|
1249
|
+
"tower-service",
|
|
1186
1250
|
]
|
|
1187
1251
|
|
|
1188
1252
|
[[package]]
|
|
1189
1253
|
name = "deno_ffi"
|
|
1190
|
-
version = "0.
|
|
1254
|
+
version = "0.155.0"
|
|
1191
1255
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1192
|
-
checksum = "
|
|
1256
|
+
checksum = "f72ba26490834987ed4a2ba9c907e229cb9174ccff700dc8160b2ee016d4b48f"
|
|
1193
1257
|
dependencies = [
|
|
1194
1258
|
"deno_core",
|
|
1195
1259
|
"deno_permissions",
|
|
1196
|
-
"dlopen2",
|
|
1260
|
+
"dlopen2 0.6.1",
|
|
1197
1261
|
"dynasmrt",
|
|
1198
1262
|
"libffi",
|
|
1199
1263
|
"libffi-sys",
|
|
@@ -1206,9 +1270,9 @@ dependencies = [
|
|
|
1206
1270
|
|
|
1207
1271
|
[[package]]
|
|
1208
1272
|
name = "deno_fs"
|
|
1209
|
-
version = "0.
|
|
1273
|
+
version = "0.78.0"
|
|
1210
1274
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1211
|
-
checksum = "
|
|
1275
|
+
checksum = "16b36efaa12cdd1fa873454f8584f976c04b9d0fefb18d8b32d0d8e523d31285"
|
|
1212
1276
|
dependencies = [
|
|
1213
1277
|
"async-trait",
|
|
1214
1278
|
"base32",
|
|
@@ -1223,13 +1287,14 @@ dependencies = [
|
|
|
1223
1287
|
"rayon",
|
|
1224
1288
|
"serde",
|
|
1225
1289
|
"winapi",
|
|
1290
|
+
"windows-sys 0.52.0",
|
|
1226
1291
|
]
|
|
1227
1292
|
|
|
1228
1293
|
[[package]]
|
|
1229
1294
|
name = "deno_graph"
|
|
1230
|
-
version = "0.
|
|
1295
|
+
version = "0.81.3"
|
|
1231
1296
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1232
|
-
checksum = "
|
|
1297
|
+
checksum = "450d75c29d99fd7325dd19a1ed7c3afb18ec04d1f4a4762350a29cbe041647c3"
|
|
1233
1298
|
dependencies = [
|
|
1234
1299
|
"anyhow",
|
|
1235
1300
|
"async-trait",
|
|
@@ -1256,14 +1321,14 @@ dependencies = [
|
|
|
1256
1321
|
|
|
1257
1322
|
[[package]]
|
|
1258
1323
|
name = "deno_http"
|
|
1259
|
-
version = "0.
|
|
1324
|
+
version = "0.166.0"
|
|
1260
1325
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1261
|
-
checksum = "
|
|
1326
|
+
checksum = "766084f14c2a8a1994148e63dd119a14f8ae92062ec35187c456d1d62506a55a"
|
|
1262
1327
|
dependencies = [
|
|
1263
1328
|
"async-compression",
|
|
1264
1329
|
"async-trait",
|
|
1265
1330
|
"base64 0.21.7",
|
|
1266
|
-
"brotli
|
|
1331
|
+
"brotli",
|
|
1267
1332
|
"bytes",
|
|
1268
1333
|
"cache_control",
|
|
1269
1334
|
"deno_core",
|
|
@@ -1274,7 +1339,7 @@ dependencies = [
|
|
|
1274
1339
|
"http 1.1.0",
|
|
1275
1340
|
"httparse",
|
|
1276
1341
|
"hyper 0.14.29",
|
|
1277
|
-
"hyper 1.1
|
|
1342
|
+
"hyper 1.4.1",
|
|
1278
1343
|
"hyper-util",
|
|
1279
1344
|
"itertools 0.10.5",
|
|
1280
1345
|
"memmem",
|
|
@@ -1294,42 +1359,48 @@ dependencies = [
|
|
|
1294
1359
|
|
|
1295
1360
|
[[package]]
|
|
1296
1361
|
name = "deno_io"
|
|
1297
|
-
version = "0.
|
|
1362
|
+
version = "0.78.0"
|
|
1298
1363
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1299
|
-
checksum = "
|
|
1364
|
+
checksum = "8ac55c795668d6a1898dbb2d1c24fb49a1a4eff2b2a95ebd90621e0257c28fa1"
|
|
1300
1365
|
dependencies = [
|
|
1301
1366
|
"async-trait",
|
|
1302
1367
|
"deno_core",
|
|
1303
1368
|
"filetime",
|
|
1304
1369
|
"fs3",
|
|
1370
|
+
"libc",
|
|
1305
1371
|
"log",
|
|
1306
1372
|
"once_cell",
|
|
1307
1373
|
"os_pipe",
|
|
1308
1374
|
"parking_lot 0.12.3",
|
|
1375
|
+
"pin-project",
|
|
1309
1376
|
"rand",
|
|
1310
1377
|
"tokio",
|
|
1378
|
+
"uuid",
|
|
1311
1379
|
"winapi",
|
|
1380
|
+
"windows-sys 0.52.0",
|
|
1312
1381
|
]
|
|
1313
1382
|
|
|
1314
1383
|
[[package]]
|
|
1315
1384
|
name = "deno_kv"
|
|
1316
|
-
version = "0.
|
|
1385
|
+
version = "0.76.0"
|
|
1317
1386
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1318
|
-
checksum = "
|
|
1387
|
+
checksum = "52285af160593d519407f83e096135f8d36abe6c46e2f50efd0543598072946a"
|
|
1319
1388
|
dependencies = [
|
|
1320
1389
|
"anyhow",
|
|
1321
1390
|
"async-trait",
|
|
1322
1391
|
"base64 0.21.7",
|
|
1392
|
+
"bytes",
|
|
1323
1393
|
"chrono",
|
|
1324
1394
|
"deno_core",
|
|
1325
1395
|
"deno_fetch",
|
|
1326
|
-
"deno_node",
|
|
1327
1396
|
"deno_permissions",
|
|
1328
1397
|
"deno_tls",
|
|
1329
1398
|
"denokv_proto",
|
|
1330
1399
|
"denokv_remote",
|
|
1331
1400
|
"denokv_sqlite",
|
|
1332
1401
|
"faster-hex",
|
|
1402
|
+
"http 1.1.0",
|
|
1403
|
+
"http-body-util",
|
|
1333
1404
|
"log",
|
|
1334
1405
|
"num-bigint",
|
|
1335
1406
|
"prost",
|
|
@@ -1353,9 +1424,9 @@ dependencies = [
|
|
|
1353
1424
|
|
|
1354
1425
|
[[package]]
|
|
1355
1426
|
name = "deno_napi"
|
|
1356
|
-
version = "0.
|
|
1427
|
+
version = "0.99.0"
|
|
1357
1428
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1358
|
-
checksum = "
|
|
1429
|
+
checksum = "58bdc5e573fa3c710b135698ea95698a61c9fcf4674a40bfc3a7c8b3549e974e"
|
|
1359
1430
|
dependencies = [
|
|
1360
1431
|
"deno_core",
|
|
1361
1432
|
"deno_permissions",
|
|
@@ -1364,22 +1435,22 @@ dependencies = [
|
|
|
1364
1435
|
|
|
1365
1436
|
[[package]]
|
|
1366
1437
|
name = "deno_native_certs"
|
|
1367
|
-
version = "0.
|
|
1438
|
+
version = "0.3.1"
|
|
1368
1439
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1369
|
-
checksum = "
|
|
1440
|
+
checksum = "86bc737e098a45aa5742d51ce694ac7236a1e69fb0d9df8c862e9b4c9583c5f9"
|
|
1370
1441
|
dependencies = [
|
|
1371
|
-
"dlopen2",
|
|
1442
|
+
"dlopen2 0.7.0",
|
|
1372
1443
|
"dlopen2_derive",
|
|
1373
1444
|
"once_cell",
|
|
1374
1445
|
"rustls-native-certs",
|
|
1375
|
-
"rustls-pemfile",
|
|
1446
|
+
"rustls-pemfile 2.2.0",
|
|
1376
1447
|
]
|
|
1377
1448
|
|
|
1378
1449
|
[[package]]
|
|
1379
1450
|
name = "deno_net"
|
|
1380
|
-
version = "0.
|
|
1451
|
+
version = "0.160.0"
|
|
1381
1452
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1382
|
-
checksum = "
|
|
1453
|
+
checksum = "894e50ad24486c1a230d4be5578f06ee32c6236d1c678e56e418e44a548e4a04"
|
|
1383
1454
|
dependencies = [
|
|
1384
1455
|
"deno_core",
|
|
1385
1456
|
"deno_permissions",
|
|
@@ -1395,14 +1466,16 @@ dependencies = [
|
|
|
1395
1466
|
|
|
1396
1467
|
[[package]]
|
|
1397
1468
|
name = "deno_node"
|
|
1398
|
-
version = "0.
|
|
1469
|
+
version = "0.105.0"
|
|
1399
1470
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1400
|
-
checksum = "
|
|
1471
|
+
checksum = "c9198bffc792f226accdd354104ff7d8e92f91a19fdab81abccbd54ef52b6f3c"
|
|
1401
1472
|
dependencies = [
|
|
1402
1473
|
"aead-gcm-stream",
|
|
1403
1474
|
"aes",
|
|
1404
1475
|
"async-trait",
|
|
1405
|
-
"
|
|
1476
|
+
"base64 0.21.7",
|
|
1477
|
+
"blake2",
|
|
1478
|
+
"brotli",
|
|
1406
1479
|
"bytes",
|
|
1407
1480
|
"cbc",
|
|
1408
1481
|
"const-oid",
|
|
@@ -1410,20 +1483,28 @@ dependencies = [
|
|
|
1410
1483
|
"deno_core",
|
|
1411
1484
|
"deno_fetch",
|
|
1412
1485
|
"deno_fs",
|
|
1486
|
+
"deno_io",
|
|
1413
1487
|
"deno_media_type",
|
|
1414
1488
|
"deno_net",
|
|
1489
|
+
"deno_package_json",
|
|
1415
1490
|
"deno_permissions",
|
|
1416
1491
|
"deno_whoami",
|
|
1492
|
+
"der",
|
|
1417
1493
|
"digest",
|
|
1418
1494
|
"dsa",
|
|
1419
1495
|
"ecb",
|
|
1496
|
+
"ecdsa",
|
|
1497
|
+
"ed25519-dalek",
|
|
1420
1498
|
"elliptic-curve",
|
|
1421
1499
|
"errno 0.2.8",
|
|
1422
1500
|
"faster-hex",
|
|
1423
|
-
"h2 0.
|
|
1501
|
+
"h2 0.4.5",
|
|
1424
1502
|
"hkdf",
|
|
1425
1503
|
"home",
|
|
1426
|
-
"http
|
|
1504
|
+
"http 1.1.0",
|
|
1505
|
+
"http-body-util",
|
|
1506
|
+
"hyper 1.4.1",
|
|
1507
|
+
"hyper-util",
|
|
1427
1508
|
"idna 0.3.0",
|
|
1428
1509
|
"indexmap",
|
|
1429
1510
|
"ipnetwork",
|
|
@@ -1433,6 +1514,8 @@ dependencies = [
|
|
|
1433
1514
|
"libz-sys",
|
|
1434
1515
|
"md-5",
|
|
1435
1516
|
"md4",
|
|
1517
|
+
"memchr",
|
|
1518
|
+
"node_resolver",
|
|
1436
1519
|
"num-bigint",
|
|
1437
1520
|
"num-bigint-dig",
|
|
1438
1521
|
"num-integer",
|
|
@@ -1444,51 +1527,70 @@ dependencies = [
|
|
|
1444
1527
|
"path-clean",
|
|
1445
1528
|
"pbkdf2 0.12.2",
|
|
1446
1529
|
"pin-project-lite",
|
|
1530
|
+
"pkcs8",
|
|
1447
1531
|
"rand",
|
|
1448
1532
|
"regex",
|
|
1449
|
-
"reqwest",
|
|
1450
1533
|
"ring",
|
|
1451
1534
|
"ripemd",
|
|
1452
1535
|
"rsa",
|
|
1453
1536
|
"scrypt",
|
|
1454
1537
|
"sec1",
|
|
1455
1538
|
"serde",
|
|
1456
|
-
"
|
|
1539
|
+
"sha1",
|
|
1457
1540
|
"sha2",
|
|
1541
|
+
"sha3",
|
|
1458
1542
|
"signature",
|
|
1459
1543
|
"simd-json",
|
|
1544
|
+
"sm3",
|
|
1460
1545
|
"spki",
|
|
1546
|
+
"stable_deref_trait",
|
|
1547
|
+
"thiserror",
|
|
1461
1548
|
"tokio",
|
|
1462
1549
|
"url",
|
|
1463
1550
|
"winapi",
|
|
1464
|
-
"windows-sys 0.
|
|
1551
|
+
"windows-sys 0.52.0",
|
|
1465
1552
|
"x25519-dalek",
|
|
1466
1553
|
"x509-parser",
|
|
1554
|
+
"yoke",
|
|
1467
1555
|
]
|
|
1468
1556
|
|
|
1469
1557
|
[[package]]
|
|
1470
1558
|
name = "deno_ops"
|
|
1471
|
-
version = "0.
|
|
1559
|
+
version = "0.183.0"
|
|
1472
1560
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1473
|
-
checksum = "
|
|
1561
|
+
checksum = "9114f9eb6419839f1ab9668f91c463238945bb974e1998629a703f72b4608daf"
|
|
1474
1562
|
dependencies = [
|
|
1475
1563
|
"proc-macro-rules",
|
|
1476
1564
|
"proc-macro2",
|
|
1477
1565
|
"quote",
|
|
1478
1566
|
"strum",
|
|
1479
1567
|
"strum_macros",
|
|
1480
|
-
"syn 2.0.
|
|
1568
|
+
"syn 2.0.79",
|
|
1481
1569
|
"thiserror",
|
|
1482
1570
|
]
|
|
1483
1571
|
|
|
1572
|
+
[[package]]
|
|
1573
|
+
name = "deno_package_json"
|
|
1574
|
+
version = "0.1.1"
|
|
1575
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1576
|
+
checksum = "38cf6ea5cc98ea7ad58b0e84593773bea03fc0431071a296017bed4151e3dc1d"
|
|
1577
|
+
dependencies = [
|
|
1578
|
+
"deno_semver",
|
|
1579
|
+
"indexmap",
|
|
1580
|
+
"serde",
|
|
1581
|
+
"serde_json",
|
|
1582
|
+
"thiserror",
|
|
1583
|
+
"url",
|
|
1584
|
+
]
|
|
1585
|
+
|
|
1484
1586
|
[[package]]
|
|
1485
1587
|
name = "deno_permissions"
|
|
1486
|
-
version = "0.
|
|
1588
|
+
version = "0.28.0"
|
|
1487
1589
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1488
|
-
checksum = "
|
|
1590
|
+
checksum = "c5da65cda75ef4fa8eb12f8da199fea40214aac98e8f040fe4063df181c91a54"
|
|
1489
1591
|
dependencies = [
|
|
1490
1592
|
"deno_core",
|
|
1491
|
-
"deno_terminal",
|
|
1593
|
+
"deno_terminal 0.2.0",
|
|
1492
1594
|
"fqdn",
|
|
1493
1595
|
"libc",
|
|
1494
1596
|
"log",
|
|
@@ -1500,9 +1602,9 @@ dependencies = [
|
|
|
1500
1602
|
|
|
1501
1603
|
[[package]]
|
|
1502
1604
|
name = "deno_runtime"
|
|
1503
|
-
version = "0.
|
|
1605
|
+
version = "0.177.0"
|
|
1504
1606
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1505
|
-
checksum = "
|
|
1607
|
+
checksum = "ea0c001815a24aae56654fd1eb0281ced81117a4659fd6e98df768c6ca908e9e"
|
|
1506
1608
|
dependencies = [
|
|
1507
1609
|
"deno_ast",
|
|
1508
1610
|
"deno_broadcast_channel",
|
|
@@ -1522,7 +1624,7 @@ dependencies = [
|
|
|
1522
1624
|
"deno_net",
|
|
1523
1625
|
"deno_node",
|
|
1524
1626
|
"deno_permissions",
|
|
1525
|
-
"deno_terminal",
|
|
1627
|
+
"deno_terminal 0.2.0",
|
|
1526
1628
|
"deno_tls",
|
|
1527
1629
|
"deno_url",
|
|
1528
1630
|
"deno_web",
|
|
@@ -1530,19 +1632,20 @@ dependencies = [
|
|
|
1530
1632
|
"deno_webidl",
|
|
1531
1633
|
"deno_websocket",
|
|
1532
1634
|
"deno_webstorage",
|
|
1533
|
-
"dlopen2",
|
|
1635
|
+
"dlopen2 0.6.1",
|
|
1534
1636
|
"encoding_rs",
|
|
1535
1637
|
"fastwebsockets",
|
|
1536
1638
|
"flate2",
|
|
1537
1639
|
"http 1.1.0",
|
|
1538
1640
|
"http-body-util",
|
|
1539
1641
|
"hyper 0.14.29",
|
|
1540
|
-
"hyper 1.1
|
|
1642
|
+
"hyper 1.4.1",
|
|
1541
1643
|
"hyper-util",
|
|
1542
1644
|
"libc",
|
|
1543
1645
|
"log",
|
|
1544
1646
|
"netif",
|
|
1545
1647
|
"nix 0.26.2",
|
|
1648
|
+
"node_resolver",
|
|
1546
1649
|
"notify",
|
|
1547
1650
|
"ntapi",
|
|
1548
1651
|
"once_cell",
|
|
@@ -1558,14 +1661,14 @@ dependencies = [
|
|
|
1558
1661
|
"uuid",
|
|
1559
1662
|
"which 4.4.2",
|
|
1560
1663
|
"winapi",
|
|
1561
|
-
"windows-sys 0.
|
|
1664
|
+
"windows-sys 0.52.0",
|
|
1562
1665
|
]
|
|
1563
1666
|
|
|
1564
1667
|
[[package]]
|
|
1565
1668
|
name = "deno_semver"
|
|
1566
|
-
version = "0.5.
|
|
1669
|
+
version = "0.5.14"
|
|
1567
1670
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1568
|
-
checksum = "
|
|
1671
|
+
checksum = "670fec7ef309384e23c2a90ac5d2d9d91a776d225306c75f5cdd28cf6cc8a59f"
|
|
1569
1672
|
dependencies = [
|
|
1570
1673
|
"monch",
|
|
1571
1674
|
"once_cell",
|
|
@@ -1584,37 +1687,48 @@ dependencies = [
|
|
|
1584
1687
|
"termcolor",
|
|
1585
1688
|
]
|
|
1586
1689
|
|
|
1690
|
+
[[package]]
|
|
1691
|
+
name = "deno_terminal"
|
|
1692
|
+
version = "0.2.0"
|
|
1693
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1694
|
+
checksum = "daef12499e89ee99e51ad6000a91f600d3937fb028ad4918af76810c5bc9e0d5"
|
|
1695
|
+
dependencies = [
|
|
1696
|
+
"once_cell",
|
|
1697
|
+
"termcolor",
|
|
1698
|
+
]
|
|
1699
|
+
|
|
1587
1700
|
[[package]]
|
|
1588
1701
|
name = "deno_tls"
|
|
1589
|
-
version = "0.
|
|
1702
|
+
version = "0.155.0"
|
|
1590
1703
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1591
|
-
checksum = "
|
|
1704
|
+
checksum = "1ecf287779e2261898363edff6cb5d90517c02311e46a287327be868ba652ffc"
|
|
1592
1705
|
dependencies = [
|
|
1593
1706
|
"deno_core",
|
|
1594
1707
|
"deno_native_certs",
|
|
1595
|
-
"rustls",
|
|
1596
|
-
"rustls-pemfile",
|
|
1708
|
+
"rustls 0.23.13",
|
|
1709
|
+
"rustls-pemfile 2.2.0",
|
|
1597
1710
|
"rustls-tokio-stream",
|
|
1598
|
-
"rustls-webpki",
|
|
1711
|
+
"rustls-webpki 0.102.8",
|
|
1599
1712
|
"serde",
|
|
1600
1713
|
"tokio",
|
|
1601
|
-
"webpki-roots",
|
|
1714
|
+
"webpki-roots 0.26.6",
|
|
1602
1715
|
]
|
|
1603
1716
|
|
|
1604
1717
|
[[package]]
|
|
1605
1718
|
name = "deno_unsync"
|
|
1606
|
-
version = "0.
|
|
1719
|
+
version = "0.4.1"
|
|
1607
1720
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1608
|
-
checksum = "
|
|
1721
|
+
checksum = "2f36b4ef61a04ce201b925a5dffa90f88437d37fee4836c758470dd15ba7f05e"
|
|
1609
1722
|
dependencies = [
|
|
1723
|
+
"parking_lot 0.12.3",
|
|
1610
1724
|
"tokio",
|
|
1611
1725
|
]
|
|
1612
1726
|
|
|
1613
1727
|
[[package]]
|
|
1614
1728
|
name = "deno_url"
|
|
1615
|
-
version = "0.
|
|
1729
|
+
version = "0.168.0"
|
|
1616
1730
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1617
|
-
checksum = "
|
|
1731
|
+
checksum = "778a1b3d9cc786dad57b1bd38234661c5b6c393abb8696b8587703be60e42f30"
|
|
1618
1732
|
dependencies = [
|
|
1619
1733
|
"deno_core",
|
|
1620
1734
|
"urlpattern",
|
|
@@ -1622,9 +1736,9 @@ dependencies = [
|
|
|
1622
1736
|
|
|
1623
1737
|
[[package]]
|
|
1624
1738
|
name = "deno_web"
|
|
1625
|
-
version = "0.
|
|
1739
|
+
version = "0.199.0"
|
|
1626
1740
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1627
|
-
checksum = "
|
|
1741
|
+
checksum = "b1cc535e4d4b3a5f7df12ae4e5e08411ee0b13d99f528b874dbb253222872b13"
|
|
1628
1742
|
dependencies = [
|
|
1629
1743
|
"async-trait",
|
|
1630
1744
|
"base64-simd 0.8.0",
|
|
@@ -1641,9 +1755,9 @@ dependencies = [
|
|
|
1641
1755
|
|
|
1642
1756
|
[[package]]
|
|
1643
1757
|
name = "deno_webgpu"
|
|
1644
|
-
version = "0.
|
|
1758
|
+
version = "0.135.0"
|
|
1645
1759
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1646
|
-
checksum = "
|
|
1760
|
+
checksum = "f7e31141fce1af2d6f4cb454acb1048a3874ae7a0b7805eaf6f720adb3021389"
|
|
1647
1761
|
dependencies = [
|
|
1648
1762
|
"deno_core",
|
|
1649
1763
|
"raw-window-handle",
|
|
@@ -1655,18 +1769,18 @@ dependencies = [
|
|
|
1655
1769
|
|
|
1656
1770
|
[[package]]
|
|
1657
1771
|
name = "deno_webidl"
|
|
1658
|
-
version = "0.
|
|
1772
|
+
version = "0.168.0"
|
|
1659
1773
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1660
|
-
checksum = "
|
|
1774
|
+
checksum = "a6056a468bdad552aefd706c0349a1467e9578fb010ffff722396eaf39241171"
|
|
1661
1775
|
dependencies = [
|
|
1662
1776
|
"deno_core",
|
|
1663
1777
|
]
|
|
1664
1778
|
|
|
1665
1779
|
[[package]]
|
|
1666
1780
|
name = "deno_websocket"
|
|
1667
|
-
version = "0.
|
|
1781
|
+
version = "0.173.0"
|
|
1668
1782
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1669
|
-
checksum = "
|
|
1783
|
+
checksum = "43dfd2e4c5280f31ff8a9fd9d7cd2723a8fc808e9469980b8ee192e715c806dd"
|
|
1670
1784
|
dependencies = [
|
|
1671
1785
|
"bytes",
|
|
1672
1786
|
"deno_core",
|
|
@@ -1677,7 +1791,7 @@ dependencies = [
|
|
|
1677
1791
|
"h2 0.4.5",
|
|
1678
1792
|
"http 1.1.0",
|
|
1679
1793
|
"http-body-util",
|
|
1680
|
-
"hyper 1.1
|
|
1794
|
+
"hyper 1.4.1",
|
|
1681
1795
|
"hyper-util",
|
|
1682
1796
|
"once_cell",
|
|
1683
1797
|
"rustls-tokio-stream",
|
|
@@ -1687,9 +1801,9 @@ dependencies = [
|
|
|
1687
1801
|
|
|
1688
1802
|
[[package]]
|
|
1689
1803
|
name = "deno_webstorage"
|
|
1690
|
-
version = "0.
|
|
1804
|
+
version = "0.163.0"
|
|
1691
1805
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1692
|
-
checksum = "
|
|
1806
|
+
checksum = "95493ee18da21a8d8e4a816741a15cd0948ad707aef05e0017f6836aeb932594"
|
|
1693
1807
|
dependencies = [
|
|
1694
1808
|
"deno_core",
|
|
1695
1809
|
"deno_web",
|
|
@@ -1708,9 +1822,9 @@ dependencies = [
|
|
|
1708
1822
|
|
|
1709
1823
|
[[package]]
|
|
1710
1824
|
name = "denokv_proto"
|
|
1711
|
-
version = "0.
|
|
1825
|
+
version = "0.8.3"
|
|
1712
1826
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1713
|
-
checksum = "
|
|
1827
|
+
checksum = "25e4ca7a6388ad11c5b8d8ad2300dbd57cdd1ba20fe7feb25aa5da8ae0ea83fd"
|
|
1714
1828
|
dependencies = [
|
|
1715
1829
|
"anyhow",
|
|
1716
1830
|
"async-trait",
|
|
@@ -1718,16 +1832,15 @@ dependencies = [
|
|
|
1718
1832
|
"futures",
|
|
1719
1833
|
"num-bigint",
|
|
1720
1834
|
"prost",
|
|
1721
|
-
"prost-build",
|
|
1722
1835
|
"serde",
|
|
1723
1836
|
"uuid",
|
|
1724
1837
|
]
|
|
1725
1838
|
|
|
1726
1839
|
[[package]]
|
|
1727
1840
|
name = "denokv_remote"
|
|
1728
|
-
version = "0.
|
|
1841
|
+
version = "0.8.3"
|
|
1729
1842
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1730
|
-
checksum = "
|
|
1843
|
+
checksum = "63bf273105c8ea5497fff56ec2729f72898347359b385ec9420158230a07ce67"
|
|
1731
1844
|
dependencies = [
|
|
1732
1845
|
"anyhow",
|
|
1733
1846
|
"async-stream",
|
|
@@ -1736,10 +1849,10 @@ dependencies = [
|
|
|
1736
1849
|
"chrono",
|
|
1737
1850
|
"denokv_proto",
|
|
1738
1851
|
"futures",
|
|
1852
|
+
"http 1.1.0",
|
|
1739
1853
|
"log",
|
|
1740
1854
|
"prost",
|
|
1741
1855
|
"rand",
|
|
1742
|
-
"reqwest",
|
|
1743
1856
|
"serde",
|
|
1744
1857
|
"serde_json",
|
|
1745
1858
|
"tokio",
|
|
@@ -1750,9 +1863,9 @@ dependencies = [
|
|
|
1750
1863
|
|
|
1751
1864
|
[[package]]
|
|
1752
1865
|
name = "denokv_sqlite"
|
|
1753
|
-
version = "0.
|
|
1866
|
+
version = "0.8.3"
|
|
1754
1867
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1755
|
-
checksum = "
|
|
1868
|
+
checksum = "6e32dcfde2d7b2ed3200e2cdc2f90a6aeee31c83a2dd89425356f509f1238759"
|
|
1756
1869
|
dependencies = [
|
|
1757
1870
|
"anyhow",
|
|
1758
1871
|
"async-stream",
|
|
@@ -1780,6 +1893,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1780
1893
|
checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
|
|
1781
1894
|
dependencies = [
|
|
1782
1895
|
"const-oid",
|
|
1896
|
+
"der_derive",
|
|
1783
1897
|
"pem-rfc7468",
|
|
1784
1898
|
"zeroize",
|
|
1785
1899
|
]
|
|
@@ -1799,25 +1913,23 @@ dependencies = [
|
|
|
1799
1913
|
]
|
|
1800
1914
|
|
|
1801
1915
|
[[package]]
|
|
1802
|
-
name = "
|
|
1803
|
-
version = "0.3
|
|
1916
|
+
name = "der_derive"
|
|
1917
|
+
version = "0.7.3"
|
|
1804
1918
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1805
|
-
checksum = "
|
|
1919
|
+
checksum = "8034092389675178f570469e6c3b0465d3d30b4505c294a6550db47f3c17ad18"
|
|
1806
1920
|
dependencies = [
|
|
1807
|
-
"
|
|
1921
|
+
"proc-macro2",
|
|
1922
|
+
"quote",
|
|
1923
|
+
"syn 2.0.79",
|
|
1808
1924
|
]
|
|
1809
1925
|
|
|
1810
1926
|
[[package]]
|
|
1811
|
-
name = "
|
|
1812
|
-
version = "0.
|
|
1927
|
+
name = "deranged"
|
|
1928
|
+
version = "0.3.11"
|
|
1813
1929
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1814
|
-
checksum = "
|
|
1930
|
+
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
|
1815
1931
|
dependencies = [
|
|
1816
|
-
"
|
|
1817
|
-
"proc-macro2",
|
|
1818
|
-
"quote",
|
|
1819
|
-
"rustc_version 0.4.0",
|
|
1820
|
-
"syn 2.0.66",
|
|
1932
|
+
"powerfmt",
|
|
1821
1933
|
]
|
|
1822
1934
|
|
|
1823
1935
|
[[package]]
|
|
@@ -1878,7 +1990,7 @@ checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
|
|
|
1878
1990
|
dependencies = [
|
|
1879
1991
|
"proc-macro2",
|
|
1880
1992
|
"quote",
|
|
1881
|
-
"syn 2.0.
|
|
1993
|
+
"syn 2.0.79",
|
|
1882
1994
|
]
|
|
1883
1995
|
|
|
1884
1996
|
[[package]]
|
|
@@ -1893,6 +2005,18 @@ dependencies = [
|
|
|
1893
2005
|
"winapi",
|
|
1894
2006
|
]
|
|
1895
2007
|
|
|
2008
|
+
[[package]]
|
|
2009
|
+
name = "dlopen2"
|
|
2010
|
+
version = "0.7.0"
|
|
2011
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2012
|
+
checksum = "9e1297103d2bbaea85724fcee6294c2d50b1081f9ad47d0f6f6f61eda65315a6"
|
|
2013
|
+
dependencies = [
|
|
2014
|
+
"dlopen2_derive",
|
|
2015
|
+
"libc",
|
|
2016
|
+
"once_cell",
|
|
2017
|
+
"winapi",
|
|
2018
|
+
]
|
|
2019
|
+
|
|
1896
2020
|
[[package]]
|
|
1897
2021
|
name = "dlopen2_derive"
|
|
1898
2022
|
version = "0.4.0"
|
|
@@ -1901,7 +2025,7 @@ checksum = "f2b99bf03862d7f545ebc28ddd33a665b50865f4dfd84031a393823879bd4c54"
|
|
|
1901
2025
|
dependencies = [
|
|
1902
2026
|
"proc-macro2",
|
|
1903
2027
|
"quote",
|
|
1904
|
-
"syn 2.0.
|
|
2028
|
+
"syn 2.0.79",
|
|
1905
2029
|
]
|
|
1906
2030
|
|
|
1907
2031
|
[[package]]
|
|
@@ -1921,9 +2045,9 @@ dependencies = [
|
|
|
1921
2045
|
|
|
1922
2046
|
[[package]]
|
|
1923
2047
|
name = "dprint-swc-ext"
|
|
1924
|
-
version = "0.
|
|
2048
|
+
version = "0.18.0"
|
|
1925
2049
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1926
|
-
checksum = "
|
|
2050
|
+
checksum = "f385cdad3065151fae39262ad43003099234689856a0dc476e8804c5ba8f475b"
|
|
1927
2051
|
dependencies = [
|
|
1928
2052
|
"num-bigint",
|
|
1929
2053
|
"rustc-hash",
|
|
@@ -2040,6 +2164,32 @@ dependencies = [
|
|
|
2040
2164
|
"spki",
|
|
2041
2165
|
]
|
|
2042
2166
|
|
|
2167
|
+
[[package]]
|
|
2168
|
+
name = "ed25519"
|
|
2169
|
+
version = "2.2.3"
|
|
2170
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2171
|
+
checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
|
|
2172
|
+
dependencies = [
|
|
2173
|
+
"pkcs8",
|
|
2174
|
+
"signature",
|
|
2175
|
+
]
|
|
2176
|
+
|
|
2177
|
+
[[package]]
|
|
2178
|
+
name = "ed25519-dalek"
|
|
2179
|
+
version = "2.1.1"
|
|
2180
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2181
|
+
checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871"
|
|
2182
|
+
dependencies = [
|
|
2183
|
+
"curve25519-dalek",
|
|
2184
|
+
"ed25519",
|
|
2185
|
+
"rand_core",
|
|
2186
|
+
"serde",
|
|
2187
|
+
"sha2",
|
|
2188
|
+
"signature",
|
|
2189
|
+
"subtle",
|
|
2190
|
+
"zeroize",
|
|
2191
|
+
]
|
|
2192
|
+
|
|
2043
2193
|
[[package]]
|
|
2044
2194
|
name = "either"
|
|
2045
2195
|
version = "1.12.0"
|
|
@@ -2053,6 +2203,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2053
2203
|
checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
|
|
2054
2204
|
dependencies = [
|
|
2055
2205
|
"base16ct",
|
|
2206
|
+
"base64ct",
|
|
2056
2207
|
"crypto-bigint",
|
|
2057
2208
|
"digest",
|
|
2058
2209
|
"ff",
|
|
@@ -2063,6 +2214,8 @@ dependencies = [
|
|
|
2063
2214
|
"pkcs8",
|
|
2064
2215
|
"rand_core",
|
|
2065
2216
|
"sec1",
|
|
2217
|
+
"serde_json",
|
|
2218
|
+
"serdect",
|
|
2066
2219
|
"subtle",
|
|
2067
2220
|
"zeroize",
|
|
2068
2221
|
]
|
|
@@ -2091,7 +2244,7 @@ dependencies = [
|
|
|
2091
2244
|
"heck 0.4.1",
|
|
2092
2245
|
"proc-macro2",
|
|
2093
2246
|
"quote",
|
|
2094
|
-
"syn 2.0.
|
|
2247
|
+
"syn 2.0.79",
|
|
2095
2248
|
]
|
|
2096
2249
|
|
|
2097
2250
|
[[package]]
|
|
@@ -2150,6 +2303,12 @@ version = "3.2.0"
|
|
|
2150
2303
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2151
2304
|
checksum = "a0474425d51df81997e2f90a21591180b38eccf27292d755f3e30750225c175b"
|
|
2152
2305
|
|
|
2306
|
+
[[package]]
|
|
2307
|
+
name = "error_reporter"
|
|
2308
|
+
version = "1.0.0"
|
|
2309
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2310
|
+
checksum = "31ae425815400e5ed474178a7a22e275a9687086a12ca63ec793ff292d8fdae8"
|
|
2311
|
+
|
|
2153
2312
|
[[package]]
|
|
2154
2313
|
name = "escape8259"
|
|
2155
2314
|
version = "0.5.3"
|
|
@@ -2158,9 +2317,9 @@ checksum = "5692dd7b5a1978a5aeb0ce83b7655c58ca8efdcb79d21036ea249da95afec2c6"
|
|
|
2158
2317
|
|
|
2159
2318
|
[[package]]
|
|
2160
2319
|
name = "fallible-iterator"
|
|
2161
|
-
version = "0.
|
|
2320
|
+
version = "0.3.0"
|
|
2162
2321
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2163
|
-
checksum = "
|
|
2322
|
+
checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
|
|
2164
2323
|
|
|
2165
2324
|
[[package]]
|
|
2166
2325
|
name = "fallible-streaming-iterator"
|
|
@@ -2194,13 +2353,14 @@ checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
|
|
|
2194
2353
|
|
|
2195
2354
|
[[package]]
|
|
2196
2355
|
name = "fastwebsockets"
|
|
2197
|
-
version = "0.
|
|
2356
|
+
version = "0.8.0"
|
|
2198
2357
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2199
|
-
checksum = "
|
|
2358
|
+
checksum = "26da0c7b5cef45c521a6f9cdfffdfeb6c9f5804fbac332deb5ae254634c7a6be"
|
|
2200
2359
|
dependencies = [
|
|
2201
2360
|
"base64 0.21.7",
|
|
2361
|
+
"bytes",
|
|
2202
2362
|
"http-body-util",
|
|
2203
|
-
"hyper 1.1
|
|
2363
|
+
"hyper 1.4.1",
|
|
2204
2364
|
"hyper-util",
|
|
2205
2365
|
"pin-project",
|
|
2206
2366
|
"rand",
|
|
@@ -2272,7 +2432,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2272
2432
|
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
|
|
2273
2433
|
dependencies = [
|
|
2274
2434
|
"crc32fast",
|
|
2275
|
-
"miniz_oxide",
|
|
2435
|
+
"miniz_oxide 0.7.4",
|
|
2276
2436
|
]
|
|
2277
2437
|
|
|
2278
2438
|
[[package]]
|
|
@@ -2301,9 +2461,9 @@ dependencies = [
|
|
|
2301
2461
|
|
|
2302
2462
|
[[package]]
|
|
2303
2463
|
name = "fontdb"
|
|
2304
|
-
version = "0.
|
|
2464
|
+
version = "0.21.0"
|
|
2305
2465
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2306
|
-
checksum = "
|
|
2466
|
+
checksum = "37be9fc20d966be438cd57a45767f73349477fb0f85ce86e000557f787298afb"
|
|
2307
2467
|
dependencies = [
|
|
2308
2468
|
"fontconfig-parser",
|
|
2309
2469
|
"log",
|
|
@@ -2331,7 +2491,7 @@ checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
|
|
|
2331
2491
|
dependencies = [
|
|
2332
2492
|
"proc-macro2",
|
|
2333
2493
|
"quote",
|
|
2334
|
-
"syn 2.0.
|
|
2494
|
+
"syn 2.0.79",
|
|
2335
2495
|
]
|
|
2336
2496
|
|
|
2337
2497
|
[[package]]
|
|
@@ -2363,7 +2523,7 @@ checksum = "fdc9cc75639b041067353b9bce2450d6847e547276c6fbe4487d7407980e07db"
|
|
|
2363
2523
|
dependencies = [
|
|
2364
2524
|
"proc-macro2",
|
|
2365
2525
|
"swc_macros_common",
|
|
2366
|
-
"syn 2.0.
|
|
2526
|
+
"syn 2.0.79",
|
|
2367
2527
|
]
|
|
2368
2528
|
|
|
2369
2529
|
[[package]]
|
|
@@ -2458,7 +2618,7 @@ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
|
|
2458
2618
|
dependencies = [
|
|
2459
2619
|
"proc-macro2",
|
|
2460
2620
|
"quote",
|
|
2461
|
-
"syn 2.0.
|
|
2621
|
+
"syn 2.0.79",
|
|
2462
2622
|
]
|
|
2463
2623
|
|
|
2464
2624
|
[[package]]
|
|
@@ -2600,7 +2760,7 @@ version = "0.6.0"
|
|
|
2600
2760
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2601
2761
|
checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
|
|
2602
2762
|
dependencies = [
|
|
2603
|
-
"bitflags 2.
|
|
2763
|
+
"bitflags 2.6.0",
|
|
2604
2764
|
"gpu-alloc-types",
|
|
2605
2765
|
]
|
|
2606
2766
|
|
|
@@ -2610,7 +2770,7 @@ version = "0.3.0"
|
|
|
2610
2770
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2611
2771
|
checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
|
|
2612
2772
|
dependencies = [
|
|
2613
|
-
"bitflags 2.
|
|
2773
|
+
"bitflags 2.6.0",
|
|
2614
2774
|
]
|
|
2615
2775
|
|
|
2616
2776
|
[[package]]
|
|
@@ -2619,7 +2779,7 @@ version = "0.3.0"
|
|
|
2619
2779
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2620
2780
|
checksum = "9c08c1f623a8d0b722b8b99f821eb0ba672a1618f0d3b16ddbee1cedd2dd8557"
|
|
2621
2781
|
dependencies = [
|
|
2622
|
-
"bitflags 2.
|
|
2782
|
+
"bitflags 2.6.0",
|
|
2623
2783
|
"gpu-descriptor-types",
|
|
2624
2784
|
"hashbrown 0.14.5",
|
|
2625
2785
|
]
|
|
@@ -2630,7 +2790,7 @@ version = "0.2.0"
|
|
|
2630
2790
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2631
2791
|
checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
|
|
2632
2792
|
dependencies = [
|
|
2633
|
-
"bitflags 2.
|
|
2793
|
+
"bitflags 2.6.0",
|
|
2634
2794
|
]
|
|
2635
2795
|
|
|
2636
2796
|
[[package]]
|
|
@@ -2722,9 +2882,9 @@ dependencies = [
|
|
|
2722
2882
|
|
|
2723
2883
|
[[package]]
|
|
2724
2884
|
name = "hashlink"
|
|
2725
|
-
version = "0.
|
|
2885
|
+
version = "0.9.1"
|
|
2726
2886
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2727
|
-
checksum = "
|
|
2887
|
+
checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
|
|
2728
2888
|
dependencies = [
|
|
2729
2889
|
"hashbrown 0.14.5",
|
|
2730
2890
|
]
|
|
@@ -2911,9 +3071,9 @@ dependencies = [
|
|
|
2911
3071
|
|
|
2912
3072
|
[[package]]
|
|
2913
3073
|
name = "hyper"
|
|
2914
|
-
version = "1.1
|
|
3074
|
+
version = "1.4.1"
|
|
2915
3075
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2916
|
-
checksum = "
|
|
3076
|
+
checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
|
|
2917
3077
|
dependencies = [
|
|
2918
3078
|
"bytes",
|
|
2919
3079
|
"futures-channel",
|
|
@@ -2925,6 +3085,7 @@ dependencies = [
|
|
|
2925
3085
|
"httpdate",
|
|
2926
3086
|
"itoa",
|
|
2927
3087
|
"pin-project-lite",
|
|
3088
|
+
"smallvec",
|
|
2928
3089
|
"tokio",
|
|
2929
3090
|
"want",
|
|
2930
3091
|
]
|
|
@@ -2938,26 +3099,45 @@ dependencies = [
|
|
|
2938
3099
|
"futures-util",
|
|
2939
3100
|
"http 0.2.12",
|
|
2940
3101
|
"hyper 0.14.29",
|
|
2941
|
-
"rustls",
|
|
3102
|
+
"rustls 0.21.11",
|
|
2942
3103
|
"tokio",
|
|
2943
|
-
"tokio-rustls",
|
|
3104
|
+
"tokio-rustls 0.24.1",
|
|
3105
|
+
]
|
|
3106
|
+
|
|
3107
|
+
[[package]]
|
|
3108
|
+
name = "hyper-rustls"
|
|
3109
|
+
version = "0.27.3"
|
|
3110
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3111
|
+
checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
|
|
3112
|
+
dependencies = [
|
|
3113
|
+
"futures-util",
|
|
3114
|
+
"http 1.1.0",
|
|
3115
|
+
"hyper 1.4.1",
|
|
3116
|
+
"hyper-util",
|
|
3117
|
+
"rustls 0.23.13",
|
|
3118
|
+
"rustls-pki-types",
|
|
3119
|
+
"tokio",
|
|
3120
|
+
"tokio-rustls 0.26.0",
|
|
3121
|
+
"tower-service",
|
|
2944
3122
|
]
|
|
2945
3123
|
|
|
2946
3124
|
[[package]]
|
|
2947
3125
|
name = "hyper-util"
|
|
2948
|
-
version = "0.1.
|
|
3126
|
+
version = "0.1.7"
|
|
2949
3127
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2950
|
-
checksum = "
|
|
3128
|
+
checksum = "cde7055719c54e36e95e8719f95883f22072a48ede39db7fc17a4e1d5281e9b9"
|
|
2951
3129
|
dependencies = [
|
|
2952
3130
|
"bytes",
|
|
2953
3131
|
"futures-channel",
|
|
2954
3132
|
"futures-util",
|
|
2955
3133
|
"http 1.1.0",
|
|
2956
3134
|
"http-body 1.0.0",
|
|
2957
|
-
"hyper 1.1
|
|
3135
|
+
"hyper 1.4.1",
|
|
2958
3136
|
"pin-project-lite",
|
|
2959
3137
|
"socket2",
|
|
2960
3138
|
"tokio",
|
|
3139
|
+
"tower",
|
|
3140
|
+
"tower-service",
|
|
2961
3141
|
"tracing",
|
|
2962
3142
|
]
|
|
2963
3143
|
|
|
@@ -2996,7 +3176,6 @@ dependencies = [
|
|
|
2996
3176
|
"bytemuck",
|
|
2997
3177
|
"byteorder",
|
|
2998
3178
|
"color_quant",
|
|
2999
|
-
"jpeg-decoder",
|
|
3000
3179
|
"num-traits",
|
|
3001
3180
|
"png",
|
|
3002
3181
|
]
|
|
@@ -3017,11 +3196,21 @@ dependencies = [
|
|
|
3017
3196
|
"zune-jpeg",
|
|
3018
3197
|
]
|
|
3019
3198
|
|
|
3199
|
+
[[package]]
|
|
3200
|
+
name = "image-webp"
|
|
3201
|
+
version = "0.1.3"
|
|
3202
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3203
|
+
checksum = "f79afb8cbee2ef20f59ccd477a218c12a93943d075b492015ecb1bb81f8ee904"
|
|
3204
|
+
dependencies = [
|
|
3205
|
+
"byteorder-lite",
|
|
3206
|
+
"quick-error 2.0.1",
|
|
3207
|
+
]
|
|
3208
|
+
|
|
3020
3209
|
[[package]]
|
|
3021
3210
|
name = "imagesize"
|
|
3022
|
-
version = "0.
|
|
3211
|
+
version = "0.13.0"
|
|
3023
3212
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3024
|
-
checksum = "
|
|
3213
|
+
checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
|
|
3025
3214
|
|
|
3026
3215
|
[[package]]
|
|
3027
3216
|
name = "imgref"
|
|
@@ -3031,15 +3220,16 @@ checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126"
|
|
|
3031
3220
|
|
|
3032
3221
|
[[package]]
|
|
3033
3222
|
name = "import_map"
|
|
3034
|
-
version = "0.
|
|
3223
|
+
version = "0.20.1"
|
|
3035
3224
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3036
|
-
checksum = "
|
|
3225
|
+
checksum = "351a787decc56f38d65d16d32687265045d6d6a4531b4a0e1b649def3590354e"
|
|
3037
3226
|
dependencies = [
|
|
3038
3227
|
"indexmap",
|
|
3039
3228
|
"log",
|
|
3040
3229
|
"percent-encoding",
|
|
3041
3230
|
"serde",
|
|
3042
3231
|
"serde_json",
|
|
3232
|
+
"thiserror",
|
|
3043
3233
|
"url",
|
|
3044
3234
|
]
|
|
3045
3235
|
|
|
@@ -3135,7 +3325,7 @@ dependencies = [
|
|
|
3135
3325
|
"Inflector",
|
|
3136
3326
|
"proc-macro2",
|
|
3137
3327
|
"quote",
|
|
3138
|
-
"syn 2.0.
|
|
3328
|
+
"syn 2.0.79",
|
|
3139
3329
|
]
|
|
3140
3330
|
|
|
3141
3331
|
[[package]]
|
|
@@ -3255,6 +3445,15 @@ dependencies = [
|
|
|
3255
3445
|
"signature",
|
|
3256
3446
|
]
|
|
3257
3447
|
|
|
3448
|
+
[[package]]
|
|
3449
|
+
name = "keccak"
|
|
3450
|
+
version = "0.1.5"
|
|
3451
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3452
|
+
checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654"
|
|
3453
|
+
dependencies = [
|
|
3454
|
+
"cpufeatures",
|
|
3455
|
+
]
|
|
3456
|
+
|
|
3258
3457
|
[[package]]
|
|
3259
3458
|
name = "khronos-egl"
|
|
3260
3459
|
version = "6.0.0"
|
|
@@ -3322,7 +3521,7 @@ dependencies = [
|
|
|
3322
3521
|
"proc-macro2",
|
|
3323
3522
|
"quote",
|
|
3324
3523
|
"regex",
|
|
3325
|
-
"syn 2.0.
|
|
3524
|
+
"syn 2.0.79",
|
|
3326
3525
|
]
|
|
3327
3526
|
|
|
3328
3527
|
[[package]]
|
|
@@ -3334,6 +3533,12 @@ dependencies = [
|
|
|
3334
3533
|
"spin 0.5.2",
|
|
3335
3534
|
]
|
|
3336
3535
|
|
|
3536
|
+
[[package]]
|
|
3537
|
+
name = "lazycell"
|
|
3538
|
+
version = "1.3.0"
|
|
3539
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3540
|
+
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
3541
|
+
|
|
3337
3542
|
[[package]]
|
|
3338
3543
|
name = "lcms2"
|
|
3339
3544
|
version = "6.1.0"
|
|
@@ -3478,15 +3683,15 @@ version = "0.1.3"
|
|
|
3478
3683
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3479
3684
|
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
|
3480
3685
|
dependencies = [
|
|
3481
|
-
"bitflags 2.
|
|
3686
|
+
"bitflags 2.6.0",
|
|
3482
3687
|
"libc",
|
|
3483
3688
|
]
|
|
3484
3689
|
|
|
3485
3690
|
[[package]]
|
|
3486
3691
|
name = "libsqlite3-sys"
|
|
3487
|
-
version = "0.
|
|
3692
|
+
version = "0.30.1"
|
|
3488
3693
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3489
|
-
checksum = "
|
|
3694
|
+
checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
|
|
3490
3695
|
dependencies = [
|
|
3491
3696
|
"cc",
|
|
3492
3697
|
"pkg-config",
|
|
@@ -3563,9 +3768,9 @@ dependencies = [
|
|
|
3563
3768
|
|
|
3564
3769
|
[[package]]
|
|
3565
3770
|
name = "log"
|
|
3566
|
-
version = "0.4.
|
|
3771
|
+
version = "0.4.22"
|
|
3567
3772
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3568
|
-
checksum = "
|
|
3773
|
+
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
|
3569
3774
|
|
|
3570
3775
|
[[package]]
|
|
3571
3776
|
name = "lru-cache"
|
|
@@ -3670,7 +3875,7 @@ version = "0.28.0"
|
|
|
3670
3875
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3671
3876
|
checksum = "5637e166ea14be6063a3f8ba5ccb9a4159df7d8f6d61c02fc3d480b1f90dcfcb"
|
|
3672
3877
|
dependencies = [
|
|
3673
|
-
"bitflags 2.
|
|
3878
|
+
"bitflags 2.6.0",
|
|
3674
3879
|
"block",
|
|
3675
3880
|
"core-graphics-types",
|
|
3676
3881
|
"foreign-types",
|
|
@@ -3701,6 +3906,15 @@ dependencies = [
|
|
|
3701
3906
|
"simd-adler32",
|
|
3702
3907
|
]
|
|
3703
3908
|
|
|
3909
|
+
[[package]]
|
|
3910
|
+
name = "miniz_oxide"
|
|
3911
|
+
version = "0.8.0"
|
|
3912
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3913
|
+
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
|
3914
|
+
dependencies = [
|
|
3915
|
+
"adler2",
|
|
3916
|
+
]
|
|
3917
|
+
|
|
3704
3918
|
[[package]]
|
|
3705
3919
|
name = "mio"
|
|
3706
3920
|
version = "0.8.11"
|
|
@@ -3733,7 +3947,7 @@ checksum = "e536ae46fcab0876853bd4a632ede5df4b1c2527a58f6c5a4150fe86be858231"
|
|
|
3733
3947
|
dependencies = [
|
|
3734
3948
|
"arrayvec",
|
|
3735
3949
|
"bit-set",
|
|
3736
|
-
"bitflags 2.
|
|
3950
|
+
"bitflags 2.6.0",
|
|
3737
3951
|
"codespan-reporting",
|
|
3738
3952
|
"hexf-parse",
|
|
3739
3953
|
"indexmap",
|
|
@@ -3801,11 +4015,32 @@ version = "0.27.1"
|
|
|
3801
4015
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3802
4016
|
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
|
|
3803
4017
|
dependencies = [
|
|
3804
|
-
"bitflags 2.
|
|
4018
|
+
"bitflags 2.6.0",
|
|
3805
4019
|
"cfg-if",
|
|
3806
4020
|
"libc",
|
|
3807
4021
|
]
|
|
3808
4022
|
|
|
4023
|
+
[[package]]
|
|
4024
|
+
name = "node_resolver"
|
|
4025
|
+
version = "0.7.0"
|
|
4026
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4027
|
+
checksum = "eda5e6c23a3d4a0e37980fc953a95995fa69d41588014743d07d82e56ae28aef"
|
|
4028
|
+
dependencies = [
|
|
4029
|
+
"anyhow",
|
|
4030
|
+
"async-trait",
|
|
4031
|
+
"deno_media_type",
|
|
4032
|
+
"deno_package_json",
|
|
4033
|
+
"futures",
|
|
4034
|
+
"lazy-regex",
|
|
4035
|
+
"once_cell",
|
|
4036
|
+
"path-clean",
|
|
4037
|
+
"regex",
|
|
4038
|
+
"serde_json",
|
|
4039
|
+
"thiserror",
|
|
4040
|
+
"tokio",
|
|
4041
|
+
"url",
|
|
4042
|
+
]
|
|
4043
|
+
|
|
3809
4044
|
[[package]]
|
|
3810
4045
|
name = "nom"
|
|
3811
4046
|
version = "5.1.3"
|
|
@@ -3834,20 +4069,21 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
|
|
|
3834
4069
|
|
|
3835
4070
|
[[package]]
|
|
3836
4071
|
name = "notify"
|
|
3837
|
-
version = "
|
|
4072
|
+
version = "6.1.1"
|
|
3838
4073
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3839
|
-
checksum = "
|
|
4074
|
+
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
|
|
3840
4075
|
dependencies = [
|
|
3841
|
-
"bitflags
|
|
4076
|
+
"bitflags 2.6.0",
|
|
3842
4077
|
"crossbeam-channel",
|
|
3843
4078
|
"filetime",
|
|
3844
4079
|
"fsevent-sys",
|
|
3845
4080
|
"inotify",
|
|
3846
4081
|
"kqueue",
|
|
3847
4082
|
"libc",
|
|
4083
|
+
"log",
|
|
3848
4084
|
"mio",
|
|
3849
4085
|
"walkdir",
|
|
3850
|
-
"
|
|
4086
|
+
"windows-sys 0.48.0",
|
|
3851
4087
|
]
|
|
3852
4088
|
|
|
3853
4089
|
[[package]]
|
|
@@ -4219,11 +4455,11 @@ dependencies = [
|
|
|
4219
4455
|
|
|
4220
4456
|
[[package]]
|
|
4221
4457
|
name = "pdf-writer"
|
|
4222
|
-
version = "0.
|
|
4458
|
+
version = "0.12.0"
|
|
4223
4459
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4224
|
-
checksum = "
|
|
4460
|
+
checksum = "be17f48d7fbbd22c6efedb58af5d409aa578e407f40b29a0bcb4e66ed84c5c98"
|
|
4225
4461
|
dependencies = [
|
|
4226
|
-
"bitflags 2.
|
|
4462
|
+
"bitflags 2.6.0",
|
|
4227
4463
|
"itoa",
|
|
4228
4464
|
"memchr",
|
|
4229
4465
|
"ryu",
|
|
@@ -4284,7 +4520,7 @@ dependencies = [
|
|
|
4284
4520
|
"phf_shared",
|
|
4285
4521
|
"proc-macro2",
|
|
4286
4522
|
"quote",
|
|
4287
|
-
"syn 2.0.
|
|
4523
|
+
"syn 2.0.79",
|
|
4288
4524
|
]
|
|
4289
4525
|
|
|
4290
4526
|
[[package]]
|
|
@@ -4319,7 +4555,7 @@ checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
|
|
|
4319
4555
|
dependencies = [
|
|
4320
4556
|
"proc-macro2",
|
|
4321
4557
|
"quote",
|
|
4322
|
-
"syn 2.0.
|
|
4558
|
+
"syn 2.0.79",
|
|
4323
4559
|
]
|
|
4324
4560
|
|
|
4325
4561
|
[[package]]
|
|
@@ -4345,6 +4581,21 @@ dependencies = [
|
|
|
4345
4581
|
"spki",
|
|
4346
4582
|
]
|
|
4347
4583
|
|
|
4584
|
+
[[package]]
|
|
4585
|
+
name = "pkcs5"
|
|
4586
|
+
version = "0.7.1"
|
|
4587
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4588
|
+
checksum = "e847e2c91a18bfa887dd028ec33f2fe6f25db77db3619024764914affe8b69a6"
|
|
4589
|
+
dependencies = [
|
|
4590
|
+
"aes",
|
|
4591
|
+
"cbc",
|
|
4592
|
+
"der",
|
|
4593
|
+
"pbkdf2 0.12.2",
|
|
4594
|
+
"scrypt",
|
|
4595
|
+
"sha2",
|
|
4596
|
+
"spki",
|
|
4597
|
+
]
|
|
4598
|
+
|
|
4348
4599
|
[[package]]
|
|
4349
4600
|
name = "pkcs8"
|
|
4350
4601
|
version = "0.10.2"
|
|
@@ -4352,6 +4603,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
4352
4603
|
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
|
|
4353
4604
|
dependencies = [
|
|
4354
4605
|
"der",
|
|
4606
|
+
"pkcs5",
|
|
4607
|
+
"rand_core",
|
|
4355
4608
|
"spki",
|
|
4356
4609
|
]
|
|
4357
4610
|
|
|
@@ -4371,7 +4624,7 @@ dependencies = [
|
|
|
4371
4624
|
"crc32fast",
|
|
4372
4625
|
"fdeflate",
|
|
4373
4626
|
"flate2",
|
|
4374
|
-
"miniz_oxide",
|
|
4627
|
+
"miniz_oxide 0.7.4",
|
|
4375
4628
|
]
|
|
4376
4629
|
|
|
4377
4630
|
[[package]]
|
|
@@ -4444,6 +4697,16 @@ dependencies = [
|
|
|
4444
4697
|
"syn 1.0.109",
|
|
4445
4698
|
]
|
|
4446
4699
|
|
|
4700
|
+
[[package]]
|
|
4701
|
+
name = "prettyplease"
|
|
4702
|
+
version = "0.2.22"
|
|
4703
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4704
|
+
checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
|
|
4705
|
+
dependencies = [
|
|
4706
|
+
"proc-macro2",
|
|
4707
|
+
"syn 2.0.79",
|
|
4708
|
+
]
|
|
4709
|
+
|
|
4447
4710
|
[[package]]
|
|
4448
4711
|
name = "primeorder"
|
|
4449
4712
|
version = "0.13.6"
|
|
@@ -4485,7 +4748,7 @@ checksum = "07c277e4e643ef00c1233393c673f655e3672cf7eb3ba08a00bdd0ea59139b5f"
|
|
|
4485
4748
|
dependencies = [
|
|
4486
4749
|
"proc-macro-rules-macros",
|
|
4487
4750
|
"proc-macro2",
|
|
4488
|
-
"syn 2.0.
|
|
4751
|
+
"syn 2.0.79",
|
|
4489
4752
|
]
|
|
4490
4753
|
|
|
4491
4754
|
[[package]]
|
|
@@ -4497,7 +4760,7 @@ dependencies = [
|
|
|
4497
4760
|
"once_cell",
|
|
4498
4761
|
"proc-macro2",
|
|
4499
4762
|
"quote",
|
|
4500
|
-
"syn 2.0.
|
|
4763
|
+
"syn 2.0.79",
|
|
4501
4764
|
]
|
|
4502
4765
|
|
|
4503
4766
|
[[package]]
|
|
@@ -4538,7 +4801,7 @@ dependencies = [
|
|
|
4538
4801
|
"log",
|
|
4539
4802
|
"multimap",
|
|
4540
4803
|
"petgraph",
|
|
4541
|
-
"prettyplease",
|
|
4804
|
+
"prettyplease 0.1.25",
|
|
4542
4805
|
"prost",
|
|
4543
4806
|
"prost-types",
|
|
4544
4807
|
"regex",
|
|
@@ -4578,18 +4841,38 @@ dependencies = [
|
|
|
4578
4841
|
"cc",
|
|
4579
4842
|
]
|
|
4580
4843
|
|
|
4844
|
+
[[package]]
|
|
4845
|
+
name = "ptr_meta"
|
|
4846
|
+
version = "0.1.4"
|
|
4847
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4848
|
+
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
|
|
4849
|
+
dependencies = [
|
|
4850
|
+
"ptr_meta_derive",
|
|
4851
|
+
]
|
|
4852
|
+
|
|
4853
|
+
[[package]]
|
|
4854
|
+
name = "ptr_meta_derive"
|
|
4855
|
+
version = "0.1.4"
|
|
4856
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4857
|
+
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
|
|
4858
|
+
dependencies = [
|
|
4859
|
+
"proc-macro2",
|
|
4860
|
+
"quote",
|
|
4861
|
+
"syn 1.0.109",
|
|
4862
|
+
]
|
|
4863
|
+
|
|
4581
4864
|
[[package]]
|
|
4582
4865
|
name = "pyo3"
|
|
4583
|
-
version = "0.
|
|
4866
|
+
version = "0.22.3"
|
|
4584
4867
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4585
|
-
checksum = "
|
|
4868
|
+
checksum = "15ee168e30649f7f234c3d49ef5a7a6cbf5134289bc46c29ff3155fa3221c225"
|
|
4586
4869
|
dependencies = [
|
|
4587
4870
|
"anyhow",
|
|
4588
4871
|
"cfg-if",
|
|
4589
4872
|
"indoc",
|
|
4590
4873
|
"libc",
|
|
4591
4874
|
"memoffset 0.9.1",
|
|
4592
|
-
"
|
|
4875
|
+
"once_cell",
|
|
4593
4876
|
"portable-atomic",
|
|
4594
4877
|
"pyo3-build-config",
|
|
4595
4878
|
"pyo3-ffi",
|
|
@@ -4599,9 +4882,9 @@ dependencies = [
|
|
|
4599
4882
|
|
|
4600
4883
|
[[package]]
|
|
4601
4884
|
name = "pyo3-build-config"
|
|
4602
|
-
version = "0.
|
|
4885
|
+
version = "0.22.3"
|
|
4603
4886
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4604
|
-
checksum = "
|
|
4887
|
+
checksum = "e61cef80755fe9e46bb8a0b8f20752ca7676dcc07a5277d8b7768c6172e529b3"
|
|
4605
4888
|
dependencies = [
|
|
4606
4889
|
"once_cell",
|
|
4607
4890
|
"target-lexicon",
|
|
@@ -4609,9 +4892,9 @@ dependencies = [
|
|
|
4609
4892
|
|
|
4610
4893
|
[[package]]
|
|
4611
4894
|
name = "pyo3-ffi"
|
|
4612
|
-
version = "0.
|
|
4895
|
+
version = "0.22.3"
|
|
4613
4896
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4614
|
-
checksum = "
|
|
4897
|
+
checksum = "67ce096073ec5405f5ee2b8b31f03a68e02aa10d5d4f565eca04acc41931fa1c"
|
|
4615
4898
|
dependencies = [
|
|
4616
4899
|
"libc",
|
|
4617
4900
|
"pyo3-build-config",
|
|
@@ -4619,34 +4902,34 @@ dependencies = [
|
|
|
4619
4902
|
|
|
4620
4903
|
[[package]]
|
|
4621
4904
|
name = "pyo3-macros"
|
|
4622
|
-
version = "0.
|
|
4905
|
+
version = "0.22.3"
|
|
4623
4906
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4624
|
-
checksum = "
|
|
4907
|
+
checksum = "2440c6d12bc8f3ae39f1e775266fa5122fd0c8891ce7520fa6048e683ad3de28"
|
|
4625
4908
|
dependencies = [
|
|
4626
4909
|
"proc-macro2",
|
|
4627
4910
|
"pyo3-macros-backend",
|
|
4628
4911
|
"quote",
|
|
4629
|
-
"syn 2.0.
|
|
4912
|
+
"syn 2.0.79",
|
|
4630
4913
|
]
|
|
4631
4914
|
|
|
4632
4915
|
[[package]]
|
|
4633
4916
|
name = "pyo3-macros-backend"
|
|
4634
|
-
version = "0.
|
|
4917
|
+
version = "0.22.3"
|
|
4635
4918
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4636
|
-
checksum = "
|
|
4919
|
+
checksum = "1be962f0e06da8f8465729ea2cb71a416d2257dff56cbe40a70d3e62a93ae5d1"
|
|
4637
4920
|
dependencies = [
|
|
4638
|
-
"heck 0.
|
|
4921
|
+
"heck 0.5.0",
|
|
4639
4922
|
"proc-macro2",
|
|
4640
4923
|
"pyo3-build-config",
|
|
4641
4924
|
"quote",
|
|
4642
|
-
"syn 2.0.
|
|
4925
|
+
"syn 2.0.79",
|
|
4643
4926
|
]
|
|
4644
4927
|
|
|
4645
4928
|
[[package]]
|
|
4646
4929
|
name = "pythonize"
|
|
4647
|
-
version = "0.
|
|
4930
|
+
version = "0.22.0"
|
|
4648
4931
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4649
|
-
checksum = "
|
|
4932
|
+
checksum = "90fcf491425978bd889015d5430f6473d91bdfa2097262f1e731aadcf6c2113e"
|
|
4650
4933
|
dependencies = [
|
|
4651
4934
|
"pyo3",
|
|
4652
4935
|
"serde",
|
|
@@ -4781,7 +5064,7 @@ version = "0.5.2"
|
|
|
4781
5064
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4782
5065
|
checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
|
|
4783
5066
|
dependencies = [
|
|
4784
|
-
"bitflags 2.
|
|
5067
|
+
"bitflags 2.6.0",
|
|
4785
5068
|
]
|
|
4786
5069
|
|
|
4787
5070
|
[[package]]
|
|
@@ -4812,7 +5095,7 @@ checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6"
|
|
|
4812
5095
|
dependencies = [
|
|
4813
5096
|
"proc-macro2",
|
|
4814
5097
|
"quote",
|
|
4815
|
-
"syn 2.0.
|
|
5098
|
+
"syn 2.0.79",
|
|
4816
5099
|
]
|
|
4817
5100
|
|
|
4818
5101
|
[[package]]
|
|
@@ -4856,7 +5139,6 @@ version = "0.11.20"
|
|
|
4856
5139
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4857
5140
|
checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
|
|
4858
5141
|
dependencies = [
|
|
4859
|
-
"async-compression",
|
|
4860
5142
|
"base64 0.21.7",
|
|
4861
5143
|
"bytes",
|
|
4862
5144
|
"encoding_rs",
|
|
@@ -4866,7 +5148,7 @@ dependencies = [
|
|
|
4866
5148
|
"http 0.2.12",
|
|
4867
5149
|
"http-body 0.4.6",
|
|
4868
5150
|
"hyper 0.14.29",
|
|
4869
|
-
"hyper-rustls",
|
|
5151
|
+
"hyper-rustls 0.24.2",
|
|
4870
5152
|
"ipnet",
|
|
4871
5153
|
"js-sys",
|
|
4872
5154
|
"log",
|
|
@@ -4874,22 +5156,19 @@ dependencies = [
|
|
|
4874
5156
|
"once_cell",
|
|
4875
5157
|
"percent-encoding",
|
|
4876
5158
|
"pin-project-lite",
|
|
4877
|
-
"rustls",
|
|
4878
|
-
"rustls-pemfile",
|
|
5159
|
+
"rustls 0.21.11",
|
|
5160
|
+
"rustls-pemfile 1.0.4",
|
|
4879
5161
|
"serde",
|
|
4880
5162
|
"serde_json",
|
|
4881
5163
|
"serde_urlencoded",
|
|
4882
5164
|
"tokio",
|
|
4883
|
-
"tokio-rustls",
|
|
4884
|
-
"tokio-socks",
|
|
4885
|
-
"tokio-util",
|
|
5165
|
+
"tokio-rustls 0.24.1",
|
|
4886
5166
|
"tower-service",
|
|
4887
5167
|
"url",
|
|
4888
5168
|
"wasm-bindgen",
|
|
4889
5169
|
"wasm-bindgen-futures",
|
|
4890
|
-
"wasm-streams",
|
|
4891
5170
|
"web-sys",
|
|
4892
|
-
"webpki-roots",
|
|
5171
|
+
"webpki-roots 0.25.4",
|
|
4893
5172
|
"winreg",
|
|
4894
5173
|
]
|
|
4895
5174
|
|
|
@@ -4905,18 +5184,19 @@ dependencies = [
|
|
|
4905
5184
|
|
|
4906
5185
|
[[package]]
|
|
4907
5186
|
name = "resvg"
|
|
4908
|
-
version = "0.
|
|
5187
|
+
version = "0.43.0"
|
|
4909
5188
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4910
|
-
checksum = "
|
|
5189
|
+
checksum = "c7314563c59c7ce31c18e23ad3dd092c37b928a0fa4e1c0a1a6504351ab411d1"
|
|
4911
5190
|
dependencies = [
|
|
4912
5191
|
"gif",
|
|
4913
|
-
"
|
|
5192
|
+
"image-webp",
|
|
4914
5193
|
"log",
|
|
4915
5194
|
"pico-args",
|
|
4916
5195
|
"rgb",
|
|
4917
5196
|
"svgtypes",
|
|
4918
5197
|
"tiny-skia",
|
|
4919
5198
|
"usvg",
|
|
5199
|
+
"zune-jpeg",
|
|
4920
5200
|
]
|
|
4921
5201
|
|
|
4922
5202
|
[[package]]
|
|
@@ -4978,7 +5258,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
4978
5258
|
checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94"
|
|
4979
5259
|
dependencies = [
|
|
4980
5260
|
"base64 0.21.7",
|
|
4981
|
-
"bitflags 2.
|
|
5261
|
+
"bitflags 2.6.0",
|
|
4982
5262
|
"serde",
|
|
4983
5263
|
"serde_derive",
|
|
4984
5264
|
]
|
|
@@ -5040,17 +5320,17 @@ dependencies = [
|
|
|
5040
5320
|
"regex",
|
|
5041
5321
|
"relative-path",
|
|
5042
5322
|
"rustc_version 0.4.0",
|
|
5043
|
-
"syn 2.0.
|
|
5323
|
+
"syn 2.0.79",
|
|
5044
5324
|
"unicode-ident",
|
|
5045
5325
|
]
|
|
5046
5326
|
|
|
5047
5327
|
[[package]]
|
|
5048
5328
|
name = "rusqlite"
|
|
5049
|
-
version = "0.
|
|
5329
|
+
version = "0.32.1"
|
|
5050
5330
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5051
|
-
checksum = "
|
|
5331
|
+
checksum = "7753b721174eb8ff87a9a0e799e2d7bc3749323e773db92e0984debb00019d6e"
|
|
5052
5332
|
dependencies = [
|
|
5053
|
-
"bitflags 2.
|
|
5333
|
+
"bitflags 2.6.0",
|
|
5054
5334
|
"fallible-iterator",
|
|
5055
5335
|
"fallible-streaming-iterator",
|
|
5056
5336
|
"hashlink",
|
|
@@ -5103,7 +5383,7 @@ version = "0.38.34"
|
|
|
5103
5383
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5104
5384
|
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
|
|
5105
5385
|
dependencies = [
|
|
5106
|
-
"bitflags 2.
|
|
5386
|
+
"bitflags 2.6.0",
|
|
5107
5387
|
"errno 0.3.9",
|
|
5108
5388
|
"libc",
|
|
5109
5389
|
"linux-raw-sys",
|
|
@@ -5118,18 +5398,34 @@ checksum = "7fecbfb7b1444f477b345853b1fce097a2c6fb637b2bfb87e6bc5db0f043fae4"
|
|
|
5118
5398
|
dependencies = [
|
|
5119
5399
|
"log",
|
|
5120
5400
|
"ring",
|
|
5121
|
-
"rustls-webpki",
|
|
5401
|
+
"rustls-webpki 0.101.7",
|
|
5122
5402
|
"sct",
|
|
5123
5403
|
]
|
|
5124
5404
|
|
|
5405
|
+
[[package]]
|
|
5406
|
+
name = "rustls"
|
|
5407
|
+
version = "0.23.13"
|
|
5408
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5409
|
+
checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8"
|
|
5410
|
+
dependencies = [
|
|
5411
|
+
"log",
|
|
5412
|
+
"once_cell",
|
|
5413
|
+
"ring",
|
|
5414
|
+
"rustls-pki-types",
|
|
5415
|
+
"rustls-webpki 0.102.8",
|
|
5416
|
+
"subtle",
|
|
5417
|
+
"zeroize",
|
|
5418
|
+
]
|
|
5419
|
+
|
|
5125
5420
|
[[package]]
|
|
5126
5421
|
name = "rustls-native-certs"
|
|
5127
|
-
version = "0.
|
|
5422
|
+
version = "0.7.3"
|
|
5128
5423
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5129
|
-
checksum = "
|
|
5424
|
+
checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5"
|
|
5130
5425
|
dependencies = [
|
|
5131
5426
|
"openssl-probe",
|
|
5132
|
-
"rustls-pemfile",
|
|
5427
|
+
"rustls-pemfile 2.2.0",
|
|
5428
|
+
"rustls-pki-types",
|
|
5133
5429
|
"schannel",
|
|
5134
5430
|
"security-framework",
|
|
5135
5431
|
]
|
|
@@ -5143,14 +5439,29 @@ dependencies = [
|
|
|
5143
5439
|
"base64 0.21.7",
|
|
5144
5440
|
]
|
|
5145
5441
|
|
|
5442
|
+
[[package]]
|
|
5443
|
+
name = "rustls-pemfile"
|
|
5444
|
+
version = "2.2.0"
|
|
5445
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5446
|
+
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
|
|
5447
|
+
dependencies = [
|
|
5448
|
+
"rustls-pki-types",
|
|
5449
|
+
]
|
|
5450
|
+
|
|
5451
|
+
[[package]]
|
|
5452
|
+
name = "rustls-pki-types"
|
|
5453
|
+
version = "1.9.0"
|
|
5454
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5455
|
+
checksum = "0e696e35370c65c9c541198af4543ccd580cf17fc25d8e05c5a242b202488c55"
|
|
5456
|
+
|
|
5146
5457
|
[[package]]
|
|
5147
5458
|
name = "rustls-tokio-stream"
|
|
5148
|
-
version = "0.
|
|
5459
|
+
version = "0.3.0"
|
|
5149
5460
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5150
|
-
checksum = "
|
|
5461
|
+
checksum = "22557157d7395bc30727745b365d923f1ecc230c4c80b176545f3f4f08c46e33"
|
|
5151
5462
|
dependencies = [
|
|
5152
5463
|
"futures",
|
|
5153
|
-
"rustls",
|
|
5464
|
+
"rustls 0.23.13",
|
|
5154
5465
|
"socket2",
|
|
5155
5466
|
"tokio",
|
|
5156
5467
|
]
|
|
@@ -5165,6 +5476,17 @@ dependencies = [
|
|
|
5165
5476
|
"untrusted",
|
|
5166
5477
|
]
|
|
5167
5478
|
|
|
5479
|
+
[[package]]
|
|
5480
|
+
name = "rustls-webpki"
|
|
5481
|
+
version = "0.102.8"
|
|
5482
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5483
|
+
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
|
|
5484
|
+
dependencies = [
|
|
5485
|
+
"ring",
|
|
5486
|
+
"rustls-pki-types",
|
|
5487
|
+
"untrusted",
|
|
5488
|
+
]
|
|
5489
|
+
|
|
5168
5490
|
[[package]]
|
|
5169
5491
|
name = "rustversion"
|
|
5170
5492
|
version = "1.0.17"
|
|
@@ -5173,12 +5495,14 @@ checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
|
|
|
5173
5495
|
|
|
5174
5496
|
[[package]]
|
|
5175
5497
|
name = "rustybuzz"
|
|
5176
|
-
version = "0.
|
|
5498
|
+
version = "0.18.0"
|
|
5177
5499
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5178
|
-
checksum = "
|
|
5500
|
+
checksum = "c85d1ccd519e61834798eb52c4e886e8c2d7d698dd3d6ce0b1b47eb8557f1181"
|
|
5179
5501
|
dependencies = [
|
|
5180
|
-
"bitflags 2.
|
|
5502
|
+
"bitflags 2.6.0",
|
|
5181
5503
|
"bytemuck",
|
|
5504
|
+
"core_maths",
|
|
5505
|
+
"log",
|
|
5182
5506
|
"smallvec",
|
|
5183
5507
|
"ttf-parser",
|
|
5184
5508
|
"unicode-bidi-mirroring",
|
|
@@ -5193,7 +5517,7 @@ version = "13.0.0"
|
|
|
5193
5517
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5194
5518
|
checksum = "02a2d683a4ac90aeef5b1013933f6d977bd37d51ff3f4dad829d4931a7e6be86"
|
|
5195
5519
|
dependencies = [
|
|
5196
|
-
"bitflags 2.
|
|
5520
|
+
"bitflags 2.6.0",
|
|
5197
5521
|
"cfg-if",
|
|
5198
5522
|
"clipboard-win",
|
|
5199
5523
|
"fd-lock",
|
|
@@ -5302,6 +5626,7 @@ dependencies = [
|
|
|
5302
5626
|
"der",
|
|
5303
5627
|
"generic-array",
|
|
5304
5628
|
"pkcs8",
|
|
5629
|
+
"serdect",
|
|
5305
5630
|
"subtle",
|
|
5306
5631
|
"zeroize",
|
|
5307
5632
|
]
|
|
@@ -5312,7 +5637,7 @@ version = "2.11.0"
|
|
|
5312
5637
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5313
5638
|
checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0"
|
|
5314
5639
|
dependencies = [
|
|
5315
|
-
"bitflags 2.
|
|
5640
|
+
"bitflags 2.6.0",
|
|
5316
5641
|
"core-foundation",
|
|
5317
5642
|
"core-foundation-sys",
|
|
5318
5643
|
"libc",
|
|
@@ -5386,7 +5711,7 @@ checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
|
|
|
5386
5711
|
dependencies = [
|
|
5387
5712
|
"proc-macro2",
|
|
5388
5713
|
"quote",
|
|
5389
|
-
"syn 2.0.
|
|
5714
|
+
"syn 2.0.79",
|
|
5390
5715
|
]
|
|
5391
5716
|
|
|
5392
5717
|
[[package]]
|
|
@@ -5415,9 +5740,9 @@ dependencies = [
|
|
|
5415
5740
|
|
|
5416
5741
|
[[package]]
|
|
5417
5742
|
name = "serde_v8"
|
|
5418
|
-
version = "0.
|
|
5743
|
+
version = "0.216.0"
|
|
5419
5744
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5420
|
-
checksum = "
|
|
5745
|
+
checksum = "1733b8192f123beedd2fc7998efeaf2a0b8bfa35c01537f50b690e786db8024c"
|
|
5421
5746
|
dependencies = [
|
|
5422
5747
|
"num-bigint",
|
|
5423
5748
|
"serde",
|
|
@@ -5427,14 +5752,13 @@ dependencies = [
|
|
|
5427
5752
|
]
|
|
5428
5753
|
|
|
5429
5754
|
[[package]]
|
|
5430
|
-
name = "
|
|
5431
|
-
version = "0.
|
|
5755
|
+
name = "serdect"
|
|
5756
|
+
version = "0.2.0"
|
|
5432
5757
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5433
|
-
checksum = "
|
|
5758
|
+
checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177"
|
|
5434
5759
|
dependencies = [
|
|
5435
|
-
"
|
|
5436
|
-
"
|
|
5437
|
-
"digest",
|
|
5760
|
+
"base16ct",
|
|
5761
|
+
"serde",
|
|
5438
5762
|
]
|
|
5439
5763
|
|
|
5440
5764
|
[[package]]
|
|
@@ -5459,6 +5783,16 @@ dependencies = [
|
|
|
5459
5783
|
"digest",
|
|
5460
5784
|
]
|
|
5461
5785
|
|
|
5786
|
+
[[package]]
|
|
5787
|
+
name = "sha3"
|
|
5788
|
+
version = "0.10.8"
|
|
5789
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5790
|
+
checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
|
|
5791
|
+
dependencies = [
|
|
5792
|
+
"digest",
|
|
5793
|
+
"keccak",
|
|
5794
|
+
]
|
|
5795
|
+
|
|
5462
5796
|
[[package]]
|
|
5463
5797
|
name = "shellexpand"
|
|
5464
5798
|
version = "3.1.0"
|
|
@@ -5468,6 +5802,12 @@ dependencies = [
|
|
|
5468
5802
|
"dirs",
|
|
5469
5803
|
]
|
|
5470
5804
|
|
|
5805
|
+
[[package]]
|
|
5806
|
+
name = "shlex"
|
|
5807
|
+
version = "1.3.0"
|
|
5808
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5809
|
+
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
5810
|
+
|
|
5471
5811
|
[[package]]
|
|
5472
5812
|
name = "signal-hook"
|
|
5473
5813
|
version = "0.3.17"
|
|
@@ -5573,6 +5913,15 @@ dependencies = [
|
|
|
5573
5913
|
"version_check",
|
|
5574
5914
|
]
|
|
5575
5915
|
|
|
5916
|
+
[[package]]
|
|
5917
|
+
name = "sm3"
|
|
5918
|
+
version = "0.4.2"
|
|
5919
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5920
|
+
checksum = "ebb9a3b702d0a7e33bc4d85a14456633d2b165c2ad839c5fd9a8417c1ab15860"
|
|
5921
|
+
dependencies = [
|
|
5922
|
+
"digest",
|
|
5923
|
+
]
|
|
5924
|
+
|
|
5576
5925
|
[[package]]
|
|
5577
5926
|
name = "smallvec"
|
|
5578
5927
|
version = "1.13.2"
|
|
@@ -5637,7 +5986,7 @@ version = "0.3.0+sdk-1.3.268.0"
|
|
|
5637
5986
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5638
5987
|
checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
|
|
5639
5988
|
dependencies = [
|
|
5640
|
-
"bitflags 2.
|
|
5989
|
+
"bitflags 2.6.0",
|
|
5641
5990
|
]
|
|
5642
5991
|
|
|
5643
5992
|
[[package]]
|
|
@@ -5693,7 +6042,7 @@ dependencies = [
|
|
|
5693
6042
|
"proc-macro2",
|
|
5694
6043
|
"quote",
|
|
5695
6044
|
"swc_macros_common",
|
|
5696
|
-
"syn 2.0.
|
|
6045
|
+
"syn 2.0.79",
|
|
5697
6046
|
]
|
|
5698
6047
|
|
|
5699
6048
|
[[package]]
|
|
@@ -5721,14 +6070,14 @@ dependencies = [
|
|
|
5721
6070
|
"proc-macro2",
|
|
5722
6071
|
"quote",
|
|
5723
6072
|
"rustversion",
|
|
5724
|
-
"syn 2.0.
|
|
6073
|
+
"syn 2.0.79",
|
|
5725
6074
|
]
|
|
5726
6075
|
|
|
5727
6076
|
[[package]]
|
|
5728
6077
|
name = "subsetter"
|
|
5729
|
-
version = "0.
|
|
6078
|
+
version = "0.2.0"
|
|
5730
6079
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5731
|
-
checksum = "
|
|
6080
|
+
checksum = "74f98178f34057d4d4de93d68104007c6dea4dfac930204a69ab4622daefa648"
|
|
5732
6081
|
|
|
5733
6082
|
[[package]]
|
|
5734
6083
|
name = "subtle"
|
|
@@ -5738,14 +6087,14 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
|
|
|
5738
6087
|
|
|
5739
6088
|
[[package]]
|
|
5740
6089
|
name = "svg2pdf"
|
|
5741
|
-
version = "0.
|
|
6090
|
+
version = "0.12.0"
|
|
5742
6091
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5743
|
-
checksum = "
|
|
6092
|
+
checksum = "5014c9dadcf318fb7ef8c16438e95abcc9de1ae24d60d5bccc64c55100c50364"
|
|
5744
6093
|
dependencies = [
|
|
5745
6094
|
"fontdb",
|
|
5746
6095
|
"image 0.25.1",
|
|
5747
6096
|
"log",
|
|
5748
|
-
"miniz_oxide",
|
|
6097
|
+
"miniz_oxide 0.8.0",
|
|
5749
6098
|
"once_cell",
|
|
5750
6099
|
"pdf-writer",
|
|
5751
6100
|
"resvg",
|
|
@@ -5753,7 +6102,6 @@ dependencies = [
|
|
|
5753
6102
|
"subsetter",
|
|
5754
6103
|
"tiny-skia",
|
|
5755
6104
|
"ttf-parser",
|
|
5756
|
-
"unicode-properties",
|
|
5757
6105
|
"usvg",
|
|
5758
6106
|
]
|
|
5759
6107
|
|
|
@@ -5767,6 +6115,19 @@ dependencies = [
|
|
|
5767
6115
|
"siphasher 1.0.1",
|
|
5768
6116
|
]
|
|
5769
6117
|
|
|
6118
|
+
[[package]]
|
|
6119
|
+
name = "swc_allocator"
|
|
6120
|
+
version = "0.1.9"
|
|
6121
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6122
|
+
checksum = "7016ee7a5186d6a80e381aa1926e0f3c7b06eaf444745ff7af3632e978eb8dc5"
|
|
6123
|
+
dependencies = [
|
|
6124
|
+
"bumpalo",
|
|
6125
|
+
"hashbrown 0.14.5",
|
|
6126
|
+
"ptr_meta",
|
|
6127
|
+
"rustc-hash",
|
|
6128
|
+
"triomphe",
|
|
6129
|
+
]
|
|
6130
|
+
|
|
5770
6131
|
[[package]]
|
|
5771
6132
|
name = "swc_atoms"
|
|
5772
6133
|
version = "0.6.7"
|
|
@@ -5781,9 +6142,9 @@ dependencies = [
|
|
|
5781
6142
|
|
|
5782
6143
|
[[package]]
|
|
5783
6144
|
name = "swc_bundler"
|
|
5784
|
-
version = "0.
|
|
6145
|
+
version = "0.233.3"
|
|
5785
6146
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5786
|
-
checksum = "
|
|
6147
|
+
checksum = "e9e0a88398e80a77bd6e1b523698a0f1ab3b12fbddd03c8a69a73963c02d3bbc"
|
|
5787
6148
|
dependencies = [
|
|
5788
6149
|
"anyhow",
|
|
5789
6150
|
"crc",
|
|
@@ -5825,9 +6186,9 @@ dependencies = [
|
|
|
5825
6186
|
|
|
5826
6187
|
[[package]]
|
|
5827
6188
|
name = "swc_common"
|
|
5828
|
-
version = "0.
|
|
6189
|
+
version = "0.36.2"
|
|
5829
6190
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5830
|
-
checksum = "
|
|
6191
|
+
checksum = "1802b1642488aec58597dc55ea88992c165660d6e44e9838d4d93f7b78ab95f3"
|
|
5831
6192
|
dependencies = [
|
|
5832
6193
|
"ast_node",
|
|
5833
6194
|
"better_scoped_tls",
|
|
@@ -5841,6 +6202,7 @@ dependencies = [
|
|
|
5841
6202
|
"serde",
|
|
5842
6203
|
"siphasher 0.3.11",
|
|
5843
6204
|
"sourcemap",
|
|
6205
|
+
"swc_allocator",
|
|
5844
6206
|
"swc_atoms",
|
|
5845
6207
|
"swc_eq_ignore_macros",
|
|
5846
6208
|
"swc_visit",
|
|
@@ -5872,16 +6234,16 @@ dependencies = [
|
|
|
5872
6234
|
"proc-macro2",
|
|
5873
6235
|
"quote",
|
|
5874
6236
|
"swc_macros_common",
|
|
5875
|
-
"syn 2.0.
|
|
6237
|
+
"syn 2.0.79",
|
|
5876
6238
|
]
|
|
5877
6239
|
|
|
5878
6240
|
[[package]]
|
|
5879
6241
|
name = "swc_ecma_ast"
|
|
5880
|
-
version = "0.
|
|
6242
|
+
version = "0.117.4"
|
|
5881
6243
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5882
|
-
checksum = "
|
|
6244
|
+
checksum = "a5da2f0310e8cd84b8c803095e75b2cbca872c71fc7f7404d4c9c8117d894960"
|
|
5883
6245
|
dependencies = [
|
|
5884
|
-
"bitflags 2.
|
|
6246
|
+
"bitflags 2.6.0",
|
|
5885
6247
|
"is-macro",
|
|
5886
6248
|
"num-bigint",
|
|
5887
6249
|
"phf",
|
|
@@ -5895,16 +6257,16 @@ dependencies = [
|
|
|
5895
6257
|
|
|
5896
6258
|
[[package]]
|
|
5897
6259
|
name = "swc_ecma_codegen"
|
|
5898
|
-
version = "0.
|
|
6260
|
+
version = "0.154.4"
|
|
5899
6261
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5900
|
-
checksum = "
|
|
6262
|
+
checksum = "7badcda2c45056495ed94b957884099cb000470ae7901ba68db2e7fd48414a4b"
|
|
5901
6263
|
dependencies = [
|
|
5902
6264
|
"memchr",
|
|
5903
6265
|
"num-bigint",
|
|
5904
6266
|
"once_cell",
|
|
5905
|
-
"rustc-hash",
|
|
5906
6267
|
"serde",
|
|
5907
6268
|
"sourcemap",
|
|
6269
|
+
"swc_allocator",
|
|
5908
6270
|
"swc_atoms",
|
|
5909
6271
|
"swc_common",
|
|
5910
6272
|
"swc_ecma_ast",
|
|
@@ -5914,21 +6276,21 @@ dependencies = [
|
|
|
5914
6276
|
|
|
5915
6277
|
[[package]]
|
|
5916
6278
|
name = "swc_ecma_codegen_macros"
|
|
5917
|
-
version = "0.7.
|
|
6279
|
+
version = "0.7.7"
|
|
5918
6280
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5919
|
-
checksum = "
|
|
6281
|
+
checksum = "859fabde36db38634f3fad548dd5e3410c1aebba1b67a3c63e67018fa57a0bca"
|
|
5920
6282
|
dependencies = [
|
|
5921
6283
|
"proc-macro2",
|
|
5922
6284
|
"quote",
|
|
5923
6285
|
"swc_macros_common",
|
|
5924
|
-
"syn 2.0.
|
|
6286
|
+
"syn 2.0.79",
|
|
5925
6287
|
]
|
|
5926
6288
|
|
|
5927
6289
|
[[package]]
|
|
5928
6290
|
name = "swc_ecma_loader"
|
|
5929
|
-
version = "0.
|
|
6291
|
+
version = "0.48.1"
|
|
5930
6292
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5931
|
-
checksum = "
|
|
6293
|
+
checksum = "a201c65ccbaa0c80fbcfd5c90dcc0bfc7ae62ac596f2233651ac715caf5d2c12"
|
|
5932
6294
|
dependencies = [
|
|
5933
6295
|
"anyhow",
|
|
5934
6296
|
"pathdiff",
|
|
@@ -5940,9 +6302,9 @@ dependencies = [
|
|
|
5940
6302
|
|
|
5941
6303
|
[[package]]
|
|
5942
6304
|
name = "swc_ecma_parser"
|
|
5943
|
-
version = "0.
|
|
6305
|
+
version = "0.148.1"
|
|
5944
6306
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5945
|
-
checksum = "
|
|
6307
|
+
checksum = "a8204235f635274dba4adc30c47ac896fd126ddfc53b27210676722423cbb2e7"
|
|
5946
6308
|
dependencies = [
|
|
5947
6309
|
"either",
|
|
5948
6310
|
"new_debug_unreachable",
|
|
@@ -5962,12 +6324,12 @@ dependencies = [
|
|
|
5962
6324
|
|
|
5963
6325
|
[[package]]
|
|
5964
6326
|
name = "swc_ecma_transforms_base"
|
|
5965
|
-
version = "0.
|
|
6327
|
+
version = "0.143.3"
|
|
5966
6328
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5967
|
-
checksum = "
|
|
6329
|
+
checksum = "6df81c1cbb920d9c47abe6fb105363b0f78df2c8f6b0910c4fdd2ad7cbdfb23d"
|
|
5968
6330
|
dependencies = [
|
|
5969
6331
|
"better_scoped_tls",
|
|
5970
|
-
"bitflags 2.
|
|
6332
|
+
"bitflags 2.6.0",
|
|
5971
6333
|
"indexmap",
|
|
5972
6334
|
"once_cell",
|
|
5973
6335
|
"phf",
|
|
@@ -5985,9 +6347,9 @@ dependencies = [
|
|
|
5985
6347
|
|
|
5986
6348
|
[[package]]
|
|
5987
6349
|
name = "swc_ecma_transforms_classes"
|
|
5988
|
-
version = "0.
|
|
6350
|
+
version = "0.132.1"
|
|
5989
6351
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5990
|
-
checksum = "
|
|
6352
|
+
checksum = "53291bcdfca4bd4c2546c3170d7f0ea1d4f22f6fce2a531265ead010a9a2ebdf"
|
|
5991
6353
|
dependencies = [
|
|
5992
6354
|
"swc_atoms",
|
|
5993
6355
|
"swc_common",
|
|
@@ -6006,14 +6368,14 @@ dependencies = [
|
|
|
6006
6368
|
"proc-macro2",
|
|
6007
6369
|
"quote",
|
|
6008
6370
|
"swc_macros_common",
|
|
6009
|
-
"syn 2.0.
|
|
6371
|
+
"syn 2.0.79",
|
|
6010
6372
|
]
|
|
6011
6373
|
|
|
6012
6374
|
[[package]]
|
|
6013
6375
|
name = "swc_ecma_transforms_optimization"
|
|
6014
|
-
version = "0.
|
|
6376
|
+
version = "0.204.2"
|
|
6015
6377
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6016
|
-
checksum = "
|
|
6378
|
+
checksum = "3d7f9a903d6774d3f9005775badc25817296791ffed560f1b7e38aab62ca37ff"
|
|
6017
6379
|
dependencies = [
|
|
6018
6380
|
"dashmap",
|
|
6019
6381
|
"indexmap",
|
|
@@ -6035,9 +6397,9 @@ dependencies = [
|
|
|
6035
6397
|
|
|
6036
6398
|
[[package]]
|
|
6037
6399
|
name = "swc_ecma_transforms_proposal"
|
|
6038
|
-
version = "0.
|
|
6400
|
+
version = "0.177.1"
|
|
6039
6401
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6040
|
-
checksum = "
|
|
6402
|
+
checksum = "a2d84d062b05ae89982a76ff47881a5e15bbd02e9b3c68dc14a3f5eacf48abca"
|
|
6041
6403
|
dependencies = [
|
|
6042
6404
|
"either",
|
|
6043
6405
|
"rustc-hash",
|
|
@@ -6055,17 +6417,18 @@ dependencies = [
|
|
|
6055
6417
|
|
|
6056
6418
|
[[package]]
|
|
6057
6419
|
name = "swc_ecma_transforms_react"
|
|
6058
|
-
version = "0.
|
|
6420
|
+
version = "0.189.2"
|
|
6059
6421
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6060
|
-
checksum = "
|
|
6422
|
+
checksum = "d411add563dd86d50b3db6e74e38def06587fa2fd370b430f71226688bfa6ded"
|
|
6061
6423
|
dependencies = [
|
|
6062
6424
|
"base64 0.21.7",
|
|
6063
6425
|
"dashmap",
|
|
6064
6426
|
"indexmap",
|
|
6065
6427
|
"once_cell",
|
|
6066
6428
|
"serde",
|
|
6067
|
-
"
|
|
6429
|
+
"sha1",
|
|
6068
6430
|
"string_enum",
|
|
6431
|
+
"swc_allocator",
|
|
6069
6432
|
"swc_atoms",
|
|
6070
6433
|
"swc_common",
|
|
6071
6434
|
"swc_config",
|
|
@@ -6079,9 +6442,9 @@ dependencies = [
|
|
|
6079
6442
|
|
|
6080
6443
|
[[package]]
|
|
6081
6444
|
name = "swc_ecma_transforms_typescript"
|
|
6082
|
-
version = "0.
|
|
6445
|
+
version = "0.194.3"
|
|
6083
6446
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6084
|
-
checksum = "
|
|
6447
|
+
checksum = "4f73c4ae3eb15adc5865dc729c4e111040529cec5a349d56ed0b4a0de1a86242"
|
|
6085
6448
|
dependencies = [
|
|
6086
6449
|
"ryu-js",
|
|
6087
6450
|
"serde",
|
|
@@ -6096,9 +6459,9 @@ dependencies = [
|
|
|
6096
6459
|
|
|
6097
6460
|
[[package]]
|
|
6098
6461
|
name = "swc_ecma_utils"
|
|
6099
|
-
version = "0.
|
|
6462
|
+
version = "0.133.4"
|
|
6100
6463
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6101
|
-
checksum = "
|
|
6464
|
+
checksum = "b6148af60d25da893aef037621e4869e9b580eb280e12f5a8d4f87fa5e4cd5da"
|
|
6102
6465
|
dependencies = [
|
|
6103
6466
|
"indexmap",
|
|
6104
6467
|
"num_cpus",
|
|
@@ -6115,10 +6478,11 @@ dependencies = [
|
|
|
6115
6478
|
|
|
6116
6479
|
[[package]]
|
|
6117
6480
|
name = "swc_ecma_visit"
|
|
6118
|
-
version = "0.
|
|
6481
|
+
version = "0.103.3"
|
|
6119
6482
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6120
|
-
checksum = "
|
|
6483
|
+
checksum = "ed8026e4d9abcb75d511bf7623d49e8e135f02f4f9a6bb7c115df8239cfe3d4f"
|
|
6121
6484
|
dependencies = [
|
|
6485
|
+
"new_debug_unreachable",
|
|
6122
6486
|
"num-bigint",
|
|
6123
6487
|
"swc_atoms",
|
|
6124
6488
|
"swc_common",
|
|
@@ -6129,20 +6493,20 @@ dependencies = [
|
|
|
6129
6493
|
|
|
6130
6494
|
[[package]]
|
|
6131
6495
|
name = "swc_eq_ignore_macros"
|
|
6132
|
-
version = "0.1.
|
|
6496
|
+
version = "0.1.4"
|
|
6133
6497
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6134
|
-
checksum = "
|
|
6498
|
+
checksum = "63db0adcff29d220c3d151c5b25c0eabe7e32dd936212b84cdaa1392e3130497"
|
|
6135
6499
|
dependencies = [
|
|
6136
6500
|
"proc-macro2",
|
|
6137
6501
|
"quote",
|
|
6138
|
-
"syn 2.0.
|
|
6502
|
+
"syn 2.0.79",
|
|
6139
6503
|
]
|
|
6140
6504
|
|
|
6141
6505
|
[[package]]
|
|
6142
6506
|
name = "swc_fast_graph"
|
|
6143
|
-
version = "0.
|
|
6507
|
+
version = "0.24.1"
|
|
6144
6508
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6145
|
-
checksum = "
|
|
6509
|
+
checksum = "f3f854cf8efc290aa927d31dab98b42011ff2341fecb2b27fdc817ef7b30ef3b"
|
|
6146
6510
|
dependencies = [
|
|
6147
6511
|
"indexmap",
|
|
6148
6512
|
"petgraph",
|
|
@@ -6152,9 +6516,9 @@ dependencies = [
|
|
|
6152
6516
|
|
|
6153
6517
|
[[package]]
|
|
6154
6518
|
name = "swc_graph_analyzer"
|
|
6155
|
-
version = "0.
|
|
6519
|
+
version = "0.25.1"
|
|
6156
6520
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6157
|
-
checksum = "
|
|
6521
|
+
checksum = "d97d4b3b186f842f6def323db73f1bc90d7086bd5fa1fb4cca527e20c70f856e"
|
|
6158
6522
|
dependencies = [
|
|
6159
6523
|
"auto_impl",
|
|
6160
6524
|
"petgraph",
|
|
@@ -6165,36 +6529,35 @@ dependencies = [
|
|
|
6165
6529
|
|
|
6166
6530
|
[[package]]
|
|
6167
6531
|
name = "swc_macros_common"
|
|
6168
|
-
version = "0.3.
|
|
6532
|
+
version = "0.3.13"
|
|
6169
6533
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6170
|
-
checksum = "
|
|
6534
|
+
checksum = "f486687bfb7b5c560868f69ed2d458b880cebc9babebcb67e49f31b55c5bf847"
|
|
6171
6535
|
dependencies = [
|
|
6172
6536
|
"proc-macro2",
|
|
6173
6537
|
"quote",
|
|
6174
|
-
"syn 2.0.
|
|
6538
|
+
"syn 2.0.79",
|
|
6175
6539
|
]
|
|
6176
6540
|
|
|
6177
6541
|
[[package]]
|
|
6178
6542
|
name = "swc_visit"
|
|
6179
|
-
version = "0.
|
|
6543
|
+
version = "0.6.1"
|
|
6180
6544
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6181
|
-
checksum = "
|
|
6545
|
+
checksum = "2e194d14f94121fd08b823d3379eedb3ce455785d9e0c3d2742c59377e283207"
|
|
6182
6546
|
dependencies = [
|
|
6183
6547
|
"either",
|
|
6184
|
-
"swc_visit_macros",
|
|
6185
6548
|
]
|
|
6186
6549
|
|
|
6187
6550
|
[[package]]
|
|
6188
6551
|
name = "swc_visit_macros"
|
|
6189
|
-
version = "0.5.
|
|
6552
|
+
version = "0.5.13"
|
|
6190
6553
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6191
|
-
checksum = "
|
|
6554
|
+
checksum = "92807d840959f39c60ce8a774a3f83e8193c658068e6d270dbe0a05e40e90b41"
|
|
6192
6555
|
dependencies = [
|
|
6193
6556
|
"Inflector",
|
|
6194
6557
|
"proc-macro2",
|
|
6195
6558
|
"quote",
|
|
6196
6559
|
"swc_macros_common",
|
|
6197
|
-
"syn 2.0.
|
|
6560
|
+
"syn 2.0.79",
|
|
6198
6561
|
]
|
|
6199
6562
|
|
|
6200
6563
|
[[package]]
|
|
@@ -6210,9 +6573,9 @@ dependencies = [
|
|
|
6210
6573
|
|
|
6211
6574
|
[[package]]
|
|
6212
6575
|
name = "syn"
|
|
6213
|
-
version = "2.0.
|
|
6576
|
+
version = "2.0.79"
|
|
6214
6577
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6215
|
-
checksum = "
|
|
6578
|
+
checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590"
|
|
6216
6579
|
dependencies = [
|
|
6217
6580
|
"proc-macro2",
|
|
6218
6581
|
"quote",
|
|
@@ -6231,6 +6594,17 @@ dependencies = [
|
|
|
6231
6594
|
"unicode-xid",
|
|
6232
6595
|
]
|
|
6233
6596
|
|
|
6597
|
+
[[package]]
|
|
6598
|
+
name = "synstructure"
|
|
6599
|
+
version = "0.13.1"
|
|
6600
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6601
|
+
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
|
6602
|
+
dependencies = [
|
|
6603
|
+
"proc-macro2",
|
|
6604
|
+
"quote",
|
|
6605
|
+
"syn 2.0.79",
|
|
6606
|
+
]
|
|
6607
|
+
|
|
6234
6608
|
[[package]]
|
|
6235
6609
|
name = "tap"
|
|
6236
6610
|
version = "1.0.1"
|
|
@@ -6296,7 +6670,7 @@ checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
|
|
|
6296
6670
|
dependencies = [
|
|
6297
6671
|
"proc-macro2",
|
|
6298
6672
|
"quote",
|
|
6299
|
-
"syn 2.0.
|
|
6673
|
+
"syn 2.0.79",
|
|
6300
6674
|
]
|
|
6301
6675
|
|
|
6302
6676
|
[[package]]
|
|
@@ -6373,9 +6747,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
6373
6747
|
|
|
6374
6748
|
[[package]]
|
|
6375
6749
|
name = "tokio"
|
|
6376
|
-
version = "1.
|
|
6750
|
+
version = "1.36.0"
|
|
6377
6751
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6378
|
-
checksum = "
|
|
6752
|
+
checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"
|
|
6379
6753
|
dependencies = [
|
|
6380
6754
|
"backtrace",
|
|
6381
6755
|
"bytes",
|
|
@@ -6392,13 +6766,13 @@ dependencies = [
|
|
|
6392
6766
|
|
|
6393
6767
|
[[package]]
|
|
6394
6768
|
name = "tokio-macros"
|
|
6395
|
-
version = "2.
|
|
6769
|
+
version = "2.2.0"
|
|
6396
6770
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6397
|
-
checksum = "
|
|
6771
|
+
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
|
|
6398
6772
|
dependencies = [
|
|
6399
6773
|
"proc-macro2",
|
|
6400
6774
|
"quote",
|
|
6401
|
-
"syn 2.0.
|
|
6775
|
+
"syn 2.0.79",
|
|
6402
6776
|
]
|
|
6403
6777
|
|
|
6404
6778
|
[[package]]
|
|
@@ -6419,7 +6793,18 @@ version = "0.24.1"
|
|
|
6419
6793
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6420
6794
|
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
|
6421
6795
|
dependencies = [
|
|
6422
|
-
"rustls",
|
|
6796
|
+
"rustls 0.21.11",
|
|
6797
|
+
"tokio",
|
|
6798
|
+
]
|
|
6799
|
+
|
|
6800
|
+
[[package]]
|
|
6801
|
+
name = "tokio-rustls"
|
|
6802
|
+
version = "0.26.0"
|
|
6803
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6804
|
+
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
|
|
6805
|
+
dependencies = [
|
|
6806
|
+
"rustls 0.23.13",
|
|
6807
|
+
"rustls-pki-types",
|
|
6423
6808
|
"tokio",
|
|
6424
6809
|
]
|
|
6425
6810
|
|
|
@@ -6454,11 +6839,56 @@ checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
|
|
|
6454
6839
|
dependencies = [
|
|
6455
6840
|
"bytes",
|
|
6456
6841
|
"futures-core",
|
|
6842
|
+
"futures-io",
|
|
6457
6843
|
"futures-sink",
|
|
6844
|
+
"futures-util",
|
|
6845
|
+
"hashbrown 0.14.5",
|
|
6846
|
+
"pin-project-lite",
|
|
6847
|
+
"slab",
|
|
6848
|
+
"tokio",
|
|
6849
|
+
]
|
|
6850
|
+
|
|
6851
|
+
[[package]]
|
|
6852
|
+
name = "tower"
|
|
6853
|
+
version = "0.4.13"
|
|
6854
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6855
|
+
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
|
6856
|
+
dependencies = [
|
|
6857
|
+
"futures-core",
|
|
6858
|
+
"futures-util",
|
|
6859
|
+
"pin-project",
|
|
6860
|
+
"pin-project-lite",
|
|
6861
|
+
"tokio",
|
|
6862
|
+
"tower-layer",
|
|
6863
|
+
"tower-service",
|
|
6864
|
+
]
|
|
6865
|
+
|
|
6866
|
+
[[package]]
|
|
6867
|
+
name = "tower-http"
|
|
6868
|
+
version = "0.5.2"
|
|
6869
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6870
|
+
checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
|
|
6871
|
+
dependencies = [
|
|
6872
|
+
"async-compression",
|
|
6873
|
+
"bitflags 2.6.0",
|
|
6874
|
+
"bytes",
|
|
6875
|
+
"futures-core",
|
|
6876
|
+
"http 1.1.0",
|
|
6877
|
+
"http-body 1.0.0",
|
|
6878
|
+
"http-body-util",
|
|
6458
6879
|
"pin-project-lite",
|
|
6459
6880
|
"tokio",
|
|
6881
|
+
"tokio-util",
|
|
6882
|
+
"tower-layer",
|
|
6883
|
+
"tower-service",
|
|
6460
6884
|
]
|
|
6461
6885
|
|
|
6886
|
+
[[package]]
|
|
6887
|
+
name = "tower-layer"
|
|
6888
|
+
version = "0.3.3"
|
|
6889
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6890
|
+
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
|
6891
|
+
|
|
6462
6892
|
[[package]]
|
|
6463
6893
|
name = "tower-service"
|
|
6464
6894
|
version = "0.3.2"
|
|
@@ -6484,7 +6914,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
|
|
6484
6914
|
dependencies = [
|
|
6485
6915
|
"proc-macro2",
|
|
6486
6916
|
"quote",
|
|
6487
|
-
"syn 2.0.
|
|
6917
|
+
"syn 2.0.79",
|
|
6488
6918
|
]
|
|
6489
6919
|
|
|
6490
6920
|
[[package]]
|
|
@@ -6562,9 +6992,12 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
|
6562
6992
|
|
|
6563
6993
|
[[package]]
|
|
6564
6994
|
name = "ttf-parser"
|
|
6565
|
-
version = "0.
|
|
6995
|
+
version = "0.24.1"
|
|
6566
6996
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6567
|
-
checksum = "
|
|
6997
|
+
checksum = "5be21190ff5d38e8b4a2d3b6a3ae57f612cc39c96e83cedeaf7abc338a8bac4a"
|
|
6998
|
+
dependencies = [
|
|
6999
|
+
"core_maths",
|
|
7000
|
+
]
|
|
6568
7001
|
|
|
6569
7002
|
[[package]]
|
|
6570
7003
|
name = "twox-hash"
|
|
@@ -6638,15 +7071,15 @@ checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
|
|
6638
7071
|
|
|
6639
7072
|
[[package]]
|
|
6640
7073
|
name = "unicode-bidi-mirroring"
|
|
6641
|
-
version = "0.
|
|
7074
|
+
version = "0.3.0"
|
|
6642
7075
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6643
|
-
checksum = "
|
|
7076
|
+
checksum = "64af057ad7466495ca113126be61838d8af947f41d93a949980b2389a118082f"
|
|
6644
7077
|
|
|
6645
7078
|
[[package]]
|
|
6646
7079
|
name = "unicode-ccc"
|
|
6647
|
-
version = "0.
|
|
7080
|
+
version = "0.3.0"
|
|
6648
7081
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6649
|
-
checksum = "
|
|
7082
|
+
checksum = "260bc6647b3893a9a90668360803a15f96b85a5257b1c3a0c3daf6ae2496de42"
|
|
6650
7083
|
|
|
6651
7084
|
[[package]]
|
|
6652
7085
|
name = "unicode-id"
|
|
@@ -6656,9 +7089,9 @@ checksum = "b1b6def86329695390197b82c1e244a54a131ceb66c996f2088a3876e2ae083f"
|
|
|
6656
7089
|
|
|
6657
7090
|
[[package]]
|
|
6658
7091
|
name = "unicode-id-start"
|
|
6659
|
-
version = "1.0
|
|
7092
|
+
version = "1.3.0"
|
|
6660
7093
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6661
|
-
checksum = "
|
|
7094
|
+
checksum = "97e2a3c5fc9de285c0e805d98eba666adb4b2d9e1049ce44821ff7707cc34e91"
|
|
6662
7095
|
|
|
6663
7096
|
[[package]]
|
|
6664
7097
|
name = "unicode-ident"
|
|
@@ -6747,11 +7180,10 @@ dependencies = [
|
|
|
6747
7180
|
|
|
6748
7181
|
[[package]]
|
|
6749
7182
|
name = "urlpattern"
|
|
6750
|
-
version = "0.
|
|
7183
|
+
version = "0.3.0"
|
|
6751
7184
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6752
|
-
checksum = "
|
|
7185
|
+
checksum = "70acd30e3aa1450bc2eece896ce2ad0d178e9c079493819301573dae3c37ba6d"
|
|
6753
7186
|
dependencies = [
|
|
6754
|
-
"derive_more",
|
|
6755
7187
|
"regex",
|
|
6756
7188
|
"serde",
|
|
6757
7189
|
"unic-ucd-ident",
|
|
@@ -6760,9 +7192,9 @@ dependencies = [
|
|
|
6760
7192
|
|
|
6761
7193
|
[[package]]
|
|
6762
7194
|
name = "usvg"
|
|
6763
|
-
version = "0.
|
|
7195
|
+
version = "0.43.0"
|
|
6764
7196
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6765
|
-
checksum = "
|
|
7197
|
+
checksum = "6803057b5cbb426e9fb8ce2216f3a9b4ca1dd2c705ba3cbebc13006e437735fd"
|
|
6766
7198
|
dependencies = [
|
|
6767
7199
|
"base64 0.22.1",
|
|
6768
7200
|
"data-url",
|
|
@@ -6809,16 +7241,18 @@ dependencies = [
|
|
|
6809
7241
|
|
|
6810
7242
|
[[package]]
|
|
6811
7243
|
name = "v8"
|
|
6812
|
-
version = "0.
|
|
7244
|
+
version = "0.105.1"
|
|
6813
7245
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6814
|
-
checksum = "
|
|
7246
|
+
checksum = "b3f1b18ae89236d39abfa7136ec712f1d2daab61cddeef00b61a804e8a9b2dee"
|
|
6815
7247
|
dependencies = [
|
|
6816
|
-
"
|
|
7248
|
+
"bindgen",
|
|
7249
|
+
"bitflags 2.6.0",
|
|
6817
7250
|
"fslock",
|
|
6818
7251
|
"gzip-header",
|
|
6819
7252
|
"home",
|
|
6820
|
-
"miniz_oxide",
|
|
7253
|
+
"miniz_oxide 0.7.4",
|
|
6821
7254
|
"once_cell",
|
|
7255
|
+
"paste",
|
|
6822
7256
|
"which 6.0.1",
|
|
6823
7257
|
]
|
|
6824
7258
|
|
|
@@ -6828,7 +7262,7 @@ version = "0.1.1"
|
|
|
6828
7262
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6829
7263
|
checksum = "97599c400fc79925922b58303e98fcb8fa88f573379a08ddb652e72cbd2e70f6"
|
|
6830
7264
|
dependencies = [
|
|
6831
|
-
"bitflags 2.
|
|
7265
|
+
"bitflags 2.6.0",
|
|
6832
7266
|
"encoding_rs",
|
|
6833
7267
|
"indexmap",
|
|
6834
7268
|
"num-bigint",
|
|
@@ -6863,7 +7297,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
6863
7297
|
|
|
6864
7298
|
[[package]]
|
|
6865
7299
|
name = "vl-convert"
|
|
6866
|
-
version = "1.
|
|
7300
|
+
version = "1.7.0"
|
|
6867
7301
|
dependencies = [
|
|
6868
7302
|
"assert_cmd",
|
|
6869
7303
|
"clap",
|
|
@@ -6880,7 +7314,7 @@ dependencies = [
|
|
|
6880
7314
|
|
|
6881
7315
|
[[package]]
|
|
6882
7316
|
name = "vl-convert-python"
|
|
6883
|
-
version = "1.
|
|
7317
|
+
version = "1.7.0"
|
|
6884
7318
|
dependencies = [
|
|
6885
7319
|
"futures",
|
|
6886
7320
|
"lazy_static",
|
|
@@ -6892,7 +7326,7 @@ dependencies = [
|
|
|
6892
7326
|
|
|
6893
7327
|
[[package]]
|
|
6894
7328
|
name = "vl-convert-rs"
|
|
6895
|
-
version = "1.
|
|
7329
|
+
version = "1.7.0"
|
|
6896
7330
|
dependencies = [
|
|
6897
7331
|
"deno_core",
|
|
6898
7332
|
"deno_emit",
|
|
@@ -6903,7 +7337,7 @@ dependencies = [
|
|
|
6903
7337
|
"fontdb",
|
|
6904
7338
|
"futures",
|
|
6905
7339
|
"futures-util",
|
|
6906
|
-
"image 0.
|
|
7340
|
+
"image 0.25.1",
|
|
6907
7341
|
"lazy_static",
|
|
6908
7342
|
"log",
|
|
6909
7343
|
"lz-str",
|
|
@@ -6924,7 +7358,7 @@ dependencies = [
|
|
|
6924
7358
|
|
|
6925
7359
|
[[package]]
|
|
6926
7360
|
name = "vl-convert-vendor"
|
|
6927
|
-
version = "1.
|
|
7361
|
+
version = "1.7.0"
|
|
6928
7362
|
dependencies = [
|
|
6929
7363
|
"anyhow",
|
|
6930
7364
|
"dircpy",
|
|
@@ -7002,7 +7436,7 @@ dependencies = [
|
|
|
7002
7436
|
"once_cell",
|
|
7003
7437
|
"proc-macro2",
|
|
7004
7438
|
"quote",
|
|
7005
|
-
"syn 2.0.
|
|
7439
|
+
"syn 2.0.79",
|
|
7006
7440
|
"wasm-bindgen-shared",
|
|
7007
7441
|
]
|
|
7008
7442
|
|
|
@@ -7036,7 +7470,7 @@ checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
|
|
|
7036
7470
|
dependencies = [
|
|
7037
7471
|
"proc-macro2",
|
|
7038
7472
|
"quote",
|
|
7039
|
-
"syn 2.0.
|
|
7473
|
+
"syn 2.0.79",
|
|
7040
7474
|
"wasm-bindgen-backend",
|
|
7041
7475
|
"wasm-bindgen-shared",
|
|
7042
7476
|
]
|
|
@@ -7047,19 +7481,6 @@ version = "0.2.92"
|
|
|
7047
7481
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7048
7482
|
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
|
|
7049
7483
|
|
|
7050
|
-
[[package]]
|
|
7051
|
-
name = "wasm-streams"
|
|
7052
|
-
version = "0.3.0"
|
|
7053
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7054
|
-
checksum = "b4609d447824375f43e1ffbc051b50ad8f4b3ae8219680c94452ea05eb240ac7"
|
|
7055
|
-
dependencies = [
|
|
7056
|
-
"futures-util",
|
|
7057
|
-
"js-sys",
|
|
7058
|
-
"wasm-bindgen",
|
|
7059
|
-
"wasm-bindgen-futures",
|
|
7060
|
-
"web-sys",
|
|
7061
|
-
]
|
|
7062
|
-
|
|
7063
7484
|
[[package]]
|
|
7064
7485
|
name = "web-sys"
|
|
7065
7486
|
version = "0.3.69"
|
|
@@ -7076,6 +7497,15 @@ version = "0.25.4"
|
|
|
7076
7497
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7077
7498
|
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
|
|
7078
7499
|
|
|
7500
|
+
[[package]]
|
|
7501
|
+
name = "webpki-roots"
|
|
7502
|
+
version = "0.26.6"
|
|
7503
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7504
|
+
checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958"
|
|
7505
|
+
dependencies = [
|
|
7506
|
+
"rustls-pki-types",
|
|
7507
|
+
]
|
|
7508
|
+
|
|
7079
7509
|
[[package]]
|
|
7080
7510
|
name = "weezl"
|
|
7081
7511
|
version = "0.1.8"
|
|
@@ -7084,13 +7514,13 @@ checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
|
|
|
7084
7514
|
|
|
7085
7515
|
[[package]]
|
|
7086
7516
|
name = "wgpu-core"
|
|
7087
|
-
version = "0.
|
|
7517
|
+
version = "0.21.1"
|
|
7088
7518
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7089
|
-
checksum = "
|
|
7519
|
+
checksum = "d50819ab545b867d8a454d1d756b90cd5f15da1f2943334ca314af10583c9d39"
|
|
7090
7520
|
dependencies = [
|
|
7091
7521
|
"arrayvec",
|
|
7092
7522
|
"bit-vec",
|
|
7093
|
-
"bitflags 2.
|
|
7523
|
+
"bitflags 2.6.0",
|
|
7094
7524
|
"cfg_aliases",
|
|
7095
7525
|
"codespan-reporting",
|
|
7096
7526
|
"document-features",
|
|
@@ -7113,15 +7543,15 @@ dependencies = [
|
|
|
7113
7543
|
|
|
7114
7544
|
[[package]]
|
|
7115
7545
|
name = "wgpu-hal"
|
|
7116
|
-
version = "0.
|
|
7546
|
+
version = "0.21.1"
|
|
7117
7547
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7118
|
-
checksum = "
|
|
7548
|
+
checksum = "172e490a87295564f3fcc0f165798d87386f6231b04d4548bca458cbbfd63222"
|
|
7119
7549
|
dependencies = [
|
|
7120
7550
|
"android_system_properties",
|
|
7121
7551
|
"arrayvec",
|
|
7122
7552
|
"ash",
|
|
7123
7553
|
"bit-set",
|
|
7124
|
-
"bitflags 2.
|
|
7554
|
+
"bitflags 2.6.0",
|
|
7125
7555
|
"block",
|
|
7126
7556
|
"cfg_aliases",
|
|
7127
7557
|
"core-graphics-types",
|
|
@@ -7159,7 +7589,7 @@ version = "0.20.0"
|
|
|
7159
7589
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7160
7590
|
checksum = "1353d9a46bff7f955a680577f34c69122628cc2076e1d6f3a9be6ef00ae793ef"
|
|
7161
7591
|
dependencies = [
|
|
7162
|
-
"bitflags 2.
|
|
7592
|
+
"bitflags 2.6.0",
|
|
7163
7593
|
"js-sys",
|
|
7164
7594
|
"serde",
|
|
7165
7595
|
"web-sys",
|
|
@@ -7448,6 +7878,30 @@ version = "0.1.0"
|
|
|
7448
7878
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7449
7879
|
checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
|
|
7450
7880
|
|
|
7881
|
+
[[package]]
|
|
7882
|
+
name = "yoke"
|
|
7883
|
+
version = "0.7.4"
|
|
7884
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7885
|
+
checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
|
|
7886
|
+
dependencies = [
|
|
7887
|
+
"serde",
|
|
7888
|
+
"stable_deref_trait",
|
|
7889
|
+
"yoke-derive",
|
|
7890
|
+
"zerofrom",
|
|
7891
|
+
]
|
|
7892
|
+
|
|
7893
|
+
[[package]]
|
|
7894
|
+
name = "yoke-derive"
|
|
7895
|
+
version = "0.7.4"
|
|
7896
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7897
|
+
checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
|
|
7898
|
+
dependencies = [
|
|
7899
|
+
"proc-macro2",
|
|
7900
|
+
"quote",
|
|
7901
|
+
"syn 2.0.79",
|
|
7902
|
+
"synstructure 0.13.1",
|
|
7903
|
+
]
|
|
7904
|
+
|
|
7451
7905
|
[[package]]
|
|
7452
7906
|
name = "zerocopy"
|
|
7453
7907
|
version = "0.7.34"
|
|
@@ -7465,7 +7919,28 @@ checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
|
|
|
7465
7919
|
dependencies = [
|
|
7466
7920
|
"proc-macro2",
|
|
7467
7921
|
"quote",
|
|
7468
|
-
"syn 2.0.
|
|
7922
|
+
"syn 2.0.79",
|
|
7923
|
+
]
|
|
7924
|
+
|
|
7925
|
+
[[package]]
|
|
7926
|
+
name = "zerofrom"
|
|
7927
|
+
version = "0.1.4"
|
|
7928
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7929
|
+
checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
|
|
7930
|
+
dependencies = [
|
|
7931
|
+
"zerofrom-derive",
|
|
7932
|
+
]
|
|
7933
|
+
|
|
7934
|
+
[[package]]
|
|
7935
|
+
name = "zerofrom-derive"
|
|
7936
|
+
version = "0.1.4"
|
|
7937
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
7938
|
+
checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
|
|
7939
|
+
dependencies = [
|
|
7940
|
+
"proc-macro2",
|
|
7941
|
+
"quote",
|
|
7942
|
+
"syn 2.0.79",
|
|
7943
|
+
"synstructure 0.13.1",
|
|
7469
7944
|
]
|
|
7470
7945
|
|
|
7471
7946
|
[[package]]
|
|
@@ -7485,7 +7960,7 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
|
|
|
7485
7960
|
dependencies = [
|
|
7486
7961
|
"proc-macro2",
|
|
7487
7962
|
"quote",
|
|
7488
|
-
"syn 2.0.
|
|
7963
|
+
"syn 2.0.79",
|
|
7489
7964
|
]
|
|
7490
7965
|
|
|
7491
7966
|
[[package]]
|