vl-convert-python 1.0.1rc1__tar.gz → 1.2.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.0.1rc1 → vl_convert_python-1.2.0}/Cargo.lock +933 -1234
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/PKG-INFO +1 -1
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-pdf/Cargo.toml +4 -4
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-python/Cargo.toml +3 -3
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-python/src/lib.rs +310 -40
- vl_convert_python-1.2.0/vl-convert-python/tests/test_get_locales.py +59 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-python/tests/test_specs.py +55 -7
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-python/thirdparty_rust.yaml +360 -514
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/Cargo.toml +6 -6
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ar-001.json +7 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ar-AE.json +7 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ar-BH.json +7 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ar-DJ.json +7 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ar-DZ.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ar-EG.json +7 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ar-EH.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ar-ER.json +7 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ar-IL.json +7 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ar-IQ.json +7 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ar-JO.json +7 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ar-KM.json +7 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ar-KW.json +7 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ar-LB.json +7 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ar-LY.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ar-MA.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ar-MR.json +7 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ar-OM.json +7 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ar-PS.json +7 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ar-QA.json +7 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ar-SA.json +7 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ar-SD.json +7 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ar-SO.json +7 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ar-SS.json +7 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ar-SY.json +7 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ar-TD.json +7 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ar-TN.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ar-YE.json +7 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ca-ES.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/cs-CZ.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/da-DK.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/de-CH.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/de-DE.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/en-CA.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/en-GB.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/en-IE.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/en-IN.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/en-US.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/es-BO.json +7 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/es-ES.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/es-MX.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/fi-FI.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/fr-CA.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/fr-FR.json +7 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/he-IL.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/hu-HU.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/it-IT.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ja-JP.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ko-KR.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/mk-MK.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/nl-NL.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/pl-PL.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/pt-BR.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/pt-PT.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/ru-RU.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/sl-SI.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/sv-SE.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/uk-UA.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/format/zh-CN.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/ar-EG.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/ar-SY.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/ca-ES.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/cs-CZ.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/da-DK.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/de-CH.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/de-DE.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/en-CA.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/en-GB.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/en-US.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/es-ES.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/es-MX.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/fa-IR.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/fi-FI.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/fr-CA.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/fr-FR.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/he-IL.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/hr-HR.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/hu-HU.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/it-IT.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/ja-JP.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/ko-KR.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/mk-MK.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/nb-NO.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/nl-BE.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/nl-NL.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/pl-PL.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/pt-BR.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/ru-RU.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/sv-SE.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/tr-TR.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/uk-UA.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/vi-VN.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/zh-CN.json +10 -0
- vl_convert_python-1.2.0/vl-convert-rs/locales/time-format/zh-TW.json +10 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/src/converter.rs +260 -29
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/src/html.rs +1 -16
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/src/module_loader/import_map.rs +403 -41
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/src/module_loader/mod.rs +7 -1
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/src/text.rs +5 -3
- vl_convert_python-1.2.0/vl-convert-rs/tests/locale/format/it-IT.json +6 -0
- vl_convert_python-1.2.0/vl-convert-rs/tests/locale/time-format/it-IT.json +10 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/test_specs.rs +92 -7
- vl_convert_python-1.2.0/vl-convert-rs/tests/vl-specs/expected/v5_8/geoScale.png +0 -0
- vl_convert_python-1.2.0/vl-convert-rs/tests/vl-specs/expected/v5_8/quakes_initial_selection.png +0 -0
- vl_convert_python-1.2.0/vl-convert-rs/tests/vl-specs/expected/v5_8/stocks_locale.png +0 -0
- vl_convert_python-1.2.0/vl-convert-rs/tests/vl-specs/geoScale.vl.json +3007 -0
- vl_convert_python-1.2.0/vl-convert-rs/tests/vl-specs/quakes_initial_selection.vl.json +146 -0
- vl_convert_python-1.2.0/vl-convert-rs/tests/vl-specs/stocks_locale.vl.json +14 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/thirdparty_rust.yaml +360 -514
- vl_convert_python-1.2.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-array@v3.2.4-G4hy00bPnjF6FrSYpT32/dist=es2020,mode=imports,min/optimized/d3-array.js +1 -0
- vl_convert_python-1.2.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-delaunay@v6.0.4-8vxm7aIldY6XMTxF521F/dist=es2020,mode=imports,min/optimized/d3-delaunay.js +1 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-geo-projection@v4.0.0-5Hhxj2zKHEqWYAQIFo3r/dist=es2020,mode=imports,min/optimized/d3-geo-projection.js +1 -1
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-geo@v3.1.0-6gCuCN3p6hXOeZDWcbjw/dist=es2020,mode=imports,min/optimized/d3-geo.js +1 -1
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-interpolate@v3.0.1-i9AsUdFHwyaukRBWNe8d/dist=es2020,mode=imports,min/optimized/d3-interpolate.js +1 -1
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-scale@v4.0.2-qUv67mnQQKwRMEsPRKcO/dist=es2020,mode=imports,min/optimized/d3-scale.js +1 -1
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.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 +1 -1
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-time@v3.1.0-hkusO1LcNQpH1ccXwop7/dist=es2020,mode=imports,min/optimized/d3-time.js +1 -1
- vl_convert_python-1.2.0/vl-convert-rs/vendor/cdn.skypack.dev/-/delaunator@v5.0.0-5MwqNhLRHOkBYnNXuoGN/dist=es2020,mode=imports,min/optimized/delaunator.js +1 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-crossfilter@v4.1.1-0AUAt51ACgvwsfDQr3R4/dist=es2020,mode=imports,min/optimized/vega-crossfilter.js +1 -1
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-dataflow@v5.7.5-asKYS4gpPLMPf64pSozt/dist=es2020,mode=imports,min/optimized/vega-dataflow.js +1 -1
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-embed@v6.23.0-Fpmq39rehEH8HWtd6nzv/dist=es2020,mode=imports,min/optimized/vega-embed.js +1 -1
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-encode@v4.9.2-73LzBc3ioSKmAYWtrrRd/dist=es2020,mode=imports,min/optimized/vega-encode.js +1 -1
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-force@v4.2.0-CTEP5XRxhUGWUZM8MwQs/dist=es2020,mode=imports,min/optimized/vega-force.js +1 -1
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-format@v1.1.1-MIkBcxVtnuOzCt2MeOxi/dist=es2020,mode=imports,min/optimized/vega-format.js +1 -1
- vl_convert_python-1.2.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-functions@v5.14.0-VEmryigAZ791DplLK2kn/dist=es2020,mode=imports,min/optimized/vega-functions.js +1 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-geo@v4.4.1-8TUdHGrJmGMaKM9x1bwB/dist=es2020,mode=imports,min/optimized/vega-geo.js +1 -1
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-hierarchy@v4.1.1-UOm1ATDeVOQ6Lqji63hi/dist=es2020,mode=imports,min/optimized/vega-hierarchy.js +1 -1
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-label@v1.2.1-hEHqe293fM7lKP2OHb0o/dist=es2020,mode=imports,min/optimized/vega-label.js +1 -1
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.10.0-Vm0dgr6cpOyUiTjlPzt9/dist=es2020,mode=imports,min/optimized/vega-lite.js +1 -1
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.11.1-Q5Jhmb2acmWm03IObXvn/dist=es2020,mode=imports,min/optimized/vega-lite.js +1 -1
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.12.0-ujK64YZaLHcwzRN5lx1E/dist=es2020,mode=imports,min/optimized/vega-lite.js +1 -1
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.13.0-GkFo6HVxfKtvVL5RV8aE/dist=es2020,mode=imports,min/optimized/vega-lite.js +1 -1
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.14.1-0IRM1VigcIVzRzBRoLFR/dist=es2020,mode=imports,min/optimized/vega-lite.js +1 -1
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.15.0-l27jdbpFztiLqmj2Waun/dist=es2020,mode=imports,min/optimized/vega-lite.js +1 -1
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.15.1-lQeQs8sDPgFa9d7Jm3sd/dist=es2020,mode=imports,min/optimized/vega-lite.js +1 -1
- vl_convert_python-1.2.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.16.3-Hw7pZxUuaiVgThsNMjY9/dist=es2020,mode=imports,min/optimized/vega-lite.js +1 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.8.0-4snbURNltT4se5LjMOKF/dist=es2020,mode=imports,min/optimized/vega-lite.js +1 -1
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.9.3-QyXScylQe0TTmb9DRCES/dist=es2020,mode=imports,min/optimized/vega-lite.js +1 -1
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-loader@v4.5.1-e2JpneCYErTzObWVOVxs/dist=es2020,mode=imports,min/optimized/vega-loader.js +1 -1
- {vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-parser@v6.2.0-Ld7hvHcZsTPXKLjR4bzT → vl_convert_python-1.2.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-parser@v6.2.1-X78jYKJs2rYoIxBSCsa8}/dist=es2020,mode=imports,min/optimized/vega-parser.js +1 -1
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-projection@v1.6.0-lGjH1T1qHepW8BpZZrrV/dist=es2020,mode=imports,min/optimized/vega-projection.js +1 -1
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-runtime@v6.1.4-aFKCWR0DKdVqzAheQZ7x/dist=es2020,mode=imports,min/optimized/vega-runtime.js +1 -1
- {vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-scale@v7.3.0-RE8rHwByiw8oUoAe4pNs → vl_convert_python-1.2.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-scale@v7.3.1-hys32hcqPKVC7s5pBJV0}/dist=es2020,mode=imports,min/optimized/vega-scale.js +1 -1
- vl_convert_python-1.2.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-scenegraph@v4.11.1-t7X1dmv0ePHm76Ol8yPQ/dist=es2020,mode=imports,min/optimized/vega-scenegraph.js +2 -0
- vl_convert_python-1.2.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-selections@v5.4.2-kOpqaoZxiZQE5rKxTnvY/dist=es2020,mode=imports,min/optimized/vega-selections.js +1 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-statistics@v1.9.0-Qw8CjSQVQOg2M6VMgsme/dist=es2020,mode=imports,min/optimized/vega-statistics.js +1 -1
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-time@v2.1.1-Q1TxQbneCNdh5ryZm2Gf/dist=es2020,mode=imports,min/optimized/vega-time.js +1 -1
- vl_convert_python-1.2.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-transforms@v4.11.0-WGMpHJSv6jDchyWlqRvP/dist=es2020,mode=imports,min/optimized/vega-transforms.js +1 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-view-transforms@v4.5.9-LiB26zIbxiHZW70fnrDI/dist=es2020,mode=imports,min/optimized/vega-view-transforms.js +1 -1
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-view@v5.11.1-FQ9r1BvJOMHegkomXDyj/dist=es2020,mode=imports,min/optimized/vega-view.js +1 -1
- vl_convert_python-1.2.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-voronoi@v4.2.2-oQ1o0oW6SZfwHLCCdDRf/dist=es2020,mode=imports,min/optimized/vega-voronoi.js +1 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-wordcloud@v4.1.4-J5ewLsaJzX7o65uuoGqD/dist=es2020,mode=imports,min/optimized/vega-wordcloud.js +1 -1
- {vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/vega@v5.25.0-r16knbfAAfBFDoUvoc7K → vl_convert_python-1.2.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega@v5.26.1-qzT1gQErRVzfnh254DSg}/dist=es2020,mode=imports,min/optimized/vega.js +1 -1
- vl_convert_python-1.2.0/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.16.3-Hw7pZxUuaiVgThsNMjY9/mode=imports,min/optimized/vega-lite.js +7 -0
- vl_convert_python-1.2.0/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega@v5.26.1-qzT1gQErRVzfnh254DSg/mode=imports,min/optimized/vega.js +7 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/import_map.json +38 -31
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor_imports.js +2 -3
- vl_convert_python-1.0.1rc1/vl-convert-rs/tests/vl-specs/expected/v4_17/circle_binned.vg.json +0 -1
- vl_convert_python-1.0.1rc1/vl-convert-rs/tests/vl-specs/expected/v4_17/circle_binned.vg.pretty.json +0 -224
- vl_convert_python-1.0.1rc1/vl-convert-rs/tests/vl-specs/expected/v4_17/stacked_bar_h.vg.json +0 -1
- vl_convert_python-1.0.1rc1/vl-convert-rs/tests/vl-specs/expected/v4_17/stacked_bar_h.vg.pretty.json +0 -220
- vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-array@v3.1.1-Ibshj34oOmCw8da1RLSW/dist=es2020,mode=imports,min/optimized/d3-array.js +0 -1
- vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-array@v3.2.0-zhkQfnMQ2ct1k4iWdZiH/dist=es2020,mode=imports,min/optimized/d3-array.js +0 -1
- vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-array@v3.2.1-hGTrvmvXYXil9KElf3uD/dist=es2020,mode=imports,min/optimized/d3-array.js +0 -1
- vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-array@v3.2.2-mREp9VYvdluM4XTkemzD/dist=es2020,mode=imports,min/optimized/d3-array.js +0 -1
- vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-array@v3.2.3-YYAnwYSQZgGML08QhecQ/dist=es2020,mode=imports,min/optimized/d3-array.js +0 -1
- vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-color@v3.0.1-PMFX4FeSjgNPlkOOfuhz/dist=es2020,mode=imports,min/optimized/d3-color.js +0 -1
- vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-delaunay@v6.0.2-W2uPNrmySJLg3U5jTBxc/dist=es2020,mode=imports,min/optimized/d3-delaunay.js +0 -1
- vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-format@v3.1.0-D5wAD2odDPNNWsKloKgL/dist=es2020,mode=imports,min/optimized/d3-format.js +0 -1
- vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-geo@v3.0.1-kwyelOm8gApBxT2oVVB9/dist=es2020,mode=imports,min/optimized/d3-geo.js +0 -1
- vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-time-format@v4.0.0-A7vYeSqgWxeXXSpz1rEp/dist=es2020,mode=imports,min/optimized/d3-time-format.js +0 -1
- vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-time@v3.0.0-Ww07wkuPsE2c8Ac33BKQ/dist=es2020,mode=imports,min/optimized/d3-time.js +0 -1
- vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/delaunator@v5.0.0-60DR2BxrKUGp07uAwKTO/dist=es2020,mode=imports,min/optimized/delaunator.js +0 -1
- vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-event-selector@v2.0.6-fTsDie9ajW0bqk8q646l/dist=es2020,mode=imports,min/optimized/vega-event-selector.js +0 -1
- vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-expression@v3.0.1-A7mhk5wjrSNOpQiSL1LP/dist=es2020,mode=imports,min/optimized/vega-expression.js +0 -3
- vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-expression@v5.0.1-M3HJnXNS0AVPna9ohQFr/dist=es2020,mode=imports,min/optimized/vega-expression.js +0 -3
- vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-functions@v5.13.1-5gFjwySEK8datc3yFaKG/dist=es2020,mode=imports,min/optimized/vega-functions.js +0 -1
- vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-functions@v5.13.2-D3m7Mll472SfG8JZdJut/dist=es2020,mode=imports,min/optimized/vega-functions.js +0 -1
- vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v4.17.0-ycT3UrEO81NWOPVKlbjt/dist=es2020,mode=imports,min/optimized/vega-lite.js +0 -1
- vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.16.1-q5OXwBBsYVZxkN0ArDu4/dist=es2020,mode=imports,min/optimized/vega-lite.js +0 -1
- vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-scenegraph@v4.10.2-W1dltMWN7mO3TARazJA1/dist=es2020,mode=imports,min/optimized/vega-scenegraph.js +0 -3860
- vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-selections@v5.4.1-4yIDtA9NY6vzeN00RWao/dist=es2020,mode=imports,min/optimized/vega-selections.js +0 -1
- vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-statistics@v1.8.1-mXKADMfVQufwILOgkTiI/dist=es2020,mode=imports,min/optimized/vega-statistics.js +0 -1
- vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-transforms@v4.10.2-ZwuxbjLubhdUwIKHKtlL/dist=es2020,mode=imports,min/optimized/vega-transforms.js +0 -1
- vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-util@v1.16.1-QtdV0YLGVmjtkzFiPbzm/dist=es2020,mode=imports,min/optimized/vega-util.js +0 -1
- vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-util@v1.17.0-uRskU0IBL2vWCP4Va8OC/dist=es2020,mode=imports,min/optimized/vega-util.js +0 -1
- vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-util@v1.17.1-uwuqwLZrXXBeO0DFYRgh/dist=es2020,mode=imports,min/optimized/vega-util.js +0 -1
- vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-voronoi@v4.2.1-NrRTxuT3DOJ52CnCL8nc/dist=es2020,mode=imports,min/optimized/vega-voronoi.js +0 -1
- vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v4.17.0-ycT3UrEO81NWOPVKlbjt/mode=imports,min/optimized/vega-lite.js +0 -16
- vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.16.1-q5OXwBBsYVZxkN0ArDu4/mode=imports,min/optimized/vega-lite.js +0 -7
- vl_convert_python-1.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega@v5.25.0-r16knbfAAfBFDoUvoc7K/mode=imports,min/optimized/vega.js +0 -7
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/Cargo.toml +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/pyproject.toml +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-pdf/LICENSE +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-pdf/README.md +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-pdf/examples/pdf_conversion.rs +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-pdf/src/lib.rs +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-python/LICENSE +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-python/README.md +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-python/notebooks/convert_vegalite.ipynb +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-python/tests/test_get_local_tz.py +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-python/tests/test_themes.py +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-python/thirdparty_font.md +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-python/thirdparty_javascript.md +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/LICENSE +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/README.md +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/examples/conversion1.rs +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/fonts/liberation-sans/LiberationSans-Bold.ttf +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/fonts/liberation-sans/LiberationSans-BoldItalic.ttf +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/fonts/liberation-sans/LiberationSans-Italic.ttf +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/fonts/liberation-sans/LiberationSans-Regular.ttf +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/fonts/liberation-sans/SIL Open Font License.txt +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/src/image_loading.rs +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/src/lib.rs +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/fonts/Caveat/Caveat-VariableFont_wght.ttf +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/fonts/Caveat/OFL.txt +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/fonts/Caveat/README.txt +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/fonts/Caveat/static/Caveat-Bold.ttf +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/fonts/Caveat/static/Caveat-Medium.ttf +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/fonts/Caveat/static/Caveat-Regular.ttf +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/fonts/Caveat/static/Caveat-SemiBold.ttf +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/test_themes.rs +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/bar_chart_trellis_compact.vl.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/circle_binned.vl.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/circle_binned_base_url.vl.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/custom_projection.vl.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_10/circle_binned.vg.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_10/circle_binned.vg.pretty.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_10/seattle-weather.vg.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_10/seattle-weather.vg.pretty.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_10/stacked_bar_h.vg.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_10/stacked_bar_h.vg.pretty.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_11/circle_binned.vg.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_11/circle_binned.vg.pretty.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_11/seattle-weather.vg.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_11/seattle-weather.vg.pretty.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_11/stacked_bar_h.vg.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_11/stacked_bar_h.vg.pretty.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_12/circle_binned.vg.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_12/circle_binned.vg.pretty.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_12/seattle-weather.vg.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_12/seattle-weather.vg.pretty.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_12/stacked_bar_h.vg.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_12/stacked_bar_h.vg.pretty.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_13/circle_binned.vg.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_13/circle_binned.vg.pretty.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_13/seattle-weather.vg.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_13/seattle-weather.vg.pretty.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_13/stacked_bar_h.vg.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_13/stacked_bar_h.vg.pretty.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_14/circle_binned.vg.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_14/circle_binned.vg.pretty.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_14/seattle-weather.vg.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_14/seattle-weather.vg.pretty.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_14/stacked_bar_h.vg.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_14/stacked_bar_h.vg.pretty.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_15/circle_binned.vg.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_15/circle_binned.vg.pretty.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_15/seattle-weather.vg.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_15/seattle-weather.vg.pretty.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_15/stacked_bar_h.vg.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_15/stacked_bar_h.vg.pretty.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/circle_binned.vg.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/circle_binned.vg.pretty.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/seattle-weather.vg.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/seattle-weather.vg.pretty.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/stacked_bar_h.vg.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/stacked_bar_h.vg.pretty.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/bar_chart_trellis_compact-excel.png +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/bar_chart_trellis_compact.png +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/bar_chart_trellis_compact.svg +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned-dark.png +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned.png +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned.svg +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned.vg.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned.vg.pretty.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned_base_url.png +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned_base_url.svg +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/custom_projection.png +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/float_font_size.png +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/float_font_size.svg +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/font_with_quotes.png +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/line_with_log_scale-fivethirtyeight.png +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/line_with_log_scale.png +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/line_with_log_scale.svg +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/long_legend_label.png +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/lookup_urls.png +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/maptile_background.png +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/no_text_in_font_metrics.png +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/no_text_in_font_metrics.sg.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/no_text_in_font_metrics.svg +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/numeric_font_weight.svg +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/remote_images.png +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/seattle-weather.vg.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/seattle-weather.vg.pretty.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/stacked_bar_h-vox.png +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/stacked_bar_h.png +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/stacked_bar_h.svg +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/stacked_bar_h.vg.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/stacked_bar_h.vg.pretty.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_9/circle_binned.vg.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_9/circle_binned.vg.pretty.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_9/seattle-weather.vg.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_9/seattle-weather.vg.pretty.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_9/stacked_bar_h.vg.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_9/stacked_bar_h.vg.pretty.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/float_font_size.vl.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/font_with_quotes.vl.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/line_with_log_scale.vl.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/long_legend_label.vl.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/lookup_urls.vl.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/maptile_background.vl.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/no_text_in_font_metrics.vl.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/numeric_font_weight.vl.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/remote_images.vl.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/seattle-weather.vl.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/stacked_bar_h.vl.json +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/thirdparty_font.md +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/thirdparty_javascript.md +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.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.0.1rc1 → vl_convert_python-1.2.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.0.1rc1 → vl_convert_python-1.2.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.0.1rc1 → vl_convert_python-1.2.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.0.1rc1 → vl_convert_python-1.2.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.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-format@v3.0.1-LyjmeNp0E5YokPvOjBaD → vl_convert_python-1.2.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.0.1rc1 → vl_convert_python-1.2.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.0.1rc1 → vl_convert_python-1.2.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.0.1rc1 → vl_convert_python-1.2.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.0.1rc1 → vl_convert_python-1.2.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.0.1rc1 → vl_convert_python-1.2.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.0.1rc1 → vl_convert_python-1.2.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.0.1rc1 → vl_convert_python-1.2.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.0.1rc1 → vl_convert_python-1.2.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.0.1rc1 → vl_convert_python-1.2.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.0.1rc1 → vl_convert_python-1.2.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.0.1rc1 → vl_convert_python-1.2.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.0.1rc1/vl-convert-rs/vendor/cdn.skypack.dev/-/robust-predicates@v3.0.1-HLqPGJ72Lz4vKeF3T1y8 → vl_convert_python-1.2.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.0.1rc1 → vl_convert_python-1.2.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.0.1rc1 → vl_convert_python-1.2.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.0.1rc1 → vl_convert_python-1.2.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.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-expression@v5.1.0-2VnsdaYPtQ6Pi5w8JxN8/dist=es2020,mode=imports,min/optimized/vega-expression.js +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.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.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-regression@v1.2.0-qmJkAzTyLtlu9jZBRY67/dist=es2020,mode=imports,min/optimized/vega-regression.js +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.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.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-themes@v2.14.0-RvUmNETlVH2y3yQM1y36/dist=es2020,mode=imports,min/optimized/vega-themes.js +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-tooltip@v0.33.0-DfMhYyd4NOGdbNfmDNiw/dist=es2020,mode=imports,min/optimized/vega-tooltip.js +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.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.0.1rc1 → vl_convert_python-1.2.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.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-embed@v6.23.0-Fpmq39rehEH8HWtd6nzv/mode=imports,min/optimized/vega-embed.js +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.10.0-Vm0dgr6cpOyUiTjlPzt9/mode=imports,min/optimized/vega-lite.js +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.11.1-Q5Jhmb2acmWm03IObXvn/mode=imports,min/optimized/vega-lite.js +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.12.0-ujK64YZaLHcwzRN5lx1E/mode=imports,min/optimized/vega-lite.js +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.13.0-GkFo6HVxfKtvVL5RV8aE/mode=imports,min/optimized/vega-lite.js +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.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.0.1rc1 → vl_convert_python-1.2.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.0.1rc1 → vl_convert_python-1.2.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.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.9.3-QyXScylQe0TTmb9DRCES/mode=imports,min/optimized/vega-lite.js +0 -0
- {vl_convert_python-1.0.1rc1 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-themes@v2.14.0-RvUmNETlVH2y3yQM1y36/mode=imports,min/optimized/vega-themes.js +0 -0
|
@@ -34,7 +34,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
34
34
|
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
|
|
35
35
|
dependencies = [
|
|
36
36
|
"crypto-common",
|
|
37
|
-
"generic-array
|
|
37
|
+
"generic-array",
|
|
38
38
|
]
|
|
39
39
|
|
|
40
40
|
[[package]]
|
|
@@ -126,21 +126,6 @@ version = "0.2.16"
|
|
|
126
126
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
127
127
|
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
|
|
128
128
|
|
|
129
|
-
[[package]]
|
|
130
|
-
name = "android-tzdata"
|
|
131
|
-
version = "0.1.1"
|
|
132
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
133
|
-
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
134
|
-
|
|
135
|
-
[[package]]
|
|
136
|
-
name = "android_system_properties"
|
|
137
|
-
version = "0.1.5"
|
|
138
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
139
|
-
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
140
|
-
dependencies = [
|
|
141
|
-
"libc",
|
|
142
|
-
]
|
|
143
|
-
|
|
144
129
|
[[package]]
|
|
145
130
|
name = "anstream"
|
|
146
131
|
version = "0.6.4"
|
|
@@ -216,7 +201,7 @@ dependencies = [
|
|
|
216
201
|
"asn1-rs-derive",
|
|
217
202
|
"asn1-rs-impl",
|
|
218
203
|
"displaydoc",
|
|
219
|
-
"nom",
|
|
204
|
+
"nom 7.1.3",
|
|
220
205
|
"num-traits",
|
|
221
206
|
"rusticata-macros",
|
|
222
207
|
"thiserror",
|
|
@@ -229,8 +214,8 @@ version = "0.4.0"
|
|
|
229
214
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
230
215
|
checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c"
|
|
231
216
|
dependencies = [
|
|
232
|
-
"proc-macro2
|
|
233
|
-
"quote
|
|
217
|
+
"proc-macro2",
|
|
218
|
+
"quote",
|
|
234
219
|
"syn 1.0.109",
|
|
235
220
|
"synstructure",
|
|
236
221
|
]
|
|
@@ -241,8 +226,8 @@ version = "0.1.0"
|
|
|
241
226
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
242
227
|
checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed"
|
|
243
228
|
dependencies = [
|
|
244
|
-
"proc-macro2
|
|
245
|
-
"quote
|
|
229
|
+
"proc-macro2",
|
|
230
|
+
"quote",
|
|
246
231
|
"syn 1.0.109",
|
|
247
232
|
]
|
|
248
233
|
|
|
@@ -268,8 +253,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
268
253
|
checksum = "c09c69dffe06d222d072c878c3afe86eee2179806f20503faec97250268b4c24"
|
|
269
254
|
dependencies = [
|
|
270
255
|
"pmutil",
|
|
271
|
-
"proc-macro2
|
|
272
|
-
"quote
|
|
256
|
+
"proc-macro2",
|
|
257
|
+
"quote",
|
|
273
258
|
"swc_macros_common",
|
|
274
259
|
"syn 2.0.38",
|
|
275
260
|
]
|
|
@@ -294,8 +279,8 @@ version = "0.1.73"
|
|
|
294
279
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
295
280
|
checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"
|
|
296
281
|
dependencies = [
|
|
297
|
-
"proc-macro2
|
|
298
|
-
"quote
|
|
282
|
+
"proc-macro2",
|
|
283
|
+
"quote",
|
|
299
284
|
"syn 2.0.38",
|
|
300
285
|
]
|
|
301
286
|
|
|
@@ -306,8 +291,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
306
291
|
checksum = "fee3da8ef1276b0bee5dd1c7258010d8fffd31801447323115a25560e1327b89"
|
|
307
292
|
dependencies = [
|
|
308
293
|
"proc-macro-error",
|
|
309
|
-
"proc-macro2
|
|
310
|
-
"quote
|
|
294
|
+
"proc-macro2",
|
|
295
|
+
"quote",
|
|
311
296
|
"syn 1.0.109",
|
|
312
297
|
]
|
|
313
298
|
|
|
@@ -332,12 +317,6 @@ dependencies = [
|
|
|
332
317
|
"rustc-demangle",
|
|
333
318
|
]
|
|
334
319
|
|
|
335
|
-
[[package]]
|
|
336
|
-
name = "base16ct"
|
|
337
|
-
version = "0.1.1"
|
|
338
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
339
|
-
checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
|
|
340
|
-
|
|
341
320
|
[[package]]
|
|
342
321
|
name = "base16ct"
|
|
343
322
|
version = "0.2.0"
|
|
@@ -399,7 +378,7 @@ version = "0.10.4"
|
|
|
399
378
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
400
379
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
401
380
|
dependencies = [
|
|
402
|
-
"generic-array
|
|
381
|
+
"generic-array",
|
|
403
382
|
]
|
|
404
383
|
|
|
405
384
|
[[package]]
|
|
@@ -408,7 +387,7 @@ version = "0.3.3"
|
|
|
408
387
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
409
388
|
checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
|
|
410
389
|
dependencies = [
|
|
411
|
-
"generic-array
|
|
390
|
+
"generic-array",
|
|
412
391
|
]
|
|
413
392
|
|
|
414
393
|
[[package]]
|
|
@@ -467,6 +446,27 @@ version = "1.5.0"
|
|
|
467
446
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
468
447
|
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
|
469
448
|
|
|
449
|
+
[[package]]
|
|
450
|
+
name = "bzip2"
|
|
451
|
+
version = "0.4.4"
|
|
452
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
453
|
+
checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
|
|
454
|
+
dependencies = [
|
|
455
|
+
"bzip2-sys",
|
|
456
|
+
"libc",
|
|
457
|
+
]
|
|
458
|
+
|
|
459
|
+
[[package]]
|
|
460
|
+
name = "bzip2-sys"
|
|
461
|
+
version = "0.1.11+1.0.8"
|
|
462
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
463
|
+
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
|
|
464
|
+
dependencies = [
|
|
465
|
+
"cc",
|
|
466
|
+
"libc",
|
|
467
|
+
"pkg-config",
|
|
468
|
+
]
|
|
469
|
+
|
|
470
470
|
[[package]]
|
|
471
471
|
name = "cache_control"
|
|
472
472
|
version = "0.2.0"
|
|
@@ -504,11 +504,8 @@ version = "0.4.31"
|
|
|
504
504
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
505
505
|
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
|
|
506
506
|
dependencies = [
|
|
507
|
-
"android-tzdata",
|
|
508
|
-
"iana-time-zone",
|
|
509
507
|
"num-traits",
|
|
510
508
|
"serde",
|
|
511
|
-
"windows-targets",
|
|
512
509
|
]
|
|
513
510
|
|
|
514
511
|
[[package]]
|
|
@@ -550,8 +547,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
550
547
|
checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
|
|
551
548
|
dependencies = [
|
|
552
549
|
"heck",
|
|
553
|
-
"proc-macro2
|
|
554
|
-
"quote
|
|
550
|
+
"proc-macro2",
|
|
551
|
+
"quote",
|
|
555
552
|
"syn 2.0.38",
|
|
556
553
|
]
|
|
557
554
|
|
|
@@ -561,15 +558,6 @@ version = "0.5.1"
|
|
|
561
558
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
562
559
|
checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
|
|
563
560
|
|
|
564
|
-
[[package]]
|
|
565
|
-
name = "cmake"
|
|
566
|
-
version = "0.1.50"
|
|
567
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
568
|
-
checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130"
|
|
569
|
-
dependencies = [
|
|
570
|
-
"cc",
|
|
571
|
-
]
|
|
572
|
-
|
|
573
561
|
[[package]]
|
|
574
562
|
name = "color_quant"
|
|
575
563
|
version = "1.1.0"
|
|
@@ -598,6 +586,12 @@ version = "0.9.5"
|
|
|
598
586
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
599
587
|
checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f"
|
|
600
588
|
|
|
589
|
+
[[package]]
|
|
590
|
+
name = "constant_time_eq"
|
|
591
|
+
version = "0.1.5"
|
|
592
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
593
|
+
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
594
|
+
|
|
601
595
|
[[package]]
|
|
602
596
|
name = "convert_case"
|
|
603
597
|
version = "0.4.0"
|
|
@@ -653,6 +647,20 @@ dependencies = [
|
|
|
653
647
|
"cfg-if",
|
|
654
648
|
]
|
|
655
649
|
|
|
650
|
+
[[package]]
|
|
651
|
+
name = "crossbeam"
|
|
652
|
+
version = "0.8.2"
|
|
653
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
654
|
+
checksum = "2801af0d36612ae591caa9568261fddce32ce6e08a7275ea334a06a4ad021a2c"
|
|
655
|
+
dependencies = [
|
|
656
|
+
"cfg-if",
|
|
657
|
+
"crossbeam-channel",
|
|
658
|
+
"crossbeam-deque",
|
|
659
|
+
"crossbeam-epoch",
|
|
660
|
+
"crossbeam-queue",
|
|
661
|
+
"crossbeam-utils",
|
|
662
|
+
]
|
|
663
|
+
|
|
656
664
|
[[package]]
|
|
657
665
|
name = "crossbeam-channel"
|
|
658
666
|
version = "0.5.8"
|
|
@@ -688,24 +696,22 @@ dependencies = [
|
|
|
688
696
|
]
|
|
689
697
|
|
|
690
698
|
[[package]]
|
|
691
|
-
name = "crossbeam-
|
|
692
|
-
version = "0.8
|
|
699
|
+
name = "crossbeam-queue"
|
|
700
|
+
version = "0.3.8"
|
|
693
701
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
694
|
-
checksum = "
|
|
702
|
+
checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
|
|
695
703
|
dependencies = [
|
|
696
704
|
"cfg-if",
|
|
705
|
+
"crossbeam-utils",
|
|
697
706
|
]
|
|
698
707
|
|
|
699
708
|
[[package]]
|
|
700
|
-
name = "
|
|
701
|
-
version = "0.
|
|
709
|
+
name = "crossbeam-utils"
|
|
710
|
+
version = "0.8.16"
|
|
702
711
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
703
|
-
checksum = "
|
|
712
|
+
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
|
|
704
713
|
dependencies = [
|
|
705
|
-
"
|
|
706
|
-
"rand_core 0.6.4",
|
|
707
|
-
"subtle",
|
|
708
|
-
"zeroize",
|
|
714
|
+
"cfg-if",
|
|
709
715
|
]
|
|
710
716
|
|
|
711
717
|
[[package]]
|
|
@@ -714,8 +720,8 @@ version = "0.5.3"
|
|
|
714
720
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
715
721
|
checksum = "740fe28e594155f10cfc383984cbefd529d7396050557148f79cb0f621204124"
|
|
716
722
|
dependencies = [
|
|
717
|
-
"generic-array
|
|
718
|
-
"rand_core
|
|
723
|
+
"generic-array",
|
|
724
|
+
"rand_core",
|
|
719
725
|
"subtle",
|
|
720
726
|
"zeroize",
|
|
721
727
|
]
|
|
@@ -726,8 +732,8 @@ version = "0.1.6"
|
|
|
726
732
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
727
733
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
728
734
|
dependencies = [
|
|
729
|
-
"generic-array
|
|
730
|
-
"rand_core
|
|
735
|
+
"generic-array",
|
|
736
|
+
"rand_core",
|
|
731
737
|
"typenum",
|
|
732
738
|
]
|
|
733
739
|
|
|
@@ -740,19 +746,6 @@ dependencies = [
|
|
|
740
746
|
"cipher",
|
|
741
747
|
]
|
|
742
748
|
|
|
743
|
-
[[package]]
|
|
744
|
-
name = "curve25519-dalek"
|
|
745
|
-
version = "2.1.3"
|
|
746
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
747
|
-
checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"
|
|
748
|
-
dependencies = [
|
|
749
|
-
"byteorder",
|
|
750
|
-
"digest 0.8.1",
|
|
751
|
-
"rand_core 0.5.1",
|
|
752
|
-
"subtle",
|
|
753
|
-
"zeroize",
|
|
754
|
-
]
|
|
755
|
-
|
|
756
749
|
[[package]]
|
|
757
750
|
name = "curve25519-dalek"
|
|
758
751
|
version = "4.1.1"
|
|
@@ -775,8 +768,8 @@ version = "0.1.0"
|
|
|
775
768
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
776
769
|
checksum = "83fdaf97f4804dcebfa5862639bc9ce4121e82140bec2a987ac5140294865b5b"
|
|
777
770
|
dependencies = [
|
|
778
|
-
"proc-macro2
|
|
779
|
-
"quote
|
|
771
|
+
"proc-macro2",
|
|
772
|
+
"quote",
|
|
780
773
|
"syn 2.0.38",
|
|
781
774
|
]
|
|
782
775
|
|
|
@@ -815,96 +808,36 @@ dependencies = [
|
|
|
815
808
|
"uuid",
|
|
816
809
|
]
|
|
817
810
|
|
|
818
|
-
[[package]]
|
|
819
|
-
name = "deno-proc-macro-rules"
|
|
820
|
-
version = "0.3.2"
|
|
821
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
822
|
-
checksum = "3c65c2ffdafc1564565200967edc4851c7b55422d3913466688907efd05ea26f"
|
|
823
|
-
dependencies = [
|
|
824
|
-
"deno-proc-macro-rules-macros",
|
|
825
|
-
"proc-macro2 1.0.69",
|
|
826
|
-
"syn 2.0.38",
|
|
827
|
-
]
|
|
828
|
-
|
|
829
|
-
[[package]]
|
|
830
|
-
name = "deno-proc-macro-rules-macros"
|
|
831
|
-
version = "0.3.2"
|
|
832
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
833
|
-
checksum = "3047b312b7451e3190865713a4dd6e1f821aed614ada219766ebc3024a690435"
|
|
834
|
-
dependencies = [
|
|
835
|
-
"once_cell",
|
|
836
|
-
"proc-macro2 1.0.69",
|
|
837
|
-
"quote 1.0.33",
|
|
838
|
-
"syn 2.0.38",
|
|
839
|
-
]
|
|
840
|
-
|
|
841
|
-
[[package]]
|
|
842
|
-
name = "deno_ast"
|
|
843
|
-
version = "0.29.5"
|
|
844
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
845
|
-
checksum = "8a8adb6aeb787db71d015d8e9f63f6e004eeb09c86babb4ded00878be18619b1"
|
|
846
|
-
dependencies = [
|
|
847
|
-
"anyhow",
|
|
848
|
-
"base64 0.13.1",
|
|
849
|
-
"deno_media_type",
|
|
850
|
-
"dprint-swc-ext 0.12.0",
|
|
851
|
-
"serde",
|
|
852
|
-
"swc_atoms 0.5.9",
|
|
853
|
-
"swc_common 0.32.0",
|
|
854
|
-
"swc_config",
|
|
855
|
-
"swc_config_macro",
|
|
856
|
-
"swc_ecma_ast 0.109.0",
|
|
857
|
-
"swc_ecma_codegen 0.144.1",
|
|
858
|
-
"swc_ecma_codegen_macros",
|
|
859
|
-
"swc_ecma_loader 0.44.2",
|
|
860
|
-
"swc_ecma_parser 0.139.0",
|
|
861
|
-
"swc_ecma_transforms_base 0.132.2",
|
|
862
|
-
"swc_ecma_transforms_classes 0.121.2",
|
|
863
|
-
"swc_ecma_transforms_macros",
|
|
864
|
-
"swc_ecma_transforms_proposal 0.166.3",
|
|
865
|
-
"swc_ecma_transforms_react 0.178.3",
|
|
866
|
-
"swc_ecma_transforms_typescript 0.182.3",
|
|
867
|
-
"swc_ecma_utils 0.122.0",
|
|
868
|
-
"swc_ecma_visit 0.95.0",
|
|
869
|
-
"swc_eq_ignore_macros",
|
|
870
|
-
"swc_macros_common",
|
|
871
|
-
"swc_visit",
|
|
872
|
-
"swc_visit_macros",
|
|
873
|
-
"text_lines",
|
|
874
|
-
"url",
|
|
875
|
-
]
|
|
876
|
-
|
|
877
811
|
[[package]]
|
|
878
812
|
name = "deno_ast"
|
|
879
|
-
version = "0.31.
|
|
813
|
+
version = "0.31.6"
|
|
880
814
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
881
|
-
checksum = "
|
|
815
|
+
checksum = "da7b09db895527a94de1305455338926cd2a7003231ba589b7b7b57e8da344f2"
|
|
882
816
|
dependencies = [
|
|
883
817
|
"anyhow",
|
|
884
818
|
"base64 0.13.1",
|
|
885
819
|
"deno_media_type",
|
|
886
|
-
"dprint-swc-ext
|
|
820
|
+
"dprint-swc-ext",
|
|
887
821
|
"serde",
|
|
888
|
-
"swc_atoms
|
|
822
|
+
"swc_atoms",
|
|
889
823
|
"swc_bundler",
|
|
890
|
-
"swc_common
|
|
824
|
+
"swc_common",
|
|
891
825
|
"swc_config",
|
|
892
826
|
"swc_config_macro",
|
|
893
|
-
"swc_ecma_ast
|
|
894
|
-
"swc_ecma_codegen
|
|
827
|
+
"swc_ecma_ast",
|
|
828
|
+
"swc_ecma_codegen",
|
|
895
829
|
"swc_ecma_codegen_macros",
|
|
896
|
-
"
|
|
897
|
-
"
|
|
898
|
-
"
|
|
899
|
-
"
|
|
900
|
-
"swc_ecma_transforms_classes 0.123.8",
|
|
830
|
+
"swc_ecma_loader",
|
|
831
|
+
"swc_ecma_parser",
|
|
832
|
+
"swc_ecma_transforms_base",
|
|
833
|
+
"swc_ecma_transforms_classes",
|
|
901
834
|
"swc_ecma_transforms_macros",
|
|
902
835
|
"swc_ecma_transforms_optimization",
|
|
903
|
-
"swc_ecma_transforms_proposal
|
|
904
|
-
"swc_ecma_transforms_react
|
|
905
|
-
"swc_ecma_transforms_typescript
|
|
906
|
-
"swc_ecma_utils
|
|
907
|
-
"swc_ecma_visit
|
|
836
|
+
"swc_ecma_transforms_proposal",
|
|
837
|
+
"swc_ecma_transforms_react",
|
|
838
|
+
"swc_ecma_transforms_typescript",
|
|
839
|
+
"swc_ecma_utils",
|
|
840
|
+
"swc_ecma_visit",
|
|
908
841
|
"swc_eq_ignore_macros",
|
|
909
842
|
"swc_graph_analyzer",
|
|
910
843
|
"swc_macros_common",
|
|
@@ -916,9 +849,9 @@ dependencies = [
|
|
|
916
849
|
|
|
917
850
|
[[package]]
|
|
918
851
|
name = "deno_broadcast_channel"
|
|
919
|
-
version = "0.
|
|
852
|
+
version = "0.120.0"
|
|
920
853
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
921
|
-
checksum = "
|
|
854
|
+
checksum = "b23d7f5ed84b488a33a58add5b6dfa589a31c21baed99763e29dcdcb488c163d"
|
|
922
855
|
dependencies = [
|
|
923
856
|
"async-trait",
|
|
924
857
|
"deno_core",
|
|
@@ -928,9 +861,9 @@ dependencies = [
|
|
|
928
861
|
|
|
929
862
|
[[package]]
|
|
930
863
|
name = "deno_cache"
|
|
931
|
-
version = "0.
|
|
864
|
+
version = "0.58.0"
|
|
932
865
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
933
|
-
checksum = "
|
|
866
|
+
checksum = "b0c8cb0bb6f5779fed81e19b2871754cb5fefa094df6b8f704b9b98b7f794c96"
|
|
934
867
|
dependencies = [
|
|
935
868
|
"async-trait",
|
|
936
869
|
"deno_core",
|
|
@@ -942,28 +875,26 @@ dependencies = [
|
|
|
942
875
|
|
|
943
876
|
[[package]]
|
|
944
877
|
name = "deno_console"
|
|
945
|
-
version = "0.
|
|
878
|
+
version = "0.126.0"
|
|
946
879
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
947
|
-
checksum = "
|
|
880
|
+
checksum = "b6268060bc5ae1e67aa8965e6e7136b99145da997316aaf2de8ae83968bb22f3"
|
|
948
881
|
dependencies = [
|
|
949
882
|
"deno_core",
|
|
950
883
|
]
|
|
951
884
|
|
|
952
885
|
[[package]]
|
|
953
886
|
name = "deno_core"
|
|
954
|
-
version = "0.
|
|
887
|
+
version = "0.232.0"
|
|
955
888
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
956
|
-
checksum = "
|
|
889
|
+
checksum = "229ffd108e028b148a1a5a6122f771bc7c37094170226f44b8b93b3a9b79d114"
|
|
957
890
|
dependencies = [
|
|
958
891
|
"anyhow",
|
|
959
892
|
"bytes",
|
|
960
893
|
"deno_ops",
|
|
961
894
|
"deno_unsync 0.3.0",
|
|
962
895
|
"futures",
|
|
963
|
-
"indexmap 2.0.2",
|
|
964
896
|
"libc",
|
|
965
897
|
"log",
|
|
966
|
-
"once_cell",
|
|
967
898
|
"parking_lot 0.12.1",
|
|
968
899
|
"pin-project",
|
|
969
900
|
"serde",
|
|
@@ -976,37 +907,51 @@ dependencies = [
|
|
|
976
907
|
"v8",
|
|
977
908
|
]
|
|
978
909
|
|
|
910
|
+
[[package]]
|
|
911
|
+
name = "deno_cron"
|
|
912
|
+
version = "0.6.0"
|
|
913
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
914
|
+
checksum = "86c3311a1abeb1fc33a314cfaa9a6636aef8085cb0fdd23d21f4661cabee9d52"
|
|
915
|
+
dependencies = [
|
|
916
|
+
"anyhow",
|
|
917
|
+
"async-trait",
|
|
918
|
+
"chrono",
|
|
919
|
+
"deno_core",
|
|
920
|
+
"deno_unsync 0.1.1",
|
|
921
|
+
"saffron",
|
|
922
|
+
"tokio",
|
|
923
|
+
]
|
|
924
|
+
|
|
979
925
|
[[package]]
|
|
980
926
|
name = "deno_crypto"
|
|
981
|
-
version = "0.
|
|
927
|
+
version = "0.140.0"
|
|
982
928
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
983
|
-
checksum = "
|
|
929
|
+
checksum = "5785b0bb13a5e70961c92915b3c46f8df979b208b4e6115b0604e2c81bf60170"
|
|
984
930
|
dependencies = [
|
|
985
931
|
"aes",
|
|
986
932
|
"aes-gcm",
|
|
987
933
|
"aes-kw",
|
|
988
|
-
"base64 0.
|
|
934
|
+
"base64 0.21.4",
|
|
989
935
|
"cbc",
|
|
990
936
|
"const-oid",
|
|
991
937
|
"ctr",
|
|
992
|
-
"curve25519-dalek
|
|
938
|
+
"curve25519-dalek",
|
|
993
939
|
"deno_core",
|
|
994
940
|
"deno_web",
|
|
995
|
-
"elliptic-curve
|
|
941
|
+
"elliptic-curve",
|
|
996
942
|
"num-traits",
|
|
997
943
|
"once_cell",
|
|
998
|
-
"p256
|
|
999
|
-
"p384
|
|
944
|
+
"p256",
|
|
945
|
+
"p384",
|
|
1000
946
|
"rand",
|
|
1001
|
-
"ring",
|
|
947
|
+
"ring 0.17.6",
|
|
1002
948
|
"rsa",
|
|
1003
|
-
"sec1 0.3.0",
|
|
1004
949
|
"serde",
|
|
1005
950
|
"serde_bytes",
|
|
1006
951
|
"sha1",
|
|
1007
952
|
"sha2",
|
|
1008
|
-
"signature
|
|
1009
|
-
"spki
|
|
953
|
+
"signature",
|
|
954
|
+
"spki",
|
|
1010
955
|
"tokio",
|
|
1011
956
|
"uuid",
|
|
1012
957
|
"x25519-dalek",
|
|
@@ -1014,13 +959,13 @@ dependencies = [
|
|
|
1014
959
|
|
|
1015
960
|
[[package]]
|
|
1016
961
|
name = "deno_emit"
|
|
1017
|
-
version = "0.31.
|
|
962
|
+
version = "0.31.5"
|
|
1018
963
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1019
|
-
checksum = "
|
|
964
|
+
checksum = "5b98917905e9be9740722f89c3b2d3a963beaed8a05dce58e642947d0f6aa17d"
|
|
1020
965
|
dependencies = [
|
|
1021
966
|
"anyhow",
|
|
1022
967
|
"base64 0.13.1",
|
|
1023
|
-
"deno_ast
|
|
968
|
+
"deno_ast",
|
|
1024
969
|
"deno_graph",
|
|
1025
970
|
"escape8259",
|
|
1026
971
|
"futures",
|
|
@@ -1031,9 +976,9 @@ dependencies = [
|
|
|
1031
976
|
|
|
1032
977
|
[[package]]
|
|
1033
978
|
name = "deno_fetch"
|
|
1034
|
-
version = "0.
|
|
979
|
+
version = "0.150.0"
|
|
1035
980
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1036
|
-
checksum = "
|
|
981
|
+
checksum = "1961710f3c2440e49652124b860f68b80543a4d20d3b6dd89ae14b0c39cea27a"
|
|
1037
982
|
dependencies = [
|
|
1038
983
|
"bytes",
|
|
1039
984
|
"data-url",
|
|
@@ -1049,12 +994,12 @@ dependencies = [
|
|
|
1049
994
|
|
|
1050
995
|
[[package]]
|
|
1051
996
|
name = "deno_ffi"
|
|
1052
|
-
version = "0.
|
|
997
|
+
version = "0.113.0"
|
|
1053
998
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1054
|
-
checksum = "
|
|
999
|
+
checksum = "747b998846c9629bc4e6f8bc831467b0f2c674bfd94ad120e4888cb6eb442f95"
|
|
1055
1000
|
dependencies = [
|
|
1056
1001
|
"deno_core",
|
|
1057
|
-
"
|
|
1002
|
+
"dlopen2",
|
|
1058
1003
|
"dynasmrt",
|
|
1059
1004
|
"libffi",
|
|
1060
1005
|
"libffi-sys",
|
|
@@ -1067,9 +1012,9 @@ dependencies = [
|
|
|
1067
1012
|
|
|
1068
1013
|
[[package]]
|
|
1069
1014
|
name = "deno_fs"
|
|
1070
|
-
version = "0.
|
|
1015
|
+
version = "0.36.0"
|
|
1071
1016
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1072
|
-
checksum = "
|
|
1017
|
+
checksum = "5604454cbaa834697fad4af6c2764047a1631b6e2d2cb6136c196e4780dc4cfe"
|
|
1073
1018
|
dependencies = [
|
|
1074
1019
|
"async-trait",
|
|
1075
1020
|
"deno_core",
|
|
@@ -1087,18 +1032,19 @@ dependencies = [
|
|
|
1087
1032
|
|
|
1088
1033
|
[[package]]
|
|
1089
1034
|
name = "deno_graph"
|
|
1090
|
-
version = "0.
|
|
1035
|
+
version = "0.61.5"
|
|
1091
1036
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1092
|
-
checksum = "
|
|
1037
|
+
checksum = "332e6a1930b3266dc848edeaf1426bbbd3ddca25c5e107e70823efb1b3ce68be"
|
|
1093
1038
|
dependencies = [
|
|
1094
1039
|
"anyhow",
|
|
1095
1040
|
"async-trait",
|
|
1096
1041
|
"data-url",
|
|
1097
|
-
"deno_ast
|
|
1042
|
+
"deno_ast",
|
|
1098
1043
|
"deno_semver",
|
|
1099
1044
|
"futures",
|
|
1100
1045
|
"import_map",
|
|
1101
1046
|
"indexmap 2.0.2",
|
|
1047
|
+
"log",
|
|
1102
1048
|
"monch",
|
|
1103
1049
|
"once_cell",
|
|
1104
1050
|
"parking_lot 0.12.1",
|
|
@@ -1111,13 +1057,13 @@ dependencies = [
|
|
|
1111
1057
|
|
|
1112
1058
|
[[package]]
|
|
1113
1059
|
name = "deno_http"
|
|
1114
|
-
version = "0.
|
|
1060
|
+
version = "0.123.0"
|
|
1115
1061
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1116
|
-
checksum = "
|
|
1062
|
+
checksum = "46d19148e43bcb501320f5987965bf92252bff5f918cdd0924c23337b9a5ecd5"
|
|
1117
1063
|
dependencies = [
|
|
1118
1064
|
"async-compression",
|
|
1119
1065
|
"async-trait",
|
|
1120
|
-
"base64 0.
|
|
1066
|
+
"base64 0.21.4",
|
|
1121
1067
|
"brotli",
|
|
1122
1068
|
"bytes",
|
|
1123
1069
|
"cache_control",
|
|
@@ -1136,10 +1082,9 @@ dependencies = [
|
|
|
1136
1082
|
"percent-encoding",
|
|
1137
1083
|
"phf",
|
|
1138
1084
|
"pin-project",
|
|
1139
|
-
"ring",
|
|
1085
|
+
"ring 0.17.6",
|
|
1140
1086
|
"scopeguard",
|
|
1141
1087
|
"serde",
|
|
1142
|
-
"slab",
|
|
1143
1088
|
"smallvec",
|
|
1144
1089
|
"thiserror",
|
|
1145
1090
|
"tokio",
|
|
@@ -1148,9 +1093,9 @@ dependencies = [
|
|
|
1148
1093
|
|
|
1149
1094
|
[[package]]
|
|
1150
1095
|
name = "deno_io"
|
|
1151
|
-
version = "0.
|
|
1096
|
+
version = "0.36.0"
|
|
1152
1097
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1153
|
-
checksum = "
|
|
1098
|
+
checksum = "648810f5f057cc461d5c96f6e3bd190c6b7ae13c32cb602fb31ed3660fc109b6"
|
|
1154
1099
|
dependencies = [
|
|
1155
1100
|
"async-trait",
|
|
1156
1101
|
"deno_core",
|
|
@@ -1163,17 +1108,22 @@ dependencies = [
|
|
|
1163
1108
|
|
|
1164
1109
|
[[package]]
|
|
1165
1110
|
name = "deno_kv"
|
|
1166
|
-
version = "0.
|
|
1111
|
+
version = "0.34.0"
|
|
1167
1112
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1168
|
-
checksum = "
|
|
1113
|
+
checksum = "92a9517685fa67dc582b3a585e56c056dc45efea1634394dc3d350a9fb1c06e3"
|
|
1169
1114
|
dependencies = [
|
|
1170
1115
|
"anyhow",
|
|
1171
1116
|
"async-trait",
|
|
1172
|
-
"base64 0.
|
|
1117
|
+
"base64 0.21.4",
|
|
1173
1118
|
"chrono",
|
|
1174
1119
|
"deno_core",
|
|
1120
|
+
"deno_fetch",
|
|
1175
1121
|
"deno_node",
|
|
1122
|
+
"deno_tls",
|
|
1176
1123
|
"deno_unsync 0.1.1",
|
|
1124
|
+
"denokv_proto",
|
|
1125
|
+
"denokv_remote",
|
|
1126
|
+
"denokv_sqlite",
|
|
1177
1127
|
"hex",
|
|
1178
1128
|
"log",
|
|
1179
1129
|
"num-bigint",
|
|
@@ -1203,27 +1153,41 @@ dependencies = [
|
|
|
1203
1153
|
|
|
1204
1154
|
[[package]]
|
|
1205
1155
|
name = "deno_napi"
|
|
1206
|
-
version = "0.
|
|
1156
|
+
version = "0.56.0"
|
|
1207
1157
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1208
|
-
checksum = "
|
|
1158
|
+
checksum = "8fdd328bc38390ffa8c25ffd6dd00fcf887b55bfb1a8dc86c1f1a357693cf6fc"
|
|
1209
1159
|
dependencies = [
|
|
1210
1160
|
"deno_core",
|
|
1211
1161
|
"libloading",
|
|
1212
1162
|
]
|
|
1213
1163
|
|
|
1164
|
+
[[package]]
|
|
1165
|
+
name = "deno_native_certs"
|
|
1166
|
+
version = "0.2.0"
|
|
1167
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1168
|
+
checksum = "f4785d0bdc13819b665b71e4fb7e119d859568471e4c245ec5610857e70c9345"
|
|
1169
|
+
dependencies = [
|
|
1170
|
+
"dlopen2",
|
|
1171
|
+
"dlopen2_derive",
|
|
1172
|
+
"once_cell",
|
|
1173
|
+
"rustls-native-certs",
|
|
1174
|
+
"rustls-pemfile",
|
|
1175
|
+
]
|
|
1176
|
+
|
|
1214
1177
|
[[package]]
|
|
1215
1178
|
name = "deno_net"
|
|
1216
|
-
version = "0.
|
|
1179
|
+
version = "0.118.0"
|
|
1217
1180
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1218
|
-
checksum = "
|
|
1181
|
+
checksum = "04592bc7323eb77aee254328b8030142ce3b6381b16d2139903887da66dbe4bd"
|
|
1219
1182
|
dependencies = [
|
|
1220
1183
|
"deno_core",
|
|
1221
1184
|
"deno_tls",
|
|
1222
1185
|
"enum-as-inner",
|
|
1223
1186
|
"log",
|
|
1224
1187
|
"pin-project",
|
|
1188
|
+
"rustls-tokio-stream",
|
|
1225
1189
|
"serde",
|
|
1226
|
-
"socket2 0.5.
|
|
1190
|
+
"socket2 0.5.5",
|
|
1227
1191
|
"tokio",
|
|
1228
1192
|
"trust-dns-proto",
|
|
1229
1193
|
"trust-dns-resolver",
|
|
@@ -1231,25 +1195,27 @@ dependencies = [
|
|
|
1231
1195
|
|
|
1232
1196
|
[[package]]
|
|
1233
1197
|
name = "deno_node"
|
|
1234
|
-
version = "0.
|
|
1198
|
+
version = "0.63.0"
|
|
1235
1199
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1236
|
-
checksum = "
|
|
1200
|
+
checksum = "da7113d6abe89195ea9255725369eb0c39d9472e00047a97e27396e54eb08aeb"
|
|
1237
1201
|
dependencies = [
|
|
1238
1202
|
"aead-gcm-stream",
|
|
1239
1203
|
"aes",
|
|
1240
1204
|
"brotli",
|
|
1241
1205
|
"bytes",
|
|
1242
1206
|
"cbc",
|
|
1207
|
+
"const-oid",
|
|
1243
1208
|
"data-encoding",
|
|
1244
1209
|
"deno_core",
|
|
1245
1210
|
"deno_fetch",
|
|
1246
1211
|
"deno_fs",
|
|
1247
1212
|
"deno_media_type",
|
|
1248
1213
|
"deno_net",
|
|
1249
|
-
"
|
|
1214
|
+
"deno_whoami",
|
|
1215
|
+
"digest",
|
|
1250
1216
|
"dsa",
|
|
1251
1217
|
"ecb",
|
|
1252
|
-
"elliptic-curve
|
|
1218
|
+
"elliptic-curve",
|
|
1253
1219
|
"errno 0.2.8",
|
|
1254
1220
|
"h2",
|
|
1255
1221
|
"hex",
|
|
@@ -1257,6 +1223,7 @@ dependencies = [
|
|
|
1257
1223
|
"http",
|
|
1258
1224
|
"idna 0.3.0",
|
|
1259
1225
|
"indexmap 2.0.2",
|
|
1226
|
+
"k256",
|
|
1260
1227
|
"lazy-regex",
|
|
1261
1228
|
"libc",
|
|
1262
1229
|
"libz-sys",
|
|
@@ -1268,26 +1235,24 @@ dependencies = [
|
|
|
1268
1235
|
"num-traits",
|
|
1269
1236
|
"once_cell",
|
|
1270
1237
|
"p224",
|
|
1271
|
-
"p256
|
|
1272
|
-
"p384
|
|
1238
|
+
"p256",
|
|
1239
|
+
"p384",
|
|
1273
1240
|
"path-clean",
|
|
1274
|
-
"pbkdf2",
|
|
1241
|
+
"pbkdf2 0.12.2",
|
|
1275
1242
|
"rand",
|
|
1276
1243
|
"regex",
|
|
1277
1244
|
"reqwest",
|
|
1278
|
-
"ring",
|
|
1245
|
+
"ring 0.17.6",
|
|
1279
1246
|
"ripemd",
|
|
1280
1247
|
"rsa",
|
|
1281
1248
|
"scrypt",
|
|
1282
|
-
"secp256k1",
|
|
1283
1249
|
"serde",
|
|
1284
1250
|
"sha-1",
|
|
1285
1251
|
"sha2",
|
|
1286
|
-
"signature
|
|
1252
|
+
"signature",
|
|
1287
1253
|
"tokio",
|
|
1288
1254
|
"typenum",
|
|
1289
1255
|
"url",
|
|
1290
|
-
"whoami",
|
|
1291
1256
|
"winapi",
|
|
1292
1257
|
"x25519-dalek",
|
|
1293
1258
|
"x509-parser",
|
|
@@ -1295,18 +1260,13 @@ dependencies = [
|
|
|
1295
1260
|
|
|
1296
1261
|
[[package]]
|
|
1297
1262
|
name = "deno_ops"
|
|
1298
|
-
version = "0.
|
|
1263
|
+
version = "0.108.0"
|
|
1299
1264
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1300
|
-
checksum = "
|
|
1265
|
+
checksum = "f7dde627916f8539f3f0d2e754dda40810c8ca4d655f2eaac1ef54785a12fd27"
|
|
1301
1266
|
dependencies = [
|
|
1302
|
-
"
|
|
1303
|
-
"
|
|
1304
|
-
"
|
|
1305
|
-
"pmutil",
|
|
1306
|
-
"proc-macro-crate",
|
|
1307
|
-
"proc-macro2 1.0.69",
|
|
1308
|
-
"quote 1.0.33",
|
|
1309
|
-
"regex",
|
|
1267
|
+
"proc-macro-rules",
|
|
1268
|
+
"proc-macro2",
|
|
1269
|
+
"quote",
|
|
1310
1270
|
"strum",
|
|
1311
1271
|
"strum_macros",
|
|
1312
1272
|
"syn 2.0.38",
|
|
@@ -1315,16 +1275,17 @@ dependencies = [
|
|
|
1315
1275
|
|
|
1316
1276
|
[[package]]
|
|
1317
1277
|
name = "deno_runtime"
|
|
1318
|
-
version = "0.
|
|
1278
|
+
version = "0.134.0"
|
|
1319
1279
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1320
|
-
checksum = "
|
|
1280
|
+
checksum = "63c54afd2dbaa33e1ce4e4ca9c7e7b631279255e7b14ef6a3be828924b4ff683"
|
|
1321
1281
|
dependencies = [
|
|
1322
1282
|
"console_static_text",
|
|
1323
|
-
"deno_ast
|
|
1283
|
+
"deno_ast",
|
|
1324
1284
|
"deno_broadcast_channel",
|
|
1325
1285
|
"deno_cache",
|
|
1326
1286
|
"deno_console",
|
|
1327
1287
|
"deno_core",
|
|
1288
|
+
"deno_cron",
|
|
1328
1289
|
"deno_crypto",
|
|
1329
1290
|
"deno_fetch",
|
|
1330
1291
|
"deno_ffi",
|
|
@@ -1341,10 +1302,11 @@ dependencies = [
|
|
|
1341
1302
|
"deno_webidl",
|
|
1342
1303
|
"deno_websocket",
|
|
1343
1304
|
"deno_webstorage",
|
|
1344
|
-
"
|
|
1305
|
+
"dlopen2",
|
|
1345
1306
|
"encoding_rs",
|
|
1346
1307
|
"fastwebsockets",
|
|
1347
1308
|
"filetime",
|
|
1309
|
+
"flate2",
|
|
1348
1310
|
"fs3",
|
|
1349
1311
|
"fwdansi",
|
|
1350
1312
|
"http",
|
|
@@ -1357,7 +1319,7 @@ dependencies = [
|
|
|
1357
1319
|
"ntapi",
|
|
1358
1320
|
"once_cell",
|
|
1359
1321
|
"regex",
|
|
1360
|
-
"ring",
|
|
1322
|
+
"ring 0.17.6",
|
|
1361
1323
|
"serde",
|
|
1362
1324
|
"signal-hook-registry",
|
|
1363
1325
|
"termcolor",
|
|
@@ -1384,14 +1346,14 @@ dependencies = [
|
|
|
1384
1346
|
|
|
1385
1347
|
[[package]]
|
|
1386
1348
|
name = "deno_tls"
|
|
1387
|
-
version = "0.
|
|
1349
|
+
version = "0.113.0"
|
|
1388
1350
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1389
|
-
checksum = "
|
|
1351
|
+
checksum = "c239ec036c9cec4c244b9afc24b1400fcefe2ae120e5b134e85e4b1283f14537"
|
|
1390
1352
|
dependencies = [
|
|
1391
1353
|
"deno_core",
|
|
1354
|
+
"deno_native_certs",
|
|
1392
1355
|
"once_cell",
|
|
1393
1356
|
"rustls",
|
|
1394
|
-
"rustls-native-certs",
|
|
1395
1357
|
"rustls-pemfile",
|
|
1396
1358
|
"rustls-webpki",
|
|
1397
1359
|
"serde",
|
|
@@ -1418,9 +1380,9 @@ dependencies = [
|
|
|
1418
1380
|
|
|
1419
1381
|
[[package]]
|
|
1420
1382
|
name = "deno_url"
|
|
1421
|
-
version = "0.
|
|
1383
|
+
version = "0.126.0"
|
|
1422
1384
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1423
|
-
checksum = "
|
|
1385
|
+
checksum = "5982c4cefe1b544b0f7c1964ad383f835c7cde244b954827806cc165261fd2cb"
|
|
1424
1386
|
dependencies = [
|
|
1425
1387
|
"deno_core",
|
|
1426
1388
|
"serde",
|
|
@@ -1429,9 +1391,9 @@ dependencies = [
|
|
|
1429
1391
|
|
|
1430
1392
|
[[package]]
|
|
1431
1393
|
name = "deno_web"
|
|
1432
|
-
version = "0.
|
|
1394
|
+
version = "0.157.0"
|
|
1433
1395
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1434
|
-
checksum = "
|
|
1396
|
+
checksum = "caf3daae4204da157d0ea9e328840d17d32e94f5db9a53ccf60f68e76e7449d1"
|
|
1435
1397
|
dependencies = [
|
|
1436
1398
|
"async-trait",
|
|
1437
1399
|
"base64-simd",
|
|
@@ -1448,37 +1410,38 @@ dependencies = [
|
|
|
1448
1410
|
|
|
1449
1411
|
[[package]]
|
|
1450
1412
|
name = "deno_webidl"
|
|
1451
|
-
version = "0.
|
|
1413
|
+
version = "0.126.0"
|
|
1452
1414
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1453
|
-
checksum = "
|
|
1415
|
+
checksum = "bdd3ee96c4acba669afeb370c8ef44afc726fb4fcbccf7f0ad9412f6c973d250"
|
|
1454
1416
|
dependencies = [
|
|
1455
1417
|
"deno_core",
|
|
1456
1418
|
]
|
|
1457
1419
|
|
|
1458
1420
|
[[package]]
|
|
1459
1421
|
name = "deno_websocket"
|
|
1460
|
-
version = "0.
|
|
1422
|
+
version = "0.131.0"
|
|
1461
1423
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1462
|
-
checksum = "
|
|
1424
|
+
checksum = "f641b3dfbea3965e20ced4b2633cbc2ae08ac541eb5ab58ef44b291794f6f186"
|
|
1463
1425
|
dependencies = [
|
|
1464
1426
|
"bytes",
|
|
1465
1427
|
"deno_core",
|
|
1466
1428
|
"deno_net",
|
|
1467
1429
|
"deno_tls",
|
|
1468
1430
|
"fastwebsockets",
|
|
1431
|
+
"h2",
|
|
1469
1432
|
"http",
|
|
1470
1433
|
"hyper 0.14.27",
|
|
1471
1434
|
"once_cell",
|
|
1435
|
+
"rustls-tokio-stream",
|
|
1472
1436
|
"serde",
|
|
1473
1437
|
"tokio",
|
|
1474
|
-
"tokio-rustls",
|
|
1475
1438
|
]
|
|
1476
1439
|
|
|
1477
1440
|
[[package]]
|
|
1478
1441
|
name = "deno_webstorage"
|
|
1479
|
-
version = "0.
|
|
1442
|
+
version = "0.121.0"
|
|
1480
1443
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1481
|
-
checksum = "
|
|
1444
|
+
checksum = "9fc5f25f1f0c7019aa2a6356d2c235c325ef3045fb7f38205f339d74824739bb"
|
|
1482
1445
|
dependencies = [
|
|
1483
1446
|
"deno_core",
|
|
1484
1447
|
"deno_web",
|
|
@@ -1487,14 +1450,71 @@ dependencies = [
|
|
|
1487
1450
|
]
|
|
1488
1451
|
|
|
1489
1452
|
[[package]]
|
|
1490
|
-
name = "
|
|
1491
|
-
version = "0.
|
|
1453
|
+
name = "deno_whoami"
|
|
1454
|
+
version = "0.1.0"
|
|
1492
1455
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1493
|
-
checksum = "
|
|
1456
|
+
checksum = "e75e4caa92b98a27f09c671d1399aee0f5970aa491b9a598523aac000a2192e3"
|
|
1494
1457
|
dependencies = [
|
|
1495
|
-
"
|
|
1496
|
-
"
|
|
1497
|
-
|
|
1458
|
+
"libc",
|
|
1459
|
+
"whoami",
|
|
1460
|
+
]
|
|
1461
|
+
|
|
1462
|
+
[[package]]
|
|
1463
|
+
name = "denokv_proto"
|
|
1464
|
+
version = "0.2.1"
|
|
1465
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1466
|
+
checksum = "8952fb8c38c1dcd796d49b00030afb74aa184160ae86817b72a32a994c8e16f0"
|
|
1467
|
+
dependencies = [
|
|
1468
|
+
"anyhow",
|
|
1469
|
+
"async-trait",
|
|
1470
|
+
"chrono",
|
|
1471
|
+
"num-bigint",
|
|
1472
|
+
"prost",
|
|
1473
|
+
"prost-build",
|
|
1474
|
+
"serde",
|
|
1475
|
+
"uuid",
|
|
1476
|
+
]
|
|
1477
|
+
|
|
1478
|
+
[[package]]
|
|
1479
|
+
name = "denokv_remote"
|
|
1480
|
+
version = "0.2.3"
|
|
1481
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1482
|
+
checksum = "edfc8447324d783b01e215bd5040ff9149c34d9715c7b7b5080dd648ebf1148a"
|
|
1483
|
+
dependencies = [
|
|
1484
|
+
"anyhow",
|
|
1485
|
+
"async-trait",
|
|
1486
|
+
"bytes",
|
|
1487
|
+
"chrono",
|
|
1488
|
+
"denokv_proto",
|
|
1489
|
+
"log",
|
|
1490
|
+
"prost",
|
|
1491
|
+
"rand",
|
|
1492
|
+
"reqwest",
|
|
1493
|
+
"serde",
|
|
1494
|
+
"serde_json",
|
|
1495
|
+
"tokio",
|
|
1496
|
+
"url",
|
|
1497
|
+
"uuid",
|
|
1498
|
+
]
|
|
1499
|
+
|
|
1500
|
+
[[package]]
|
|
1501
|
+
name = "denokv_sqlite"
|
|
1502
|
+
version = "0.2.1"
|
|
1503
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1504
|
+
checksum = "8ec76b691ff069f14e56e3e053c2b2163540b27e4b60179f2b120064a7e4960d"
|
|
1505
|
+
dependencies = [
|
|
1506
|
+
"anyhow",
|
|
1507
|
+
"async-trait",
|
|
1508
|
+
"chrono",
|
|
1509
|
+
"denokv_proto",
|
|
1510
|
+
"futures",
|
|
1511
|
+
"log",
|
|
1512
|
+
"num-bigint",
|
|
1513
|
+
"rand",
|
|
1514
|
+
"rusqlite",
|
|
1515
|
+
"serde_json",
|
|
1516
|
+
"tokio",
|
|
1517
|
+
"uuid",
|
|
1498
1518
|
]
|
|
1499
1519
|
|
|
1500
1520
|
[[package]]
|
|
@@ -1504,7 +1524,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1504
1524
|
checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c"
|
|
1505
1525
|
dependencies = [
|
|
1506
1526
|
"const-oid",
|
|
1507
|
-
"pem-rfc7468
|
|
1527
|
+
"pem-rfc7468",
|
|
1508
1528
|
"zeroize",
|
|
1509
1529
|
]
|
|
1510
1530
|
|
|
@@ -1516,7 +1536,7 @@ checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e"
|
|
|
1516
1536
|
dependencies = [
|
|
1517
1537
|
"asn1-rs",
|
|
1518
1538
|
"displaydoc",
|
|
1519
|
-
"nom",
|
|
1539
|
+
"nom 7.1.3",
|
|
1520
1540
|
"num-bigint",
|
|
1521
1541
|
"num-traits",
|
|
1522
1542
|
"rusticata-macros",
|
|
@@ -1535,8 +1555,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1535
1555
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
|
1536
1556
|
dependencies = [
|
|
1537
1557
|
"convert_case",
|
|
1538
|
-
"proc-macro2
|
|
1539
|
-
"quote
|
|
1558
|
+
"proc-macro2",
|
|
1559
|
+
"quote",
|
|
1540
1560
|
"rustc_version 0.4.0",
|
|
1541
1561
|
"syn 1.0.109",
|
|
1542
1562
|
]
|
|
@@ -1547,15 +1567,6 @@ version = "0.4.0"
|
|
|
1547
1567
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1548
1568
|
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
|
|
1549
1569
|
|
|
1550
|
-
[[package]]
|
|
1551
|
-
name = "digest"
|
|
1552
|
-
version = "0.8.1"
|
|
1553
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1554
|
-
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
|
1555
|
-
dependencies = [
|
|
1556
|
-
"generic-array 0.12.4",
|
|
1557
|
-
]
|
|
1558
|
-
|
|
1559
1570
|
[[package]]
|
|
1560
1571
|
name = "digest"
|
|
1561
1572
|
version = "0.10.7"
|
|
@@ -1568,6 +1579,17 @@ dependencies = [
|
|
|
1568
1579
|
"subtle",
|
|
1569
1580
|
]
|
|
1570
1581
|
|
|
1582
|
+
[[package]]
|
|
1583
|
+
name = "dircpy"
|
|
1584
|
+
version = "0.3.15"
|
|
1585
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1586
|
+
checksum = "8466f8d28ca6da4c9dfbbef6ad4bff6f2fdd5e412d821025b0d3f0a9d74a8c1e"
|
|
1587
|
+
dependencies = [
|
|
1588
|
+
"jwalk",
|
|
1589
|
+
"log",
|
|
1590
|
+
"walkdir",
|
|
1591
|
+
]
|
|
1592
|
+
|
|
1571
1593
|
[[package]]
|
|
1572
1594
|
name = "dirs"
|
|
1573
1595
|
version = "5.0.1"
|
|
@@ -1595,32 +1617,32 @@ version = "0.2.4"
|
|
|
1595
1617
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1596
1618
|
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
|
|
1597
1619
|
dependencies = [
|
|
1598
|
-
"proc-macro2
|
|
1599
|
-
"quote
|
|
1620
|
+
"proc-macro2",
|
|
1621
|
+
"quote",
|
|
1600
1622
|
"syn 2.0.38",
|
|
1601
1623
|
]
|
|
1602
1624
|
|
|
1603
1625
|
[[package]]
|
|
1604
|
-
name = "
|
|
1605
|
-
version = "0.1
|
|
1626
|
+
name = "dlopen2"
|
|
1627
|
+
version = "0.6.1"
|
|
1606
1628
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1607
|
-
checksum = "
|
|
1629
|
+
checksum = "6bc2c7ed06fd72a8513ded8d0d2f6fd2655a85d6885c48cae8625d80faf28c03"
|
|
1608
1630
|
dependencies = [
|
|
1609
|
-
"
|
|
1610
|
-
"lazy_static",
|
|
1631
|
+
"dlopen2_derive",
|
|
1611
1632
|
"libc",
|
|
1633
|
+
"once_cell",
|
|
1612
1634
|
"winapi",
|
|
1613
1635
|
]
|
|
1614
1636
|
|
|
1615
1637
|
[[package]]
|
|
1616
|
-
name = "
|
|
1617
|
-
version = "0.
|
|
1638
|
+
name = "dlopen2_derive"
|
|
1639
|
+
version = "0.4.0"
|
|
1618
1640
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1619
|
-
checksum = "
|
|
1641
|
+
checksum = "f2b99bf03862d7f545ebc28ddd33a665b50865f4dfd84031a393823879bd4c54"
|
|
1620
1642
|
dependencies = [
|
|
1621
|
-
"
|
|
1622
|
-
"quote
|
|
1623
|
-
"syn 0.
|
|
1643
|
+
"proc-macro2",
|
|
1644
|
+
"quote",
|
|
1645
|
+
"syn 2.0.38",
|
|
1624
1646
|
]
|
|
1625
1647
|
|
|
1626
1648
|
[[package]]
|
|
@@ -1629,22 +1651,6 @@ version = "0.3.3"
|
|
|
1629
1651
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1630
1652
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
|
1631
1653
|
|
|
1632
|
-
[[package]]
|
|
1633
|
-
name = "dprint-swc-ext"
|
|
1634
|
-
version = "0.12.0"
|
|
1635
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1636
|
-
checksum = "6a0a2492465344a58a37ae119de59e81fe5a2885f2711c7b5048ef0dfa14ce42"
|
|
1637
|
-
dependencies = [
|
|
1638
|
-
"bumpalo",
|
|
1639
|
-
"num-bigint",
|
|
1640
|
-
"rustc-hash",
|
|
1641
|
-
"swc_atoms 0.5.9",
|
|
1642
|
-
"swc_common 0.32.0",
|
|
1643
|
-
"swc_ecma_ast 0.109.0",
|
|
1644
|
-
"swc_ecma_parser 0.139.0",
|
|
1645
|
-
"text_lines",
|
|
1646
|
-
]
|
|
1647
|
-
|
|
1648
1654
|
[[package]]
|
|
1649
1655
|
name = "dprint-swc-ext"
|
|
1650
1656
|
version = "0.13.0"
|
|
@@ -1654,10 +1660,10 @@ dependencies = [
|
|
|
1654
1660
|
"bumpalo",
|
|
1655
1661
|
"num-bigint",
|
|
1656
1662
|
"rustc-hash",
|
|
1657
|
-
"swc_atoms
|
|
1658
|
-
"swc_common
|
|
1659
|
-
"swc_ecma_ast
|
|
1660
|
-
"swc_ecma_parser
|
|
1663
|
+
"swc_atoms",
|
|
1664
|
+
"swc_common",
|
|
1665
|
+
"swc_ecma_ast",
|
|
1666
|
+
"swc_ecma_parser",
|
|
1661
1667
|
"text_lines",
|
|
1662
1668
|
]
|
|
1663
1669
|
|
|
@@ -1667,13 +1673,13 @@ version = "0.6.1"
|
|
|
1667
1673
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1668
1674
|
checksum = "b5638f6d17447bc0ffc46354949ee366847e83450e2a07895862942085cc9761"
|
|
1669
1675
|
dependencies = [
|
|
1670
|
-
"digest
|
|
1676
|
+
"digest",
|
|
1671
1677
|
"num-bigint-dig",
|
|
1672
1678
|
"num-traits",
|
|
1673
|
-
"pkcs8
|
|
1674
|
-
"rfc6979
|
|
1679
|
+
"pkcs8",
|
|
1680
|
+
"rfc6979",
|
|
1675
1681
|
"sha2",
|
|
1676
|
-
"signature
|
|
1682
|
+
"signature",
|
|
1677
1683
|
"zeroize",
|
|
1678
1684
|
]
|
|
1679
1685
|
|
|
@@ -1726,8 +1732,8 @@ dependencies = [
|
|
|
1726
1732
|
"byteorder",
|
|
1727
1733
|
"lazy_static",
|
|
1728
1734
|
"proc-macro-error",
|
|
1729
|
-
"proc-macro2
|
|
1730
|
-
"quote
|
|
1735
|
+
"proc-macro2",
|
|
1736
|
+
"quote",
|
|
1731
1737
|
"syn 1.0.109",
|
|
1732
1738
|
]
|
|
1733
1739
|
|
|
@@ -1751,30 +1757,18 @@ dependencies = [
|
|
|
1751
1757
|
"cipher",
|
|
1752
1758
|
]
|
|
1753
1759
|
|
|
1754
|
-
[[package]]
|
|
1755
|
-
name = "ecdsa"
|
|
1756
|
-
version = "0.14.8"
|
|
1757
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1758
|
-
checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
|
|
1759
|
-
dependencies = [
|
|
1760
|
-
"der 0.6.1",
|
|
1761
|
-
"elliptic-curve 0.12.3",
|
|
1762
|
-
"rfc6979 0.3.1",
|
|
1763
|
-
"signature 1.6.4",
|
|
1764
|
-
]
|
|
1765
|
-
|
|
1766
1760
|
[[package]]
|
|
1767
1761
|
name = "ecdsa"
|
|
1768
1762
|
version = "0.16.8"
|
|
1769
1763
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1770
1764
|
checksum = "a4b1e0c257a9e9f25f90ff76d7a68360ed497ee519c8e428d1825ef0000799d4"
|
|
1771
1765
|
dependencies = [
|
|
1772
|
-
"der
|
|
1773
|
-
"digest
|
|
1774
|
-
"elliptic-curve
|
|
1775
|
-
"rfc6979
|
|
1776
|
-
"signature
|
|
1777
|
-
"spki
|
|
1766
|
+
"der",
|
|
1767
|
+
"digest",
|
|
1768
|
+
"elliptic-curve",
|
|
1769
|
+
"rfc6979",
|
|
1770
|
+
"signature",
|
|
1771
|
+
"spki",
|
|
1778
1772
|
]
|
|
1779
1773
|
|
|
1780
1774
|
[[package]]
|
|
@@ -1785,43 +1779,21 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
|
|
1785
1779
|
|
|
1786
1780
|
[[package]]
|
|
1787
1781
|
name = "elliptic-curve"
|
|
1788
|
-
version = "0.
|
|
1789
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1790
|
-
checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
|
|
1791
|
-
dependencies = [
|
|
1792
|
-
"base16ct 0.1.1",
|
|
1793
|
-
"crypto-bigint 0.4.9",
|
|
1794
|
-
"der 0.6.1",
|
|
1795
|
-
"digest 0.10.7",
|
|
1796
|
-
"ff 0.12.1",
|
|
1797
|
-
"generic-array 0.14.7",
|
|
1798
|
-
"group 0.12.1",
|
|
1799
|
-
"hkdf",
|
|
1800
|
-
"pem-rfc7468 0.6.0",
|
|
1801
|
-
"pkcs8 0.9.0",
|
|
1802
|
-
"rand_core 0.6.4",
|
|
1803
|
-
"sec1 0.3.0",
|
|
1804
|
-
"subtle",
|
|
1805
|
-
"zeroize",
|
|
1806
|
-
]
|
|
1807
|
-
|
|
1808
|
-
[[package]]
|
|
1809
|
-
name = "elliptic-curve"
|
|
1810
|
-
version = "0.13.6"
|
|
1782
|
+
version = "0.13.8"
|
|
1811
1783
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1812
|
-
checksum = "
|
|
1784
|
+
checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
|
|
1813
1785
|
dependencies = [
|
|
1814
|
-
"base16ct
|
|
1815
|
-
"crypto-bigint
|
|
1816
|
-
"digest
|
|
1817
|
-
"ff
|
|
1818
|
-
"generic-array
|
|
1819
|
-
"group
|
|
1786
|
+
"base16ct",
|
|
1787
|
+
"crypto-bigint",
|
|
1788
|
+
"digest",
|
|
1789
|
+
"ff",
|
|
1790
|
+
"generic-array",
|
|
1791
|
+
"group",
|
|
1820
1792
|
"hkdf",
|
|
1821
|
-
"pem-rfc7468
|
|
1822
|
-
"pkcs8
|
|
1823
|
-
"rand_core
|
|
1824
|
-
"sec1
|
|
1793
|
+
"pem-rfc7468",
|
|
1794
|
+
"pkcs8",
|
|
1795
|
+
"rand_core",
|
|
1796
|
+
"sec1",
|
|
1825
1797
|
"subtle",
|
|
1826
1798
|
"zeroize",
|
|
1827
1799
|
]
|
|
@@ -1842,8 +1814,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1842
1814
|
checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116"
|
|
1843
1815
|
dependencies = [
|
|
1844
1816
|
"heck",
|
|
1845
|
-
"proc-macro2
|
|
1846
|
-
"quote
|
|
1817
|
+
"proc-macro2",
|
|
1818
|
+
"quote",
|
|
1847
1819
|
"syn 1.0.109",
|
|
1848
1820
|
]
|
|
1849
1821
|
|
|
@@ -1935,9 +1907,9 @@ checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
|
|
1935
1907
|
|
|
1936
1908
|
[[package]]
|
|
1937
1909
|
name = "fastwebsockets"
|
|
1938
|
-
version = "0.
|
|
1910
|
+
version = "0.5.0"
|
|
1939
1911
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1940
|
-
checksum = "
|
|
1912
|
+
checksum = "17c35f166afb94b7f8e9449d0ad866daca111ba4053f3b1960bb480ca4382c63"
|
|
1941
1913
|
dependencies = [
|
|
1942
1914
|
"base64 0.21.4",
|
|
1943
1915
|
"hyper 0.14.27",
|
|
@@ -1959,23 +1931,13 @@ dependencies = [
|
|
|
1959
1931
|
"simd-adler32",
|
|
1960
1932
|
]
|
|
1961
1933
|
|
|
1962
|
-
[[package]]
|
|
1963
|
-
name = "ff"
|
|
1964
|
-
version = "0.12.1"
|
|
1965
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1966
|
-
checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
|
|
1967
|
-
dependencies = [
|
|
1968
|
-
"rand_core 0.6.4",
|
|
1969
|
-
"subtle",
|
|
1970
|
-
]
|
|
1971
|
-
|
|
1972
1934
|
[[package]]
|
|
1973
1935
|
name = "ff"
|
|
1974
1936
|
version = "0.13.0"
|
|
1975
1937
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1976
1938
|
checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
|
|
1977
1939
|
dependencies = [
|
|
1978
|
-
"rand_core
|
|
1940
|
+
"rand_core",
|
|
1979
1941
|
"subtle",
|
|
1980
1942
|
]
|
|
1981
1943
|
|
|
@@ -2010,7 +1972,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2010
1972
|
checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
|
|
2011
1973
|
dependencies = [
|
|
2012
1974
|
"crc32fast",
|
|
2013
|
-
"libz-ng-sys",
|
|
2014
1975
|
"miniz_oxide",
|
|
2015
1976
|
]
|
|
2016
1977
|
|
|
@@ -2063,6 +2024,15 @@ dependencies = [
|
|
|
2063
2024
|
"ttf-parser 0.19.2",
|
|
2064
2025
|
]
|
|
2065
2026
|
|
|
2027
|
+
[[package]]
|
|
2028
|
+
name = "foreign-types"
|
|
2029
|
+
version = "0.3.2"
|
|
2030
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2031
|
+
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
2032
|
+
dependencies = [
|
|
2033
|
+
"foreign-types-shared 0.1.1",
|
|
2034
|
+
]
|
|
2035
|
+
|
|
2066
2036
|
[[package]]
|
|
2067
2037
|
name = "foreign-types"
|
|
2068
2038
|
version = "0.5.0"
|
|
@@ -2070,7 +2040,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2070
2040
|
checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
|
|
2071
2041
|
dependencies = [
|
|
2072
2042
|
"foreign-types-macros",
|
|
2073
|
-
"foreign-types-shared",
|
|
2043
|
+
"foreign-types-shared 0.3.1",
|
|
2074
2044
|
]
|
|
2075
2045
|
|
|
2076
2046
|
[[package]]
|
|
@@ -2079,11 +2049,17 @@ version = "0.2.3"
|
|
|
2079
2049
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2080
2050
|
checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
|
|
2081
2051
|
dependencies = [
|
|
2082
|
-
"proc-macro2
|
|
2083
|
-
"quote
|
|
2052
|
+
"proc-macro2",
|
|
2053
|
+
"quote",
|
|
2084
2054
|
"syn 2.0.38",
|
|
2085
2055
|
]
|
|
2086
2056
|
|
|
2057
|
+
[[package]]
|
|
2058
|
+
name = "foreign-types-shared"
|
|
2059
|
+
version = "0.1.1"
|
|
2060
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2061
|
+
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
2062
|
+
|
|
2087
2063
|
[[package]]
|
|
2088
2064
|
name = "foreign-types-shared"
|
|
2089
2065
|
version = "0.3.1"
|
|
@@ -2106,7 +2082,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2106
2082
|
checksum = "03ec5dc38ee19078d84a692b1c41181ff9f94331c76cee66ff0208c770b5e54f"
|
|
2107
2083
|
dependencies = [
|
|
2108
2084
|
"pmutil",
|
|
2109
|
-
"proc-macro2
|
|
2085
|
+
"proc-macro2",
|
|
2110
2086
|
"swc_macros_common",
|
|
2111
2087
|
"syn 2.0.38",
|
|
2112
2088
|
]
|
|
@@ -2195,8 +2171,8 @@ version = "0.3.28"
|
|
|
2195
2171
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2196
2172
|
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
|
2197
2173
|
dependencies = [
|
|
2198
|
-
"proc-macro2
|
|
2199
|
-
"quote
|
|
2174
|
+
"proc-macro2",
|
|
2175
|
+
"quote",
|
|
2200
2176
|
"syn 2.0.38",
|
|
2201
2177
|
]
|
|
2202
2178
|
|
|
@@ -2246,15 +2222,6 @@ dependencies = [
|
|
|
2246
2222
|
"termcolor",
|
|
2247
2223
|
]
|
|
2248
2224
|
|
|
2249
|
-
[[package]]
|
|
2250
|
-
name = "generic-array"
|
|
2251
|
-
version = "0.12.4"
|
|
2252
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2253
|
-
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
|
|
2254
|
-
dependencies = [
|
|
2255
|
-
"typenum",
|
|
2256
|
-
]
|
|
2257
|
-
|
|
2258
2225
|
[[package]]
|
|
2259
2226
|
name = "generic-array"
|
|
2260
2227
|
version = "0.14.7"
|
|
@@ -2275,17 +2242,6 @@ dependencies = [
|
|
|
2275
2242
|
"unicode-width",
|
|
2276
2243
|
]
|
|
2277
2244
|
|
|
2278
|
-
[[package]]
|
|
2279
|
-
name = "getrandom"
|
|
2280
|
-
version = "0.1.16"
|
|
2281
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2282
|
-
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
|
2283
|
-
dependencies = [
|
|
2284
|
-
"cfg-if",
|
|
2285
|
-
"libc",
|
|
2286
|
-
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
2287
|
-
]
|
|
2288
|
-
|
|
2289
2245
|
[[package]]
|
|
2290
2246
|
name = "getrandom"
|
|
2291
2247
|
version = "0.2.10"
|
|
@@ -2294,7 +2250,7 @@ checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
|
|
2294
2250
|
dependencies = [
|
|
2295
2251
|
"cfg-if",
|
|
2296
2252
|
"libc",
|
|
2297
|
-
"wasi
|
|
2253
|
+
"wasi",
|
|
2298
2254
|
]
|
|
2299
2255
|
|
|
2300
2256
|
[[package]]
|
|
@@ -2329,25 +2285,14 @@ version = "0.3.1"
|
|
|
2329
2285
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2330
2286
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
2331
2287
|
|
|
2332
|
-
[[package]]
|
|
2333
|
-
name = "group"
|
|
2334
|
-
version = "0.12.1"
|
|
2335
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2336
|
-
checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
|
|
2337
|
-
dependencies = [
|
|
2338
|
-
"ff 0.12.1",
|
|
2339
|
-
"rand_core 0.6.4",
|
|
2340
|
-
"subtle",
|
|
2341
|
-
]
|
|
2342
|
-
|
|
2343
2288
|
[[package]]
|
|
2344
2289
|
name = "group"
|
|
2345
2290
|
version = "0.13.0"
|
|
2346
2291
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2347
2292
|
checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
|
|
2348
2293
|
dependencies = [
|
|
2349
|
-
"ff
|
|
2350
|
-
"rand_core
|
|
2294
|
+
"ff",
|
|
2295
|
+
"rand_core",
|
|
2351
2296
|
"subtle",
|
|
2352
2297
|
]
|
|
2353
2298
|
|
|
@@ -2437,7 +2382,7 @@ version = "0.12.1"
|
|
|
2437
2382
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2438
2383
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
2439
2384
|
dependencies = [
|
|
2440
|
-
"digest
|
|
2385
|
+
"digest",
|
|
2441
2386
|
]
|
|
2442
2387
|
|
|
2443
2388
|
[[package]]
|
|
@@ -2460,6 +2405,19 @@ dependencies = [
|
|
|
2460
2405
|
"winapi",
|
|
2461
2406
|
]
|
|
2462
2407
|
|
|
2408
|
+
[[package]]
|
|
2409
|
+
name = "hstr"
|
|
2410
|
+
version = "0.2.6"
|
|
2411
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2412
|
+
checksum = "de90d3db62411eb62eddabe402d706ac4970f7ac8d088c05f11069cad9be9857"
|
|
2413
|
+
dependencies = [
|
|
2414
|
+
"new_debug_unreachable",
|
|
2415
|
+
"once_cell",
|
|
2416
|
+
"phf",
|
|
2417
|
+
"rustc-hash",
|
|
2418
|
+
"smallvec",
|
|
2419
|
+
]
|
|
2420
|
+
|
|
2463
2421
|
[[package]]
|
|
2464
2422
|
name = "http"
|
|
2465
2423
|
version = "0.2.9"
|
|
@@ -2570,26 +2528,16 @@ dependencies = [
|
|
|
2570
2528
|
]
|
|
2571
2529
|
|
|
2572
2530
|
[[package]]
|
|
2573
|
-
name = "
|
|
2574
|
-
version = "0.
|
|
2575
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2576
|
-
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
|
|
2577
|
-
dependencies = [
|
|
2578
|
-
"android_system_properties",
|
|
2579
|
-
"core-foundation-sys",
|
|
2580
|
-
"iana-time-zone-haiku",
|
|
2581
|
-
"js-sys",
|
|
2582
|
-
"wasm-bindgen",
|
|
2583
|
-
"windows",
|
|
2584
|
-
]
|
|
2585
|
-
|
|
2586
|
-
[[package]]
|
|
2587
|
-
name = "iana-time-zone-haiku"
|
|
2588
|
-
version = "0.1.2"
|
|
2531
|
+
name = "hyper-tls"
|
|
2532
|
+
version = "0.5.0"
|
|
2589
2533
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2590
|
-
checksum = "
|
|
2534
|
+
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
2591
2535
|
dependencies = [
|
|
2592
|
-
"
|
|
2536
|
+
"bytes",
|
|
2537
|
+
"hyper 0.14.27",
|
|
2538
|
+
"native-tls",
|
|
2539
|
+
"tokio",
|
|
2540
|
+
"tokio-native-tls",
|
|
2593
2541
|
]
|
|
2594
2542
|
|
|
2595
2543
|
[[package]]
|
|
@@ -2659,11 +2607,10 @@ checksum = "b2cf49df1085dcfb171460e4592597b84abe50d900fb83efb6e41b20fefd6c2c"
|
|
|
2659
2607
|
|
|
2660
2608
|
[[package]]
|
|
2661
2609
|
name = "import_map"
|
|
2662
|
-
version = "0.
|
|
2610
|
+
version = "0.18.0"
|
|
2663
2611
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2664
|
-
checksum = "
|
|
2612
|
+
checksum = "0ecd467768fe83c2860e70e5de5297a7366a230ff53e1da2158bdac2384cd39d"
|
|
2665
2613
|
dependencies = [
|
|
2666
|
-
"cfg-if",
|
|
2667
2614
|
"indexmap 1.9.3",
|
|
2668
2615
|
"log",
|
|
2669
2616
|
"serde",
|
|
@@ -2695,9 +2642,9 @@ dependencies = [
|
|
|
2695
2642
|
|
|
2696
2643
|
[[package]]
|
|
2697
2644
|
name = "indoc"
|
|
2698
|
-
version = "
|
|
2645
|
+
version = "2.0.4"
|
|
2699
2646
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2700
|
-
checksum = "
|
|
2647
|
+
checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8"
|
|
2701
2648
|
|
|
2702
2649
|
[[package]]
|
|
2703
2650
|
name = "inotify"
|
|
@@ -2726,7 +2673,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2726
2673
|
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
|
|
2727
2674
|
dependencies = [
|
|
2728
2675
|
"block-padding",
|
|
2729
|
-
"generic-array
|
|
2676
|
+
"generic-array",
|
|
2730
2677
|
]
|
|
2731
2678
|
|
|
2732
2679
|
[[package]]
|
|
@@ -2744,7 +2691,7 @@ version = "0.3.2"
|
|
|
2744
2691
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2745
2692
|
checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
|
|
2746
2693
|
dependencies = [
|
|
2747
|
-
"socket2 0.5.
|
|
2694
|
+
"socket2 0.5.5",
|
|
2748
2695
|
"widestring",
|
|
2749
2696
|
"windows-sys",
|
|
2750
2697
|
"winreg",
|
|
@@ -2764,8 +2711,8 @@ checksum = "f4467ed1321b310c2625c5aa6c1b1ffc5de4d9e42668cf697a08fb033ee8265e"
|
|
|
2764
2711
|
dependencies = [
|
|
2765
2712
|
"Inflector",
|
|
2766
2713
|
"pmutil",
|
|
2767
|
-
"proc-macro2
|
|
2768
|
-
"quote
|
|
2714
|
+
"proc-macro2",
|
|
2715
|
+
"quote",
|
|
2769
2716
|
"syn 2.0.38",
|
|
2770
2717
|
]
|
|
2771
2718
|
|
|
@@ -2798,6 +2745,15 @@ dependencies = [
|
|
|
2798
2745
|
"either",
|
|
2799
2746
|
]
|
|
2800
2747
|
|
|
2748
|
+
[[package]]
|
|
2749
|
+
name = "itertools"
|
|
2750
|
+
version = "0.12.0"
|
|
2751
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2752
|
+
checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0"
|
|
2753
|
+
dependencies = [
|
|
2754
|
+
"either",
|
|
2755
|
+
]
|
|
2756
|
+
|
|
2801
2757
|
[[package]]
|
|
2802
2758
|
name = "itoa"
|
|
2803
2759
|
version = "1.0.9"
|
|
@@ -2831,6 +2787,30 @@ dependencies = [
|
|
|
2831
2787
|
"wasm-bindgen",
|
|
2832
2788
|
]
|
|
2833
2789
|
|
|
2790
|
+
[[package]]
|
|
2791
|
+
name = "jwalk"
|
|
2792
|
+
version = "0.8.1"
|
|
2793
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2794
|
+
checksum = "2735847566356cd2179a2a38264839308f7079fa96e6bd5a42d740460e003c56"
|
|
2795
|
+
dependencies = [
|
|
2796
|
+
"crossbeam",
|
|
2797
|
+
"rayon",
|
|
2798
|
+
]
|
|
2799
|
+
|
|
2800
|
+
[[package]]
|
|
2801
|
+
name = "k256"
|
|
2802
|
+
version = "0.13.2"
|
|
2803
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2804
|
+
checksum = "3f01b677d82ef7a676aa37e099defd83a28e15687112cafdd112d60236b6115b"
|
|
2805
|
+
dependencies = [
|
|
2806
|
+
"cfg-if",
|
|
2807
|
+
"ecdsa",
|
|
2808
|
+
"elliptic-curve",
|
|
2809
|
+
"once_cell",
|
|
2810
|
+
"sha2",
|
|
2811
|
+
"signature",
|
|
2812
|
+
]
|
|
2813
|
+
|
|
2834
2814
|
[[package]]
|
|
2835
2815
|
name = "kqueue"
|
|
2836
2816
|
version = "1.0.8"
|
|
@@ -2877,8 +2857,8 @@ version = "3.0.1"
|
|
|
2877
2857
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2878
2858
|
checksum = "0f0a1d9139f0ee2e862e08a9c5d0ba0470f2aa21cd1e1aa1b1562f83116c725f"
|
|
2879
2859
|
dependencies = [
|
|
2880
|
-
"proc-macro2
|
|
2881
|
-
"quote
|
|
2860
|
+
"proc-macro2",
|
|
2861
|
+
"quote",
|
|
2882
2862
|
"regex",
|
|
2883
2863
|
"syn 2.0.38",
|
|
2884
2864
|
]
|
|
@@ -2889,7 +2869,7 @@ version = "1.4.0"
|
|
|
2889
2869
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2890
2870
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
2891
2871
|
dependencies = [
|
|
2892
|
-
"spin",
|
|
2872
|
+
"spin 0.5.2",
|
|
2893
2873
|
]
|
|
2894
2874
|
|
|
2895
2875
|
[[package]]
|
|
@@ -2899,7 +2879,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2899
2879
|
checksum = "897a7716b253bb5c58ac17a1a74ddda694f57fcf1c8a65799087783592c71092"
|
|
2900
2880
|
dependencies = [
|
|
2901
2881
|
"bytemuck",
|
|
2902
|
-
"foreign-types",
|
|
2882
|
+
"foreign-types 0.5.0",
|
|
2903
2883
|
"lcms2-sys",
|
|
2904
2884
|
]
|
|
2905
2885
|
|
|
@@ -2967,16 +2947,6 @@ dependencies = [
|
|
|
2967
2947
|
"vcpkg",
|
|
2968
2948
|
]
|
|
2969
2949
|
|
|
2970
|
-
[[package]]
|
|
2971
|
-
name = "libz-ng-sys"
|
|
2972
|
-
version = "1.1.12"
|
|
2973
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2974
|
-
checksum = "3dd9f43e75536a46ee0f92b758f6b63846e594e86638c61a9251338a65baea63"
|
|
2975
|
-
dependencies = [
|
|
2976
|
-
"cmake",
|
|
2977
|
-
"libc",
|
|
2978
|
-
]
|
|
2979
|
-
|
|
2980
2950
|
[[package]]
|
|
2981
2951
|
name = "libz-sys"
|
|
2982
2952
|
version = "1.1.12"
|
|
@@ -2984,7 +2954,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2984
2954
|
checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"
|
|
2985
2955
|
dependencies = [
|
|
2986
2956
|
"cc",
|
|
2987
|
-
"libc",
|
|
2988
2957
|
"pkg-config",
|
|
2989
2958
|
"vcpkg",
|
|
2990
2959
|
]
|
|
@@ -3080,7 +3049,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
3080
3049
|
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
|
3081
3050
|
dependencies = [
|
|
3082
3051
|
"cfg-if",
|
|
3083
|
-
"digest
|
|
3052
|
+
"digest",
|
|
3084
3053
|
]
|
|
3085
3054
|
|
|
3086
3055
|
[[package]]
|
|
@@ -3089,7 +3058,7 @@ version = "0.10.2"
|
|
|
3089
3058
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3090
3059
|
checksum = "7da5ac363534dce5fabf69949225e174fbf111a498bf0ff794c8ea1fba9f3dda"
|
|
3091
3060
|
dependencies = [
|
|
3092
|
-
"digest
|
|
3061
|
+
"digest",
|
|
3093
3062
|
]
|
|
3094
3063
|
|
|
3095
3064
|
[[package]]
|
|
@@ -3164,13 +3133,13 @@ dependencies = [
|
|
|
3164
3133
|
|
|
3165
3134
|
[[package]]
|
|
3166
3135
|
name = "mio"
|
|
3167
|
-
version = "0.8.
|
|
3136
|
+
version = "0.8.9"
|
|
3168
3137
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3169
|
-
checksum = "
|
|
3138
|
+
checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0"
|
|
3170
3139
|
dependencies = [
|
|
3171
3140
|
"libc",
|
|
3172
3141
|
"log",
|
|
3173
|
-
"wasi
|
|
3142
|
+
"wasi",
|
|
3174
3143
|
"windows-sys",
|
|
3175
3144
|
]
|
|
3176
3145
|
|
|
@@ -3186,6 +3155,24 @@ version = "0.8.3"
|
|
|
3186
3155
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3187
3156
|
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
|
|
3188
3157
|
|
|
3158
|
+
[[package]]
|
|
3159
|
+
name = "native-tls"
|
|
3160
|
+
version = "0.2.11"
|
|
3161
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3162
|
+
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
|
3163
|
+
dependencies = [
|
|
3164
|
+
"lazy_static",
|
|
3165
|
+
"libc",
|
|
3166
|
+
"log",
|
|
3167
|
+
"openssl",
|
|
3168
|
+
"openssl-probe",
|
|
3169
|
+
"openssl-sys",
|
|
3170
|
+
"schannel",
|
|
3171
|
+
"security-framework",
|
|
3172
|
+
"security-framework-sys",
|
|
3173
|
+
"tempfile",
|
|
3174
|
+
]
|
|
3175
|
+
|
|
3189
3176
|
[[package]]
|
|
3190
3177
|
name = "netif"
|
|
3191
3178
|
version = "0.1.6"
|
|
@@ -3216,6 +3203,16 @@ dependencies = [
|
|
|
3216
3203
|
"static_assertions",
|
|
3217
3204
|
]
|
|
3218
3205
|
|
|
3206
|
+
[[package]]
|
|
3207
|
+
name = "nom"
|
|
3208
|
+
version = "5.1.3"
|
|
3209
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3210
|
+
checksum = "08959a387a676302eebf4ddbcbc611da04285579f76f88ee0506c63b1a61dd4b"
|
|
3211
|
+
dependencies = [
|
|
3212
|
+
"memchr",
|
|
3213
|
+
"version_check",
|
|
3214
|
+
]
|
|
3215
|
+
|
|
3219
3216
|
[[package]]
|
|
3220
3217
|
name = "nom"
|
|
3221
3218
|
version = "7.1.3"
|
|
@@ -3396,12 +3393,50 @@ version = "0.3.0"
|
|
|
3396
3393
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3397
3394
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
3398
3395
|
|
|
3396
|
+
[[package]]
|
|
3397
|
+
name = "openssl"
|
|
3398
|
+
version = "0.10.59"
|
|
3399
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3400
|
+
checksum = "7a257ad03cd8fb16ad4172fedf8094451e1af1c4b70097636ef2eac9a5f0cc33"
|
|
3401
|
+
dependencies = [
|
|
3402
|
+
"bitflags 2.4.0",
|
|
3403
|
+
"cfg-if",
|
|
3404
|
+
"foreign-types 0.3.2",
|
|
3405
|
+
"libc",
|
|
3406
|
+
"once_cell",
|
|
3407
|
+
"openssl-macros",
|
|
3408
|
+
"openssl-sys",
|
|
3409
|
+
]
|
|
3410
|
+
|
|
3411
|
+
[[package]]
|
|
3412
|
+
name = "openssl-macros"
|
|
3413
|
+
version = "0.1.1"
|
|
3414
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3415
|
+
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
|
3416
|
+
dependencies = [
|
|
3417
|
+
"proc-macro2",
|
|
3418
|
+
"quote",
|
|
3419
|
+
"syn 2.0.38",
|
|
3420
|
+
]
|
|
3421
|
+
|
|
3399
3422
|
[[package]]
|
|
3400
3423
|
name = "openssl-probe"
|
|
3401
3424
|
version = "0.1.5"
|
|
3402
3425
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3403
3426
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
3404
3427
|
|
|
3428
|
+
[[package]]
|
|
3429
|
+
name = "openssl-sys"
|
|
3430
|
+
version = "0.9.95"
|
|
3431
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3432
|
+
checksum = "40a4130519a360279579c2053038317e40eff64d13fd3f004f9e1b72b8a6aaf9"
|
|
3433
|
+
dependencies = [
|
|
3434
|
+
"cc",
|
|
3435
|
+
"libc",
|
|
3436
|
+
"pkg-config",
|
|
3437
|
+
"vcpkg",
|
|
3438
|
+
]
|
|
3439
|
+
|
|
3405
3440
|
[[package]]
|
|
3406
3441
|
name = "option-ext"
|
|
3407
3442
|
version = "0.2.0"
|
|
@@ -3429,54 +3464,32 @@ version = "0.13.2"
|
|
|
3429
3464
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3430
3465
|
checksum = "30c06436d66652bc2f01ade021592c80a2aad401570a18aa18b82e440d2b9aa1"
|
|
3431
3466
|
dependencies = [
|
|
3432
|
-
"ecdsa
|
|
3433
|
-
"elliptic-curve
|
|
3467
|
+
"ecdsa",
|
|
3468
|
+
"elliptic-curve",
|
|
3434
3469
|
"primeorder",
|
|
3435
3470
|
"sha2",
|
|
3436
3471
|
]
|
|
3437
3472
|
|
|
3438
|
-
[[package]]
|
|
3439
|
-
name = "p256"
|
|
3440
|
-
version = "0.11.1"
|
|
3441
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3442
|
-
checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
|
|
3443
|
-
dependencies = [
|
|
3444
|
-
"ecdsa 0.14.8",
|
|
3445
|
-
"elliptic-curve 0.12.3",
|
|
3446
|
-
"sha2",
|
|
3447
|
-
]
|
|
3448
|
-
|
|
3449
3473
|
[[package]]
|
|
3450
3474
|
name = "p256"
|
|
3451
3475
|
version = "0.13.2"
|
|
3452
3476
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3453
3477
|
checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
|
|
3454
3478
|
dependencies = [
|
|
3455
|
-
"ecdsa
|
|
3456
|
-
"elliptic-curve
|
|
3479
|
+
"ecdsa",
|
|
3480
|
+
"elliptic-curve",
|
|
3457
3481
|
"primeorder",
|
|
3458
3482
|
"sha2",
|
|
3459
3483
|
]
|
|
3460
3484
|
|
|
3461
|
-
[[package]]
|
|
3462
|
-
name = "p384"
|
|
3463
|
-
version = "0.11.2"
|
|
3464
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3465
|
-
checksum = "dfc8c5bf642dde52bb9e87c0ecd8ca5a76faac2eeed98dedb7c717997e1080aa"
|
|
3466
|
-
dependencies = [
|
|
3467
|
-
"ecdsa 0.14.8",
|
|
3468
|
-
"elliptic-curve 0.12.3",
|
|
3469
|
-
"sha2",
|
|
3470
|
-
]
|
|
3471
|
-
|
|
3472
3485
|
[[package]]
|
|
3473
3486
|
name = "p384"
|
|
3474
3487
|
version = "0.13.0"
|
|
3475
3488
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3476
3489
|
checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209"
|
|
3477
3490
|
dependencies = [
|
|
3478
|
-
"ecdsa
|
|
3479
|
-
"elliptic-curve
|
|
3491
|
+
"ecdsa",
|
|
3492
|
+
"elliptic-curve",
|
|
3480
3493
|
"primeorder",
|
|
3481
3494
|
"sha2",
|
|
3482
3495
|
]
|
|
@@ -3529,6 +3542,17 @@ dependencies = [
|
|
|
3529
3542
|
"windows-targets",
|
|
3530
3543
|
]
|
|
3531
3544
|
|
|
3545
|
+
[[package]]
|
|
3546
|
+
name = "password-hash"
|
|
3547
|
+
version = "0.4.2"
|
|
3548
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3549
|
+
checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
|
|
3550
|
+
dependencies = [
|
|
3551
|
+
"base64ct",
|
|
3552
|
+
"rand_core",
|
|
3553
|
+
"subtle",
|
|
3554
|
+
]
|
|
3555
|
+
|
|
3532
3556
|
[[package]]
|
|
3533
3557
|
name = "password-hash"
|
|
3534
3558
|
version = "0.5.0"
|
|
@@ -3536,7 +3560,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
3536
3560
|
checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
|
|
3537
3561
|
dependencies = [
|
|
3538
3562
|
"base64ct",
|
|
3539
|
-
"rand_core
|
|
3563
|
+
"rand_core",
|
|
3540
3564
|
"subtle",
|
|
3541
3565
|
]
|
|
3542
3566
|
|
|
@@ -3552,21 +3576,33 @@ version = "0.2.1"
|
|
|
3552
3576
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3553
3577
|
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
|
|
3554
3578
|
|
|
3579
|
+
[[package]]
|
|
3580
|
+
name = "pbkdf2"
|
|
3581
|
+
version = "0.11.0"
|
|
3582
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3583
|
+
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
|
|
3584
|
+
dependencies = [
|
|
3585
|
+
"digest",
|
|
3586
|
+
"hmac",
|
|
3587
|
+
"password-hash 0.4.2",
|
|
3588
|
+
"sha2",
|
|
3589
|
+
]
|
|
3590
|
+
|
|
3555
3591
|
[[package]]
|
|
3556
3592
|
name = "pbkdf2"
|
|
3557
3593
|
version = "0.12.2"
|
|
3558
3594
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3559
3595
|
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
|
|
3560
3596
|
dependencies = [
|
|
3561
|
-
"digest
|
|
3597
|
+
"digest",
|
|
3562
3598
|
"hmac",
|
|
3563
3599
|
]
|
|
3564
3600
|
|
|
3565
3601
|
[[package]]
|
|
3566
3602
|
name = "pdf-writer"
|
|
3567
|
-
version = "0.9.
|
|
3603
|
+
version = "0.9.2"
|
|
3568
3604
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3569
|
-
checksum = "
|
|
3605
|
+
checksum = "644b654f2de28457bf1e25a4905a76a563d1128a33ce60cf042f721f6818feaf"
|
|
3570
3606
|
dependencies = [
|
|
3571
3607
|
"bitflags 1.3.2",
|
|
3572
3608
|
"itoa",
|
|
@@ -3574,15 +3610,6 @@ dependencies = [
|
|
|
3574
3610
|
"ryu",
|
|
3575
3611
|
]
|
|
3576
3612
|
|
|
3577
|
-
[[package]]
|
|
3578
|
-
name = "pem-rfc7468"
|
|
3579
|
-
version = "0.6.0"
|
|
3580
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3581
|
-
checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac"
|
|
3582
|
-
dependencies = [
|
|
3583
|
-
"base64ct",
|
|
3584
|
-
]
|
|
3585
|
-
|
|
3586
3613
|
[[package]]
|
|
3587
3614
|
name = "pem-rfc7468"
|
|
3588
3615
|
version = "0.7.0"
|
|
@@ -3610,20 +3637,19 @@ dependencies = [
|
|
|
3610
3637
|
|
|
3611
3638
|
[[package]]
|
|
3612
3639
|
name = "phf"
|
|
3613
|
-
version = "0.
|
|
3640
|
+
version = "0.11.2"
|
|
3614
3641
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3615
|
-
checksum = "
|
|
3642
|
+
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
|
3616
3643
|
dependencies = [
|
|
3617
3644
|
"phf_macros",
|
|
3618
3645
|
"phf_shared",
|
|
3619
|
-
"proc-macro-hack",
|
|
3620
3646
|
]
|
|
3621
3647
|
|
|
3622
3648
|
[[package]]
|
|
3623
3649
|
name = "phf_generator"
|
|
3624
|
-
version = "0.
|
|
3650
|
+
version = "0.11.2"
|
|
3625
3651
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3626
|
-
checksum = "
|
|
3652
|
+
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
|
|
3627
3653
|
dependencies = [
|
|
3628
3654
|
"phf_shared",
|
|
3629
3655
|
"rand",
|
|
@@ -3631,23 +3657,22 @@ dependencies = [
|
|
|
3631
3657
|
|
|
3632
3658
|
[[package]]
|
|
3633
3659
|
name = "phf_macros"
|
|
3634
|
-
version = "0.
|
|
3660
|
+
version = "0.11.2"
|
|
3635
3661
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3636
|
-
checksum = "
|
|
3662
|
+
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
|
|
3637
3663
|
dependencies = [
|
|
3638
3664
|
"phf_generator",
|
|
3639
3665
|
"phf_shared",
|
|
3640
|
-
"proc-
|
|
3641
|
-
"
|
|
3642
|
-
"
|
|
3643
|
-
"syn 1.0.109",
|
|
3666
|
+
"proc-macro2",
|
|
3667
|
+
"quote",
|
|
3668
|
+
"syn 2.0.38",
|
|
3644
3669
|
]
|
|
3645
3670
|
|
|
3646
3671
|
[[package]]
|
|
3647
3672
|
name = "phf_shared"
|
|
3648
|
-
version = "0.
|
|
3673
|
+
version = "0.11.2"
|
|
3649
3674
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3650
|
-
checksum = "
|
|
3675
|
+
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
|
3651
3676
|
dependencies = [
|
|
3652
3677
|
"siphasher 0.3.11",
|
|
3653
3678
|
]
|
|
@@ -3673,8 +3698,8 @@ version = "1.1.3"
|
|
|
3673
3698
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3674
3699
|
checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
|
|
3675
3700
|
dependencies = [
|
|
3676
|
-
"proc-macro2
|
|
3677
|
-
"quote
|
|
3701
|
+
"proc-macro2",
|
|
3702
|
+
"quote",
|
|
3678
3703
|
"syn 2.0.38",
|
|
3679
3704
|
]
|
|
3680
3705
|
|
|
@@ -3692,24 +3717,13 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
3692
3717
|
|
|
3693
3718
|
[[package]]
|
|
3694
3719
|
name = "pkcs1"
|
|
3695
|
-
version = "0.
|
|
3696
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3697
|
-
checksum = "eff33bdbdfc54cc98a2eca766ebdec3e1b8fb7387523d5c9c9a2891da856f719"
|
|
3698
|
-
dependencies = [
|
|
3699
|
-
"der 0.6.1",
|
|
3700
|
-
"pkcs8 0.9.0",
|
|
3701
|
-
"spki 0.6.0",
|
|
3702
|
-
"zeroize",
|
|
3703
|
-
]
|
|
3704
|
-
|
|
3705
|
-
[[package]]
|
|
3706
|
-
name = "pkcs8"
|
|
3707
|
-
version = "0.9.0"
|
|
3720
|
+
version = "0.7.5"
|
|
3708
3721
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3709
|
-
checksum = "
|
|
3722
|
+
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
|
|
3710
3723
|
dependencies = [
|
|
3711
|
-
"der
|
|
3712
|
-
"
|
|
3724
|
+
"der",
|
|
3725
|
+
"pkcs8",
|
|
3726
|
+
"spki",
|
|
3713
3727
|
]
|
|
3714
3728
|
|
|
3715
3729
|
[[package]]
|
|
@@ -3718,8 +3732,8 @@ version = "0.10.2"
|
|
|
3718
3732
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3719
3733
|
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
|
|
3720
3734
|
dependencies = [
|
|
3721
|
-
"der
|
|
3722
|
-
"spki
|
|
3735
|
+
"der",
|
|
3736
|
+
"spki",
|
|
3723
3737
|
]
|
|
3724
3738
|
|
|
3725
3739
|
[[package]]
|
|
@@ -3740,8 +3754,8 @@ version = "0.6.1"
|
|
|
3740
3754
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3741
3755
|
checksum = "52a40bc70c2c58040d2d8b167ba9a5ff59fc9dab7ad44771cfde3dcfde7a09c6"
|
|
3742
3756
|
dependencies = [
|
|
3743
|
-
"proc-macro2
|
|
3744
|
-
"quote
|
|
3757
|
+
"proc-macro2",
|
|
3758
|
+
"quote",
|
|
3745
3759
|
"syn 2.0.38",
|
|
3746
3760
|
]
|
|
3747
3761
|
|
|
@@ -3776,12 +3790,6 @@ version = "0.2.17"
|
|
|
3776
3790
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3777
3791
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
3778
3792
|
|
|
3779
|
-
[[package]]
|
|
3780
|
-
name = "precomputed-hash"
|
|
3781
|
-
version = "0.1.1"
|
|
3782
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3783
|
-
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
3784
|
-
|
|
3785
3793
|
[[package]]
|
|
3786
3794
|
name = "predicates"
|
|
3787
3795
|
version = "3.0.4"
|
|
@@ -3819,7 +3827,7 @@ version = "0.1.25"
|
|
|
3819
3827
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3820
3828
|
checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"
|
|
3821
3829
|
dependencies = [
|
|
3822
|
-
"proc-macro2
|
|
3830
|
+
"proc-macro2",
|
|
3823
3831
|
"syn 1.0.109",
|
|
3824
3832
|
]
|
|
3825
3833
|
|
|
@@ -3829,17 +3837,7 @@ version = "0.13.2"
|
|
|
3829
3837
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3830
3838
|
checksum = "3c2fcef82c0ec6eefcc179b978446c399b3cdf73c392c35604e399eee6df1ee3"
|
|
3831
3839
|
dependencies = [
|
|
3832
|
-
"elliptic-curve
|
|
3833
|
-
]
|
|
3834
|
-
|
|
3835
|
-
[[package]]
|
|
3836
|
-
name = "proc-macro-crate"
|
|
3837
|
-
version = "1.3.1"
|
|
3838
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3839
|
-
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
|
|
3840
|
-
dependencies = [
|
|
3841
|
-
"once_cell",
|
|
3842
|
-
"toml_edit",
|
|
3840
|
+
"elliptic-curve",
|
|
3843
3841
|
]
|
|
3844
3842
|
|
|
3845
3843
|
[[package]]
|
|
@@ -3849,8 +3847,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
3849
3847
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
3850
3848
|
dependencies = [
|
|
3851
3849
|
"proc-macro-error-attr",
|
|
3852
|
-
"proc-macro2
|
|
3853
|
-
"quote
|
|
3850
|
+
"proc-macro2",
|
|
3851
|
+
"quote",
|
|
3854
3852
|
"syn 1.0.109",
|
|
3855
3853
|
"version_check",
|
|
3856
3854
|
]
|
|
@@ -3861,24 +3859,32 @@ version = "1.0.4"
|
|
|
3861
3859
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3862
3860
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
3863
3861
|
dependencies = [
|
|
3864
|
-
"proc-macro2
|
|
3865
|
-
"quote
|
|
3862
|
+
"proc-macro2",
|
|
3863
|
+
"quote",
|
|
3866
3864
|
"version_check",
|
|
3867
3865
|
]
|
|
3868
3866
|
|
|
3869
3867
|
[[package]]
|
|
3870
|
-
name = "proc-macro-
|
|
3871
|
-
version = "0.
|
|
3868
|
+
name = "proc-macro-rules"
|
|
3869
|
+
version = "0.4.0"
|
|
3872
3870
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3873
|
-
checksum = "
|
|
3871
|
+
checksum = "07c277e4e643ef00c1233393c673f655e3672cf7eb3ba08a00bdd0ea59139b5f"
|
|
3872
|
+
dependencies = [
|
|
3873
|
+
"proc-macro-rules-macros",
|
|
3874
|
+
"proc-macro2",
|
|
3875
|
+
"syn 2.0.38",
|
|
3876
|
+
]
|
|
3874
3877
|
|
|
3875
3878
|
[[package]]
|
|
3876
|
-
name = "proc-
|
|
3877
|
-
version = "0.4.
|
|
3879
|
+
name = "proc-macro-rules-macros"
|
|
3880
|
+
version = "0.4.0"
|
|
3878
3881
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3879
|
-
checksum = "
|
|
3882
|
+
checksum = "207fffb0fe655d1d47f6af98cc2793405e85929bdbc420d685554ff07be27ac7"
|
|
3880
3883
|
dependencies = [
|
|
3881
|
-
"
|
|
3884
|
+
"once_cell",
|
|
3885
|
+
"proc-macro2",
|
|
3886
|
+
"quote",
|
|
3887
|
+
"syn 2.0.38",
|
|
3882
3888
|
]
|
|
3883
3889
|
|
|
3884
3890
|
[[package]]
|
|
@@ -3930,8 +3936,8 @@ checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
|
|
|
3930
3936
|
dependencies = [
|
|
3931
3937
|
"anyhow",
|
|
3932
3938
|
"itertools 0.10.5",
|
|
3933
|
-
"proc-macro2
|
|
3934
|
-
"quote
|
|
3939
|
+
"proc-macro2",
|
|
3940
|
+
"quote",
|
|
3935
3941
|
"syn 1.0.109",
|
|
3936
3942
|
]
|
|
3937
3943
|
|
|
@@ -3955,16 +3961,16 @@ dependencies = [
|
|
|
3955
3961
|
|
|
3956
3962
|
[[package]]
|
|
3957
3963
|
name = "pyo3"
|
|
3958
|
-
version = "0.
|
|
3964
|
+
version = "0.20.0"
|
|
3959
3965
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3960
|
-
checksum = "
|
|
3966
|
+
checksum = "04e8453b658fe480c3e70c8ed4e3d3ec33eb74988bd186561b0cc66b85c3bc4b"
|
|
3961
3967
|
dependencies = [
|
|
3962
3968
|
"anyhow",
|
|
3963
3969
|
"cfg-if",
|
|
3964
3970
|
"indoc",
|
|
3965
3971
|
"libc",
|
|
3966
3972
|
"memoffset 0.9.0",
|
|
3967
|
-
"parking_lot 0.
|
|
3973
|
+
"parking_lot 0.11.2",
|
|
3968
3974
|
"pyo3-build-config",
|
|
3969
3975
|
"pyo3-ffi",
|
|
3970
3976
|
"pyo3-macros",
|
|
@@ -3973,9 +3979,9 @@ dependencies = [
|
|
|
3973
3979
|
|
|
3974
3980
|
[[package]]
|
|
3975
3981
|
name = "pyo3-build-config"
|
|
3976
|
-
version = "0.
|
|
3982
|
+
version = "0.20.0"
|
|
3977
3983
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3978
|
-
checksum = "
|
|
3984
|
+
checksum = "a96fe70b176a89cff78f2fa7b3c930081e163d5379b4dcdf993e3ae29ca662e5"
|
|
3979
3985
|
dependencies = [
|
|
3980
3986
|
"once_cell",
|
|
3981
3987
|
"target-lexicon",
|
|
@@ -3983,9 +3989,9 @@ dependencies = [
|
|
|
3983
3989
|
|
|
3984
3990
|
[[package]]
|
|
3985
3991
|
name = "pyo3-ffi"
|
|
3986
|
-
version = "0.
|
|
3992
|
+
version = "0.20.0"
|
|
3987
3993
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3988
|
-
checksum = "
|
|
3994
|
+
checksum = "214929900fd25e6604661ed9cf349727c8920d47deff196c4e28165a6ef2a96b"
|
|
3989
3995
|
dependencies = [
|
|
3990
3996
|
"libc",
|
|
3991
3997
|
"pyo3-build-config",
|
|
@@ -3993,32 +3999,33 @@ dependencies = [
|
|
|
3993
3999
|
|
|
3994
4000
|
[[package]]
|
|
3995
4001
|
name = "pyo3-macros"
|
|
3996
|
-
version = "0.
|
|
4002
|
+
version = "0.20.0"
|
|
3997
4003
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3998
|
-
checksum = "
|
|
4004
|
+
checksum = "dac53072f717aa1bfa4db832b39de8c875b7c7af4f4a6fe93cdbf9264cf8383b"
|
|
3999
4005
|
dependencies = [
|
|
4000
|
-
"proc-macro2
|
|
4006
|
+
"proc-macro2",
|
|
4001
4007
|
"pyo3-macros-backend",
|
|
4002
|
-
"quote
|
|
4003
|
-
"syn
|
|
4008
|
+
"quote",
|
|
4009
|
+
"syn 2.0.38",
|
|
4004
4010
|
]
|
|
4005
4011
|
|
|
4006
4012
|
[[package]]
|
|
4007
4013
|
name = "pyo3-macros-backend"
|
|
4008
|
-
version = "0.
|
|
4014
|
+
version = "0.20.0"
|
|
4009
4015
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4010
|
-
checksum = "
|
|
4016
|
+
checksum = "7774b5a8282bd4f25f803b1f0d945120be959a36c72e08e7cd031c792fdfd424"
|
|
4011
4017
|
dependencies = [
|
|
4012
|
-
"
|
|
4013
|
-
"
|
|
4014
|
-
"
|
|
4018
|
+
"heck",
|
|
4019
|
+
"proc-macro2",
|
|
4020
|
+
"quote",
|
|
4021
|
+
"syn 2.0.38",
|
|
4015
4022
|
]
|
|
4016
4023
|
|
|
4017
4024
|
[[package]]
|
|
4018
4025
|
name = "pythonize"
|
|
4019
|
-
version = "0.
|
|
4026
|
+
version = "0.20.0"
|
|
4020
4027
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4021
|
-
checksum = "
|
|
4028
|
+
checksum = "ffd1c3ef39c725d63db5f9bc455461bafd80540cb7824c61afb823501921a850"
|
|
4022
4029
|
dependencies = [
|
|
4023
4030
|
"pyo3",
|
|
4024
4031
|
"serde",
|
|
@@ -4036,22 +4043,13 @@ version = "2.0.1"
|
|
|
4036
4043
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4037
4044
|
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
|
|
4038
4045
|
|
|
4039
|
-
[[package]]
|
|
4040
|
-
name = "quote"
|
|
4041
|
-
version = "0.6.13"
|
|
4042
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4043
|
-
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
|
4044
|
-
dependencies = [
|
|
4045
|
-
"proc-macro2 0.4.30",
|
|
4046
|
-
]
|
|
4047
|
-
|
|
4048
4046
|
[[package]]
|
|
4049
4047
|
name = "quote"
|
|
4050
4048
|
version = "1.0.33"
|
|
4051
4049
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4052
4050
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
|
4053
4051
|
dependencies = [
|
|
4054
|
-
"proc-macro2
|
|
4052
|
+
"proc-macro2",
|
|
4055
4053
|
]
|
|
4056
4054
|
|
|
4057
4055
|
[[package]]
|
|
@@ -4068,7 +4066,7 @@ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
4068
4066
|
dependencies = [
|
|
4069
4067
|
"libc",
|
|
4070
4068
|
"rand_chacha",
|
|
4071
|
-
"rand_core
|
|
4069
|
+
"rand_core",
|
|
4072
4070
|
]
|
|
4073
4071
|
|
|
4074
4072
|
[[package]]
|
|
@@ -4078,16 +4076,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
4078
4076
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
4079
4077
|
dependencies = [
|
|
4080
4078
|
"ppv-lite86",
|
|
4081
|
-
"rand_core
|
|
4082
|
-
]
|
|
4083
|
-
|
|
4084
|
-
[[package]]
|
|
4085
|
-
name = "rand_core"
|
|
4086
|
-
version = "0.5.1"
|
|
4087
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4088
|
-
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
4089
|
-
dependencies = [
|
|
4090
|
-
"getrandom 0.1.16",
|
|
4079
|
+
"rand_core",
|
|
4091
4080
|
]
|
|
4092
4081
|
|
|
4093
4082
|
[[package]]
|
|
@@ -4096,7 +4085,7 @@ version = "0.6.4"
|
|
|
4096
4085
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4097
4086
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
4098
4087
|
dependencies = [
|
|
4099
|
-
"getrandom
|
|
4088
|
+
"getrandom",
|
|
4100
4089
|
]
|
|
4101
4090
|
|
|
4102
4091
|
[[package]]
|
|
@@ -4149,7 +4138,7 @@ version = "0.4.3"
|
|
|
4149
4138
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4150
4139
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
|
4151
4140
|
dependencies = [
|
|
4152
|
-
"getrandom
|
|
4141
|
+
"getrandom",
|
|
4153
4142
|
"redox_syscall 0.2.16",
|
|
4154
4143
|
"thiserror",
|
|
4155
4144
|
]
|
|
@@ -4206,10 +4195,12 @@ dependencies = [
|
|
|
4206
4195
|
"http-body 0.4.5",
|
|
4207
4196
|
"hyper 0.14.27",
|
|
4208
4197
|
"hyper-rustls",
|
|
4198
|
+
"hyper-tls",
|
|
4209
4199
|
"ipnet",
|
|
4210
4200
|
"js-sys",
|
|
4211
4201
|
"log",
|
|
4212
4202
|
"mime",
|
|
4203
|
+
"native-tls",
|
|
4213
4204
|
"once_cell",
|
|
4214
4205
|
"percent-encoding",
|
|
4215
4206
|
"pin-project-lite",
|
|
@@ -4220,6 +4211,7 @@ dependencies = [
|
|
|
4220
4211
|
"serde_urlencoded",
|
|
4221
4212
|
"system-configuration",
|
|
4222
4213
|
"tokio",
|
|
4214
|
+
"tokio-native-tls",
|
|
4223
4215
|
"tokio-rustls",
|
|
4224
4216
|
"tokio-socks",
|
|
4225
4217
|
"tokio-util",
|
|
@@ -4269,17 +4261,6 @@ dependencies = [
|
|
|
4269
4261
|
"num",
|
|
4270
4262
|
]
|
|
4271
4263
|
|
|
4272
|
-
[[package]]
|
|
4273
|
-
name = "rfc6979"
|
|
4274
|
-
version = "0.3.1"
|
|
4275
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4276
|
-
checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
|
|
4277
|
-
dependencies = [
|
|
4278
|
-
"crypto-bigint 0.4.9",
|
|
4279
|
-
"hmac",
|
|
4280
|
-
"zeroize",
|
|
4281
|
-
]
|
|
4282
|
-
|
|
4283
4264
|
[[package]]
|
|
4284
4265
|
name = "rfc6979"
|
|
4285
4266
|
version = "0.4.0"
|
|
@@ -4308,19 +4289,33 @@ dependencies = [
|
|
|
4308
4289
|
"cc",
|
|
4309
4290
|
"libc",
|
|
4310
4291
|
"once_cell",
|
|
4311
|
-
"spin",
|
|
4312
|
-
"untrusted",
|
|
4292
|
+
"spin 0.5.2",
|
|
4293
|
+
"untrusted 0.7.1",
|
|
4313
4294
|
"web-sys",
|
|
4314
4295
|
"winapi",
|
|
4315
4296
|
]
|
|
4316
4297
|
|
|
4298
|
+
[[package]]
|
|
4299
|
+
name = "ring"
|
|
4300
|
+
version = "0.17.6"
|
|
4301
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4302
|
+
checksum = "684d5e6e18f669ccebf64a92236bb7db9a34f07be010e3627368182027180866"
|
|
4303
|
+
dependencies = [
|
|
4304
|
+
"cc",
|
|
4305
|
+
"getrandom",
|
|
4306
|
+
"libc",
|
|
4307
|
+
"spin 0.9.8",
|
|
4308
|
+
"untrusted 0.9.0",
|
|
4309
|
+
"windows-sys",
|
|
4310
|
+
]
|
|
4311
|
+
|
|
4317
4312
|
[[package]]
|
|
4318
4313
|
name = "ripemd"
|
|
4319
4314
|
version = "0.1.3"
|
|
4320
4315
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4321
4316
|
checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f"
|
|
4322
4317
|
dependencies = [
|
|
4323
|
-
"digest
|
|
4318
|
+
"digest",
|
|
4324
4319
|
]
|
|
4325
4320
|
|
|
4326
4321
|
[[package]]
|
|
@@ -4334,21 +4329,20 @@ dependencies = [
|
|
|
4334
4329
|
|
|
4335
4330
|
[[package]]
|
|
4336
4331
|
name = "rsa"
|
|
4337
|
-
version = "0.
|
|
4332
|
+
version = "0.9.5"
|
|
4338
4333
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4339
|
-
checksum = "
|
|
4334
|
+
checksum = "af6c4b23d99685a1408194da11270ef8e9809aff951cc70ec9b17350b087e474"
|
|
4340
4335
|
dependencies = [
|
|
4341
|
-
"
|
|
4342
|
-
"digest
|
|
4336
|
+
"const-oid",
|
|
4337
|
+
"digest",
|
|
4343
4338
|
"num-bigint-dig",
|
|
4344
4339
|
"num-integer",
|
|
4345
|
-
"num-iter",
|
|
4346
4340
|
"num-traits",
|
|
4347
4341
|
"pkcs1",
|
|
4348
|
-
"pkcs8
|
|
4349
|
-
"rand_core
|
|
4350
|
-
"signature
|
|
4351
|
-
"
|
|
4342
|
+
"pkcs8",
|
|
4343
|
+
"rand_core",
|
|
4344
|
+
"signature",
|
|
4345
|
+
"spki",
|
|
4352
4346
|
"subtle",
|
|
4353
4347
|
"zeroize",
|
|
4354
4348
|
]
|
|
@@ -4373,8 +4367,8 @@ checksum = "d428f8247852f894ee1be110b375111b586d4fa431f6c46e64ba5a0dcccbe605"
|
|
|
4373
4367
|
dependencies = [
|
|
4374
4368
|
"cfg-if",
|
|
4375
4369
|
"glob",
|
|
4376
|
-
"proc-macro2
|
|
4377
|
-
"quote
|
|
4370
|
+
"proc-macro2",
|
|
4371
|
+
"quote",
|
|
4378
4372
|
"regex",
|
|
4379
4373
|
"relative-path",
|
|
4380
4374
|
"rustc_version 0.4.0",
|
|
@@ -4432,7 +4426,7 @@ version = "4.1.0"
|
|
|
4432
4426
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4433
4427
|
checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
|
|
4434
4428
|
dependencies = [
|
|
4435
|
-
"nom",
|
|
4429
|
+
"nom 7.1.3",
|
|
4436
4430
|
]
|
|
4437
4431
|
|
|
4438
4432
|
[[package]]
|
|
@@ -4450,12 +4444,12 @@ dependencies = [
|
|
|
4450
4444
|
|
|
4451
4445
|
[[package]]
|
|
4452
4446
|
name = "rustls"
|
|
4453
|
-
version = "0.21.
|
|
4447
|
+
version = "0.21.9"
|
|
4454
4448
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4455
|
-
checksum = "
|
|
4449
|
+
checksum = "629648aced5775d558af50b2b4c7b02983a04b312126d45eeead26e7caa498b9"
|
|
4456
4450
|
dependencies = [
|
|
4457
4451
|
"log",
|
|
4458
|
-
"ring",
|
|
4452
|
+
"ring 0.17.6",
|
|
4459
4453
|
"rustls-webpki",
|
|
4460
4454
|
"sct",
|
|
4461
4455
|
]
|
|
@@ -4481,14 +4475,25 @@ dependencies = [
|
|
|
4481
4475
|
"base64 0.21.4",
|
|
4482
4476
|
]
|
|
4483
4477
|
|
|
4478
|
+
[[package]]
|
|
4479
|
+
name = "rustls-tokio-stream"
|
|
4480
|
+
version = "0.2.16"
|
|
4481
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4482
|
+
checksum = "897937c68ff975d028e8cc07bc887f2d5a9ec2bc952549f40db9a91dc557974c"
|
|
4483
|
+
dependencies = [
|
|
4484
|
+
"futures",
|
|
4485
|
+
"rustls",
|
|
4486
|
+
"tokio",
|
|
4487
|
+
]
|
|
4488
|
+
|
|
4484
4489
|
[[package]]
|
|
4485
4490
|
name = "rustls-webpki"
|
|
4486
|
-
version = "0.101.
|
|
4491
|
+
version = "0.101.7"
|
|
4487
4492
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4488
|
-
checksum = "
|
|
4493
|
+
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
|
4489
4494
|
dependencies = [
|
|
4490
|
-
"ring",
|
|
4491
|
-
"untrusted",
|
|
4495
|
+
"ring 0.17.6",
|
|
4496
|
+
"untrusted 0.9.0",
|
|
4492
4497
|
]
|
|
4493
4498
|
|
|
4494
4499
|
[[package]]
|
|
@@ -4525,6 +4530,16 @@ version = "1.0.0"
|
|
|
4525
4530
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4526
4531
|
checksum = "4950d85bc52415f8432144c97c4791bd0c4f7954de32a7270ee9cccd3c22b12b"
|
|
4527
4532
|
|
|
4533
|
+
[[package]]
|
|
4534
|
+
name = "saffron"
|
|
4535
|
+
version = "0.1.0"
|
|
4536
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4537
|
+
checksum = "03fb9a628596fc7590eb7edbf7b0613287be78df107f5f97b118aad59fb2eea9"
|
|
4538
|
+
dependencies = [
|
|
4539
|
+
"chrono",
|
|
4540
|
+
"nom 5.1.3",
|
|
4541
|
+
]
|
|
4542
|
+
|
|
4528
4543
|
[[package]]
|
|
4529
4544
|
name = "salsa20"
|
|
4530
4545
|
version = "0.10.2"
|
|
@@ -4570,8 +4585,8 @@ version = "0.11.0"
|
|
|
4570
4585
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4571
4586
|
checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
|
|
4572
4587
|
dependencies = [
|
|
4573
|
-
"password-hash",
|
|
4574
|
-
"pbkdf2",
|
|
4588
|
+
"password-hash 0.5.0",
|
|
4589
|
+
"pbkdf2 0.12.2",
|
|
4575
4590
|
"salsa20",
|
|
4576
4591
|
"sha2",
|
|
4577
4592
|
]
|
|
@@ -4582,22 +4597,8 @@ version = "0.7.0"
|
|
|
4582
4597
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4583
4598
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
|
4584
4599
|
dependencies = [
|
|
4585
|
-
"ring",
|
|
4586
|
-
"untrusted",
|
|
4587
|
-
]
|
|
4588
|
-
|
|
4589
|
-
[[package]]
|
|
4590
|
-
name = "sec1"
|
|
4591
|
-
version = "0.3.0"
|
|
4592
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4593
|
-
checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
|
|
4594
|
-
dependencies = [
|
|
4595
|
-
"base16ct 0.1.1",
|
|
4596
|
-
"der 0.6.1",
|
|
4597
|
-
"generic-array 0.14.7",
|
|
4598
|
-
"pkcs8 0.9.0",
|
|
4599
|
-
"subtle",
|
|
4600
|
-
"zeroize",
|
|
4600
|
+
"ring 0.16.20",
|
|
4601
|
+
"untrusted 0.7.1",
|
|
4601
4602
|
]
|
|
4602
4603
|
|
|
4603
4604
|
[[package]]
|
|
@@ -4606,33 +4607,14 @@ version = "0.7.3"
|
|
|
4606
4607
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4607
4608
|
checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
|
|
4608
4609
|
dependencies = [
|
|
4609
|
-
"base16ct
|
|
4610
|
-
"der
|
|
4611
|
-
"generic-array
|
|
4612
|
-
"pkcs8
|
|
4610
|
+
"base16ct",
|
|
4611
|
+
"der",
|
|
4612
|
+
"generic-array",
|
|
4613
|
+
"pkcs8",
|
|
4613
4614
|
"subtle",
|
|
4614
4615
|
"zeroize",
|
|
4615
4616
|
]
|
|
4616
4617
|
|
|
4617
|
-
[[package]]
|
|
4618
|
-
name = "secp256k1"
|
|
4619
|
-
version = "0.27.0"
|
|
4620
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4621
|
-
checksum = "25996b82292a7a57ed3508f052cfff8640d38d32018784acd714758b43da9c8f"
|
|
4622
|
-
dependencies = [
|
|
4623
|
-
"rand",
|
|
4624
|
-
"secp256k1-sys",
|
|
4625
|
-
]
|
|
4626
|
-
|
|
4627
|
-
[[package]]
|
|
4628
|
-
name = "secp256k1-sys"
|
|
4629
|
-
version = "0.8.1"
|
|
4630
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4631
|
-
checksum = "70a129b9e9efbfb223753b9163c4ab3b13cff7fd9c7f010fbac25ab4099fa07e"
|
|
4632
|
-
dependencies = [
|
|
4633
|
-
"cc",
|
|
4634
|
-
]
|
|
4635
|
-
|
|
4636
4618
|
[[package]]
|
|
4637
4619
|
name = "security-framework"
|
|
4638
4620
|
version = "2.9.2"
|
|
@@ -4711,8 +4693,8 @@ version = "1.0.188"
|
|
|
4711
4693
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4712
4694
|
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
|
|
4713
4695
|
dependencies = [
|
|
4714
|
-
"proc-macro2
|
|
4715
|
-
"quote
|
|
4696
|
+
"proc-macro2",
|
|
4697
|
+
"quote",
|
|
4716
4698
|
"syn 2.0.38",
|
|
4717
4699
|
]
|
|
4718
4700
|
|
|
@@ -4742,15 +4724,14 @@ dependencies = [
|
|
|
4742
4724
|
|
|
4743
4725
|
[[package]]
|
|
4744
4726
|
name = "serde_v8"
|
|
4745
|
-
version = "0.
|
|
4727
|
+
version = "0.141.0"
|
|
4746
4728
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4747
|
-
checksum = "
|
|
4729
|
+
checksum = "bc689cb316d67b200e9f7449ce76cceb7e483e0f828d1a9c3d057c4367b6c26e"
|
|
4748
4730
|
dependencies = [
|
|
4749
4731
|
"bytes",
|
|
4750
4732
|
"derive_more",
|
|
4751
4733
|
"num-bigint",
|
|
4752
4734
|
"serde",
|
|
4753
|
-
"serde_bytes",
|
|
4754
4735
|
"smallvec",
|
|
4755
4736
|
"thiserror",
|
|
4756
4737
|
"v8",
|
|
@@ -4764,7 +4745,7 @@ checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
|
|
|
4764
4745
|
dependencies = [
|
|
4765
4746
|
"cfg-if",
|
|
4766
4747
|
"cpufeatures",
|
|
4767
|
-
"digest
|
|
4748
|
+
"digest",
|
|
4768
4749
|
]
|
|
4769
4750
|
|
|
4770
4751
|
[[package]]
|
|
@@ -4775,7 +4756,7 @@ checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
|
|
4775
4756
|
dependencies = [
|
|
4776
4757
|
"cfg-if",
|
|
4777
4758
|
"cpufeatures",
|
|
4778
|
-
"digest
|
|
4759
|
+
"digest",
|
|
4779
4760
|
]
|
|
4780
4761
|
|
|
4781
4762
|
[[package]]
|
|
@@ -4786,7 +4767,7 @@ checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
|
|
4786
4767
|
dependencies = [
|
|
4787
4768
|
"cfg-if",
|
|
4788
4769
|
"cpufeatures",
|
|
4789
|
-
"digest
|
|
4770
|
+
"digest",
|
|
4790
4771
|
]
|
|
4791
4772
|
|
|
4792
4773
|
[[package]]
|
|
@@ -4807,24 +4788,14 @@ dependencies = [
|
|
|
4807
4788
|
"libc",
|
|
4808
4789
|
]
|
|
4809
4790
|
|
|
4810
|
-
[[package]]
|
|
4811
|
-
name = "signature"
|
|
4812
|
-
version = "1.6.4"
|
|
4813
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4814
|
-
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
|
|
4815
|
-
dependencies = [
|
|
4816
|
-
"digest 0.10.7",
|
|
4817
|
-
"rand_core 0.6.4",
|
|
4818
|
-
]
|
|
4819
|
-
|
|
4820
4791
|
[[package]]
|
|
4821
4792
|
name = "signature"
|
|
4822
4793
|
version = "2.1.0"
|
|
4823
4794
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4824
4795
|
checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"
|
|
4825
4796
|
dependencies = [
|
|
4826
|
-
"digest
|
|
4827
|
-
"rand_core
|
|
4797
|
+
"digest",
|
|
4798
|
+
"rand_core",
|
|
4828
4799
|
]
|
|
4829
4800
|
|
|
4830
4801
|
[[package]]
|
|
@@ -4907,9 +4878,9 @@ dependencies = [
|
|
|
4907
4878
|
|
|
4908
4879
|
[[package]]
|
|
4909
4880
|
name = "socket2"
|
|
4910
|
-
version = "0.5.
|
|
4881
|
+
version = "0.5.5"
|
|
4911
4882
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4912
|
-
checksum = "
|
|
4883
|
+
checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
|
|
4913
4884
|
dependencies = [
|
|
4914
4885
|
"libc",
|
|
4915
4886
|
"windows-sys",
|
|
@@ -4954,14 +4925,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
4954
4925
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
4955
4926
|
|
|
4956
4927
|
[[package]]
|
|
4957
|
-
name = "
|
|
4958
|
-
version = "0.
|
|
4928
|
+
name = "spin"
|
|
4929
|
+
version = "0.9.8"
|
|
4959
4930
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4960
|
-
checksum = "
|
|
4961
|
-
dependencies = [
|
|
4962
|
-
"base64ct",
|
|
4963
|
-
"der 0.6.1",
|
|
4964
|
-
]
|
|
4931
|
+
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
4965
4932
|
|
|
4966
4933
|
[[package]]
|
|
4967
4934
|
name = "spki"
|
|
@@ -4970,15 +4937,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
4970
4937
|
checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"
|
|
4971
4938
|
dependencies = [
|
|
4972
4939
|
"base64ct",
|
|
4973
|
-
"der
|
|
4940
|
+
"der",
|
|
4974
4941
|
]
|
|
4975
4942
|
|
|
4976
|
-
[[package]]
|
|
4977
|
-
name = "stable_deref_trait"
|
|
4978
|
-
version = "1.2.0"
|
|
4979
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4980
|
-
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
4981
|
-
|
|
4982
4943
|
[[package]]
|
|
4983
4944
|
name = "stacker"
|
|
4984
4945
|
version = "0.1.15"
|
|
@@ -5007,32 +4968,6 @@ dependencies = [
|
|
|
5007
4968
|
"float-cmp",
|
|
5008
4969
|
]
|
|
5009
4970
|
|
|
5010
|
-
[[package]]
|
|
5011
|
-
name = "string_cache"
|
|
5012
|
-
version = "0.8.7"
|
|
5013
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5014
|
-
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
|
|
5015
|
-
dependencies = [
|
|
5016
|
-
"new_debug_unreachable",
|
|
5017
|
-
"once_cell",
|
|
5018
|
-
"parking_lot 0.12.1",
|
|
5019
|
-
"phf_shared",
|
|
5020
|
-
"precomputed-hash",
|
|
5021
|
-
"serde",
|
|
5022
|
-
]
|
|
5023
|
-
|
|
5024
|
-
[[package]]
|
|
5025
|
-
name = "string_cache_codegen"
|
|
5026
|
-
version = "0.5.2"
|
|
5027
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5028
|
-
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
|
|
5029
|
-
dependencies = [
|
|
5030
|
-
"phf_generator",
|
|
5031
|
-
"phf_shared",
|
|
5032
|
-
"proc-macro2 1.0.69",
|
|
5033
|
-
"quote 1.0.33",
|
|
5034
|
-
]
|
|
5035
|
-
|
|
5036
4971
|
[[package]]
|
|
5037
4972
|
name = "string_enum"
|
|
5038
4973
|
version = "0.4.1"
|
|
@@ -5040,8 +4975,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
5040
4975
|
checksum = "8fa4d4f81d7c05b9161f8de839975d3326328b8ba2831164b465524cc2f55252"
|
|
5041
4976
|
dependencies = [
|
|
5042
4977
|
"pmutil",
|
|
5043
|
-
"proc-macro2
|
|
5044
|
-
"quote
|
|
4978
|
+
"proc-macro2",
|
|
4979
|
+
"quote",
|
|
5045
4980
|
"swc_macros_common",
|
|
5046
4981
|
"syn 2.0.38",
|
|
5047
4982
|
]
|
|
@@ -5068,8 +5003,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
5068
5003
|
checksum = "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059"
|
|
5069
5004
|
dependencies = [
|
|
5070
5005
|
"heck",
|
|
5071
|
-
"proc-macro2
|
|
5072
|
-
"quote
|
|
5006
|
+
"proc-macro2",
|
|
5007
|
+
"quote",
|
|
5073
5008
|
"rustversion",
|
|
5074
5009
|
"syn 2.0.38",
|
|
5075
5010
|
]
|
|
@@ -5088,12 +5023,13 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
|
|
|
5088
5023
|
|
|
5089
5024
|
[[package]]
|
|
5090
5025
|
name = "svg2pdf"
|
|
5091
|
-
version = "0.9.
|
|
5026
|
+
version = "0.9.1"
|
|
5092
5027
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5093
|
-
checksum = "
|
|
5028
|
+
checksum = "a81da66842e426278f20062cd249779565e13f9ab4bfe0ac9e94eb476bc3a0f3"
|
|
5094
5029
|
dependencies = [
|
|
5095
5030
|
"image",
|
|
5096
5031
|
"miniz_oxide",
|
|
5032
|
+
"once_cell",
|
|
5097
5033
|
"pdf-writer",
|
|
5098
5034
|
"usvg",
|
|
5099
5035
|
]
|
|
@@ -5110,37 +5046,21 @@ dependencies = [
|
|
|
5110
5046
|
|
|
5111
5047
|
[[package]]
|
|
5112
5048
|
name = "swc_atoms"
|
|
5113
|
-
version = "0.
|
|
5114
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5115
|
-
checksum = "9f54563d7dcba626d4acfe14ed12def7ecc28e004debe3ecd2c3ee07cc47e449"
|
|
5116
|
-
dependencies = [
|
|
5117
|
-
"once_cell",
|
|
5118
|
-
"rustc-hash",
|
|
5119
|
-
"serde",
|
|
5120
|
-
"string_cache",
|
|
5121
|
-
"string_cache_codegen",
|
|
5122
|
-
"triomphe",
|
|
5123
|
-
]
|
|
5124
|
-
|
|
5125
|
-
[[package]]
|
|
5126
|
-
name = "swc_atoms"
|
|
5127
|
-
version = "0.6.0"
|
|
5049
|
+
version = "0.6.4"
|
|
5128
5050
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5129
|
-
checksum = "
|
|
5051
|
+
checksum = "b8a9e1b6d97f27b6abe5571f8fe3bdbd2fa987299fc2126450c7cde6214896ef"
|
|
5130
5052
|
dependencies = [
|
|
5053
|
+
"hstr",
|
|
5131
5054
|
"once_cell",
|
|
5132
5055
|
"rustc-hash",
|
|
5133
5056
|
"serde",
|
|
5134
|
-
"string_cache",
|
|
5135
|
-
"string_cache_codegen",
|
|
5136
|
-
"triomphe",
|
|
5137
5057
|
]
|
|
5138
5058
|
|
|
5139
5059
|
[[package]]
|
|
5140
5060
|
name = "swc_bundler"
|
|
5141
|
-
version = "0.222.
|
|
5061
|
+
version = "0.222.62"
|
|
5142
5062
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5143
|
-
checksum = "
|
|
5063
|
+
checksum = "7dc457de4306480ef5f2b54aa23f8d93ff476991de6e1db453bc94c56af732b0"
|
|
5144
5064
|
dependencies = [
|
|
5145
5065
|
"anyhow",
|
|
5146
5066
|
"crc",
|
|
@@ -5150,54 +5070,27 @@ dependencies = [
|
|
|
5150
5070
|
"parking_lot 0.12.1",
|
|
5151
5071
|
"petgraph",
|
|
5152
5072
|
"radix_fmt",
|
|
5153
|
-
"relative-path",
|
|
5154
|
-
"swc_atoms
|
|
5155
|
-
"swc_common
|
|
5156
|
-
"swc_ecma_ast
|
|
5157
|
-
"swc_ecma_codegen
|
|
5158
|
-
"swc_ecma_loader
|
|
5159
|
-
"swc_ecma_parser
|
|
5160
|
-
"swc_ecma_transforms_base
|
|
5161
|
-
"swc_ecma_transforms_optimization",
|
|
5162
|
-
"swc_ecma_utils
|
|
5163
|
-
"swc_ecma_visit
|
|
5164
|
-
"swc_fast_graph",
|
|
5165
|
-
"swc_graph_analyzer",
|
|
5166
|
-
"tracing",
|
|
5167
|
-
]
|
|
5168
|
-
|
|
5169
|
-
[[package]]
|
|
5170
|
-
name = "swc_common"
|
|
5171
|
-
version = "0.32.0"
|
|
5172
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5173
|
-
checksum = "39cb7fcd56655c8ae7dcf2344f0be6cbff4d9c7cb401fe3ec8e56e1de8dfe582"
|
|
5174
|
-
dependencies = [
|
|
5175
|
-
"ast_node",
|
|
5176
|
-
"better_scoped_tls",
|
|
5177
|
-
"cfg-if",
|
|
5178
|
-
"either",
|
|
5179
|
-
"from_variant",
|
|
5180
|
-
"new_debug_unreachable",
|
|
5181
|
-
"num-bigint",
|
|
5182
|
-
"once_cell",
|
|
5183
|
-
"rustc-hash",
|
|
5184
|
-
"serde",
|
|
5185
|
-
"siphasher 0.3.11",
|
|
5186
|
-
"sourcemap 6.4.1",
|
|
5187
|
-
"string_cache",
|
|
5188
|
-
"swc_atoms 0.5.9",
|
|
5189
|
-
"swc_eq_ignore_macros",
|
|
5190
|
-
"swc_visit",
|
|
5073
|
+
"relative-path",
|
|
5074
|
+
"swc_atoms",
|
|
5075
|
+
"swc_common",
|
|
5076
|
+
"swc_ecma_ast",
|
|
5077
|
+
"swc_ecma_codegen",
|
|
5078
|
+
"swc_ecma_loader",
|
|
5079
|
+
"swc_ecma_parser",
|
|
5080
|
+
"swc_ecma_transforms_base",
|
|
5081
|
+
"swc_ecma_transforms_optimization",
|
|
5082
|
+
"swc_ecma_utils",
|
|
5083
|
+
"swc_ecma_visit",
|
|
5084
|
+
"swc_fast_graph",
|
|
5085
|
+
"swc_graph_analyzer",
|
|
5191
5086
|
"tracing",
|
|
5192
|
-
"unicode-width",
|
|
5193
|
-
"url",
|
|
5194
5087
|
]
|
|
5195
5088
|
|
|
5196
5089
|
[[package]]
|
|
5197
5090
|
name = "swc_common"
|
|
5198
|
-
version = "0.33.
|
|
5091
|
+
version = "0.33.9"
|
|
5199
5092
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5200
|
-
checksum = "
|
|
5093
|
+
checksum = "5ccb656cd57c93614e4e8b33a60e75ca095383565c1a8d2bbe6a1103942831e0"
|
|
5201
5094
|
dependencies = [
|
|
5202
5095
|
"ast_node",
|
|
5203
5096
|
"better_scoped_tls",
|
|
@@ -5211,8 +5104,7 @@ dependencies = [
|
|
|
5211
5104
|
"serde",
|
|
5212
5105
|
"siphasher 0.3.11",
|
|
5213
5106
|
"sourcemap 6.4.1",
|
|
5214
|
-
"
|
|
5215
|
-
"swc_atoms 0.6.0",
|
|
5107
|
+
"swc_atoms",
|
|
5216
5108
|
"swc_eq_ignore_macros",
|
|
5217
5109
|
"swc_visit",
|
|
5218
5110
|
"tracing",
|
|
@@ -5239,70 +5131,35 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
5239
5131
|
checksum = "e5b5aaca9a0082be4515f0fbbecc191bf5829cd25b5b9c0a2810f6a2bb0d6829"
|
|
5240
5132
|
dependencies = [
|
|
5241
5133
|
"pmutil",
|
|
5242
|
-
"proc-macro2
|
|
5243
|
-
"quote
|
|
5134
|
+
"proc-macro2",
|
|
5135
|
+
"quote",
|
|
5244
5136
|
"swc_macros_common",
|
|
5245
5137
|
"syn 2.0.38",
|
|
5246
5138
|
]
|
|
5247
5139
|
|
|
5248
5140
|
[[package]]
|
|
5249
5141
|
name = "swc_ecma_ast"
|
|
5250
|
-
version = "0.
|
|
5251
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5252
|
-
checksum = "7bc2286cedd688a68f214faa1c19bb5cceab7c9c54d0cbe3273e4c1704e38f69"
|
|
5253
|
-
dependencies = [
|
|
5254
|
-
"bitflags 2.4.0",
|
|
5255
|
-
"is-macro",
|
|
5256
|
-
"num-bigint",
|
|
5257
|
-
"scoped-tls",
|
|
5258
|
-
"serde",
|
|
5259
|
-
"string_enum",
|
|
5260
|
-
"swc_atoms 0.5.9",
|
|
5261
|
-
"swc_common 0.32.0",
|
|
5262
|
-
"unicode-id",
|
|
5263
|
-
]
|
|
5264
|
-
|
|
5265
|
-
[[package]]
|
|
5266
|
-
name = "swc_ecma_ast"
|
|
5267
|
-
version = "0.110.0"
|
|
5142
|
+
version = "0.110.10"
|
|
5268
5143
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5269
|
-
checksum = "
|
|
5144
|
+
checksum = "2c3d416121da2d56bcbd1b1623725a68890af4552fef0c6d1e4bfa92776ccd6a"
|
|
5270
5145
|
dependencies = [
|
|
5271
5146
|
"bitflags 2.4.0",
|
|
5272
5147
|
"is-macro",
|
|
5273
5148
|
"num-bigint",
|
|
5149
|
+
"phf",
|
|
5274
5150
|
"scoped-tls",
|
|
5275
5151
|
"serde",
|
|
5276
5152
|
"string_enum",
|
|
5277
|
-
"swc_atoms
|
|
5278
|
-
"swc_common
|
|
5153
|
+
"swc_atoms",
|
|
5154
|
+
"swc_common",
|
|
5279
5155
|
"unicode-id",
|
|
5280
5156
|
]
|
|
5281
5157
|
|
|
5282
5158
|
[[package]]
|
|
5283
5159
|
name = "swc_ecma_codegen"
|
|
5284
|
-
version = "0.
|
|
5285
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5286
|
-
checksum = "8e62ba2c0ed1f119fc1a76542d007f1b2c12854d54dea15f5491363227debe11"
|
|
5287
|
-
dependencies = [
|
|
5288
|
-
"memchr",
|
|
5289
|
-
"num-bigint",
|
|
5290
|
-
"once_cell",
|
|
5291
|
-
"rustc-hash",
|
|
5292
|
-
"serde",
|
|
5293
|
-
"sourcemap 6.4.1",
|
|
5294
|
-
"swc_atoms 0.5.9",
|
|
5295
|
-
"swc_common 0.32.0",
|
|
5296
|
-
"swc_ecma_ast 0.109.0",
|
|
5297
|
-
"swc_ecma_codegen_macros",
|
|
5298
|
-
"tracing",
|
|
5299
|
-
]
|
|
5300
|
-
|
|
5301
|
-
[[package]]
|
|
5302
|
-
name = "swc_ecma_codegen"
|
|
5303
|
-
version = "0.146.3"
|
|
5160
|
+
version = "0.146.32"
|
|
5304
5161
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5305
|
-
checksum = "
|
|
5162
|
+
checksum = "7b7b37ef40385cc2e294ece3d42048dcda6392838724dd5f02ff8da3fa105271"
|
|
5306
5163
|
dependencies = [
|
|
5307
5164
|
"memchr",
|
|
5308
5165
|
"num-bigint",
|
|
@@ -5310,9 +5167,9 @@ dependencies = [
|
|
|
5310
5167
|
"rustc-hash",
|
|
5311
5168
|
"serde",
|
|
5312
5169
|
"sourcemap 6.4.1",
|
|
5313
|
-
"swc_atoms
|
|
5314
|
-
"swc_common
|
|
5315
|
-
"swc_ecma_ast
|
|
5170
|
+
"swc_atoms",
|
|
5171
|
+
"swc_common",
|
|
5172
|
+
"swc_ecma_ast",
|
|
5316
5173
|
"swc_ecma_codegen_macros",
|
|
5317
5174
|
"tracing",
|
|
5318
5175
|
]
|
|
@@ -5324,118 +5181,52 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
5324
5181
|
checksum = "dcdff076dccca6cc6a0e0b2a2c8acfb066014382bc6df98ec99e755484814384"
|
|
5325
5182
|
dependencies = [
|
|
5326
5183
|
"pmutil",
|
|
5327
|
-
"proc-macro2
|
|
5328
|
-
"quote
|
|
5184
|
+
"proc-macro2",
|
|
5185
|
+
"quote",
|
|
5329
5186
|
"swc_macros_common",
|
|
5330
5187
|
"syn 2.0.38",
|
|
5331
5188
|
]
|
|
5332
5189
|
|
|
5333
|
-
[[package]]
|
|
5334
|
-
name = "swc_ecma_dep_graph"
|
|
5335
|
-
version = "0.113.3"
|
|
5336
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5337
|
-
checksum = "f3281df0c205727acf3584339533f093706205c9996e04964825625c932672db"
|
|
5338
|
-
dependencies = [
|
|
5339
|
-
"swc_atoms 0.6.0",
|
|
5340
|
-
"swc_common 0.33.0",
|
|
5341
|
-
"swc_ecma_ast 0.110.0",
|
|
5342
|
-
"swc_ecma_visit 0.96.0",
|
|
5343
|
-
]
|
|
5344
|
-
|
|
5345
|
-
[[package]]
|
|
5346
|
-
name = "swc_ecma_loader"
|
|
5347
|
-
version = "0.44.2"
|
|
5348
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5349
|
-
checksum = "e7d7c322462657ae27ac090a2c89f7e456c94416284a2f5ecf66c43a6a3c19d1"
|
|
5350
|
-
dependencies = [
|
|
5351
|
-
"anyhow",
|
|
5352
|
-
"pathdiff",
|
|
5353
|
-
"serde",
|
|
5354
|
-
"swc_common 0.32.0",
|
|
5355
|
-
"tracing",
|
|
5356
|
-
]
|
|
5357
|
-
|
|
5358
5190
|
[[package]]
|
|
5359
5191
|
name = "swc_ecma_loader"
|
|
5360
|
-
version = "0.45.
|
|
5192
|
+
version = "0.45.10"
|
|
5361
5193
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5362
|
-
checksum = "
|
|
5194
|
+
checksum = "31cf7549feec3698d0110a0a71ae547f31ae272dc92db3285ce126d6dcbdadf3"
|
|
5363
5195
|
dependencies = [
|
|
5364
5196
|
"anyhow",
|
|
5365
5197
|
"pathdiff",
|
|
5366
5198
|
"serde",
|
|
5367
|
-
"swc_common
|
|
5368
|
-
"tracing",
|
|
5369
|
-
]
|
|
5370
|
-
|
|
5371
|
-
[[package]]
|
|
5372
|
-
name = "swc_ecma_parser"
|
|
5373
|
-
version = "0.139.0"
|
|
5374
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5375
|
-
checksum = "3eab46cb863bc5cd61535464e07e5b74d5f792fa26a27b9f6fd4c8daca9903b7"
|
|
5376
|
-
dependencies = [
|
|
5377
|
-
"either",
|
|
5378
|
-
"num-bigint",
|
|
5379
|
-
"num-traits",
|
|
5380
|
-
"serde",
|
|
5381
|
-
"smallvec",
|
|
5382
|
-
"smartstring",
|
|
5383
|
-
"stacker",
|
|
5384
|
-
"swc_atoms 0.5.9",
|
|
5385
|
-
"swc_common 0.32.0",
|
|
5386
|
-
"swc_ecma_ast 0.109.0",
|
|
5199
|
+
"swc_common",
|
|
5387
5200
|
"tracing",
|
|
5388
|
-
"typed-arena",
|
|
5389
5201
|
]
|
|
5390
5202
|
|
|
5391
5203
|
[[package]]
|
|
5392
5204
|
name = "swc_ecma_parser"
|
|
5393
|
-
version = "0.141.
|
|
5205
|
+
version = "0.141.26"
|
|
5394
5206
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5395
|
-
checksum = "
|
|
5207
|
+
checksum = "9590deff1b29aafbff8901b9d38d00211393f6b17b5cab878562db89a8966d88"
|
|
5396
5208
|
dependencies = [
|
|
5397
5209
|
"either",
|
|
5210
|
+
"new_debug_unreachable",
|
|
5398
5211
|
"num-bigint",
|
|
5399
5212
|
"num-traits",
|
|
5213
|
+
"phf",
|
|
5400
5214
|
"serde",
|
|
5401
5215
|
"smallvec",
|
|
5402
5216
|
"smartstring",
|
|
5403
5217
|
"stacker",
|
|
5404
|
-
"swc_atoms
|
|
5405
|
-
"swc_common
|
|
5406
|
-
"swc_ecma_ast
|
|
5218
|
+
"swc_atoms",
|
|
5219
|
+
"swc_common",
|
|
5220
|
+
"swc_ecma_ast",
|
|
5407
5221
|
"tracing",
|
|
5408
5222
|
"typed-arena",
|
|
5409
5223
|
]
|
|
5410
5224
|
|
|
5411
5225
|
[[package]]
|
|
5412
5226
|
name = "swc_ecma_transforms_base"
|
|
5413
|
-
version = "0.
|
|
5414
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5415
|
-
checksum = "01ffd4a8149052bfc1ec1832fcbe04f317846ce635a49ec438df33b06db27d26"
|
|
5416
|
-
dependencies = [
|
|
5417
|
-
"better_scoped_tls",
|
|
5418
|
-
"bitflags 2.4.0",
|
|
5419
|
-
"indexmap 1.9.3",
|
|
5420
|
-
"once_cell",
|
|
5421
|
-
"phf",
|
|
5422
|
-
"rustc-hash",
|
|
5423
|
-
"serde",
|
|
5424
|
-
"smallvec",
|
|
5425
|
-
"swc_atoms 0.5.9",
|
|
5426
|
-
"swc_common 0.32.0",
|
|
5427
|
-
"swc_ecma_ast 0.109.0",
|
|
5428
|
-
"swc_ecma_parser 0.139.0",
|
|
5429
|
-
"swc_ecma_utils 0.122.0",
|
|
5430
|
-
"swc_ecma_visit 0.95.0",
|
|
5431
|
-
"tracing",
|
|
5432
|
-
]
|
|
5433
|
-
|
|
5434
|
-
[[package]]
|
|
5435
|
-
name = "swc_ecma_transforms_base"
|
|
5436
|
-
version = "0.134.8"
|
|
5227
|
+
version = "0.134.42"
|
|
5437
5228
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5438
|
-
checksum = "
|
|
5229
|
+
checksum = "d74ca42a400257d8563624122813c1849c3d87e7abe3b9b2ed7514c76f64ad2f"
|
|
5439
5230
|
dependencies = [
|
|
5440
5231
|
"better_scoped_tls",
|
|
5441
5232
|
"bitflags 2.4.0",
|
|
@@ -5445,41 +5236,27 @@ dependencies = [
|
|
|
5445
5236
|
"rustc-hash",
|
|
5446
5237
|
"serde",
|
|
5447
5238
|
"smallvec",
|
|
5448
|
-
"swc_atoms
|
|
5449
|
-
"swc_common
|
|
5450
|
-
"swc_ecma_ast
|
|
5451
|
-
"swc_ecma_parser
|
|
5452
|
-
"swc_ecma_utils
|
|
5453
|
-
"swc_ecma_visit
|
|
5239
|
+
"swc_atoms",
|
|
5240
|
+
"swc_common",
|
|
5241
|
+
"swc_ecma_ast",
|
|
5242
|
+
"swc_ecma_parser",
|
|
5243
|
+
"swc_ecma_utils",
|
|
5244
|
+
"swc_ecma_visit",
|
|
5454
5245
|
"tracing",
|
|
5455
5246
|
]
|
|
5456
5247
|
|
|
5457
5248
|
[[package]]
|
|
5458
5249
|
name = "swc_ecma_transforms_classes"
|
|
5459
|
-
version = "0.
|
|
5460
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5461
|
-
checksum = "f4b7fee0e2c6f12456d2aefb2418f2f26529b995945d493e1dce35a5a22584fc"
|
|
5462
|
-
dependencies = [
|
|
5463
|
-
"swc_atoms 0.5.9",
|
|
5464
|
-
"swc_common 0.32.0",
|
|
5465
|
-
"swc_ecma_ast 0.109.0",
|
|
5466
|
-
"swc_ecma_transforms_base 0.132.2",
|
|
5467
|
-
"swc_ecma_utils 0.122.0",
|
|
5468
|
-
"swc_ecma_visit 0.95.0",
|
|
5469
|
-
]
|
|
5470
|
-
|
|
5471
|
-
[[package]]
|
|
5472
|
-
name = "swc_ecma_transforms_classes"
|
|
5473
|
-
version = "0.123.8"
|
|
5250
|
+
version = "0.123.43"
|
|
5474
5251
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5475
|
-
checksum = "
|
|
5252
|
+
checksum = "7e68880cf7d65b93e0446b3ee079f33d94e0eddac922f75b736a6ea7669517c0"
|
|
5476
5253
|
dependencies = [
|
|
5477
|
-
"swc_atoms
|
|
5478
|
-
"swc_common
|
|
5479
|
-
"swc_ecma_ast
|
|
5480
|
-
"swc_ecma_transforms_base
|
|
5481
|
-
"swc_ecma_utils
|
|
5482
|
-
"swc_ecma_visit
|
|
5254
|
+
"swc_atoms",
|
|
5255
|
+
"swc_common",
|
|
5256
|
+
"swc_ecma_ast",
|
|
5257
|
+
"swc_ecma_transforms_base",
|
|
5258
|
+
"swc_ecma_utils",
|
|
5259
|
+
"swc_ecma_visit",
|
|
5483
5260
|
]
|
|
5484
5261
|
|
|
5485
5262
|
[[package]]
|
|
@@ -5489,17 +5266,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
5489
5266
|
checksum = "8188eab297da773836ef5cf2af03ee5cca7a563e1be4b146f8141452c28cc690"
|
|
5490
5267
|
dependencies = [
|
|
5491
5268
|
"pmutil",
|
|
5492
|
-
"proc-macro2
|
|
5493
|
-
"quote
|
|
5269
|
+
"proc-macro2",
|
|
5270
|
+
"quote",
|
|
5494
5271
|
"swc_macros_common",
|
|
5495
5272
|
"syn 2.0.38",
|
|
5496
5273
|
]
|
|
5497
5274
|
|
|
5498
5275
|
[[package]]
|
|
5499
5276
|
name = "swc_ecma_transforms_optimization"
|
|
5500
|
-
version = "0.195.
|
|
5277
|
+
version = "0.195.54"
|
|
5501
5278
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5502
|
-
checksum = "
|
|
5279
|
+
checksum = "808ae9b4a291d73adf36d543f07d5a64a5c121a72c5d5f66898415d1b396b1d1"
|
|
5503
5280
|
dependencies = [
|
|
5504
5281
|
"dashmap",
|
|
5505
5282
|
"indexmap 1.9.3",
|
|
@@ -5507,87 +5284,43 @@ dependencies = [
|
|
|
5507
5284
|
"petgraph",
|
|
5508
5285
|
"rustc-hash",
|
|
5509
5286
|
"serde_json",
|
|
5510
|
-
"swc_atoms
|
|
5511
|
-
"swc_common
|
|
5512
|
-
"swc_ecma_ast
|
|
5513
|
-
"swc_ecma_parser
|
|
5514
|
-
"swc_ecma_transforms_base
|
|
5287
|
+
"swc_atoms",
|
|
5288
|
+
"swc_common",
|
|
5289
|
+
"swc_ecma_ast",
|
|
5290
|
+
"swc_ecma_parser",
|
|
5291
|
+
"swc_ecma_transforms_base",
|
|
5515
5292
|
"swc_ecma_transforms_macros",
|
|
5516
|
-
"swc_ecma_utils
|
|
5517
|
-
"swc_ecma_visit
|
|
5293
|
+
"swc_ecma_utils",
|
|
5294
|
+
"swc_ecma_visit",
|
|
5518
5295
|
"swc_fast_graph",
|
|
5519
5296
|
"tracing",
|
|
5520
5297
|
]
|
|
5521
5298
|
|
|
5522
5299
|
[[package]]
|
|
5523
5300
|
name = "swc_ecma_transforms_proposal"
|
|
5524
|
-
version = "0.
|
|
5525
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5526
|
-
checksum = "122fd9a69f464694edefbf9c59106b3c15e5cc8cb8575a97836e4fb79018e98f"
|
|
5527
|
-
dependencies = [
|
|
5528
|
-
"either",
|
|
5529
|
-
"rustc-hash",
|
|
5530
|
-
"serde",
|
|
5531
|
-
"smallvec",
|
|
5532
|
-
"swc_atoms 0.5.9",
|
|
5533
|
-
"swc_common 0.32.0",
|
|
5534
|
-
"swc_ecma_ast 0.109.0",
|
|
5535
|
-
"swc_ecma_transforms_base 0.132.2",
|
|
5536
|
-
"swc_ecma_transforms_classes 0.121.2",
|
|
5537
|
-
"swc_ecma_transforms_macros",
|
|
5538
|
-
"swc_ecma_utils 0.122.0",
|
|
5539
|
-
"swc_ecma_visit 0.95.0",
|
|
5540
|
-
]
|
|
5541
|
-
|
|
5542
|
-
[[package]]
|
|
5543
|
-
name = "swc_ecma_transforms_proposal"
|
|
5544
|
-
version = "0.168.12"
|
|
5301
|
+
version = "0.168.52"
|
|
5545
5302
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5546
|
-
checksum = "
|
|
5303
|
+
checksum = "c17e1f409e026be953fabb327923ebc5fdc7c664bcac036b76107834798640ed"
|
|
5547
5304
|
dependencies = [
|
|
5548
5305
|
"either",
|
|
5549
5306
|
"rustc-hash",
|
|
5550
5307
|
"serde",
|
|
5551
5308
|
"smallvec",
|
|
5552
|
-
"swc_atoms
|
|
5553
|
-
"swc_common
|
|
5554
|
-
"swc_ecma_ast
|
|
5555
|
-
"swc_ecma_transforms_base
|
|
5556
|
-
"swc_ecma_transforms_classes
|
|
5557
|
-
"swc_ecma_transforms_macros",
|
|
5558
|
-
"swc_ecma_utils 0.124.7",
|
|
5559
|
-
"swc_ecma_visit 0.96.0",
|
|
5560
|
-
]
|
|
5561
|
-
|
|
5562
|
-
[[package]]
|
|
5563
|
-
name = "swc_ecma_transforms_react"
|
|
5564
|
-
version = "0.178.3"
|
|
5565
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5566
|
-
checksum = "675b5c755b0448268830e85e59429095d3423c0ce4a850b209c6f0eeab069f63"
|
|
5567
|
-
dependencies = [
|
|
5568
|
-
"base64 0.13.1",
|
|
5569
|
-
"dashmap",
|
|
5570
|
-
"indexmap 1.9.3",
|
|
5571
|
-
"once_cell",
|
|
5572
|
-
"serde",
|
|
5573
|
-
"sha-1",
|
|
5574
|
-
"string_enum",
|
|
5575
|
-
"swc_atoms 0.5.9",
|
|
5576
|
-
"swc_common 0.32.0",
|
|
5577
|
-
"swc_config",
|
|
5578
|
-
"swc_ecma_ast 0.109.0",
|
|
5579
|
-
"swc_ecma_parser 0.139.0",
|
|
5580
|
-
"swc_ecma_transforms_base 0.132.2",
|
|
5309
|
+
"swc_atoms",
|
|
5310
|
+
"swc_common",
|
|
5311
|
+
"swc_ecma_ast",
|
|
5312
|
+
"swc_ecma_transforms_base",
|
|
5313
|
+
"swc_ecma_transforms_classes",
|
|
5581
5314
|
"swc_ecma_transforms_macros",
|
|
5582
|
-
"swc_ecma_utils
|
|
5583
|
-
"swc_ecma_visit
|
|
5315
|
+
"swc_ecma_utils",
|
|
5316
|
+
"swc_ecma_visit",
|
|
5584
5317
|
]
|
|
5585
5318
|
|
|
5586
5319
|
[[package]]
|
|
5587
5320
|
name = "swc_ecma_transforms_react"
|
|
5588
|
-
version = "0.180.
|
|
5321
|
+
version = "0.180.52"
|
|
5589
5322
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5590
|
-
checksum = "
|
|
5323
|
+
checksum = "9fa7f368a80f28eeaa0f529cff6fb5d7578ef10a60be25bfd2582cb3f8ff5c9e"
|
|
5591
5324
|
dependencies = [
|
|
5592
5325
|
"base64 0.13.1",
|
|
5593
5326
|
"dashmap",
|
|
@@ -5596,110 +5329,62 @@ dependencies = [
|
|
|
5596
5329
|
"serde",
|
|
5597
5330
|
"sha-1",
|
|
5598
5331
|
"string_enum",
|
|
5599
|
-
"swc_atoms
|
|
5600
|
-
"swc_common
|
|
5332
|
+
"swc_atoms",
|
|
5333
|
+
"swc_common",
|
|
5601
5334
|
"swc_config",
|
|
5602
|
-
"swc_ecma_ast
|
|
5603
|
-
"swc_ecma_parser
|
|
5604
|
-
"swc_ecma_transforms_base
|
|
5335
|
+
"swc_ecma_ast",
|
|
5336
|
+
"swc_ecma_parser",
|
|
5337
|
+
"swc_ecma_transforms_base",
|
|
5605
5338
|
"swc_ecma_transforms_macros",
|
|
5606
|
-
"swc_ecma_utils
|
|
5607
|
-
"swc_ecma_visit
|
|
5608
|
-
]
|
|
5609
|
-
|
|
5610
|
-
[[package]]
|
|
5611
|
-
name = "swc_ecma_transforms_typescript"
|
|
5612
|
-
version = "0.182.3"
|
|
5613
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5614
|
-
checksum = "4eba97b1ea71739fcf278aedad4677a3cacb52288a3f3566191b70d16a889de6"
|
|
5615
|
-
dependencies = [
|
|
5616
|
-
"serde",
|
|
5617
|
-
"swc_atoms 0.5.9",
|
|
5618
|
-
"swc_common 0.32.0",
|
|
5619
|
-
"swc_ecma_ast 0.109.0",
|
|
5620
|
-
"swc_ecma_transforms_base 0.132.2",
|
|
5621
|
-
"swc_ecma_transforms_react 0.178.3",
|
|
5622
|
-
"swc_ecma_utils 0.122.0",
|
|
5623
|
-
"swc_ecma_visit 0.95.0",
|
|
5339
|
+
"swc_ecma_utils",
|
|
5340
|
+
"swc_ecma_visit",
|
|
5624
5341
|
]
|
|
5625
5342
|
|
|
5626
5343
|
[[package]]
|
|
5627
5344
|
name = "swc_ecma_transforms_typescript"
|
|
5628
|
-
version = "0.185.
|
|
5345
|
+
version = "0.185.52"
|
|
5629
5346
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5630
|
-
checksum = "
|
|
5347
|
+
checksum = "daa2950c85abb4d555e092503ad2fa4f6dec0ee36a719273fb7a7bb29ead9ab6"
|
|
5631
5348
|
dependencies = [
|
|
5632
5349
|
"ryu-js",
|
|
5633
5350
|
"serde",
|
|
5634
|
-
"swc_atoms
|
|
5635
|
-
"swc_common
|
|
5636
|
-
"swc_ecma_ast
|
|
5637
|
-
"swc_ecma_transforms_base
|
|
5638
|
-
"swc_ecma_transforms_react
|
|
5639
|
-
"swc_ecma_utils
|
|
5640
|
-
"swc_ecma_visit
|
|
5641
|
-
]
|
|
5642
|
-
|
|
5643
|
-
[[package]]
|
|
5644
|
-
name = "swc_ecma_utils"
|
|
5645
|
-
version = "0.122.0"
|
|
5646
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5647
|
-
checksum = "11006a3398ffd4693c4d3b0a1b1a5030edbdc04228159f5301120a6178144708"
|
|
5648
|
-
dependencies = [
|
|
5649
|
-
"indexmap 1.9.3",
|
|
5650
|
-
"num_cpus",
|
|
5651
|
-
"once_cell",
|
|
5652
|
-
"rustc-hash",
|
|
5653
|
-
"swc_atoms 0.5.9",
|
|
5654
|
-
"swc_common 0.32.0",
|
|
5655
|
-
"swc_ecma_ast 0.109.0",
|
|
5656
|
-
"swc_ecma_visit 0.95.0",
|
|
5657
|
-
"tracing",
|
|
5658
|
-
"unicode-id",
|
|
5351
|
+
"swc_atoms",
|
|
5352
|
+
"swc_common",
|
|
5353
|
+
"swc_ecma_ast",
|
|
5354
|
+
"swc_ecma_transforms_base",
|
|
5355
|
+
"swc_ecma_transforms_react",
|
|
5356
|
+
"swc_ecma_utils",
|
|
5357
|
+
"swc_ecma_visit",
|
|
5659
5358
|
]
|
|
5660
5359
|
|
|
5661
5360
|
[[package]]
|
|
5662
5361
|
name = "swc_ecma_utils"
|
|
5663
|
-
version = "0.124.
|
|
5362
|
+
version = "0.124.32"
|
|
5664
5363
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5665
|
-
checksum = "
|
|
5364
|
+
checksum = "e4a4a0baf6cfa490666a9fe23a17490273f843d19ebc1d6ec89d64c3f8ccdb80"
|
|
5666
5365
|
dependencies = [
|
|
5667
5366
|
"indexmap 1.9.3",
|
|
5668
5367
|
"num_cpus",
|
|
5669
5368
|
"once_cell",
|
|
5670
5369
|
"rustc-hash",
|
|
5671
|
-
"swc_atoms
|
|
5672
|
-
"swc_common
|
|
5673
|
-
"swc_ecma_ast
|
|
5674
|
-
"swc_ecma_visit
|
|
5370
|
+
"swc_atoms",
|
|
5371
|
+
"swc_common",
|
|
5372
|
+
"swc_ecma_ast",
|
|
5373
|
+
"swc_ecma_visit",
|
|
5675
5374
|
"tracing",
|
|
5676
5375
|
"unicode-id",
|
|
5677
5376
|
]
|
|
5678
5377
|
|
|
5679
5378
|
[[package]]
|
|
5680
5379
|
name = "swc_ecma_visit"
|
|
5681
|
-
version = "0.
|
|
5682
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5683
|
-
checksum = "0f628ec196e76e67892441e14eef2e423a738543d32bffdabfeec20c29582117"
|
|
5684
|
-
dependencies = [
|
|
5685
|
-
"num-bigint",
|
|
5686
|
-
"swc_atoms 0.5.9",
|
|
5687
|
-
"swc_common 0.32.0",
|
|
5688
|
-
"swc_ecma_ast 0.109.0",
|
|
5689
|
-
"swc_visit",
|
|
5690
|
-
"tracing",
|
|
5691
|
-
]
|
|
5692
|
-
|
|
5693
|
-
[[package]]
|
|
5694
|
-
name = "swc_ecma_visit"
|
|
5695
|
-
version = "0.96.0"
|
|
5380
|
+
version = "0.96.10"
|
|
5696
5381
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5697
|
-
checksum = "
|
|
5382
|
+
checksum = "ba962f0becf83bab12a17365dface5a4f636c9e1743d479e292b96910a753743"
|
|
5698
5383
|
dependencies = [
|
|
5699
5384
|
"num-bigint",
|
|
5700
|
-
"swc_atoms
|
|
5701
|
-
"swc_common
|
|
5702
|
-
"swc_ecma_ast
|
|
5385
|
+
"swc_atoms",
|
|
5386
|
+
"swc_common",
|
|
5387
|
+
"swc_ecma_ast",
|
|
5703
5388
|
"swc_visit",
|
|
5704
5389
|
"tracing",
|
|
5705
5390
|
]
|
|
@@ -5711,32 +5396,32 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
5711
5396
|
checksum = "05a95d367e228d52484c53336991fdcf47b6b553ef835d9159db4ba40efb0ee8"
|
|
5712
5397
|
dependencies = [
|
|
5713
5398
|
"pmutil",
|
|
5714
|
-
"proc-macro2
|
|
5715
|
-
"quote
|
|
5399
|
+
"proc-macro2",
|
|
5400
|
+
"quote",
|
|
5716
5401
|
"syn 2.0.38",
|
|
5717
5402
|
]
|
|
5718
5403
|
|
|
5719
5404
|
[[package]]
|
|
5720
5405
|
name = "swc_fast_graph"
|
|
5721
|
-
version = "0.21.
|
|
5406
|
+
version = "0.21.9"
|
|
5722
5407
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5723
|
-
checksum = "
|
|
5408
|
+
checksum = "8117f6d10bbcb30cb3e549d6fa7637cb6d7c713cb71b2ce1808105a6825c788d"
|
|
5724
5409
|
dependencies = [
|
|
5725
5410
|
"indexmap 1.9.3",
|
|
5726
5411
|
"petgraph",
|
|
5727
5412
|
"rustc-hash",
|
|
5728
|
-
"swc_common
|
|
5413
|
+
"swc_common",
|
|
5729
5414
|
]
|
|
5730
5415
|
|
|
5731
5416
|
[[package]]
|
|
5732
5417
|
name = "swc_graph_analyzer"
|
|
5733
|
-
version = "0.22.
|
|
5418
|
+
version = "0.22.11"
|
|
5734
5419
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5735
|
-
checksum = "
|
|
5420
|
+
checksum = "de8f0ac33ef7486723a3acdd9c4541dac79f0433bf878b9075826bca1163d83e"
|
|
5736
5421
|
dependencies = [
|
|
5737
5422
|
"auto_impl",
|
|
5738
5423
|
"petgraph",
|
|
5739
|
-
"swc_common
|
|
5424
|
+
"swc_common",
|
|
5740
5425
|
"swc_fast_graph",
|
|
5741
5426
|
"tracing",
|
|
5742
5427
|
]
|
|
@@ -5748,8 +5433,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
5748
5433
|
checksum = "7a273205ccb09b51fabe88c49f3b34c5a4631c4c00a16ae20e03111d6a42e832"
|
|
5749
5434
|
dependencies = [
|
|
5750
5435
|
"pmutil",
|
|
5751
|
-
"proc-macro2
|
|
5752
|
-
"quote
|
|
5436
|
+
"proc-macro2",
|
|
5437
|
+
"quote",
|
|
5753
5438
|
"syn 2.0.38",
|
|
5754
5439
|
]
|
|
5755
5440
|
|
|
@@ -5771,31 +5456,20 @@ checksum = "0f322730fb82f3930a450ac24de8c98523af7d34ab8cb2f46bcb405839891a99"
|
|
|
5771
5456
|
dependencies = [
|
|
5772
5457
|
"Inflector",
|
|
5773
5458
|
"pmutil",
|
|
5774
|
-
"proc-macro2
|
|
5775
|
-
"quote
|
|
5459
|
+
"proc-macro2",
|
|
5460
|
+
"quote",
|
|
5776
5461
|
"swc_macros_common",
|
|
5777
5462
|
"syn 2.0.38",
|
|
5778
5463
|
]
|
|
5779
5464
|
|
|
5780
|
-
[[package]]
|
|
5781
|
-
name = "syn"
|
|
5782
|
-
version = "0.15.44"
|
|
5783
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5784
|
-
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
|
|
5785
|
-
dependencies = [
|
|
5786
|
-
"proc-macro2 0.4.30",
|
|
5787
|
-
"quote 0.6.13",
|
|
5788
|
-
"unicode-xid 0.1.0",
|
|
5789
|
-
]
|
|
5790
|
-
|
|
5791
5465
|
[[package]]
|
|
5792
5466
|
name = "syn"
|
|
5793
5467
|
version = "1.0.109"
|
|
5794
5468
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5795
5469
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
5796
5470
|
dependencies = [
|
|
5797
|
-
"proc-macro2
|
|
5798
|
-
"quote
|
|
5471
|
+
"proc-macro2",
|
|
5472
|
+
"quote",
|
|
5799
5473
|
"unicode-ident",
|
|
5800
5474
|
]
|
|
5801
5475
|
|
|
@@ -5805,8 +5479,8 @@ version = "2.0.38"
|
|
|
5805
5479
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5806
5480
|
checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
|
|
5807
5481
|
dependencies = [
|
|
5808
|
-
"proc-macro2
|
|
5809
|
-
"quote
|
|
5482
|
+
"proc-macro2",
|
|
5483
|
+
"quote",
|
|
5810
5484
|
"unicode-ident",
|
|
5811
5485
|
]
|
|
5812
5486
|
|
|
@@ -5816,10 +5490,10 @@ version = "0.12.6"
|
|
|
5816
5490
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5817
5491
|
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
|
5818
5492
|
dependencies = [
|
|
5819
|
-
"proc-macro2
|
|
5820
|
-
"quote
|
|
5493
|
+
"proc-macro2",
|
|
5494
|
+
"quote",
|
|
5821
5495
|
"syn 1.0.109",
|
|
5822
|
-
"unicode-xid
|
|
5496
|
+
"unicode-xid",
|
|
5823
5497
|
]
|
|
5824
5498
|
|
|
5825
5499
|
[[package]]
|
|
@@ -5901,8 +5575,8 @@ version = "1.0.49"
|
|
|
5901
5575
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5902
5576
|
checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"
|
|
5903
5577
|
dependencies = [
|
|
5904
|
-
"proc-macro2
|
|
5905
|
-
"quote
|
|
5578
|
+
"proc-macro2",
|
|
5579
|
+
"quote",
|
|
5906
5580
|
"syn 2.0.38",
|
|
5907
5581
|
]
|
|
5908
5582
|
|
|
@@ -5977,9 +5651,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
5977
5651
|
|
|
5978
5652
|
[[package]]
|
|
5979
5653
|
name = "tokio"
|
|
5980
|
-
version = "1.
|
|
5654
|
+
version = "1.34.0"
|
|
5981
5655
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5982
|
-
checksum = "
|
|
5656
|
+
checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9"
|
|
5983
5657
|
dependencies = [
|
|
5984
5658
|
"backtrace",
|
|
5985
5659
|
"bytes",
|
|
@@ -5989,27 +5663,27 @@ dependencies = [
|
|
|
5989
5663
|
"parking_lot 0.12.1",
|
|
5990
5664
|
"pin-project-lite",
|
|
5991
5665
|
"signal-hook-registry",
|
|
5992
|
-
"socket2 0.5.
|
|
5666
|
+
"socket2 0.5.5",
|
|
5993
5667
|
"tokio-macros",
|
|
5994
5668
|
"windows-sys",
|
|
5995
5669
|
]
|
|
5996
5670
|
|
|
5997
5671
|
[[package]]
|
|
5998
5672
|
name = "tokio-macros"
|
|
5999
|
-
version = "2.
|
|
5673
|
+
version = "2.2.0"
|
|
6000
5674
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6001
|
-
checksum = "
|
|
5675
|
+
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
|
|
6002
5676
|
dependencies = [
|
|
6003
|
-
"proc-macro2
|
|
6004
|
-
"quote
|
|
5677
|
+
"proc-macro2",
|
|
5678
|
+
"quote",
|
|
6005
5679
|
"syn 2.0.38",
|
|
6006
5680
|
]
|
|
6007
5681
|
|
|
6008
5682
|
[[package]]
|
|
6009
5683
|
name = "tokio-metrics"
|
|
6010
|
-
version = "0.3.
|
|
5684
|
+
version = "0.3.1"
|
|
6011
5685
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6012
|
-
checksum = "
|
|
5686
|
+
checksum = "eace09241d62c98b7eeb1107d4c5c64ca3bd7da92e8c218c153ab3a78f9be112"
|
|
6013
5687
|
dependencies = [
|
|
6014
5688
|
"futures-util",
|
|
6015
5689
|
"pin-project-lite",
|
|
@@ -6017,6 +5691,16 @@ dependencies = [
|
|
|
6017
5691
|
"tokio-stream",
|
|
6018
5692
|
]
|
|
6019
5693
|
|
|
5694
|
+
[[package]]
|
|
5695
|
+
name = "tokio-native-tls"
|
|
5696
|
+
version = "0.3.1"
|
|
5697
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5698
|
+
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
|
5699
|
+
dependencies = [
|
|
5700
|
+
"native-tls",
|
|
5701
|
+
"tokio",
|
|
5702
|
+
]
|
|
5703
|
+
|
|
6020
5704
|
[[package]]
|
|
6021
5705
|
name = "tokio-rustls"
|
|
6022
5706
|
version = "0.24.1"
|
|
@@ -6073,23 +5757,6 @@ dependencies = [
|
|
|
6073
5757
|
"serde",
|
|
6074
5758
|
]
|
|
6075
5759
|
|
|
6076
|
-
[[package]]
|
|
6077
|
-
name = "toml_datetime"
|
|
6078
|
-
version = "0.6.3"
|
|
6079
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6080
|
-
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
|
|
6081
|
-
|
|
6082
|
-
[[package]]
|
|
6083
|
-
name = "toml_edit"
|
|
6084
|
-
version = "0.19.15"
|
|
6085
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6086
|
-
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
|
|
6087
|
-
dependencies = [
|
|
6088
|
-
"indexmap 2.0.2",
|
|
6089
|
-
"toml_datetime",
|
|
6090
|
-
"winnow",
|
|
6091
|
-
]
|
|
6092
|
-
|
|
6093
5760
|
[[package]]
|
|
6094
5761
|
name = "tower-service"
|
|
6095
5762
|
version = "0.3.2"
|
|
@@ -6114,8 +5781,8 @@ version = "0.1.26"
|
|
|
6114
5781
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6115
5782
|
checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
|
|
6116
5783
|
dependencies = [
|
|
6117
|
-
"proc-macro2
|
|
6118
|
-
"quote
|
|
5784
|
+
"proc-macro2",
|
|
5785
|
+
"quote",
|
|
6119
5786
|
"syn 2.0.38",
|
|
6120
5787
|
]
|
|
6121
5788
|
|
|
@@ -6128,16 +5795,6 @@ dependencies = [
|
|
|
6128
5795
|
"once_cell",
|
|
6129
5796
|
]
|
|
6130
5797
|
|
|
6131
|
-
[[package]]
|
|
6132
|
-
name = "triomphe"
|
|
6133
|
-
version = "0.1.9"
|
|
6134
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6135
|
-
checksum = "0eee8098afad3fb0c54a9007aab6804558410503ad676d4633f9c2559a00ac0f"
|
|
6136
|
-
dependencies = [
|
|
6137
|
-
"serde",
|
|
6138
|
-
"stable_deref_trait",
|
|
6139
|
-
]
|
|
6140
|
-
|
|
6141
5798
|
[[package]]
|
|
6142
5799
|
name = "trust-dns-proto"
|
|
6143
5800
|
version = "0.22.0"
|
|
@@ -6319,12 +5976,6 @@ version = "0.1.11"
|
|
|
6319
5976
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6320
5977
|
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
|
|
6321
5978
|
|
|
6322
|
-
[[package]]
|
|
6323
|
-
name = "unicode-xid"
|
|
6324
|
-
version = "0.1.0"
|
|
6325
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6326
|
-
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
|
6327
|
-
|
|
6328
5979
|
[[package]]
|
|
6329
5980
|
name = "unicode-xid"
|
|
6330
5981
|
version = "0.2.4"
|
|
@@ -6333,9 +5984,9 @@ checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
|
|
6333
5984
|
|
|
6334
5985
|
[[package]]
|
|
6335
5986
|
name = "unindent"
|
|
6336
|
-
version = "0.
|
|
5987
|
+
version = "0.2.3"
|
|
6337
5988
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6338
|
-
checksum = "
|
|
5989
|
+
checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
|
|
6339
5990
|
|
|
6340
5991
|
[[package]]
|
|
6341
5992
|
name = "universal-hash"
|
|
@@ -6353,6 +6004,12 @@ version = "0.7.1"
|
|
|
6353
6004
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6354
6005
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
6355
6006
|
|
|
6007
|
+
[[package]]
|
|
6008
|
+
name = "untrusted"
|
|
6009
|
+
version = "0.9.0"
|
|
6010
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6011
|
+
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
6012
|
+
|
|
6356
6013
|
[[package]]
|
|
6357
6014
|
name = "url"
|
|
6358
6015
|
version = "2.4.1"
|
|
@@ -6457,15 +6114,15 @@ version = "1.4.1"
|
|
|
6457
6114
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6458
6115
|
checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
|
|
6459
6116
|
dependencies = [
|
|
6460
|
-
"getrandom
|
|
6117
|
+
"getrandom",
|
|
6461
6118
|
"serde",
|
|
6462
6119
|
]
|
|
6463
6120
|
|
|
6464
6121
|
[[package]]
|
|
6465
6122
|
name = "v8"
|
|
6466
|
-
version = "0.
|
|
6123
|
+
version = "0.81.0"
|
|
6467
6124
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6468
|
-
checksum = "
|
|
6125
|
+
checksum = "b75f5f378b9b54aff3b10da8170d26af4cfd217f644cf671badcd13af5db4beb"
|
|
6469
6126
|
dependencies = [
|
|
6470
6127
|
"bitflags 1.3.2",
|
|
6471
6128
|
"fslock",
|
|
@@ -6487,7 +6144,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
6487
6144
|
|
|
6488
6145
|
[[package]]
|
|
6489
6146
|
name = "vl-convert"
|
|
6490
|
-
version = "1.0
|
|
6147
|
+
version = "1.2.0"
|
|
6491
6148
|
dependencies = [
|
|
6492
6149
|
"assert_cmd",
|
|
6493
6150
|
"clap",
|
|
@@ -6504,10 +6161,10 @@ dependencies = [
|
|
|
6504
6161
|
|
|
6505
6162
|
[[package]]
|
|
6506
6163
|
name = "vl-convert-pdf"
|
|
6507
|
-
version = "1.0
|
|
6164
|
+
version = "1.2.0"
|
|
6508
6165
|
dependencies = [
|
|
6509
6166
|
"anyhow",
|
|
6510
|
-
"itertools 0.
|
|
6167
|
+
"itertools 0.12.0",
|
|
6511
6168
|
"miniz_oxide",
|
|
6512
6169
|
"pdf-writer",
|
|
6513
6170
|
"siphasher 1.0.0",
|
|
@@ -6520,7 +6177,7 @@ dependencies = [
|
|
|
6520
6177
|
|
|
6521
6178
|
[[package]]
|
|
6522
6179
|
name = "vl-convert-python"
|
|
6523
|
-
version = "1.0
|
|
6180
|
+
version = "1.2.0"
|
|
6524
6181
|
dependencies = [
|
|
6525
6182
|
"futures",
|
|
6526
6183
|
"lazy_static",
|
|
@@ -6532,7 +6189,7 @@ dependencies = [
|
|
|
6532
6189
|
|
|
6533
6190
|
[[package]]
|
|
6534
6191
|
name = "vl-convert-rs"
|
|
6535
|
-
version = "1.0
|
|
6192
|
+
version = "1.2.0"
|
|
6536
6193
|
dependencies = [
|
|
6537
6194
|
"deno_core",
|
|
6538
6195
|
"deno_emit",
|
|
@@ -6564,9 +6221,15 @@ dependencies = [
|
|
|
6564
6221
|
|
|
6565
6222
|
[[package]]
|
|
6566
6223
|
name = "vl-convert-vendor"
|
|
6567
|
-
version = "1.0
|
|
6224
|
+
version = "1.2.0"
|
|
6568
6225
|
dependencies = [
|
|
6226
|
+
"anyhow",
|
|
6227
|
+
"dircpy",
|
|
6228
|
+
"reqwest",
|
|
6229
|
+
"semver 1.0.20",
|
|
6569
6230
|
"serde_json",
|
|
6231
|
+
"tempfile",
|
|
6232
|
+
"zip-extract",
|
|
6570
6233
|
]
|
|
6571
6234
|
|
|
6572
6235
|
[[package]]
|
|
@@ -6592,8 +6255,8 @@ version = "0.1.1"
|
|
|
6592
6255
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6593
6256
|
checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
|
|
6594
6257
|
dependencies = [
|
|
6595
|
-
"proc-macro2
|
|
6596
|
-
"quote
|
|
6258
|
+
"proc-macro2",
|
|
6259
|
+
"quote",
|
|
6597
6260
|
]
|
|
6598
6261
|
|
|
6599
6262
|
[[package]]
|
|
@@ -6624,12 +6287,6 @@ dependencies = [
|
|
|
6624
6287
|
"try-lock",
|
|
6625
6288
|
]
|
|
6626
6289
|
|
|
6627
|
-
[[package]]
|
|
6628
|
-
name = "wasi"
|
|
6629
|
-
version = "0.9.0+wasi-snapshot-preview1"
|
|
6630
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6631
|
-
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
6632
|
-
|
|
6633
6290
|
[[package]]
|
|
6634
6291
|
name = "wasi"
|
|
6635
6292
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
@@ -6655,8 +6312,8 @@ dependencies = [
|
|
|
6655
6312
|
"bumpalo",
|
|
6656
6313
|
"log",
|
|
6657
6314
|
"once_cell",
|
|
6658
|
-
"proc-macro2
|
|
6659
|
-
"quote
|
|
6315
|
+
"proc-macro2",
|
|
6316
|
+
"quote",
|
|
6660
6317
|
"syn 2.0.38",
|
|
6661
6318
|
"wasm-bindgen-shared",
|
|
6662
6319
|
]
|
|
@@ -6679,7 +6336,7 @@ version = "0.2.87"
|
|
|
6679
6336
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6680
6337
|
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
|
6681
6338
|
dependencies = [
|
|
6682
|
-
"quote
|
|
6339
|
+
"quote",
|
|
6683
6340
|
"wasm-bindgen-macro-support",
|
|
6684
6341
|
]
|
|
6685
6342
|
|
|
@@ -6689,8 +6346,8 @@ version = "0.2.87"
|
|
|
6689
6346
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6690
6347
|
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
|
6691
6348
|
dependencies = [
|
|
6692
|
-
"proc-macro2
|
|
6693
|
-
"quote
|
|
6349
|
+
"proc-macro2",
|
|
6350
|
+
"quote",
|
|
6694
6351
|
"syn 2.0.38",
|
|
6695
6352
|
"wasm-bindgen-backend",
|
|
6696
6353
|
"wasm-bindgen-shared",
|
|
@@ -6796,15 +6453,6 @@ version = "0.4.0"
|
|
|
6796
6453
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6797
6454
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
6798
6455
|
|
|
6799
|
-
[[package]]
|
|
6800
|
-
name = "windows"
|
|
6801
|
-
version = "0.48.0"
|
|
6802
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6803
|
-
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
|
|
6804
|
-
dependencies = [
|
|
6805
|
-
"windows-targets",
|
|
6806
|
-
]
|
|
6807
|
-
|
|
6808
6456
|
[[package]]
|
|
6809
6457
|
name = "windows-sys"
|
|
6810
6458
|
version = "0.48.0"
|
|
@@ -6871,15 +6519,6 @@ version = "0.48.5"
|
|
|
6871
6519
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6872
6520
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
6873
6521
|
|
|
6874
|
-
[[package]]
|
|
6875
|
-
name = "winnow"
|
|
6876
|
-
version = "0.5.16"
|
|
6877
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6878
|
-
checksum = "037711d82167854aff2018dfd193aa0fef5370f456732f0d5a0c59b0f1b4b907"
|
|
6879
|
-
dependencies = [
|
|
6880
|
-
"memchr",
|
|
6881
|
-
]
|
|
6882
|
-
|
|
6883
6522
|
[[package]]
|
|
6884
6523
|
name = "winreg"
|
|
6885
6524
|
version = "0.50.0"
|
|
@@ -6905,8 +6544,8 @@ version = "2.0.0"
|
|
|
6905
6544
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6906
6545
|
checksum = "fb66477291e7e8d2b0ff1bcb900bf29489a9692816d79874bea351e7a8b6de96"
|
|
6907
6546
|
dependencies = [
|
|
6908
|
-
"curve25519-dalek
|
|
6909
|
-
"rand_core
|
|
6547
|
+
"curve25519-dalek",
|
|
6548
|
+
"rand_core",
|
|
6910
6549
|
"serde",
|
|
6911
6550
|
"zeroize",
|
|
6912
6551
|
]
|
|
@@ -6921,7 +6560,7 @@ dependencies = [
|
|
|
6921
6560
|
"data-encoding",
|
|
6922
6561
|
"der-parser",
|
|
6923
6562
|
"lazy_static",
|
|
6924
|
-
"nom",
|
|
6563
|
+
"nom 7.1.3",
|
|
6925
6564
|
"oid-registry",
|
|
6926
6565
|
"rusticata-macros",
|
|
6927
6566
|
"thiserror",
|
|
@@ -6942,9 +6581,9 @@ checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
|
|
|
6942
6581
|
|
|
6943
6582
|
[[package]]
|
|
6944
6583
|
name = "zeroize"
|
|
6945
|
-
version = "1.
|
|
6584
|
+
version = "1.7.0"
|
|
6946
6585
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6947
|
-
checksum = "
|
|
6586
|
+
checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
|
|
6948
6587
|
dependencies = [
|
|
6949
6588
|
"zeroize_derive",
|
|
6950
6589
|
]
|
|
@@ -6955,7 +6594,67 @@ version = "1.4.2"
|
|
|
6955
6594
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6956
6595
|
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
|
|
6957
6596
|
dependencies = [
|
|
6958
|
-
"proc-macro2
|
|
6959
|
-
"quote
|
|
6597
|
+
"proc-macro2",
|
|
6598
|
+
"quote",
|
|
6960
6599
|
"syn 2.0.38",
|
|
6961
6600
|
]
|
|
6601
|
+
|
|
6602
|
+
[[package]]
|
|
6603
|
+
name = "zip"
|
|
6604
|
+
version = "0.6.6"
|
|
6605
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6606
|
+
checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
|
|
6607
|
+
dependencies = [
|
|
6608
|
+
"aes",
|
|
6609
|
+
"byteorder",
|
|
6610
|
+
"bzip2",
|
|
6611
|
+
"constant_time_eq",
|
|
6612
|
+
"crc32fast",
|
|
6613
|
+
"crossbeam-utils",
|
|
6614
|
+
"flate2",
|
|
6615
|
+
"hmac",
|
|
6616
|
+
"pbkdf2 0.11.0",
|
|
6617
|
+
"sha1",
|
|
6618
|
+
"time",
|
|
6619
|
+
"zstd",
|
|
6620
|
+
]
|
|
6621
|
+
|
|
6622
|
+
[[package]]
|
|
6623
|
+
name = "zip-extract"
|
|
6624
|
+
version = "0.1.2"
|
|
6625
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6626
|
+
checksum = "bb654964c003959ed64cbd0d7b329bcdcbd9690facd50c8617748d3622543972"
|
|
6627
|
+
dependencies = [
|
|
6628
|
+
"log",
|
|
6629
|
+
"thiserror",
|
|
6630
|
+
"zip",
|
|
6631
|
+
]
|
|
6632
|
+
|
|
6633
|
+
[[package]]
|
|
6634
|
+
name = "zstd"
|
|
6635
|
+
version = "0.11.2+zstd.1.5.2"
|
|
6636
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6637
|
+
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
|
|
6638
|
+
dependencies = [
|
|
6639
|
+
"zstd-safe",
|
|
6640
|
+
]
|
|
6641
|
+
|
|
6642
|
+
[[package]]
|
|
6643
|
+
name = "zstd-safe"
|
|
6644
|
+
version = "5.0.2+zstd.1.5.2"
|
|
6645
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6646
|
+
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
|
|
6647
|
+
dependencies = [
|
|
6648
|
+
"libc",
|
|
6649
|
+
"zstd-sys",
|
|
6650
|
+
]
|
|
6651
|
+
|
|
6652
|
+
[[package]]
|
|
6653
|
+
name = "zstd-sys"
|
|
6654
|
+
version = "2.0.9+zstd.1.5.5"
|
|
6655
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
6656
|
+
checksum = "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656"
|
|
6657
|
+
dependencies = [
|
|
6658
|
+
"cc",
|
|
6659
|
+
"pkg-config",
|
|
6660
|
+
]
|