vl-convert-python 1.1.0__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.

Files changed (368) hide show
  1. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/Cargo.lock +677 -1235
  2. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/PKG-INFO +1 -1
  3. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-pdf/Cargo.toml +4 -4
  4. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-python/Cargo.toml +3 -3
  5. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-python/src/lib.rs +15 -10
  6. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-python/tests/test_specs.py +6 -7
  7. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-python/thirdparty_rust.yaml +202 -514
  8. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/Cargo.toml +6 -6
  9. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/src/converter.rs +85 -15
  10. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/src/module_loader/import_map.rs +0 -36
  11. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/src/text.rs +5 -3
  12. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/test_specs.rs +6 -5
  13. vl_convert_python-1.2.0/vl-convert-rs/tests/vl-specs/expected/v5_8/geoScale.png +0 -0
  14. vl_convert_python-1.2.0/vl-convert-rs/tests/vl-specs/expected/v5_8/quakes_initial_selection.png +0 -0
  15. vl_convert_python-1.2.0/vl-convert-rs/tests/vl-specs/geoScale.vl.json +3007 -0
  16. vl_convert_python-1.2.0/vl-convert-rs/tests/vl-specs/quakes_initial_selection.vl.json +146 -0
  17. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/thirdparty_rust.yaml +202 -514
  18. {vl_convert_python-1.1.0 → 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
  19. {vl_convert_python-1.1.0 → 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
  20. {vl_convert_python-1.1.0 → 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
  21. {vl_convert_python-1.1.0 → 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
  22. {vl_convert_python-1.1.0 → 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
  23. {vl_convert_python-1.1.0 → 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
  24. {vl_convert_python-1.1.0 → 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
  25. {vl_convert_python-1.1.0 → 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
  26. {vl_convert_python-1.1.0 → 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
  27. {vl_convert_python-1.1.0 → 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
  28. {vl_convert_python-1.1.0 → 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
  29. {vl_convert_python-1.1.0 → 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
  30. {vl_convert_python-1.1.0 → 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
  31. {vl_convert_python-1.1.0 → 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
  32. {vl_convert_python-1.1.0 → 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
  33. {vl_convert_python-1.1.0 → 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
  34. {vl_convert_python-1.1.0 → 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
  35. {vl_convert_python-1.1.0 → 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
  36. {vl_convert_python-1.1.0 → 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
  37. {vl_convert_python-1.1.0 → 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
  38. {vl_convert_python-1.1.0 → 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
  39. {vl_convert_python-1.1.0 → 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
  40. {vl_convert_python-1.1.0 → 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
  41. {vl_convert_python-1.1.0 → 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
  42. {vl_convert_python-1.1.0 → 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
  43. {vl_convert_python-1.1.0 → 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
  44. {vl_convert_python-1.1.0 → 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
  45. {vl_convert_python-1.1.0 → 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
  46. {vl_convert_python-1.1.0 → 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
  47. {vl_convert_python-1.1.0 → 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
  48. {vl_convert_python-1.1.0 → 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
  49. {vl_convert_python-1.1.0 → 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
  50. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/vendor/import_map.json +25 -30
  51. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/vendor_imports.js +0 -1
  52. vl_convert_python-1.1.0/vl-convert-rs/tests/vl-specs/expected/v4_17/circle_binned.vg.json +0 -1
  53. vl_convert_python-1.1.0/vl-convert-rs/tests/vl-specs/expected/v4_17/circle_binned.vg.pretty.json +0 -224
  54. vl_convert_python-1.1.0/vl-convert-rs/tests/vl-specs/expected/v4_17/stacked_bar_h.vg.json +0 -1
  55. vl_convert_python-1.1.0/vl-convert-rs/tests/vl-specs/expected/v4_17/stacked_bar_h.vg.pretty.json +0 -220
  56. vl_convert_python-1.1.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-array@v3.1.1-Ibshj34oOmCw8da1RLSW/dist=es2020,mode=imports,min/optimized/d3-array.js +0 -1
  57. vl_convert_python-1.1.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-array@v3.2.0-zhkQfnMQ2ct1k4iWdZiH/dist=es2020,mode=imports,min/optimized/d3-array.js +0 -1
  58. vl_convert_python-1.1.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-array@v3.2.1-hGTrvmvXYXil9KElf3uD/dist=es2020,mode=imports,min/optimized/d3-array.js +0 -1
  59. vl_convert_python-1.1.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-array@v3.2.2-mREp9VYvdluM4XTkemzD/dist=es2020,mode=imports,min/optimized/d3-array.js +0 -1
  60. vl_convert_python-1.1.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-array@v3.2.3-YYAnwYSQZgGML08QhecQ/dist=es2020,mode=imports,min/optimized/d3-array.js +0 -1
  61. vl_convert_python-1.1.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-color@v3.0.1-PMFX4FeSjgNPlkOOfuhz/dist=es2020,mode=imports,min/optimized/d3-color.js +0 -1
  62. vl_convert_python-1.1.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-delaunay@v6.0.2-W2uPNrmySJLg3U5jTBxc/dist=es2020,mode=imports,min/optimized/d3-delaunay.js +0 -1
  63. vl_convert_python-1.1.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-format@v3.1.0-D5wAD2odDPNNWsKloKgL/dist=es2020,mode=imports,min/optimized/d3-format.js +0 -1
  64. vl_convert_python-1.1.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-geo@v3.0.1-kwyelOm8gApBxT2oVVB9/dist=es2020,mode=imports,min/optimized/d3-geo.js +0 -1
  65. vl_convert_python-1.1.0/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
  66. vl_convert_python-1.1.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-time@v3.0.0-Ww07wkuPsE2c8Ac33BKQ/dist=es2020,mode=imports,min/optimized/d3-time.js +0 -1
  67. vl_convert_python-1.1.0/vl-convert-rs/vendor/cdn.skypack.dev/-/delaunator@v5.0.0-60DR2BxrKUGp07uAwKTO/dist=es2020,mode=imports,min/optimized/delaunator.js +0 -1
  68. vl_convert_python-1.1.0/vl-convert-rs/vendor/cdn.skypack.dev/-/robust-predicates@v3.0.1-HLqPGJ72Lz4vKeF3T1y8/dist=es2020,mode=imports,min/optimized/robust-predicates.js +0 -1
  69. vl_convert_python-1.1.0/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
  70. vl_convert_python-1.1.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-expression@v3.0.1-A7mhk5wjrSNOpQiSL1LP/dist=es2020,mode=imports,min/optimized/vega-expression.js +0 -3
  71. vl_convert_python-1.1.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-expression@v5.0.1-M3HJnXNS0AVPna9ohQFr/dist=es2020,mode=imports,min/optimized/vega-expression.js +0 -3
  72. vl_convert_python-1.1.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-functions@v5.13.1-5gFjwySEK8datc3yFaKG/dist=es2020,mode=imports,min/optimized/vega-functions.js +0 -1
  73. vl_convert_python-1.1.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-functions@v5.13.2-D3m7Mll472SfG8JZdJut/dist=es2020,mode=imports,min/optimized/vega-functions.js +0 -1
  74. vl_convert_python-1.1.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v4.17.0-ycT3UrEO81NWOPVKlbjt/dist=es2020,mode=imports,min/optimized/vega-lite.js +0 -1
  75. vl_convert_python-1.1.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-parser@v6.2.0-Ld7hvHcZsTPXKLjR4bzT/dist=es2020,mode=imports,min/optimized/vega-parser.js +0 -1
  76. vl_convert_python-1.1.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-scale@v7.3.0-RE8rHwByiw8oUoAe4pNs/dist=es2020,mode=imports,min/optimized/vega-scale.js +0 -1
  77. vl_convert_python-1.1.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-scenegraph@v4.10.2-W1dltMWN7mO3TARazJA1/dist=es2020,mode=imports,min/optimized/vega-scenegraph.js +0 -19
  78. vl_convert_python-1.1.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-selections@v5.4.1-4yIDtA9NY6vzeN00RWao/dist=es2020,mode=imports,min/optimized/vega-selections.js +0 -1
  79. vl_convert_python-1.1.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-statistics@v1.8.1-mXKADMfVQufwILOgkTiI/dist=es2020,mode=imports,min/optimized/vega-statistics.js +0 -1
  80. vl_convert_python-1.1.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-transforms@v4.10.2-ZwuxbjLubhdUwIKHKtlL/dist=es2020,mode=imports,min/optimized/vega-transforms.js +0 -1
  81. vl_convert_python-1.1.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-util@v1.16.1-QtdV0YLGVmjtkzFiPbzm/dist=es2020,mode=imports,min/optimized/vega-util.js +0 -1
  82. vl_convert_python-1.1.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-util@v1.17.0-uRskU0IBL2vWCP4Va8OC/dist=es2020,mode=imports,min/optimized/vega-util.js +0 -1
  83. vl_convert_python-1.1.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-util@v1.17.1-uwuqwLZrXXBeO0DFYRgh/dist=es2020,mode=imports,min/optimized/vega-util.js +0 -1
  84. vl_convert_python-1.1.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-voronoi@v4.2.1-NrRTxuT3DOJ52CnCL8nc/dist=es2020,mode=imports,min/optimized/vega-voronoi.js +0 -1
  85. vl_convert_python-1.1.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega@v5.25.0-r16knbfAAfBFDoUvoc7K/dist=es2020,mode=imports,min/optimized/vega.js +0 -1
  86. vl_convert_python-1.1.0/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v4.17.0-ycT3UrEO81NWOPVKlbjt/mode=imports,min/optimized/vega-lite.js +0 -16
  87. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/Cargo.toml +0 -0
  88. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/pyproject.toml +0 -0
  89. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-pdf/LICENSE +0 -0
  90. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-pdf/README.md +0 -0
  91. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-pdf/examples/pdf_conversion.rs +0 -0
  92. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-pdf/src/lib.rs +0 -0
  93. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-python/LICENSE +0 -0
  94. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-python/README.md +0 -0
  95. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-python/notebooks/convert_vegalite.ipynb +0 -0
  96. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-python/tests/test_get_local_tz.py +0 -0
  97. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-python/tests/test_get_locales.py +0 -0
  98. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-python/tests/test_themes.py +0 -0
  99. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-python/thirdparty_font.md +0 -0
  100. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-python/thirdparty_javascript.md +0 -0
  101. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/LICENSE +0 -0
  102. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/README.md +0 -0
  103. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/examples/conversion1.rs +0 -0
  104. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/fonts/liberation-sans/LiberationSans-Bold.ttf +0 -0
  105. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/fonts/liberation-sans/LiberationSans-BoldItalic.ttf +0 -0
  106. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/fonts/liberation-sans/LiberationSans-Italic.ttf +0 -0
  107. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/fonts/liberation-sans/LiberationSans-Regular.ttf +0 -0
  108. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/fonts/liberation-sans/SIL Open Font License.txt +0 -0
  109. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ar-001.json +0 -0
  110. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ar-AE.json +0 -0
  111. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ar-BH.json +0 -0
  112. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ar-DJ.json +0 -0
  113. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ar-DZ.json +0 -0
  114. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ar-EG.json +0 -0
  115. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ar-EH.json +0 -0
  116. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ar-ER.json +0 -0
  117. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ar-IL.json +0 -0
  118. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ar-IQ.json +0 -0
  119. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ar-JO.json +0 -0
  120. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ar-KM.json +0 -0
  121. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ar-KW.json +0 -0
  122. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ar-LB.json +0 -0
  123. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ar-LY.json +0 -0
  124. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ar-MA.json +0 -0
  125. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ar-MR.json +0 -0
  126. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ar-OM.json +0 -0
  127. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ar-PS.json +0 -0
  128. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ar-QA.json +0 -0
  129. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ar-SA.json +0 -0
  130. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ar-SD.json +0 -0
  131. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ar-SO.json +0 -0
  132. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ar-SS.json +0 -0
  133. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ar-SY.json +0 -0
  134. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ar-TD.json +0 -0
  135. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ar-TN.json +0 -0
  136. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ar-YE.json +0 -0
  137. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ca-ES.json +0 -0
  138. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/cs-CZ.json +0 -0
  139. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/da-DK.json +0 -0
  140. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/de-CH.json +0 -0
  141. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/de-DE.json +0 -0
  142. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/en-CA.json +0 -0
  143. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/en-GB.json +0 -0
  144. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/en-IE.json +0 -0
  145. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/en-IN.json +0 -0
  146. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/en-US.json +0 -0
  147. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/es-BO.json +0 -0
  148. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/es-ES.json +0 -0
  149. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/es-MX.json +0 -0
  150. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/fi-FI.json +0 -0
  151. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/fr-CA.json +0 -0
  152. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/fr-FR.json +0 -0
  153. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/he-IL.json +0 -0
  154. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/hu-HU.json +0 -0
  155. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/it-IT.json +0 -0
  156. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ja-JP.json +0 -0
  157. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ko-KR.json +0 -0
  158. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/mk-MK.json +0 -0
  159. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/nl-NL.json +0 -0
  160. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/pl-PL.json +0 -0
  161. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/pt-BR.json +0 -0
  162. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/pt-PT.json +0 -0
  163. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/ru-RU.json +0 -0
  164. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/sl-SI.json +0 -0
  165. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/sv-SE.json +0 -0
  166. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/uk-UA.json +0 -0
  167. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/format/zh-CN.json +0 -0
  168. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/ar-EG.json +0 -0
  169. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/ar-SY.json +0 -0
  170. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/ca-ES.json +0 -0
  171. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/cs-CZ.json +0 -0
  172. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/da-DK.json +0 -0
  173. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/de-CH.json +0 -0
  174. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/de-DE.json +0 -0
  175. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/en-CA.json +0 -0
  176. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/en-GB.json +0 -0
  177. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/en-US.json +0 -0
  178. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/es-ES.json +0 -0
  179. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/es-MX.json +0 -0
  180. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/fa-IR.json +0 -0
  181. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/fi-FI.json +0 -0
  182. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/fr-CA.json +0 -0
  183. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/fr-FR.json +0 -0
  184. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/he-IL.json +0 -0
  185. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/hr-HR.json +0 -0
  186. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/hu-HU.json +0 -0
  187. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/it-IT.json +0 -0
  188. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/ja-JP.json +0 -0
  189. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/ko-KR.json +0 -0
  190. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/mk-MK.json +0 -0
  191. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/nb-NO.json +0 -0
  192. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/nl-BE.json +0 -0
  193. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/nl-NL.json +0 -0
  194. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/pl-PL.json +0 -0
  195. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/pt-BR.json +0 -0
  196. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/ru-RU.json +0 -0
  197. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/sv-SE.json +0 -0
  198. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/tr-TR.json +0 -0
  199. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/uk-UA.json +0 -0
  200. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/vi-VN.json +0 -0
  201. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/zh-CN.json +0 -0
  202. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/locales/time-format/zh-TW.json +0 -0
  203. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/src/html.rs +0 -0
  204. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/src/image_loading.rs +0 -0
  205. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/src/lib.rs +0 -0
  206. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/src/module_loader/mod.rs +0 -0
  207. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/fonts/Caveat/Caveat-VariableFont_wght.ttf +0 -0
  208. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/fonts/Caveat/OFL.txt +0 -0
  209. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/fonts/Caveat/README.txt +0 -0
  210. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/fonts/Caveat/static/Caveat-Bold.ttf +0 -0
  211. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/fonts/Caveat/static/Caveat-Medium.ttf +0 -0
  212. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/fonts/Caveat/static/Caveat-Regular.ttf +0 -0
  213. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/fonts/Caveat/static/Caveat-SemiBold.ttf +0 -0
  214. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/locale/format/it-IT.json +0 -0
  215. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/locale/time-format/it-IT.json +0 -0
  216. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/test_themes.rs +0 -0
  217. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/bar_chart_trellis_compact.vl.json +0 -0
  218. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/circle_binned.vl.json +0 -0
  219. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/circle_binned_base_url.vl.json +0 -0
  220. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/custom_projection.vl.json +0 -0
  221. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_10/circle_binned.vg.json +0 -0
  222. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_10/circle_binned.vg.pretty.json +0 -0
  223. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_10/seattle-weather.vg.json +0 -0
  224. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_10/seattle-weather.vg.pretty.json +0 -0
  225. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_10/stacked_bar_h.vg.json +0 -0
  226. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_10/stacked_bar_h.vg.pretty.json +0 -0
  227. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_11/circle_binned.vg.json +0 -0
  228. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_11/circle_binned.vg.pretty.json +0 -0
  229. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_11/seattle-weather.vg.json +0 -0
  230. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_11/seattle-weather.vg.pretty.json +0 -0
  231. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_11/stacked_bar_h.vg.json +0 -0
  232. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_11/stacked_bar_h.vg.pretty.json +0 -0
  233. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_12/circle_binned.vg.json +0 -0
  234. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_12/circle_binned.vg.pretty.json +0 -0
  235. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_12/seattle-weather.vg.json +0 -0
  236. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_12/seattle-weather.vg.pretty.json +0 -0
  237. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_12/stacked_bar_h.vg.json +0 -0
  238. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_12/stacked_bar_h.vg.pretty.json +0 -0
  239. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_13/circle_binned.vg.json +0 -0
  240. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_13/circle_binned.vg.pretty.json +0 -0
  241. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_13/seattle-weather.vg.json +0 -0
  242. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_13/seattle-weather.vg.pretty.json +0 -0
  243. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_13/stacked_bar_h.vg.json +0 -0
  244. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_13/stacked_bar_h.vg.pretty.json +0 -0
  245. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_14/circle_binned.vg.json +0 -0
  246. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_14/circle_binned.vg.pretty.json +0 -0
  247. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_14/seattle-weather.vg.json +0 -0
  248. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_14/seattle-weather.vg.pretty.json +0 -0
  249. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_14/stacked_bar_h.vg.json +0 -0
  250. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_14/stacked_bar_h.vg.pretty.json +0 -0
  251. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_15/circle_binned.vg.json +0 -0
  252. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_15/circle_binned.vg.pretty.json +0 -0
  253. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_15/seattle-weather.vg.json +0 -0
  254. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_15/seattle-weather.vg.pretty.json +0 -0
  255. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_15/stacked_bar_h.vg.json +0 -0
  256. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_15/stacked_bar_h.vg.pretty.json +0 -0
  257. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/circle_binned.vg.json +0 -0
  258. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/circle_binned.vg.pretty.json +0 -0
  259. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/seattle-weather.vg.json +0 -0
  260. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/seattle-weather.vg.pretty.json +0 -0
  261. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/stacked_bar_h.vg.json +0 -0
  262. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/stacked_bar_h.vg.pretty.json +0 -0
  263. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/bar_chart_trellis_compact-excel.png +0 -0
  264. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/bar_chart_trellis_compact.png +0 -0
  265. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/bar_chart_trellis_compact.svg +0 -0
  266. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned-dark.png +0 -0
  267. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned.png +0 -0
  268. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned.svg +0 -0
  269. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned.vg.json +0 -0
  270. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned.vg.pretty.json +0 -0
  271. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned_base_url.png +0 -0
  272. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned_base_url.svg +0 -0
  273. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/custom_projection.png +0 -0
  274. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/float_font_size.png +0 -0
  275. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/float_font_size.svg +0 -0
  276. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/font_with_quotes.png +0 -0
  277. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/line_with_log_scale-fivethirtyeight.png +0 -0
  278. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/line_with_log_scale.png +0 -0
  279. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/line_with_log_scale.svg +0 -0
  280. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/long_legend_label.png +0 -0
  281. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/lookup_urls.png +0 -0
  282. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/maptile_background.png +0 -0
  283. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/no_text_in_font_metrics.png +0 -0
  284. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/no_text_in_font_metrics.sg.json +0 -0
  285. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/no_text_in_font_metrics.svg +0 -0
  286. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/numeric_font_weight.svg +0 -0
  287. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/remote_images.png +0 -0
  288. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/seattle-weather.vg.json +0 -0
  289. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/seattle-weather.vg.pretty.json +0 -0
  290. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/stacked_bar_h-vox.png +0 -0
  291. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/stacked_bar_h.png +0 -0
  292. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/stacked_bar_h.svg +0 -0
  293. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/stacked_bar_h.vg.json +0 -0
  294. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/stacked_bar_h.vg.pretty.json +0 -0
  295. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/stocks_locale.png +0 -0
  296. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_9/circle_binned.vg.json +0 -0
  297. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_9/circle_binned.vg.pretty.json +0 -0
  298. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_9/seattle-weather.vg.json +0 -0
  299. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_9/seattle-weather.vg.pretty.json +0 -0
  300. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_9/stacked_bar_h.vg.json +0 -0
  301. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/expected/v5_9/stacked_bar_h.vg.pretty.json +0 -0
  302. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/float_font_size.vl.json +0 -0
  303. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/font_with_quotes.vl.json +0 -0
  304. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/line_with_log_scale.vl.json +0 -0
  305. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/long_legend_label.vl.json +0 -0
  306. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/lookup_urls.vl.json +0 -0
  307. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/maptile_background.vl.json +0 -0
  308. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/no_text_in_font_metrics.vl.json +0 -0
  309. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/numeric_font_weight.vl.json +0 -0
  310. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/remote_images.vl.json +0 -0
  311. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/seattle-weather.vl.json +0 -0
  312. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/stacked_bar_h.vl.json +0 -0
  313. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/tests/vl-specs/stocks_locale.vl.json +0 -0
  314. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/thirdparty_font.md +0 -0
  315. {vl_convert_python-1.1.0 → vl_convert_python-1.2.0}/vl-convert-rs/thirdparty_javascript.md +0 -0
  316. {vl_convert_python-1.1.0 → 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
  317. {vl_convert_python-1.1.0 → 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 +0 -0
  318. {vl_convert_python-1.1.0 → 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
  319. {vl_convert_python-1.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 +0 -0
  320. {vl_convert_python-1.1.0 → 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
  321. {vl_convert_python-1.1.0 → 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
  322. {vl_convert_python-1.1.0 → 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
  323. {vl_convert_python-1.1.0/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
  324. {vl_convert_python-1.1.0 → 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
  325. {vl_convert_python-1.1.0 → 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
  326. {vl_convert_python-1.1.0 → 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
  327. {vl_convert_python-1.1.0 → 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
  328. {vl_convert_python-1.1.0 → 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
  329. {vl_convert_python-1.1.0 → 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 +0 -0
  330. {vl_convert_python-1.1.0 → 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
  331. {vl_convert_python-1.1.0 → 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
  332. {vl_convert_python-1.1.0 → 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
  333. {vl_convert_python-1.1.0 → 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
  334. {vl_convert_python-1.1.0 → 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
  335. {vl_convert_python-1.1.0 → 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
  336. {vl_convert_python-1.1.0 → 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
  337. {vl_convert_python-1.1.0 → 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
  338. {vl_convert_python-1.1.0 → 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
  339. {vl_convert_python-1.1.0 → 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
  340. {vl_convert_python-1.1.0 → 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
  341. {vl_convert_python-1.1.0 → 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 +0 -0
  342. {vl_convert_python-1.1.0 → 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
  343. {vl_convert_python-1.1.0 → 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 +0 -0
  344. {vl_convert_python-1.1.0 → 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 +0 -0
  345. {vl_convert_python-1.1.0 → 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
  346. {vl_convert_python-1.1.0 → 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 +0 -0
  347. {vl_convert_python-1.1.0 → 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 +0 -0
  348. {vl_convert_python-1.1.0 → 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
  349. {vl_convert_python-1.1.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 +0 -0
  350. {vl_convert_python-1.1.0 → 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
  351. {vl_convert_python-1.1.0 → 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
  352. {vl_convert_python-1.1.0 → 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 +0 -0
  353. {vl_convert_python-1.1.0 → 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
  354. {vl_convert_python-1.1.0 → 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 +0 -0
  355. {vl_convert_python-1.1.0 → 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 +0 -0
  356. {vl_convert_python-1.1.0 → 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
  357. {vl_convert_python-1.1.0 → 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
  358. {vl_convert_python-1.1.0 → 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
  359. {vl_convert_python-1.1.0 → 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
  360. {vl_convert_python-1.1.0 → 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
  361. {vl_convert_python-1.1.0 → 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
  362. {vl_convert_python-1.1.0 → 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
  363. {vl_convert_python-1.1.0 → 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
  364. {vl_convert_python-1.1.0 → 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 +0 -0
  365. {vl_convert_python-1.1.0 → 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
  366. {vl_convert_python-1.1.0 → 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
  367. {vl_convert_python-1.1.0 → 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
  368. {vl_convert_python-1.1.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 +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 0.14.7",
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 1.0.69",
233
- "quote 1.0.33",
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 1.0.69",
245
- "quote 1.0.33",
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 1.0.69",
272
- "quote 1.0.33",
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 1.0.69",
298
- "quote 1.0.33",
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 1.0.69",
310
- "quote 1.0.33",
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 0.14.7",
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 0.14.7",
390
+ "generic-array",
412
391
  ]
413
392
 
414
393
  [[package]]
@@ -525,11 +504,8 @@ version = "0.4.31"
525
504
  source = "registry+https://github.com/rust-lang/crates.io-index"
526
505
  checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
527
506
  dependencies = [
528
- "android-tzdata",
529
- "iana-time-zone",
530
507
  "num-traits",
531
508
  "serde",
532
- "windows-targets",
533
509
  ]
534
510
 
535
511
  [[package]]
@@ -571,8 +547,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
571
547
  checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
572
548
  dependencies = [
573
549
  "heck",
574
- "proc-macro2 1.0.69",
575
- "quote 1.0.33",
550
+ "proc-macro2",
551
+ "quote",
576
552
  "syn 2.0.38",
577
553
  ]
578
554
 
@@ -582,15 +558,6 @@ version = "0.5.1"
582
558
  source = "registry+https://github.com/rust-lang/crates.io-index"
583
559
  checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
584
560
 
585
- [[package]]
586
- name = "cmake"
587
- version = "0.1.50"
588
- source = "registry+https://github.com/rust-lang/crates.io-index"
589
- checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130"
590
- dependencies = [
591
- "cc",
592
- ]
593
-
594
561
  [[package]]
595
562
  name = "color_quant"
596
563
  version = "1.1.0"
@@ -747,26 +714,14 @@ dependencies = [
747
714
  "cfg-if",
748
715
  ]
749
716
 
750
- [[package]]
751
- name = "crypto-bigint"
752
- version = "0.4.9"
753
- source = "registry+https://github.com/rust-lang/crates.io-index"
754
- checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
755
- dependencies = [
756
- "generic-array 0.14.7",
757
- "rand_core 0.6.4",
758
- "subtle",
759
- "zeroize",
760
- ]
761
-
762
717
  [[package]]
763
718
  name = "crypto-bigint"
764
719
  version = "0.5.3"
765
720
  source = "registry+https://github.com/rust-lang/crates.io-index"
766
721
  checksum = "740fe28e594155f10cfc383984cbefd529d7396050557148f79cb0f621204124"
767
722
  dependencies = [
768
- "generic-array 0.14.7",
769
- "rand_core 0.6.4",
723
+ "generic-array",
724
+ "rand_core",
770
725
  "subtle",
771
726
  "zeroize",
772
727
  ]
@@ -777,8 +732,8 @@ version = "0.1.6"
777
732
  source = "registry+https://github.com/rust-lang/crates.io-index"
778
733
  checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
779
734
  dependencies = [
780
- "generic-array 0.14.7",
781
- "rand_core 0.6.4",
735
+ "generic-array",
736
+ "rand_core",
782
737
  "typenum",
783
738
  ]
784
739
 
@@ -791,19 +746,6 @@ dependencies = [
791
746
  "cipher",
792
747
  ]
793
748
 
794
- [[package]]
795
- name = "curve25519-dalek"
796
- version = "2.1.3"
797
- source = "registry+https://github.com/rust-lang/crates.io-index"
798
- checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"
799
- dependencies = [
800
- "byteorder",
801
- "digest 0.8.1",
802
- "rand_core 0.5.1",
803
- "subtle",
804
- "zeroize",
805
- ]
806
-
807
749
  [[package]]
808
750
  name = "curve25519-dalek"
809
751
  version = "4.1.1"
@@ -826,8 +768,8 @@ version = "0.1.0"
826
768
  source = "registry+https://github.com/rust-lang/crates.io-index"
827
769
  checksum = "83fdaf97f4804dcebfa5862639bc9ce4121e82140bec2a987ac5140294865b5b"
828
770
  dependencies = [
829
- "proc-macro2 1.0.69",
830
- "quote 1.0.33",
771
+ "proc-macro2",
772
+ "quote",
831
773
  "syn 2.0.38",
832
774
  ]
833
775
 
@@ -866,96 +808,36 @@ dependencies = [
866
808
  "uuid",
867
809
  ]
868
810
 
869
- [[package]]
870
- name = "deno-proc-macro-rules"
871
- version = "0.3.2"
872
- source = "registry+https://github.com/rust-lang/crates.io-index"
873
- checksum = "3c65c2ffdafc1564565200967edc4851c7b55422d3913466688907efd05ea26f"
874
- dependencies = [
875
- "deno-proc-macro-rules-macros",
876
- "proc-macro2 1.0.69",
877
- "syn 2.0.38",
878
- ]
879
-
880
- [[package]]
881
- name = "deno-proc-macro-rules-macros"
882
- version = "0.3.2"
883
- source = "registry+https://github.com/rust-lang/crates.io-index"
884
- checksum = "3047b312b7451e3190865713a4dd6e1f821aed614ada219766ebc3024a690435"
885
- dependencies = [
886
- "once_cell",
887
- "proc-macro2 1.0.69",
888
- "quote 1.0.33",
889
- "syn 2.0.38",
890
- ]
891
-
892
- [[package]]
893
- name = "deno_ast"
894
- version = "0.29.5"
895
- source = "registry+https://github.com/rust-lang/crates.io-index"
896
- checksum = "8a8adb6aeb787db71d015d8e9f63f6e004eeb09c86babb4ded00878be18619b1"
897
- dependencies = [
898
- "anyhow",
899
- "base64 0.13.1",
900
- "deno_media_type",
901
- "dprint-swc-ext 0.12.0",
902
- "serde",
903
- "swc_atoms 0.5.9",
904
- "swc_common 0.32.0",
905
- "swc_config",
906
- "swc_config_macro",
907
- "swc_ecma_ast 0.109.0",
908
- "swc_ecma_codegen 0.144.1",
909
- "swc_ecma_codegen_macros",
910
- "swc_ecma_loader 0.44.2",
911
- "swc_ecma_parser 0.139.0",
912
- "swc_ecma_transforms_base 0.132.2",
913
- "swc_ecma_transforms_classes 0.121.2",
914
- "swc_ecma_transforms_macros",
915
- "swc_ecma_transforms_proposal 0.166.3",
916
- "swc_ecma_transforms_react 0.178.3",
917
- "swc_ecma_transforms_typescript 0.182.3",
918
- "swc_ecma_utils 0.122.0",
919
- "swc_ecma_visit 0.95.0",
920
- "swc_eq_ignore_macros",
921
- "swc_macros_common",
922
- "swc_visit",
923
- "swc_visit_macros",
924
- "text_lines",
925
- "url",
926
- ]
927
-
928
811
  [[package]]
929
812
  name = "deno_ast"
930
- version = "0.31.1"
813
+ version = "0.31.6"
931
814
  source = "registry+https://github.com/rust-lang/crates.io-index"
932
- checksum = "00e1590ff56dcebd6087a6615f1adb7dd93b9e2e808959eb2aab53dd0e7750b7"
815
+ checksum = "da7b09db895527a94de1305455338926cd2a7003231ba589b7b7b57e8da344f2"
933
816
  dependencies = [
934
817
  "anyhow",
935
818
  "base64 0.13.1",
936
819
  "deno_media_type",
937
- "dprint-swc-ext 0.13.0",
820
+ "dprint-swc-ext",
938
821
  "serde",
939
- "swc_atoms 0.6.0",
822
+ "swc_atoms",
940
823
  "swc_bundler",
941
- "swc_common 0.33.0",
824
+ "swc_common",
942
825
  "swc_config",
943
826
  "swc_config_macro",
944
- "swc_ecma_ast 0.110.0",
945
- "swc_ecma_codegen 0.146.3",
827
+ "swc_ecma_ast",
828
+ "swc_ecma_codegen",
946
829
  "swc_ecma_codegen_macros",
947
- "swc_ecma_dep_graph",
948
- "swc_ecma_loader 0.45.0",
949
- "swc_ecma_parser 0.141.3",
950
- "swc_ecma_transforms_base 0.134.8",
951
- "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",
952
834
  "swc_ecma_transforms_macros",
953
835
  "swc_ecma_transforms_optimization",
954
- "swc_ecma_transforms_proposal 0.168.12",
955
- "swc_ecma_transforms_react 0.180.11",
956
- "swc_ecma_transforms_typescript 0.185.8",
957
- "swc_ecma_utils 0.124.7",
958
- "swc_ecma_visit 0.96.0",
836
+ "swc_ecma_transforms_proposal",
837
+ "swc_ecma_transforms_react",
838
+ "swc_ecma_transforms_typescript",
839
+ "swc_ecma_utils",
840
+ "swc_ecma_visit",
959
841
  "swc_eq_ignore_macros",
960
842
  "swc_graph_analyzer",
961
843
  "swc_macros_common",
@@ -967,9 +849,9 @@ dependencies = [
967
849
 
968
850
  [[package]]
969
851
  name = "deno_broadcast_channel"
970
- version = "0.115.0"
852
+ version = "0.120.0"
971
853
  source = "registry+https://github.com/rust-lang/crates.io-index"
972
- checksum = "0925a49d5044bac69707fc188dea6600428a3f7f5d15e0d050c10edff508bba6"
854
+ checksum = "b23d7f5ed84b488a33a58add5b6dfa589a31c21baed99763e29dcdcb488c163d"
973
855
  dependencies = [
974
856
  "async-trait",
975
857
  "deno_core",
@@ -979,9 +861,9 @@ dependencies = [
979
861
 
980
862
  [[package]]
981
863
  name = "deno_cache"
982
- version = "0.53.0"
864
+ version = "0.58.0"
983
865
  source = "registry+https://github.com/rust-lang/crates.io-index"
984
- checksum = "f3e9c19ad222c8bb432a8adb67757c24b6d972fdb5f13d564fa320bb43c4af00"
866
+ checksum = "b0c8cb0bb6f5779fed81e19b2871754cb5fefa094df6b8f704b9b98b7f794c96"
985
867
  dependencies = [
986
868
  "async-trait",
987
869
  "deno_core",
@@ -993,28 +875,26 @@ dependencies = [
993
875
 
994
876
  [[package]]
995
877
  name = "deno_console"
996
- version = "0.121.0"
878
+ version = "0.126.0"
997
879
  source = "registry+https://github.com/rust-lang/crates.io-index"
998
- checksum = "b72cbce2b28d1ede2669f4ddfbb2e68e8e360c4cfe9494686bec4ffd60aeee4b"
880
+ checksum = "b6268060bc5ae1e67aa8965e6e7136b99145da997316aaf2de8ae83968bb22f3"
999
881
  dependencies = [
1000
882
  "deno_core",
1001
883
  ]
1002
884
 
1003
885
  [[package]]
1004
886
  name = "deno_core"
1005
- version = "0.222.0"
887
+ version = "0.232.0"
1006
888
  source = "registry+https://github.com/rust-lang/crates.io-index"
1007
- checksum = "b13c81b9ea8462680e7b77088a44fc36390bab3dbfa5a205a285e11b64e0919c"
889
+ checksum = "229ffd108e028b148a1a5a6122f771bc7c37094170226f44b8b93b3a9b79d114"
1008
890
  dependencies = [
1009
891
  "anyhow",
1010
892
  "bytes",
1011
893
  "deno_ops",
1012
894
  "deno_unsync 0.3.0",
1013
895
  "futures",
1014
- "indexmap 2.0.2",
1015
896
  "libc",
1016
897
  "log",
1017
- "once_cell",
1018
898
  "parking_lot 0.12.1",
1019
899
  "pin-project",
1020
900
  "serde",
@@ -1027,37 +907,51 @@ dependencies = [
1027
907
  "v8",
1028
908
  ]
1029
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
+
1030
925
  [[package]]
1031
926
  name = "deno_crypto"
1032
- version = "0.135.0"
927
+ version = "0.140.0"
1033
928
  source = "registry+https://github.com/rust-lang/crates.io-index"
1034
- checksum = "e424549a4d7a590288a99b7da36cc0c9b4b6f252aca0acbd21f9adf096b6ac21"
929
+ checksum = "5785b0bb13a5e70961c92915b3c46f8df979b208b4e6115b0604e2c81bf60170"
1035
930
  dependencies = [
1036
931
  "aes",
1037
932
  "aes-gcm",
1038
933
  "aes-kw",
1039
- "base64 0.13.1",
934
+ "base64 0.21.4",
1040
935
  "cbc",
1041
936
  "const-oid",
1042
937
  "ctr",
1043
- "curve25519-dalek 2.1.3",
938
+ "curve25519-dalek",
1044
939
  "deno_core",
1045
940
  "deno_web",
1046
- "elliptic-curve 0.12.3",
941
+ "elliptic-curve",
1047
942
  "num-traits",
1048
943
  "once_cell",
1049
- "p256 0.11.1",
1050
- "p384 0.11.2",
944
+ "p256",
945
+ "p384",
1051
946
  "rand",
1052
- "ring",
947
+ "ring 0.17.6",
1053
948
  "rsa",
1054
- "sec1 0.3.0",
1055
949
  "serde",
1056
950
  "serde_bytes",
1057
951
  "sha1",
1058
952
  "sha2",
1059
- "signature 1.6.4",
1060
- "spki 0.6.0",
953
+ "signature",
954
+ "spki",
1061
955
  "tokio",
1062
956
  "uuid",
1063
957
  "x25519-dalek",
@@ -1065,13 +959,13 @@ dependencies = [
1065
959
 
1066
960
  [[package]]
1067
961
  name = "deno_emit"
1068
- version = "0.31.1"
962
+ version = "0.31.5"
1069
963
  source = "registry+https://github.com/rust-lang/crates.io-index"
1070
- checksum = "0bad504e08884056bc559364364db9bc7308bd8cfda3679819656821eb7a5ce8"
964
+ checksum = "5b98917905e9be9740722f89c3b2d3a963beaed8a05dce58e642947d0f6aa17d"
1071
965
  dependencies = [
1072
966
  "anyhow",
1073
967
  "base64 0.13.1",
1074
- "deno_ast 0.31.1",
968
+ "deno_ast",
1075
969
  "deno_graph",
1076
970
  "escape8259",
1077
971
  "futures",
@@ -1082,9 +976,9 @@ dependencies = [
1082
976
 
1083
977
  [[package]]
1084
978
  name = "deno_fetch"
1085
- version = "0.145.0"
979
+ version = "0.150.0"
1086
980
  source = "registry+https://github.com/rust-lang/crates.io-index"
1087
- checksum = "4b361ef11c46e35de395ac0348f129094086ad913c9fb377085eef36eb653ed8"
981
+ checksum = "1961710f3c2440e49652124b860f68b80543a4d20d3b6dd89ae14b0c39cea27a"
1088
982
  dependencies = [
1089
983
  "bytes",
1090
984
  "data-url",
@@ -1100,12 +994,12 @@ dependencies = [
1100
994
 
1101
995
  [[package]]
1102
996
  name = "deno_ffi"
1103
- version = "0.108.0"
997
+ version = "0.113.0"
1104
998
  source = "registry+https://github.com/rust-lang/crates.io-index"
1105
- checksum = "078d16f50ac1b64831177e3aa63118de0f0079fb8b932a924a147ec057e5c55e"
999
+ checksum = "747b998846c9629bc4e6f8bc831467b0f2c674bfd94ad120e4888cb6eb442f95"
1106
1000
  dependencies = [
1107
1001
  "deno_core",
1108
- "dlopen",
1002
+ "dlopen2",
1109
1003
  "dynasmrt",
1110
1004
  "libffi",
1111
1005
  "libffi-sys",
@@ -1118,9 +1012,9 @@ dependencies = [
1118
1012
 
1119
1013
  [[package]]
1120
1014
  name = "deno_fs"
1121
- version = "0.31.0"
1015
+ version = "0.36.0"
1122
1016
  source = "registry+https://github.com/rust-lang/crates.io-index"
1123
- checksum = "59043690e9b9ae5c51001ef3716a37c8d783dc926417174a2f2da2dff243e783"
1017
+ checksum = "5604454cbaa834697fad4af6c2764047a1631b6e2d2cb6136c196e4780dc4cfe"
1124
1018
  dependencies = [
1125
1019
  "async-trait",
1126
1020
  "deno_core",
@@ -1138,18 +1032,19 @@ dependencies = [
1138
1032
 
1139
1033
  [[package]]
1140
1034
  name = "deno_graph"
1141
- version = "0.59.1"
1035
+ version = "0.61.5"
1142
1036
  source = "registry+https://github.com/rust-lang/crates.io-index"
1143
- checksum = "ede5d554aca4ac11a25f70b59e80cc1f1fe2cb134664fa33972cf9527f0582bc"
1037
+ checksum = "332e6a1930b3266dc848edeaf1426bbbd3ddca25c5e107e70823efb1b3ce68be"
1144
1038
  dependencies = [
1145
1039
  "anyhow",
1146
1040
  "async-trait",
1147
1041
  "data-url",
1148
- "deno_ast 0.31.1",
1042
+ "deno_ast",
1149
1043
  "deno_semver",
1150
1044
  "futures",
1151
1045
  "import_map",
1152
1046
  "indexmap 2.0.2",
1047
+ "log",
1153
1048
  "monch",
1154
1049
  "once_cell",
1155
1050
  "parking_lot 0.12.1",
@@ -1162,13 +1057,13 @@ dependencies = [
1162
1057
 
1163
1058
  [[package]]
1164
1059
  name = "deno_http"
1165
- version = "0.116.0"
1060
+ version = "0.123.0"
1166
1061
  source = "registry+https://github.com/rust-lang/crates.io-index"
1167
- checksum = "59571ba7bea3c528784041c45e0cf2a07646de57017189eb2465f5c591842a7c"
1062
+ checksum = "46d19148e43bcb501320f5987965bf92252bff5f918cdd0924c23337b9a5ecd5"
1168
1063
  dependencies = [
1169
1064
  "async-compression",
1170
1065
  "async-trait",
1171
- "base64 0.13.1",
1066
+ "base64 0.21.4",
1172
1067
  "brotli",
1173
1068
  "bytes",
1174
1069
  "cache_control",
@@ -1187,10 +1082,9 @@ dependencies = [
1187
1082
  "percent-encoding",
1188
1083
  "phf",
1189
1084
  "pin-project",
1190
- "ring",
1085
+ "ring 0.17.6",
1191
1086
  "scopeguard",
1192
1087
  "serde",
1193
- "slab",
1194
1088
  "smallvec",
1195
1089
  "thiserror",
1196
1090
  "tokio",
@@ -1199,9 +1093,9 @@ dependencies = [
1199
1093
 
1200
1094
  [[package]]
1201
1095
  name = "deno_io"
1202
- version = "0.31.0"
1096
+ version = "0.36.0"
1203
1097
  source = "registry+https://github.com/rust-lang/crates.io-index"
1204
- checksum = "b3e98905198ac3370fadd03c24ec9a7abc37d60a8ef8c091bbd9d8db83798e2c"
1098
+ checksum = "648810f5f057cc461d5c96f6e3bd190c6b7ae13c32cb602fb31ed3660fc109b6"
1205
1099
  dependencies = [
1206
1100
  "async-trait",
1207
1101
  "deno_core",
@@ -1214,17 +1108,22 @@ dependencies = [
1214
1108
 
1215
1109
  [[package]]
1216
1110
  name = "deno_kv"
1217
- version = "0.29.0"
1111
+ version = "0.34.0"
1218
1112
  source = "registry+https://github.com/rust-lang/crates.io-index"
1219
- checksum = "dd4383eb6ed46ebdfa396a27d38f303b87bc1253600166157fce2a59014164ca"
1113
+ checksum = "92a9517685fa67dc582b3a585e56c056dc45efea1634394dc3d350a9fb1c06e3"
1220
1114
  dependencies = [
1221
1115
  "anyhow",
1222
1116
  "async-trait",
1223
- "base64 0.13.1",
1117
+ "base64 0.21.4",
1224
1118
  "chrono",
1225
1119
  "deno_core",
1120
+ "deno_fetch",
1226
1121
  "deno_node",
1122
+ "deno_tls",
1227
1123
  "deno_unsync 0.1.1",
1124
+ "denokv_proto",
1125
+ "denokv_remote",
1126
+ "denokv_sqlite",
1228
1127
  "hex",
1229
1128
  "log",
1230
1129
  "num-bigint",
@@ -1254,27 +1153,41 @@ dependencies = [
1254
1153
 
1255
1154
  [[package]]
1256
1155
  name = "deno_napi"
1257
- version = "0.51.0"
1156
+ version = "0.56.0"
1258
1157
  source = "registry+https://github.com/rust-lang/crates.io-index"
1259
- checksum = "c9e0cec067666532325b57fb1bf437e13da86760f87394d833df91988546bf80"
1158
+ checksum = "8fdd328bc38390ffa8c25ffd6dd00fcf887b55bfb1a8dc86c1f1a357693cf6fc"
1260
1159
  dependencies = [
1261
1160
  "deno_core",
1262
1161
  "libloading",
1263
1162
  ]
1264
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
+
1265
1177
  [[package]]
1266
1178
  name = "deno_net"
1267
- version = "0.113.0"
1179
+ version = "0.118.0"
1268
1180
  source = "registry+https://github.com/rust-lang/crates.io-index"
1269
- checksum = "d8e93ca934bac8b4058e91010330397dd5d761b98a88d48660c7ee56782b4190"
1181
+ checksum = "04592bc7323eb77aee254328b8030142ce3b6381b16d2139903887da66dbe4bd"
1270
1182
  dependencies = [
1271
1183
  "deno_core",
1272
1184
  "deno_tls",
1273
1185
  "enum-as-inner",
1274
1186
  "log",
1275
1187
  "pin-project",
1188
+ "rustls-tokio-stream",
1276
1189
  "serde",
1277
- "socket2 0.5.4",
1190
+ "socket2 0.5.5",
1278
1191
  "tokio",
1279
1192
  "trust-dns-proto",
1280
1193
  "trust-dns-resolver",
@@ -1282,25 +1195,27 @@ dependencies = [
1282
1195
 
1283
1196
  [[package]]
1284
1197
  name = "deno_node"
1285
- version = "0.58.0"
1198
+ version = "0.63.0"
1286
1199
  source = "registry+https://github.com/rust-lang/crates.io-index"
1287
- checksum = "496101e1082e0f6a86a1811fd6f82708bdfc05d0fc76fc540443ea980d23a568"
1200
+ checksum = "da7113d6abe89195ea9255725369eb0c39d9472e00047a97e27396e54eb08aeb"
1288
1201
  dependencies = [
1289
1202
  "aead-gcm-stream",
1290
1203
  "aes",
1291
1204
  "brotli",
1292
1205
  "bytes",
1293
1206
  "cbc",
1207
+ "const-oid",
1294
1208
  "data-encoding",
1295
1209
  "deno_core",
1296
1210
  "deno_fetch",
1297
1211
  "deno_fs",
1298
1212
  "deno_media_type",
1299
1213
  "deno_net",
1300
- "digest 0.10.7",
1214
+ "deno_whoami",
1215
+ "digest",
1301
1216
  "dsa",
1302
1217
  "ecb",
1303
- "elliptic-curve 0.13.6",
1218
+ "elliptic-curve",
1304
1219
  "errno 0.2.8",
1305
1220
  "h2",
1306
1221
  "hex",
@@ -1308,6 +1223,7 @@ dependencies = [
1308
1223
  "http",
1309
1224
  "idna 0.3.0",
1310
1225
  "indexmap 2.0.2",
1226
+ "k256",
1311
1227
  "lazy-regex",
1312
1228
  "libc",
1313
1229
  "libz-sys",
@@ -1319,26 +1235,24 @@ dependencies = [
1319
1235
  "num-traits",
1320
1236
  "once_cell",
1321
1237
  "p224",
1322
- "p256 0.13.2",
1323
- "p384 0.13.0",
1238
+ "p256",
1239
+ "p384",
1324
1240
  "path-clean",
1325
1241
  "pbkdf2 0.12.2",
1326
1242
  "rand",
1327
1243
  "regex",
1328
1244
  "reqwest",
1329
- "ring",
1245
+ "ring 0.17.6",
1330
1246
  "ripemd",
1331
1247
  "rsa",
1332
1248
  "scrypt",
1333
- "secp256k1",
1334
1249
  "serde",
1335
1250
  "sha-1",
1336
1251
  "sha2",
1337
- "signature 1.6.4",
1252
+ "signature",
1338
1253
  "tokio",
1339
1254
  "typenum",
1340
1255
  "url",
1341
- "whoami",
1342
1256
  "winapi",
1343
1257
  "x25519-dalek",
1344
1258
  "x509-parser",
@@ -1346,18 +1260,13 @@ dependencies = [
1346
1260
 
1347
1261
  [[package]]
1348
1262
  name = "deno_ops"
1349
- version = "0.98.0"
1263
+ version = "0.108.0"
1350
1264
  source = "registry+https://github.com/rust-lang/crates.io-index"
1351
- checksum = "bf89da1a3e50ff7c89956495b53d9bcad29e1f1b3f3d2bc54cad7155f55419c4"
1265
+ checksum = "f7dde627916f8539f3f0d2e754dda40810c8ca4d655f2eaac1ef54785a12fd27"
1352
1266
  dependencies = [
1353
- "deno-proc-macro-rules",
1354
- "lazy-regex",
1355
- "once_cell",
1356
- "pmutil",
1357
- "proc-macro-crate",
1358
- "proc-macro2 1.0.69",
1359
- "quote 1.0.33",
1360
- "regex",
1267
+ "proc-macro-rules",
1268
+ "proc-macro2",
1269
+ "quote",
1361
1270
  "strum",
1362
1271
  "strum_macros",
1363
1272
  "syn 2.0.38",
@@ -1366,16 +1275,17 @@ dependencies = [
1366
1275
 
1367
1276
  [[package]]
1368
1277
  name = "deno_runtime"
1369
- version = "0.129.0"
1278
+ version = "0.134.0"
1370
1279
  source = "registry+https://github.com/rust-lang/crates.io-index"
1371
- checksum = "b0b3307a56a0bd387f3f69cd54406d0f5741ecbaa923db3fa9d4559f54ee1da8"
1280
+ checksum = "63c54afd2dbaa33e1ce4e4ca9c7e7b631279255e7b14ef6a3be828924b4ff683"
1372
1281
  dependencies = [
1373
1282
  "console_static_text",
1374
- "deno_ast 0.29.5",
1283
+ "deno_ast",
1375
1284
  "deno_broadcast_channel",
1376
1285
  "deno_cache",
1377
1286
  "deno_console",
1378
1287
  "deno_core",
1288
+ "deno_cron",
1379
1289
  "deno_crypto",
1380
1290
  "deno_fetch",
1381
1291
  "deno_ffi",
@@ -1392,10 +1302,11 @@ dependencies = [
1392
1302
  "deno_webidl",
1393
1303
  "deno_websocket",
1394
1304
  "deno_webstorage",
1395
- "dlopen",
1305
+ "dlopen2",
1396
1306
  "encoding_rs",
1397
1307
  "fastwebsockets",
1398
1308
  "filetime",
1309
+ "flate2",
1399
1310
  "fs3",
1400
1311
  "fwdansi",
1401
1312
  "http",
@@ -1408,7 +1319,7 @@ dependencies = [
1408
1319
  "ntapi",
1409
1320
  "once_cell",
1410
1321
  "regex",
1411
- "ring",
1322
+ "ring 0.17.6",
1412
1323
  "serde",
1413
1324
  "signal-hook-registry",
1414
1325
  "termcolor",
@@ -1435,14 +1346,14 @@ dependencies = [
1435
1346
 
1436
1347
  [[package]]
1437
1348
  name = "deno_tls"
1438
- version = "0.108.0"
1349
+ version = "0.113.0"
1439
1350
  source = "registry+https://github.com/rust-lang/crates.io-index"
1440
- checksum = "127aa913635496873135691c34e54e058c0d3d8565a601c0422e5b1ab3c8447c"
1351
+ checksum = "c239ec036c9cec4c244b9afc24b1400fcefe2ae120e5b134e85e4b1283f14537"
1441
1352
  dependencies = [
1442
1353
  "deno_core",
1354
+ "deno_native_certs",
1443
1355
  "once_cell",
1444
1356
  "rustls",
1445
- "rustls-native-certs",
1446
1357
  "rustls-pemfile",
1447
1358
  "rustls-webpki",
1448
1359
  "serde",
@@ -1469,9 +1380,9 @@ dependencies = [
1469
1380
 
1470
1381
  [[package]]
1471
1382
  name = "deno_url"
1472
- version = "0.121.0"
1383
+ version = "0.126.0"
1473
1384
  source = "registry+https://github.com/rust-lang/crates.io-index"
1474
- checksum = "d1511f888bd2a7c458c31536f5a13403202b5443ed01eeab8b6eb5b5eaff29e2"
1385
+ checksum = "5982c4cefe1b544b0f7c1964ad383f835c7cde244b954827806cc165261fd2cb"
1475
1386
  dependencies = [
1476
1387
  "deno_core",
1477
1388
  "serde",
@@ -1480,9 +1391,9 @@ dependencies = [
1480
1391
 
1481
1392
  [[package]]
1482
1393
  name = "deno_web"
1483
- version = "0.152.0"
1394
+ version = "0.157.0"
1484
1395
  source = "registry+https://github.com/rust-lang/crates.io-index"
1485
- checksum = "5176dfde7c04c999cf83afea82ed13434d56d7330733eaf31ef7953e7da081f5"
1396
+ checksum = "caf3daae4204da157d0ea9e328840d17d32e94f5db9a53ccf60f68e76e7449d1"
1486
1397
  dependencies = [
1487
1398
  "async-trait",
1488
1399
  "base64-simd",
@@ -1499,37 +1410,38 @@ dependencies = [
1499
1410
 
1500
1411
  [[package]]
1501
1412
  name = "deno_webidl"
1502
- version = "0.121.0"
1413
+ version = "0.126.0"
1503
1414
  source = "registry+https://github.com/rust-lang/crates.io-index"
1504
- checksum = "d1358d0bd1ebe7286e7beb0f81848ff1478a08ead6191d6b2ad16bf9b6d712b3"
1415
+ checksum = "bdd3ee96c4acba669afeb370c8ef44afc726fb4fcbccf7f0ad9412f6c973d250"
1505
1416
  dependencies = [
1506
1417
  "deno_core",
1507
1418
  ]
1508
1419
 
1509
1420
  [[package]]
1510
1421
  name = "deno_websocket"
1511
- version = "0.126.0"
1422
+ version = "0.131.0"
1512
1423
  source = "registry+https://github.com/rust-lang/crates.io-index"
1513
- checksum = "0fabfc7174995cd9bfe115a3047cdcc2dca272cf15fd98885f23579638fc5567"
1424
+ checksum = "f641b3dfbea3965e20ced4b2633cbc2ae08ac541eb5ab58ef44b291794f6f186"
1514
1425
  dependencies = [
1515
1426
  "bytes",
1516
1427
  "deno_core",
1517
1428
  "deno_net",
1518
1429
  "deno_tls",
1519
1430
  "fastwebsockets",
1431
+ "h2",
1520
1432
  "http",
1521
1433
  "hyper 0.14.27",
1522
1434
  "once_cell",
1435
+ "rustls-tokio-stream",
1523
1436
  "serde",
1524
1437
  "tokio",
1525
- "tokio-rustls",
1526
1438
  ]
1527
1439
 
1528
1440
  [[package]]
1529
1441
  name = "deno_webstorage"
1530
- version = "0.116.0"
1442
+ version = "0.121.0"
1531
1443
  source = "registry+https://github.com/rust-lang/crates.io-index"
1532
- checksum = "50a8fc80eb4b84971a7716827baa4f3c64f1adb0973b0a12ed5019af316666ec"
1444
+ checksum = "9fc5f25f1f0c7019aa2a6356d2c235c325ef3045fb7f38205f339d74824739bb"
1533
1445
  dependencies = [
1534
1446
  "deno_core",
1535
1447
  "deno_web",
@@ -1538,14 +1450,71 @@ dependencies = [
1538
1450
  ]
1539
1451
 
1540
1452
  [[package]]
1541
- name = "der"
1542
- version = "0.6.1"
1453
+ name = "deno_whoami"
1454
+ version = "0.1.0"
1543
1455
  source = "registry+https://github.com/rust-lang/crates.io-index"
1544
- checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
1456
+ checksum = "e75e4caa92b98a27f09c671d1399aee0f5970aa491b9a598523aac000a2192e3"
1545
1457
  dependencies = [
1546
- "const-oid",
1547
- "pem-rfc7468 0.6.0",
1548
- "zeroize",
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",
1549
1518
  ]
1550
1519
 
1551
1520
  [[package]]
@@ -1555,7 +1524,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1555
1524
  checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c"
1556
1525
  dependencies = [
1557
1526
  "const-oid",
1558
- "pem-rfc7468 0.7.0",
1527
+ "pem-rfc7468",
1559
1528
  "zeroize",
1560
1529
  ]
1561
1530
 
@@ -1567,7 +1536,7 @@ checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e"
1567
1536
  dependencies = [
1568
1537
  "asn1-rs",
1569
1538
  "displaydoc",
1570
- "nom",
1539
+ "nom 7.1.3",
1571
1540
  "num-bigint",
1572
1541
  "num-traits",
1573
1542
  "rusticata-macros",
@@ -1586,8 +1555,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1586
1555
  checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
1587
1556
  dependencies = [
1588
1557
  "convert_case",
1589
- "proc-macro2 1.0.69",
1590
- "quote 1.0.33",
1558
+ "proc-macro2",
1559
+ "quote",
1591
1560
  "rustc_version 0.4.0",
1592
1561
  "syn 1.0.109",
1593
1562
  ]
@@ -1598,15 +1567,6 @@ version = "0.4.0"
1598
1567
  source = "registry+https://github.com/rust-lang/crates.io-index"
1599
1568
  checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
1600
1569
 
1601
- [[package]]
1602
- name = "digest"
1603
- version = "0.8.1"
1604
- source = "registry+https://github.com/rust-lang/crates.io-index"
1605
- checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
1606
- dependencies = [
1607
- "generic-array 0.12.4",
1608
- ]
1609
-
1610
1570
  [[package]]
1611
1571
  name = "digest"
1612
1572
  version = "0.10.7"
@@ -1657,32 +1617,32 @@ version = "0.2.4"
1657
1617
  source = "registry+https://github.com/rust-lang/crates.io-index"
1658
1618
  checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
1659
1619
  dependencies = [
1660
- "proc-macro2 1.0.69",
1661
- "quote 1.0.33",
1620
+ "proc-macro2",
1621
+ "quote",
1662
1622
  "syn 2.0.38",
1663
1623
  ]
1664
1624
 
1665
1625
  [[package]]
1666
- name = "dlopen"
1667
- version = "0.1.8"
1626
+ name = "dlopen2"
1627
+ version = "0.6.1"
1668
1628
  source = "registry+https://github.com/rust-lang/crates.io-index"
1669
- checksum = "71e80ad39f814a9abe68583cd50a2d45c8a67561c3361ab8da240587dda80937"
1629
+ checksum = "6bc2c7ed06fd72a8513ded8d0d2f6fd2655a85d6885c48cae8625d80faf28c03"
1670
1630
  dependencies = [
1671
- "dlopen_derive",
1672
- "lazy_static",
1631
+ "dlopen2_derive",
1673
1632
  "libc",
1633
+ "once_cell",
1674
1634
  "winapi",
1675
1635
  ]
1676
1636
 
1677
1637
  [[package]]
1678
- name = "dlopen_derive"
1679
- version = "0.1.4"
1638
+ name = "dlopen2_derive"
1639
+ version = "0.4.0"
1680
1640
  source = "registry+https://github.com/rust-lang/crates.io-index"
1681
- checksum = "f236d9e1b1fbd81cea0f9cbdc8dcc7e8ebcd80e6659cd7cb2ad5f6c05946c581"
1641
+ checksum = "f2b99bf03862d7f545ebc28ddd33a665b50865f4dfd84031a393823879bd4c54"
1682
1642
  dependencies = [
1683
- "libc",
1684
- "quote 0.6.13",
1685
- "syn 0.15.44",
1643
+ "proc-macro2",
1644
+ "quote",
1645
+ "syn 2.0.38",
1686
1646
  ]
1687
1647
 
1688
1648
  [[package]]
@@ -1691,22 +1651,6 @@ version = "0.3.3"
1691
1651
  source = "registry+https://github.com/rust-lang/crates.io-index"
1692
1652
  checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
1693
1653
 
1694
- [[package]]
1695
- name = "dprint-swc-ext"
1696
- version = "0.12.0"
1697
- source = "registry+https://github.com/rust-lang/crates.io-index"
1698
- checksum = "6a0a2492465344a58a37ae119de59e81fe5a2885f2711c7b5048ef0dfa14ce42"
1699
- dependencies = [
1700
- "bumpalo",
1701
- "num-bigint",
1702
- "rustc-hash",
1703
- "swc_atoms 0.5.9",
1704
- "swc_common 0.32.0",
1705
- "swc_ecma_ast 0.109.0",
1706
- "swc_ecma_parser 0.139.0",
1707
- "text_lines",
1708
- ]
1709
-
1710
1654
  [[package]]
1711
1655
  name = "dprint-swc-ext"
1712
1656
  version = "0.13.0"
@@ -1716,10 +1660,10 @@ dependencies = [
1716
1660
  "bumpalo",
1717
1661
  "num-bigint",
1718
1662
  "rustc-hash",
1719
- "swc_atoms 0.6.0",
1720
- "swc_common 0.33.0",
1721
- "swc_ecma_ast 0.110.0",
1722
- "swc_ecma_parser 0.141.3",
1663
+ "swc_atoms",
1664
+ "swc_common",
1665
+ "swc_ecma_ast",
1666
+ "swc_ecma_parser",
1723
1667
  "text_lines",
1724
1668
  ]
1725
1669
 
@@ -1729,13 +1673,13 @@ version = "0.6.1"
1729
1673
  source = "registry+https://github.com/rust-lang/crates.io-index"
1730
1674
  checksum = "b5638f6d17447bc0ffc46354949ee366847e83450e2a07895862942085cc9761"
1731
1675
  dependencies = [
1732
- "digest 0.10.7",
1676
+ "digest",
1733
1677
  "num-bigint-dig",
1734
1678
  "num-traits",
1735
- "pkcs8 0.10.2",
1736
- "rfc6979 0.4.0",
1679
+ "pkcs8",
1680
+ "rfc6979",
1737
1681
  "sha2",
1738
- "signature 2.1.0",
1682
+ "signature",
1739
1683
  "zeroize",
1740
1684
  ]
1741
1685
 
@@ -1788,8 +1732,8 @@ dependencies = [
1788
1732
  "byteorder",
1789
1733
  "lazy_static",
1790
1734
  "proc-macro-error",
1791
- "proc-macro2 1.0.69",
1792
- "quote 1.0.33",
1735
+ "proc-macro2",
1736
+ "quote",
1793
1737
  "syn 1.0.109",
1794
1738
  ]
1795
1739
 
@@ -1813,30 +1757,18 @@ dependencies = [
1813
1757
  "cipher",
1814
1758
  ]
1815
1759
 
1816
- [[package]]
1817
- name = "ecdsa"
1818
- version = "0.14.8"
1819
- source = "registry+https://github.com/rust-lang/crates.io-index"
1820
- checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
1821
- dependencies = [
1822
- "der 0.6.1",
1823
- "elliptic-curve 0.12.3",
1824
- "rfc6979 0.3.1",
1825
- "signature 1.6.4",
1826
- ]
1827
-
1828
1760
  [[package]]
1829
1761
  name = "ecdsa"
1830
1762
  version = "0.16.8"
1831
1763
  source = "registry+https://github.com/rust-lang/crates.io-index"
1832
1764
  checksum = "a4b1e0c257a9e9f25f90ff76d7a68360ed497ee519c8e428d1825ef0000799d4"
1833
1765
  dependencies = [
1834
- "der 0.7.8",
1835
- "digest 0.10.7",
1836
- "elliptic-curve 0.13.6",
1837
- "rfc6979 0.4.0",
1838
- "signature 2.1.0",
1839
- "spki 0.7.2",
1766
+ "der",
1767
+ "digest",
1768
+ "elliptic-curve",
1769
+ "rfc6979",
1770
+ "signature",
1771
+ "spki",
1840
1772
  ]
1841
1773
 
1842
1774
  [[package]]
@@ -1847,43 +1779,21 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
1847
1779
 
1848
1780
  [[package]]
1849
1781
  name = "elliptic-curve"
1850
- version = "0.12.3"
1851
- source = "registry+https://github.com/rust-lang/crates.io-index"
1852
- checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
1853
- dependencies = [
1854
- "base16ct 0.1.1",
1855
- "crypto-bigint 0.4.9",
1856
- "der 0.6.1",
1857
- "digest 0.10.7",
1858
- "ff 0.12.1",
1859
- "generic-array 0.14.7",
1860
- "group 0.12.1",
1861
- "hkdf",
1862
- "pem-rfc7468 0.6.0",
1863
- "pkcs8 0.9.0",
1864
- "rand_core 0.6.4",
1865
- "sec1 0.3.0",
1866
- "subtle",
1867
- "zeroize",
1868
- ]
1869
-
1870
- [[package]]
1871
- name = "elliptic-curve"
1872
- version = "0.13.6"
1782
+ version = "0.13.8"
1873
1783
  source = "registry+https://github.com/rust-lang/crates.io-index"
1874
- checksum = "d97ca172ae9dc9f9b779a6e3a65d308f2af74e5b8c921299075bdb4a0370e914"
1784
+ checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
1875
1785
  dependencies = [
1876
- "base16ct 0.2.0",
1877
- "crypto-bigint 0.5.3",
1878
- "digest 0.10.7",
1879
- "ff 0.13.0",
1880
- "generic-array 0.14.7",
1881
- "group 0.13.0",
1786
+ "base16ct",
1787
+ "crypto-bigint",
1788
+ "digest",
1789
+ "ff",
1790
+ "generic-array",
1791
+ "group",
1882
1792
  "hkdf",
1883
- "pem-rfc7468 0.7.0",
1884
- "pkcs8 0.10.2",
1885
- "rand_core 0.6.4",
1886
- "sec1 0.7.3",
1793
+ "pem-rfc7468",
1794
+ "pkcs8",
1795
+ "rand_core",
1796
+ "sec1",
1887
1797
  "subtle",
1888
1798
  "zeroize",
1889
1799
  ]
@@ -1904,8 +1814,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1904
1814
  checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116"
1905
1815
  dependencies = [
1906
1816
  "heck",
1907
- "proc-macro2 1.0.69",
1908
- "quote 1.0.33",
1817
+ "proc-macro2",
1818
+ "quote",
1909
1819
  "syn 1.0.109",
1910
1820
  ]
1911
1821
 
@@ -1997,9 +1907,9 @@ checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
1997
1907
 
1998
1908
  [[package]]
1999
1909
  name = "fastwebsockets"
2000
- version = "0.4.4"
1910
+ version = "0.5.0"
2001
1911
  source = "registry+https://github.com/rust-lang/crates.io-index"
2002
- checksum = "9e6185b6dc9dddc4db0dedd2e213047e93bcbf7a0fb092abc4c4e4f3195efdb4"
1912
+ checksum = "17c35f166afb94b7f8e9449d0ad866daca111ba4053f3b1960bb480ca4382c63"
2003
1913
  dependencies = [
2004
1914
  "base64 0.21.4",
2005
1915
  "hyper 0.14.27",
@@ -2021,23 +1931,13 @@ dependencies = [
2021
1931
  "simd-adler32",
2022
1932
  ]
2023
1933
 
2024
- [[package]]
2025
- name = "ff"
2026
- version = "0.12.1"
2027
- source = "registry+https://github.com/rust-lang/crates.io-index"
2028
- checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
2029
- dependencies = [
2030
- "rand_core 0.6.4",
2031
- "subtle",
2032
- ]
2033
-
2034
1934
  [[package]]
2035
1935
  name = "ff"
2036
1936
  version = "0.13.0"
2037
1937
  source = "registry+https://github.com/rust-lang/crates.io-index"
2038
1938
  checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
2039
1939
  dependencies = [
2040
- "rand_core 0.6.4",
1940
+ "rand_core",
2041
1941
  "subtle",
2042
1942
  ]
2043
1943
 
@@ -2072,7 +1972,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2072
1972
  checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
2073
1973
  dependencies = [
2074
1974
  "crc32fast",
2075
- "libz-ng-sys",
2076
1975
  "miniz_oxide",
2077
1976
  ]
2078
1977
 
@@ -2150,8 +2049,8 @@ version = "0.2.3"
2150
2049
  source = "registry+https://github.com/rust-lang/crates.io-index"
2151
2050
  checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
2152
2051
  dependencies = [
2153
- "proc-macro2 1.0.69",
2154
- "quote 1.0.33",
2052
+ "proc-macro2",
2053
+ "quote",
2155
2054
  "syn 2.0.38",
2156
2055
  ]
2157
2056
 
@@ -2183,7 +2082,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2183
2082
  checksum = "03ec5dc38ee19078d84a692b1c41181ff9f94331c76cee66ff0208c770b5e54f"
2184
2083
  dependencies = [
2185
2084
  "pmutil",
2186
- "proc-macro2 1.0.69",
2085
+ "proc-macro2",
2187
2086
  "swc_macros_common",
2188
2087
  "syn 2.0.38",
2189
2088
  ]
@@ -2272,8 +2171,8 @@ version = "0.3.28"
2272
2171
  source = "registry+https://github.com/rust-lang/crates.io-index"
2273
2172
  checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
2274
2173
  dependencies = [
2275
- "proc-macro2 1.0.69",
2276
- "quote 1.0.33",
2174
+ "proc-macro2",
2175
+ "quote",
2277
2176
  "syn 2.0.38",
2278
2177
  ]
2279
2178
 
@@ -2323,15 +2222,6 @@ dependencies = [
2323
2222
  "termcolor",
2324
2223
  ]
2325
2224
 
2326
- [[package]]
2327
- name = "generic-array"
2328
- version = "0.12.4"
2329
- source = "registry+https://github.com/rust-lang/crates.io-index"
2330
- checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
2331
- dependencies = [
2332
- "typenum",
2333
- ]
2334
-
2335
2225
  [[package]]
2336
2226
  name = "generic-array"
2337
2227
  version = "0.14.7"
@@ -2352,17 +2242,6 @@ dependencies = [
2352
2242
  "unicode-width",
2353
2243
  ]
2354
2244
 
2355
- [[package]]
2356
- name = "getrandom"
2357
- version = "0.1.16"
2358
- source = "registry+https://github.com/rust-lang/crates.io-index"
2359
- checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
2360
- dependencies = [
2361
- "cfg-if",
2362
- "libc",
2363
- "wasi 0.9.0+wasi-snapshot-preview1",
2364
- ]
2365
-
2366
2245
  [[package]]
2367
2246
  name = "getrandom"
2368
2247
  version = "0.2.10"
@@ -2371,7 +2250,7 @@ checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
2371
2250
  dependencies = [
2372
2251
  "cfg-if",
2373
2252
  "libc",
2374
- "wasi 0.11.0+wasi-snapshot-preview1",
2253
+ "wasi",
2375
2254
  ]
2376
2255
 
2377
2256
  [[package]]
@@ -2406,25 +2285,14 @@ version = "0.3.1"
2406
2285
  source = "registry+https://github.com/rust-lang/crates.io-index"
2407
2286
  checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2408
2287
 
2409
- [[package]]
2410
- name = "group"
2411
- version = "0.12.1"
2412
- source = "registry+https://github.com/rust-lang/crates.io-index"
2413
- checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
2414
- dependencies = [
2415
- "ff 0.12.1",
2416
- "rand_core 0.6.4",
2417
- "subtle",
2418
- ]
2419
-
2420
2288
  [[package]]
2421
2289
  name = "group"
2422
2290
  version = "0.13.0"
2423
2291
  source = "registry+https://github.com/rust-lang/crates.io-index"
2424
2292
  checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
2425
2293
  dependencies = [
2426
- "ff 0.13.0",
2427
- "rand_core 0.6.4",
2294
+ "ff",
2295
+ "rand_core",
2428
2296
  "subtle",
2429
2297
  ]
2430
2298
 
@@ -2514,7 +2382,7 @@ version = "0.12.1"
2514
2382
  source = "registry+https://github.com/rust-lang/crates.io-index"
2515
2383
  checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
2516
2384
  dependencies = [
2517
- "digest 0.10.7",
2385
+ "digest",
2518
2386
  ]
2519
2387
 
2520
2388
  [[package]]
@@ -2537,6 +2405,19 @@ dependencies = [
2537
2405
  "winapi",
2538
2406
  ]
2539
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
+
2540
2421
  [[package]]
2541
2422
  name = "http"
2542
2423
  version = "0.2.9"
@@ -2659,29 +2540,6 @@ dependencies = [
2659
2540
  "tokio-native-tls",
2660
2541
  ]
2661
2542
 
2662
- [[package]]
2663
- name = "iana-time-zone"
2664
- version = "0.1.57"
2665
- source = "registry+https://github.com/rust-lang/crates.io-index"
2666
- checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
2667
- dependencies = [
2668
- "android_system_properties",
2669
- "core-foundation-sys",
2670
- "iana-time-zone-haiku",
2671
- "js-sys",
2672
- "wasm-bindgen",
2673
- "windows",
2674
- ]
2675
-
2676
- [[package]]
2677
- name = "iana-time-zone-haiku"
2678
- version = "0.1.2"
2679
- source = "registry+https://github.com/rust-lang/crates.io-index"
2680
- checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2681
- dependencies = [
2682
- "cc",
2683
- ]
2684
-
2685
2543
  [[package]]
2686
2544
  name = "idna"
2687
2545
  version = "0.2.3"
@@ -2749,11 +2607,10 @@ checksum = "b2cf49df1085dcfb171460e4592597b84abe50d900fb83efb6e41b20fefd6c2c"
2749
2607
 
2750
2608
  [[package]]
2751
2609
  name = "import_map"
2752
- version = "0.15.0"
2610
+ version = "0.18.0"
2753
2611
  source = "registry+https://github.com/rust-lang/crates.io-index"
2754
- checksum = "632089ec08bd62e807311104122fb26d5c911ab172e2b9864be154a575979e29"
2612
+ checksum = "0ecd467768fe83c2860e70e5de5297a7366a230ff53e1da2158bdac2384cd39d"
2755
2613
  dependencies = [
2756
- "cfg-if",
2757
2614
  "indexmap 1.9.3",
2758
2615
  "log",
2759
2616
  "serde",
@@ -2785,9 +2642,9 @@ dependencies = [
2785
2642
 
2786
2643
  [[package]]
2787
2644
  name = "indoc"
2788
- version = "1.0.9"
2645
+ version = "2.0.4"
2789
2646
  source = "registry+https://github.com/rust-lang/crates.io-index"
2790
- checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
2647
+ checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8"
2791
2648
 
2792
2649
  [[package]]
2793
2650
  name = "inotify"
@@ -2816,7 +2673,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2816
2673
  checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
2817
2674
  dependencies = [
2818
2675
  "block-padding",
2819
- "generic-array 0.14.7",
2676
+ "generic-array",
2820
2677
  ]
2821
2678
 
2822
2679
  [[package]]
@@ -2834,7 +2691,7 @@ version = "0.3.2"
2834
2691
  source = "registry+https://github.com/rust-lang/crates.io-index"
2835
2692
  checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
2836
2693
  dependencies = [
2837
- "socket2 0.5.4",
2694
+ "socket2 0.5.5",
2838
2695
  "widestring",
2839
2696
  "windows-sys",
2840
2697
  "winreg",
@@ -2854,8 +2711,8 @@ checksum = "f4467ed1321b310c2625c5aa6c1b1ffc5de4d9e42668cf697a08fb033ee8265e"
2854
2711
  dependencies = [
2855
2712
  "Inflector",
2856
2713
  "pmutil",
2857
- "proc-macro2 1.0.69",
2858
- "quote 1.0.33",
2714
+ "proc-macro2",
2715
+ "quote",
2859
2716
  "syn 2.0.38",
2860
2717
  ]
2861
2718
 
@@ -2888,6 +2745,15 @@ dependencies = [
2888
2745
  "either",
2889
2746
  ]
2890
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
+
2891
2757
  [[package]]
2892
2758
  name = "itoa"
2893
2759
  version = "1.0.9"
@@ -2931,6 +2797,20 @@ dependencies = [
2931
2797
  "rayon",
2932
2798
  ]
2933
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
+
2934
2814
  [[package]]
2935
2815
  name = "kqueue"
2936
2816
  version = "1.0.8"
@@ -2977,8 +2857,8 @@ version = "3.0.1"
2977
2857
  source = "registry+https://github.com/rust-lang/crates.io-index"
2978
2858
  checksum = "0f0a1d9139f0ee2e862e08a9c5d0ba0470f2aa21cd1e1aa1b1562f83116c725f"
2979
2859
  dependencies = [
2980
- "proc-macro2 1.0.69",
2981
- "quote 1.0.33",
2860
+ "proc-macro2",
2861
+ "quote",
2982
2862
  "regex",
2983
2863
  "syn 2.0.38",
2984
2864
  ]
@@ -2989,7 +2869,7 @@ version = "1.4.0"
2989
2869
  source = "registry+https://github.com/rust-lang/crates.io-index"
2990
2870
  checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2991
2871
  dependencies = [
2992
- "spin",
2872
+ "spin 0.5.2",
2993
2873
  ]
2994
2874
 
2995
2875
  [[package]]
@@ -3067,16 +2947,6 @@ dependencies = [
3067
2947
  "vcpkg",
3068
2948
  ]
3069
2949
 
3070
- [[package]]
3071
- name = "libz-ng-sys"
3072
- version = "1.1.12"
3073
- source = "registry+https://github.com/rust-lang/crates.io-index"
3074
- checksum = "3dd9f43e75536a46ee0f92b758f6b63846e594e86638c61a9251338a65baea63"
3075
- dependencies = [
3076
- "cmake",
3077
- "libc",
3078
- ]
3079
-
3080
2950
  [[package]]
3081
2951
  name = "libz-sys"
3082
2952
  version = "1.1.12"
@@ -3084,7 +2954,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3084
2954
  checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"
3085
2955
  dependencies = [
3086
2956
  "cc",
3087
- "libc",
3088
2957
  "pkg-config",
3089
2958
  "vcpkg",
3090
2959
  ]
@@ -3180,7 +3049,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3180
3049
  checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
3181
3050
  dependencies = [
3182
3051
  "cfg-if",
3183
- "digest 0.10.7",
3052
+ "digest",
3184
3053
  ]
3185
3054
 
3186
3055
  [[package]]
@@ -3189,7 +3058,7 @@ version = "0.10.2"
3189
3058
  source = "registry+https://github.com/rust-lang/crates.io-index"
3190
3059
  checksum = "7da5ac363534dce5fabf69949225e174fbf111a498bf0ff794c8ea1fba9f3dda"
3191
3060
  dependencies = [
3192
- "digest 0.10.7",
3061
+ "digest",
3193
3062
  ]
3194
3063
 
3195
3064
  [[package]]
@@ -3264,13 +3133,13 @@ dependencies = [
3264
3133
 
3265
3134
  [[package]]
3266
3135
  name = "mio"
3267
- version = "0.8.8"
3136
+ version = "0.8.9"
3268
3137
  source = "registry+https://github.com/rust-lang/crates.io-index"
3269
- checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
3138
+ checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0"
3270
3139
  dependencies = [
3271
3140
  "libc",
3272
3141
  "log",
3273
- "wasi 0.11.0+wasi-snapshot-preview1",
3142
+ "wasi",
3274
3143
  "windows-sys",
3275
3144
  ]
3276
3145
 
@@ -3334,6 +3203,16 @@ dependencies = [
3334
3203
  "static_assertions",
3335
3204
  ]
3336
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
+
3337
3216
  [[package]]
3338
3217
  name = "nom"
3339
3218
  version = "7.1.3"
@@ -3535,8 +3414,8 @@ version = "0.1.1"
3535
3414
  source = "registry+https://github.com/rust-lang/crates.io-index"
3536
3415
  checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
3537
3416
  dependencies = [
3538
- "proc-macro2 1.0.69",
3539
- "quote 1.0.33",
3417
+ "proc-macro2",
3418
+ "quote",
3540
3419
  "syn 2.0.38",
3541
3420
  ]
3542
3421
 
@@ -3585,54 +3464,32 @@ version = "0.13.2"
3585
3464
  source = "registry+https://github.com/rust-lang/crates.io-index"
3586
3465
  checksum = "30c06436d66652bc2f01ade021592c80a2aad401570a18aa18b82e440d2b9aa1"
3587
3466
  dependencies = [
3588
- "ecdsa 0.16.8",
3589
- "elliptic-curve 0.13.6",
3467
+ "ecdsa",
3468
+ "elliptic-curve",
3590
3469
  "primeorder",
3591
3470
  "sha2",
3592
3471
  ]
3593
3472
 
3594
- [[package]]
3595
- name = "p256"
3596
- version = "0.11.1"
3597
- source = "registry+https://github.com/rust-lang/crates.io-index"
3598
- checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
3599
- dependencies = [
3600
- "ecdsa 0.14.8",
3601
- "elliptic-curve 0.12.3",
3602
- "sha2",
3603
- ]
3604
-
3605
3473
  [[package]]
3606
3474
  name = "p256"
3607
3475
  version = "0.13.2"
3608
3476
  source = "registry+https://github.com/rust-lang/crates.io-index"
3609
3477
  checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
3610
3478
  dependencies = [
3611
- "ecdsa 0.16.8",
3612
- "elliptic-curve 0.13.6",
3479
+ "ecdsa",
3480
+ "elliptic-curve",
3613
3481
  "primeorder",
3614
3482
  "sha2",
3615
3483
  ]
3616
3484
 
3617
- [[package]]
3618
- name = "p384"
3619
- version = "0.11.2"
3620
- source = "registry+https://github.com/rust-lang/crates.io-index"
3621
- checksum = "dfc8c5bf642dde52bb9e87c0ecd8ca5a76faac2eeed98dedb7c717997e1080aa"
3622
- dependencies = [
3623
- "ecdsa 0.14.8",
3624
- "elliptic-curve 0.12.3",
3625
- "sha2",
3626
- ]
3627
-
3628
3485
  [[package]]
3629
3486
  name = "p384"
3630
3487
  version = "0.13.0"
3631
3488
  source = "registry+https://github.com/rust-lang/crates.io-index"
3632
3489
  checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209"
3633
3490
  dependencies = [
3634
- "ecdsa 0.16.8",
3635
- "elliptic-curve 0.13.6",
3491
+ "ecdsa",
3492
+ "elliptic-curve",
3636
3493
  "primeorder",
3637
3494
  "sha2",
3638
3495
  ]
@@ -3692,7 +3549,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3692
3549
  checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
3693
3550
  dependencies = [
3694
3551
  "base64ct",
3695
- "rand_core 0.6.4",
3552
+ "rand_core",
3696
3553
  "subtle",
3697
3554
  ]
3698
3555
 
@@ -3703,7 +3560,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3703
3560
  checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
3704
3561
  dependencies = [
3705
3562
  "base64ct",
3706
- "rand_core 0.6.4",
3563
+ "rand_core",
3707
3564
  "subtle",
3708
3565
  ]
3709
3566
 
@@ -3725,7 +3582,7 @@ version = "0.11.0"
3725
3582
  source = "registry+https://github.com/rust-lang/crates.io-index"
3726
3583
  checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
3727
3584
  dependencies = [
3728
- "digest 0.10.7",
3585
+ "digest",
3729
3586
  "hmac",
3730
3587
  "password-hash 0.4.2",
3731
3588
  "sha2",
@@ -3737,15 +3594,15 @@ version = "0.12.2"
3737
3594
  source = "registry+https://github.com/rust-lang/crates.io-index"
3738
3595
  checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
3739
3596
  dependencies = [
3740
- "digest 0.10.7",
3597
+ "digest",
3741
3598
  "hmac",
3742
3599
  ]
3743
3600
 
3744
3601
  [[package]]
3745
3602
  name = "pdf-writer"
3746
- version = "0.9.1"
3603
+ version = "0.9.2"
3747
3604
  source = "registry+https://github.com/rust-lang/crates.io-index"
3748
- checksum = "690874e8cf95d36ddffbdbdaad6ef8714c88bf8085996b673559389a04e38a02"
3605
+ checksum = "644b654f2de28457bf1e25a4905a76a563d1128a33ce60cf042f721f6818feaf"
3749
3606
  dependencies = [
3750
3607
  "bitflags 1.3.2",
3751
3608
  "itoa",
@@ -3753,15 +3610,6 @@ dependencies = [
3753
3610
  "ryu",
3754
3611
  ]
3755
3612
 
3756
- [[package]]
3757
- name = "pem-rfc7468"
3758
- version = "0.6.0"
3759
- source = "registry+https://github.com/rust-lang/crates.io-index"
3760
- checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac"
3761
- dependencies = [
3762
- "base64ct",
3763
- ]
3764
-
3765
3613
  [[package]]
3766
3614
  name = "pem-rfc7468"
3767
3615
  version = "0.7.0"
@@ -3789,20 +3637,19 @@ dependencies = [
3789
3637
 
3790
3638
  [[package]]
3791
3639
  name = "phf"
3792
- version = "0.10.1"
3640
+ version = "0.11.2"
3793
3641
  source = "registry+https://github.com/rust-lang/crates.io-index"
3794
- checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
3642
+ checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
3795
3643
  dependencies = [
3796
3644
  "phf_macros",
3797
3645
  "phf_shared",
3798
- "proc-macro-hack",
3799
3646
  ]
3800
3647
 
3801
3648
  [[package]]
3802
3649
  name = "phf_generator"
3803
- version = "0.10.0"
3650
+ version = "0.11.2"
3804
3651
  source = "registry+https://github.com/rust-lang/crates.io-index"
3805
- checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
3652
+ checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
3806
3653
  dependencies = [
3807
3654
  "phf_shared",
3808
3655
  "rand",
@@ -3810,23 +3657,22 @@ dependencies = [
3810
3657
 
3811
3658
  [[package]]
3812
3659
  name = "phf_macros"
3813
- version = "0.10.0"
3660
+ version = "0.11.2"
3814
3661
  source = "registry+https://github.com/rust-lang/crates.io-index"
3815
- checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"
3662
+ checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
3816
3663
  dependencies = [
3817
3664
  "phf_generator",
3818
3665
  "phf_shared",
3819
- "proc-macro-hack",
3820
- "proc-macro2 1.0.69",
3821
- "quote 1.0.33",
3822
- "syn 1.0.109",
3666
+ "proc-macro2",
3667
+ "quote",
3668
+ "syn 2.0.38",
3823
3669
  ]
3824
3670
 
3825
3671
  [[package]]
3826
3672
  name = "phf_shared"
3827
- version = "0.10.0"
3673
+ version = "0.11.2"
3828
3674
  source = "registry+https://github.com/rust-lang/crates.io-index"
3829
- checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
3675
+ checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
3830
3676
  dependencies = [
3831
3677
  "siphasher 0.3.11",
3832
3678
  ]
@@ -3852,8 +3698,8 @@ version = "1.1.3"
3852
3698
  source = "registry+https://github.com/rust-lang/crates.io-index"
3853
3699
  checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
3854
3700
  dependencies = [
3855
- "proc-macro2 1.0.69",
3856
- "quote 1.0.33",
3701
+ "proc-macro2",
3702
+ "quote",
3857
3703
  "syn 2.0.38",
3858
3704
  ]
3859
3705
 
@@ -3871,24 +3717,13 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
3871
3717
 
3872
3718
  [[package]]
3873
3719
  name = "pkcs1"
3874
- version = "0.4.1"
3875
- source = "registry+https://github.com/rust-lang/crates.io-index"
3876
- checksum = "eff33bdbdfc54cc98a2eca766ebdec3e1b8fb7387523d5c9c9a2891da856f719"
3877
- dependencies = [
3878
- "der 0.6.1",
3879
- "pkcs8 0.9.0",
3880
- "spki 0.6.0",
3881
- "zeroize",
3882
- ]
3883
-
3884
- [[package]]
3885
- name = "pkcs8"
3886
- version = "0.9.0"
3720
+ version = "0.7.5"
3887
3721
  source = "registry+https://github.com/rust-lang/crates.io-index"
3888
- checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
3722
+ checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
3889
3723
  dependencies = [
3890
- "der 0.6.1",
3891
- "spki 0.6.0",
3724
+ "der",
3725
+ "pkcs8",
3726
+ "spki",
3892
3727
  ]
3893
3728
 
3894
3729
  [[package]]
@@ -3897,8 +3732,8 @@ version = "0.10.2"
3897
3732
  source = "registry+https://github.com/rust-lang/crates.io-index"
3898
3733
  checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
3899
3734
  dependencies = [
3900
- "der 0.7.8",
3901
- "spki 0.7.2",
3735
+ "der",
3736
+ "spki",
3902
3737
  ]
3903
3738
 
3904
3739
  [[package]]
@@ -3919,8 +3754,8 @@ version = "0.6.1"
3919
3754
  source = "registry+https://github.com/rust-lang/crates.io-index"
3920
3755
  checksum = "52a40bc70c2c58040d2d8b167ba9a5ff59fc9dab7ad44771cfde3dcfde7a09c6"
3921
3756
  dependencies = [
3922
- "proc-macro2 1.0.69",
3923
- "quote 1.0.33",
3757
+ "proc-macro2",
3758
+ "quote",
3924
3759
  "syn 2.0.38",
3925
3760
  ]
3926
3761
 
@@ -3955,12 +3790,6 @@ version = "0.2.17"
3955
3790
  source = "registry+https://github.com/rust-lang/crates.io-index"
3956
3791
  checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
3957
3792
 
3958
- [[package]]
3959
- name = "precomputed-hash"
3960
- version = "0.1.1"
3961
- source = "registry+https://github.com/rust-lang/crates.io-index"
3962
- checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
3963
-
3964
3793
  [[package]]
3965
3794
  name = "predicates"
3966
3795
  version = "3.0.4"
@@ -3998,7 +3827,7 @@ version = "0.1.25"
3998
3827
  source = "registry+https://github.com/rust-lang/crates.io-index"
3999
3828
  checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"
4000
3829
  dependencies = [
4001
- "proc-macro2 1.0.69",
3830
+ "proc-macro2",
4002
3831
  "syn 1.0.109",
4003
3832
  ]
4004
3833
 
@@ -4008,17 +3837,7 @@ version = "0.13.2"
4008
3837
  source = "registry+https://github.com/rust-lang/crates.io-index"
4009
3838
  checksum = "3c2fcef82c0ec6eefcc179b978446c399b3cdf73c392c35604e399eee6df1ee3"
4010
3839
  dependencies = [
4011
- "elliptic-curve 0.13.6",
4012
- ]
4013
-
4014
- [[package]]
4015
- name = "proc-macro-crate"
4016
- version = "1.3.1"
4017
- source = "registry+https://github.com/rust-lang/crates.io-index"
4018
- checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
4019
- dependencies = [
4020
- "once_cell",
4021
- "toml_edit",
3840
+ "elliptic-curve",
4022
3841
  ]
4023
3842
 
4024
3843
  [[package]]
@@ -4028,8 +3847,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4028
3847
  checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
4029
3848
  dependencies = [
4030
3849
  "proc-macro-error-attr",
4031
- "proc-macro2 1.0.69",
4032
- "quote 1.0.33",
3850
+ "proc-macro2",
3851
+ "quote",
4033
3852
  "syn 1.0.109",
4034
3853
  "version_check",
4035
3854
  ]
@@ -4040,24 +3859,32 @@ version = "1.0.4"
4040
3859
  source = "registry+https://github.com/rust-lang/crates.io-index"
4041
3860
  checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
4042
3861
  dependencies = [
4043
- "proc-macro2 1.0.69",
4044
- "quote 1.0.33",
3862
+ "proc-macro2",
3863
+ "quote",
4045
3864
  "version_check",
4046
3865
  ]
4047
3866
 
4048
3867
  [[package]]
4049
- name = "proc-macro-hack"
4050
- version = "0.5.20+deprecated"
3868
+ name = "proc-macro-rules"
3869
+ version = "0.4.0"
4051
3870
  source = "registry+https://github.com/rust-lang/crates.io-index"
4052
- checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
3871
+ checksum = "07c277e4e643ef00c1233393c673f655e3672cf7eb3ba08a00bdd0ea59139b5f"
3872
+ dependencies = [
3873
+ "proc-macro-rules-macros",
3874
+ "proc-macro2",
3875
+ "syn 2.0.38",
3876
+ ]
4053
3877
 
4054
3878
  [[package]]
4055
- name = "proc-macro2"
4056
- version = "0.4.30"
3879
+ name = "proc-macro-rules-macros"
3880
+ version = "0.4.0"
4057
3881
  source = "registry+https://github.com/rust-lang/crates.io-index"
4058
- checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
3882
+ checksum = "207fffb0fe655d1d47f6af98cc2793405e85929bdbc420d685554ff07be27ac7"
4059
3883
  dependencies = [
4060
- "unicode-xid 0.1.0",
3884
+ "once_cell",
3885
+ "proc-macro2",
3886
+ "quote",
3887
+ "syn 2.0.38",
4061
3888
  ]
4062
3889
 
4063
3890
  [[package]]
@@ -4109,8 +3936,8 @@ checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
4109
3936
  dependencies = [
4110
3937
  "anyhow",
4111
3938
  "itertools 0.10.5",
4112
- "proc-macro2 1.0.69",
4113
- "quote 1.0.33",
3939
+ "proc-macro2",
3940
+ "quote",
4114
3941
  "syn 1.0.109",
4115
3942
  ]
4116
3943
 
@@ -4134,9 +3961,9 @@ dependencies = [
4134
3961
 
4135
3962
  [[package]]
4136
3963
  name = "pyo3"
4137
- version = "0.19.2"
3964
+ version = "0.20.0"
4138
3965
  source = "registry+https://github.com/rust-lang/crates.io-index"
4139
- checksum = "e681a6cfdc4adcc93b4d3cf993749a4552018ee0a9b65fc0ccfad74352c72a38"
3966
+ checksum = "04e8453b658fe480c3e70c8ed4e3d3ec33eb74988bd186561b0cc66b85c3bc4b"
4140
3967
  dependencies = [
4141
3968
  "anyhow",
4142
3969
  "cfg-if",
@@ -4152,9 +3979,9 @@ dependencies = [
4152
3979
 
4153
3980
  [[package]]
4154
3981
  name = "pyo3-build-config"
4155
- version = "0.19.2"
3982
+ version = "0.20.0"
4156
3983
  source = "registry+https://github.com/rust-lang/crates.io-index"
4157
- checksum = "076c73d0bc438f7a4ef6fdd0c3bb4732149136abd952b110ac93e4edb13a6ba5"
3984
+ checksum = "a96fe70b176a89cff78f2fa7b3c930081e163d5379b4dcdf993e3ae29ca662e5"
4158
3985
  dependencies = [
4159
3986
  "once_cell",
4160
3987
  "target-lexicon",
@@ -4162,9 +3989,9 @@ dependencies = [
4162
3989
 
4163
3990
  [[package]]
4164
3991
  name = "pyo3-ffi"
4165
- version = "0.19.2"
3992
+ version = "0.20.0"
4166
3993
  source = "registry+https://github.com/rust-lang/crates.io-index"
4167
- checksum = "e53cee42e77ebe256066ba8aa77eff722b3bb91f3419177cf4cd0f304d3284d9"
3994
+ checksum = "214929900fd25e6604661ed9cf349727c8920d47deff196c4e28165a6ef2a96b"
4168
3995
  dependencies = [
4169
3996
  "libc",
4170
3997
  "pyo3-build-config",
@@ -4172,32 +3999,33 @@ dependencies = [
4172
3999
 
4173
4000
  [[package]]
4174
4001
  name = "pyo3-macros"
4175
- version = "0.19.2"
4002
+ version = "0.20.0"
4176
4003
  source = "registry+https://github.com/rust-lang/crates.io-index"
4177
- checksum = "dfeb4c99597e136528c6dd7d5e3de5434d1ceaf487436a3f03b2d56b6fc9efd1"
4004
+ checksum = "dac53072f717aa1bfa4db832b39de8c875b7c7af4f4a6fe93cdbf9264cf8383b"
4178
4005
  dependencies = [
4179
- "proc-macro2 1.0.69",
4006
+ "proc-macro2",
4180
4007
  "pyo3-macros-backend",
4181
- "quote 1.0.33",
4182
- "syn 1.0.109",
4008
+ "quote",
4009
+ "syn 2.0.38",
4183
4010
  ]
4184
4011
 
4185
4012
  [[package]]
4186
4013
  name = "pyo3-macros-backend"
4187
- version = "0.19.2"
4014
+ version = "0.20.0"
4188
4015
  source = "registry+https://github.com/rust-lang/crates.io-index"
4189
- checksum = "947dc12175c254889edc0c02e399476c2f652b4b9ebd123aa655c224de259536"
4016
+ checksum = "7774b5a8282bd4f25f803b1f0d945120be959a36c72e08e7cd031c792fdfd424"
4190
4017
  dependencies = [
4191
- "proc-macro2 1.0.69",
4192
- "quote 1.0.33",
4193
- "syn 1.0.109",
4018
+ "heck",
4019
+ "proc-macro2",
4020
+ "quote",
4021
+ "syn 2.0.38",
4194
4022
  ]
4195
4023
 
4196
4024
  [[package]]
4197
4025
  name = "pythonize"
4198
- version = "0.19.0"
4026
+ version = "0.20.0"
4199
4027
  source = "registry+https://github.com/rust-lang/crates.io-index"
4200
- checksum = "8e35b716d430ace57e2d1b4afb51c9e5b7c46d2bce72926e07f9be6a98ced03e"
4028
+ checksum = "ffd1c3ef39c725d63db5f9bc455461bafd80540cb7824c61afb823501921a850"
4201
4029
  dependencies = [
4202
4030
  "pyo3",
4203
4031
  "serde",
@@ -4215,22 +4043,13 @@ version = "2.0.1"
4215
4043
  source = "registry+https://github.com/rust-lang/crates.io-index"
4216
4044
  checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
4217
4045
 
4218
- [[package]]
4219
- name = "quote"
4220
- version = "0.6.13"
4221
- source = "registry+https://github.com/rust-lang/crates.io-index"
4222
- checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
4223
- dependencies = [
4224
- "proc-macro2 0.4.30",
4225
- ]
4226
-
4227
4046
  [[package]]
4228
4047
  name = "quote"
4229
4048
  version = "1.0.33"
4230
4049
  source = "registry+https://github.com/rust-lang/crates.io-index"
4231
4050
  checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
4232
4051
  dependencies = [
4233
- "proc-macro2 1.0.69",
4052
+ "proc-macro2",
4234
4053
  ]
4235
4054
 
4236
4055
  [[package]]
@@ -4247,7 +4066,7 @@ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
4247
4066
  dependencies = [
4248
4067
  "libc",
4249
4068
  "rand_chacha",
4250
- "rand_core 0.6.4",
4069
+ "rand_core",
4251
4070
  ]
4252
4071
 
4253
4072
  [[package]]
@@ -4257,16 +4076,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4257
4076
  checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
4258
4077
  dependencies = [
4259
4078
  "ppv-lite86",
4260
- "rand_core 0.6.4",
4261
- ]
4262
-
4263
- [[package]]
4264
- name = "rand_core"
4265
- version = "0.5.1"
4266
- source = "registry+https://github.com/rust-lang/crates.io-index"
4267
- checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
4268
- dependencies = [
4269
- "getrandom 0.1.16",
4079
+ "rand_core",
4270
4080
  ]
4271
4081
 
4272
4082
  [[package]]
@@ -4275,7 +4085,7 @@ version = "0.6.4"
4275
4085
  source = "registry+https://github.com/rust-lang/crates.io-index"
4276
4086
  checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
4277
4087
  dependencies = [
4278
- "getrandom 0.2.10",
4088
+ "getrandom",
4279
4089
  ]
4280
4090
 
4281
4091
  [[package]]
@@ -4328,7 +4138,7 @@ version = "0.4.3"
4328
4138
  source = "registry+https://github.com/rust-lang/crates.io-index"
4329
4139
  checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
4330
4140
  dependencies = [
4331
- "getrandom 0.2.10",
4141
+ "getrandom",
4332
4142
  "redox_syscall 0.2.16",
4333
4143
  "thiserror",
4334
4144
  ]
@@ -4451,17 +4261,6 @@ dependencies = [
4451
4261
  "num",
4452
4262
  ]
4453
4263
 
4454
- [[package]]
4455
- name = "rfc6979"
4456
- version = "0.3.1"
4457
- source = "registry+https://github.com/rust-lang/crates.io-index"
4458
- checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
4459
- dependencies = [
4460
- "crypto-bigint 0.4.9",
4461
- "hmac",
4462
- "zeroize",
4463
- ]
4464
-
4465
4264
  [[package]]
4466
4265
  name = "rfc6979"
4467
4266
  version = "0.4.0"
@@ -4490,19 +4289,33 @@ dependencies = [
4490
4289
  "cc",
4491
4290
  "libc",
4492
4291
  "once_cell",
4493
- "spin",
4494
- "untrusted",
4292
+ "spin 0.5.2",
4293
+ "untrusted 0.7.1",
4495
4294
  "web-sys",
4496
4295
  "winapi",
4497
4296
  ]
4498
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
+
4499
4312
  [[package]]
4500
4313
  name = "ripemd"
4501
4314
  version = "0.1.3"
4502
4315
  source = "registry+https://github.com/rust-lang/crates.io-index"
4503
4316
  checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f"
4504
4317
  dependencies = [
4505
- "digest 0.10.7",
4318
+ "digest",
4506
4319
  ]
4507
4320
 
4508
4321
  [[package]]
@@ -4516,21 +4329,20 @@ dependencies = [
4516
4329
 
4517
4330
  [[package]]
4518
4331
  name = "rsa"
4519
- version = "0.7.2"
4332
+ version = "0.9.5"
4520
4333
  source = "registry+https://github.com/rust-lang/crates.io-index"
4521
- checksum = "094052d5470cbcef561cb848a7209968c9f12dfa6d668f4bca048ac5de51099c"
4334
+ checksum = "af6c4b23d99685a1408194da11270ef8e9809aff951cc70ec9b17350b087e474"
4522
4335
  dependencies = [
4523
- "byteorder",
4524
- "digest 0.10.7",
4336
+ "const-oid",
4337
+ "digest",
4525
4338
  "num-bigint-dig",
4526
4339
  "num-integer",
4527
- "num-iter",
4528
4340
  "num-traits",
4529
4341
  "pkcs1",
4530
- "pkcs8 0.9.0",
4531
- "rand_core 0.6.4",
4532
- "signature 1.6.4",
4533
- "smallvec",
4342
+ "pkcs8",
4343
+ "rand_core",
4344
+ "signature",
4345
+ "spki",
4534
4346
  "subtle",
4535
4347
  "zeroize",
4536
4348
  ]
@@ -4555,8 +4367,8 @@ checksum = "d428f8247852f894ee1be110b375111b586d4fa431f6c46e64ba5a0dcccbe605"
4555
4367
  dependencies = [
4556
4368
  "cfg-if",
4557
4369
  "glob",
4558
- "proc-macro2 1.0.69",
4559
- "quote 1.0.33",
4370
+ "proc-macro2",
4371
+ "quote",
4560
4372
  "regex",
4561
4373
  "relative-path",
4562
4374
  "rustc_version 0.4.0",
@@ -4614,7 +4426,7 @@ version = "4.1.0"
4614
4426
  source = "registry+https://github.com/rust-lang/crates.io-index"
4615
4427
  checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
4616
4428
  dependencies = [
4617
- "nom",
4429
+ "nom 7.1.3",
4618
4430
  ]
4619
4431
 
4620
4432
  [[package]]
@@ -4632,12 +4444,12 @@ dependencies = [
4632
4444
 
4633
4445
  [[package]]
4634
4446
  name = "rustls"
4635
- version = "0.21.7"
4447
+ version = "0.21.9"
4636
4448
  source = "registry+https://github.com/rust-lang/crates.io-index"
4637
- checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8"
4449
+ checksum = "629648aced5775d558af50b2b4c7b02983a04b312126d45eeead26e7caa498b9"
4638
4450
  dependencies = [
4639
4451
  "log",
4640
- "ring",
4452
+ "ring 0.17.6",
4641
4453
  "rustls-webpki",
4642
4454
  "sct",
4643
4455
  ]
@@ -4663,14 +4475,25 @@ dependencies = [
4663
4475
  "base64 0.21.4",
4664
4476
  ]
4665
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
+
4666
4489
  [[package]]
4667
4490
  name = "rustls-webpki"
4668
- version = "0.101.6"
4491
+ version = "0.101.7"
4669
4492
  source = "registry+https://github.com/rust-lang/crates.io-index"
4670
- checksum = "3c7d5dece342910d9ba34d259310cae3e0154b873b35408b787b59bce53d34fe"
4493
+ checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
4671
4494
  dependencies = [
4672
- "ring",
4673
- "untrusted",
4495
+ "ring 0.17.6",
4496
+ "untrusted 0.9.0",
4674
4497
  ]
4675
4498
 
4676
4499
  [[package]]
@@ -4707,6 +4530,16 @@ version = "1.0.0"
4707
4530
  source = "registry+https://github.com/rust-lang/crates.io-index"
4708
4531
  checksum = "4950d85bc52415f8432144c97c4791bd0c4f7954de32a7270ee9cccd3c22b12b"
4709
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
+
4710
4543
  [[package]]
4711
4544
  name = "salsa20"
4712
4545
  version = "0.10.2"
@@ -4764,22 +4597,8 @@ version = "0.7.0"
4764
4597
  source = "registry+https://github.com/rust-lang/crates.io-index"
4765
4598
  checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
4766
4599
  dependencies = [
4767
- "ring",
4768
- "untrusted",
4769
- ]
4770
-
4771
- [[package]]
4772
- name = "sec1"
4773
- version = "0.3.0"
4774
- source = "registry+https://github.com/rust-lang/crates.io-index"
4775
- checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
4776
- dependencies = [
4777
- "base16ct 0.1.1",
4778
- "der 0.6.1",
4779
- "generic-array 0.14.7",
4780
- "pkcs8 0.9.0",
4781
- "subtle",
4782
- "zeroize",
4600
+ "ring 0.16.20",
4601
+ "untrusted 0.7.1",
4783
4602
  ]
4784
4603
 
4785
4604
  [[package]]
@@ -4788,33 +4607,14 @@ version = "0.7.3"
4788
4607
  source = "registry+https://github.com/rust-lang/crates.io-index"
4789
4608
  checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
4790
4609
  dependencies = [
4791
- "base16ct 0.2.0",
4792
- "der 0.7.8",
4793
- "generic-array 0.14.7",
4794
- "pkcs8 0.10.2",
4610
+ "base16ct",
4611
+ "der",
4612
+ "generic-array",
4613
+ "pkcs8",
4795
4614
  "subtle",
4796
4615
  "zeroize",
4797
4616
  ]
4798
4617
 
4799
- [[package]]
4800
- name = "secp256k1"
4801
- version = "0.27.0"
4802
- source = "registry+https://github.com/rust-lang/crates.io-index"
4803
- checksum = "25996b82292a7a57ed3508f052cfff8640d38d32018784acd714758b43da9c8f"
4804
- dependencies = [
4805
- "rand",
4806
- "secp256k1-sys",
4807
- ]
4808
-
4809
- [[package]]
4810
- name = "secp256k1-sys"
4811
- version = "0.8.1"
4812
- source = "registry+https://github.com/rust-lang/crates.io-index"
4813
- checksum = "70a129b9e9efbfb223753b9163c4ab3b13cff7fd9c7f010fbac25ab4099fa07e"
4814
- dependencies = [
4815
- "cc",
4816
- ]
4817
-
4818
4618
  [[package]]
4819
4619
  name = "security-framework"
4820
4620
  version = "2.9.2"
@@ -4893,8 +4693,8 @@ version = "1.0.188"
4893
4693
  source = "registry+https://github.com/rust-lang/crates.io-index"
4894
4694
  checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
4895
4695
  dependencies = [
4896
- "proc-macro2 1.0.69",
4897
- "quote 1.0.33",
4696
+ "proc-macro2",
4697
+ "quote",
4898
4698
  "syn 2.0.38",
4899
4699
  ]
4900
4700
 
@@ -4924,15 +4724,14 @@ dependencies = [
4924
4724
 
4925
4725
  [[package]]
4926
4726
  name = "serde_v8"
4927
- version = "0.131.0"
4727
+ version = "0.141.0"
4928
4728
  source = "registry+https://github.com/rust-lang/crates.io-index"
4929
- checksum = "38cafa16d0a4288d75925351bb54d06d2e830118ad3fad393947bb11f91b18f3"
4729
+ checksum = "bc689cb316d67b200e9f7449ce76cceb7e483e0f828d1a9c3d057c4367b6c26e"
4930
4730
  dependencies = [
4931
4731
  "bytes",
4932
4732
  "derive_more",
4933
4733
  "num-bigint",
4934
4734
  "serde",
4935
- "serde_bytes",
4936
4735
  "smallvec",
4937
4736
  "thiserror",
4938
4737
  "v8",
@@ -4946,7 +4745,7 @@ checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
4946
4745
  dependencies = [
4947
4746
  "cfg-if",
4948
4747
  "cpufeatures",
4949
- "digest 0.10.7",
4748
+ "digest",
4950
4749
  ]
4951
4750
 
4952
4751
  [[package]]
@@ -4957,7 +4756,7 @@ checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
4957
4756
  dependencies = [
4958
4757
  "cfg-if",
4959
4758
  "cpufeatures",
4960
- "digest 0.10.7",
4759
+ "digest",
4961
4760
  ]
4962
4761
 
4963
4762
  [[package]]
@@ -4968,7 +4767,7 @@ checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
4968
4767
  dependencies = [
4969
4768
  "cfg-if",
4970
4769
  "cpufeatures",
4971
- "digest 0.10.7",
4770
+ "digest",
4972
4771
  ]
4973
4772
 
4974
4773
  [[package]]
@@ -4989,24 +4788,14 @@ dependencies = [
4989
4788
  "libc",
4990
4789
  ]
4991
4790
 
4992
- [[package]]
4993
- name = "signature"
4994
- version = "1.6.4"
4995
- source = "registry+https://github.com/rust-lang/crates.io-index"
4996
- checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
4997
- dependencies = [
4998
- "digest 0.10.7",
4999
- "rand_core 0.6.4",
5000
- ]
5001
-
5002
4791
  [[package]]
5003
4792
  name = "signature"
5004
4793
  version = "2.1.0"
5005
4794
  source = "registry+https://github.com/rust-lang/crates.io-index"
5006
4795
  checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"
5007
4796
  dependencies = [
5008
- "digest 0.10.7",
5009
- "rand_core 0.6.4",
4797
+ "digest",
4798
+ "rand_core",
5010
4799
  ]
5011
4800
 
5012
4801
  [[package]]
@@ -5089,9 +4878,9 @@ dependencies = [
5089
4878
 
5090
4879
  [[package]]
5091
4880
  name = "socket2"
5092
- version = "0.5.4"
4881
+ version = "0.5.5"
5093
4882
  source = "registry+https://github.com/rust-lang/crates.io-index"
5094
- checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"
4883
+ checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
5095
4884
  dependencies = [
5096
4885
  "libc",
5097
4886
  "windows-sys",
@@ -5136,14 +4925,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
5136
4925
  checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
5137
4926
 
5138
4927
  [[package]]
5139
- name = "spki"
5140
- version = "0.6.0"
4928
+ name = "spin"
4929
+ version = "0.9.8"
5141
4930
  source = "registry+https://github.com/rust-lang/crates.io-index"
5142
- checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
5143
- dependencies = [
5144
- "base64ct",
5145
- "der 0.6.1",
5146
- ]
4931
+ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
5147
4932
 
5148
4933
  [[package]]
5149
4934
  name = "spki"
@@ -5152,15 +4937,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
5152
4937
  checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"
5153
4938
  dependencies = [
5154
4939
  "base64ct",
5155
- "der 0.7.8",
4940
+ "der",
5156
4941
  ]
5157
4942
 
5158
- [[package]]
5159
- name = "stable_deref_trait"
5160
- version = "1.2.0"
5161
- source = "registry+https://github.com/rust-lang/crates.io-index"
5162
- checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
5163
-
5164
4943
  [[package]]
5165
4944
  name = "stacker"
5166
4945
  version = "0.1.15"
@@ -5189,32 +4968,6 @@ dependencies = [
5189
4968
  "float-cmp",
5190
4969
  ]
5191
4970
 
5192
- [[package]]
5193
- name = "string_cache"
5194
- version = "0.8.7"
5195
- source = "registry+https://github.com/rust-lang/crates.io-index"
5196
- checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
5197
- dependencies = [
5198
- "new_debug_unreachable",
5199
- "once_cell",
5200
- "parking_lot 0.12.1",
5201
- "phf_shared",
5202
- "precomputed-hash",
5203
- "serde",
5204
- ]
5205
-
5206
- [[package]]
5207
- name = "string_cache_codegen"
5208
- version = "0.5.2"
5209
- source = "registry+https://github.com/rust-lang/crates.io-index"
5210
- checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
5211
- dependencies = [
5212
- "phf_generator",
5213
- "phf_shared",
5214
- "proc-macro2 1.0.69",
5215
- "quote 1.0.33",
5216
- ]
5217
-
5218
4971
  [[package]]
5219
4972
  name = "string_enum"
5220
4973
  version = "0.4.1"
@@ -5222,8 +4975,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
5222
4975
  checksum = "8fa4d4f81d7c05b9161f8de839975d3326328b8ba2831164b465524cc2f55252"
5223
4976
  dependencies = [
5224
4977
  "pmutil",
5225
- "proc-macro2 1.0.69",
5226
- "quote 1.0.33",
4978
+ "proc-macro2",
4979
+ "quote",
5227
4980
  "swc_macros_common",
5228
4981
  "syn 2.0.38",
5229
4982
  ]
@@ -5250,8 +5003,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
5250
5003
  checksum = "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059"
5251
5004
  dependencies = [
5252
5005
  "heck",
5253
- "proc-macro2 1.0.69",
5254
- "quote 1.0.33",
5006
+ "proc-macro2",
5007
+ "quote",
5255
5008
  "rustversion",
5256
5009
  "syn 2.0.38",
5257
5010
  ]
@@ -5270,12 +5023,13 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
5270
5023
 
5271
5024
  [[package]]
5272
5025
  name = "svg2pdf"
5273
- version = "0.9.0"
5026
+ version = "0.9.1"
5274
5027
  source = "registry+https://github.com/rust-lang/crates.io-index"
5275
- checksum = "363c5346967da04bf3ebb3d8bafa7f52c53c810167047904df1960eac3fc08b7"
5028
+ checksum = "a81da66842e426278f20062cd249779565e13f9ab4bfe0ac9e94eb476bc3a0f3"
5276
5029
  dependencies = [
5277
5030
  "image",
5278
5031
  "miniz_oxide",
5032
+ "once_cell",
5279
5033
  "pdf-writer",
5280
5034
  "usvg",
5281
5035
  ]
@@ -5292,37 +5046,21 @@ dependencies = [
5292
5046
 
5293
5047
  [[package]]
5294
5048
  name = "swc_atoms"
5295
- version = "0.5.9"
5296
- source = "registry+https://github.com/rust-lang/crates.io-index"
5297
- checksum = "9f54563d7dcba626d4acfe14ed12def7ecc28e004debe3ecd2c3ee07cc47e449"
5298
- dependencies = [
5299
- "once_cell",
5300
- "rustc-hash",
5301
- "serde",
5302
- "string_cache",
5303
- "string_cache_codegen",
5304
- "triomphe",
5305
- ]
5306
-
5307
- [[package]]
5308
- name = "swc_atoms"
5309
- version = "0.6.0"
5049
+ version = "0.6.4"
5310
5050
  source = "registry+https://github.com/rust-lang/crates.io-index"
5311
- checksum = "ebf7a12229f0c0efb654a6a0f8cbfd94fbd320a57c764857a82d8abe9342b450"
5051
+ checksum = "b8a9e1b6d97f27b6abe5571f8fe3bdbd2fa987299fc2126450c7cde6214896ef"
5312
5052
  dependencies = [
5053
+ "hstr",
5313
5054
  "once_cell",
5314
5055
  "rustc-hash",
5315
5056
  "serde",
5316
- "string_cache",
5317
- "string_cache_codegen",
5318
- "triomphe",
5319
5057
  ]
5320
5058
 
5321
5059
  [[package]]
5322
5060
  name = "swc_bundler"
5323
- version = "0.222.13"
5061
+ version = "0.222.62"
5324
5062
  source = "registry+https://github.com/rust-lang/crates.io-index"
5325
- checksum = "aaf08a312740da9aa47c211db099d05f446db6e9050d2cde91ba79f35f024a60"
5063
+ checksum = "7dc457de4306480ef5f2b54aa23f8d93ff476991de6e1db453bc94c56af732b0"
5326
5064
  dependencies = [
5327
5065
  "anyhow",
5328
5066
  "crc",
@@ -5333,16 +5071,16 @@ dependencies = [
5333
5071
  "petgraph",
5334
5072
  "radix_fmt",
5335
5073
  "relative-path",
5336
- "swc_atoms 0.6.0",
5337
- "swc_common 0.33.0",
5338
- "swc_ecma_ast 0.110.0",
5339
- "swc_ecma_codegen 0.146.3",
5340
- "swc_ecma_loader 0.45.0",
5341
- "swc_ecma_parser 0.141.3",
5342
- "swc_ecma_transforms_base 0.134.8",
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",
5343
5081
  "swc_ecma_transforms_optimization",
5344
- "swc_ecma_utils 0.124.7",
5345
- "swc_ecma_visit 0.96.0",
5082
+ "swc_ecma_utils",
5083
+ "swc_ecma_visit",
5346
5084
  "swc_fast_graph",
5347
5085
  "swc_graph_analyzer",
5348
5086
  "tracing",
@@ -5350,36 +5088,9 @@ dependencies = [
5350
5088
 
5351
5089
  [[package]]
5352
5090
  name = "swc_common"
5353
- version = "0.32.0"
5354
- source = "registry+https://github.com/rust-lang/crates.io-index"
5355
- checksum = "39cb7fcd56655c8ae7dcf2344f0be6cbff4d9c7cb401fe3ec8e56e1de8dfe582"
5356
- dependencies = [
5357
- "ast_node",
5358
- "better_scoped_tls",
5359
- "cfg-if",
5360
- "either",
5361
- "from_variant",
5362
- "new_debug_unreachable",
5363
- "num-bigint",
5364
- "once_cell",
5365
- "rustc-hash",
5366
- "serde",
5367
- "siphasher 0.3.11",
5368
- "sourcemap 6.4.1",
5369
- "string_cache",
5370
- "swc_atoms 0.5.9",
5371
- "swc_eq_ignore_macros",
5372
- "swc_visit",
5373
- "tracing",
5374
- "unicode-width",
5375
- "url",
5376
- ]
5377
-
5378
- [[package]]
5379
- name = "swc_common"
5380
- version = "0.33.0"
5091
+ version = "0.33.9"
5381
5092
  source = "registry+https://github.com/rust-lang/crates.io-index"
5382
- checksum = "490e199e25d2aa3fbef675524fa81408651f4e7178b51110470ddd1b3e3bbe75"
5093
+ checksum = "5ccb656cd57c93614e4e8b33a60e75ca095383565c1a8d2bbe6a1103942831e0"
5383
5094
  dependencies = [
5384
5095
  "ast_node",
5385
5096
  "better_scoped_tls",
@@ -5393,8 +5104,7 @@ dependencies = [
5393
5104
  "serde",
5394
5105
  "siphasher 0.3.11",
5395
5106
  "sourcemap 6.4.1",
5396
- "string_cache",
5397
- "swc_atoms 0.6.0",
5107
+ "swc_atoms",
5398
5108
  "swc_eq_ignore_macros",
5399
5109
  "swc_visit",
5400
5110
  "tracing",
@@ -5421,51 +5131,35 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
5421
5131
  checksum = "e5b5aaca9a0082be4515f0fbbecc191bf5829cd25b5b9c0a2810f6a2bb0d6829"
5422
5132
  dependencies = [
5423
5133
  "pmutil",
5424
- "proc-macro2 1.0.69",
5425
- "quote 1.0.33",
5134
+ "proc-macro2",
5135
+ "quote",
5426
5136
  "swc_macros_common",
5427
5137
  "syn 2.0.38",
5428
5138
  ]
5429
5139
 
5430
5140
  [[package]]
5431
5141
  name = "swc_ecma_ast"
5432
- version = "0.109.0"
5433
- source = "registry+https://github.com/rust-lang/crates.io-index"
5434
- checksum = "7bc2286cedd688a68f214faa1c19bb5cceab7c9c54d0cbe3273e4c1704e38f69"
5435
- dependencies = [
5436
- "bitflags 2.4.0",
5437
- "is-macro",
5438
- "num-bigint",
5439
- "scoped-tls",
5440
- "serde",
5441
- "string_enum",
5442
- "swc_atoms 0.5.9",
5443
- "swc_common 0.32.0",
5444
- "unicode-id",
5445
- ]
5446
-
5447
- [[package]]
5448
- name = "swc_ecma_ast"
5449
- version = "0.110.0"
5142
+ version = "0.110.10"
5450
5143
  source = "registry+https://github.com/rust-lang/crates.io-index"
5451
- checksum = "5cbbf9918976a7e7fbdb4f76fe659d08e291a8b56b524b424183fc67d1189679"
5144
+ checksum = "2c3d416121da2d56bcbd1b1623725a68890af4552fef0c6d1e4bfa92776ccd6a"
5452
5145
  dependencies = [
5453
5146
  "bitflags 2.4.0",
5454
5147
  "is-macro",
5455
5148
  "num-bigint",
5149
+ "phf",
5456
5150
  "scoped-tls",
5457
5151
  "serde",
5458
5152
  "string_enum",
5459
- "swc_atoms 0.6.0",
5460
- "swc_common 0.33.0",
5153
+ "swc_atoms",
5154
+ "swc_common",
5461
5155
  "unicode-id",
5462
5156
  ]
5463
5157
 
5464
5158
  [[package]]
5465
5159
  name = "swc_ecma_codegen"
5466
- version = "0.144.1"
5160
+ version = "0.146.32"
5467
5161
  source = "registry+https://github.com/rust-lang/crates.io-index"
5468
- checksum = "8e62ba2c0ed1f119fc1a76542d007f1b2c12854d54dea15f5491363227debe11"
5162
+ checksum = "7b7b37ef40385cc2e294ece3d42048dcda6392838724dd5f02ff8da3fa105271"
5469
5163
  dependencies = [
5470
5164
  "memchr",
5471
5165
  "num-bigint",
@@ -5473,28 +5167,9 @@ dependencies = [
5473
5167
  "rustc-hash",
5474
5168
  "serde",
5475
5169
  "sourcemap 6.4.1",
5476
- "swc_atoms 0.5.9",
5477
- "swc_common 0.32.0",
5478
- "swc_ecma_ast 0.109.0",
5479
- "swc_ecma_codegen_macros",
5480
- "tracing",
5481
- ]
5482
-
5483
- [[package]]
5484
- name = "swc_ecma_codegen"
5485
- version = "0.146.3"
5486
- source = "registry+https://github.com/rust-lang/crates.io-index"
5487
- checksum = "063562340cb1f928babd78951a0aa3d42feec8b8693c7a4db2b07b7d9e838659"
5488
- dependencies = [
5489
- "memchr",
5490
- "num-bigint",
5491
- "once_cell",
5492
- "rustc-hash",
5493
- "serde",
5494
- "sourcemap 6.4.1",
5495
- "swc_atoms 0.6.0",
5496
- "swc_common 0.33.0",
5497
- "swc_ecma_ast 0.110.0",
5170
+ "swc_atoms",
5171
+ "swc_common",
5172
+ "swc_ecma_ast",
5498
5173
  "swc_ecma_codegen_macros",
5499
5174
  "tracing",
5500
5175
  ]
@@ -5506,118 +5181,52 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
5506
5181
  checksum = "dcdff076dccca6cc6a0e0b2a2c8acfb066014382bc6df98ec99e755484814384"
5507
5182
  dependencies = [
5508
5183
  "pmutil",
5509
- "proc-macro2 1.0.69",
5510
- "quote 1.0.33",
5184
+ "proc-macro2",
5185
+ "quote",
5511
5186
  "swc_macros_common",
5512
5187
  "syn 2.0.38",
5513
5188
  ]
5514
5189
 
5515
- [[package]]
5516
- name = "swc_ecma_dep_graph"
5517
- version = "0.113.3"
5518
- source = "registry+https://github.com/rust-lang/crates.io-index"
5519
- checksum = "f3281df0c205727acf3584339533f093706205c9996e04964825625c932672db"
5520
- dependencies = [
5521
- "swc_atoms 0.6.0",
5522
- "swc_common 0.33.0",
5523
- "swc_ecma_ast 0.110.0",
5524
- "swc_ecma_visit 0.96.0",
5525
- ]
5526
-
5527
- [[package]]
5528
- name = "swc_ecma_loader"
5529
- version = "0.44.2"
5530
- source = "registry+https://github.com/rust-lang/crates.io-index"
5531
- checksum = "e7d7c322462657ae27ac090a2c89f7e456c94416284a2f5ecf66c43a6a3c19d1"
5532
- dependencies = [
5533
- "anyhow",
5534
- "pathdiff",
5535
- "serde",
5536
- "swc_common 0.32.0",
5537
- "tracing",
5538
- ]
5539
-
5540
5190
  [[package]]
5541
5191
  name = "swc_ecma_loader"
5542
- version = "0.45.0"
5192
+ version = "0.45.10"
5543
5193
  source = "registry+https://github.com/rust-lang/crates.io-index"
5544
- checksum = "a7fe06d942fe20a5a81cc14f4a53e64a5efdc851fa895a869224b2d41df73276"
5194
+ checksum = "31cf7549feec3698d0110a0a71ae547f31ae272dc92db3285ce126d6dcbdadf3"
5545
5195
  dependencies = [
5546
5196
  "anyhow",
5547
5197
  "pathdiff",
5548
5198
  "serde",
5549
- "swc_common 0.33.0",
5550
- "tracing",
5551
- ]
5552
-
5553
- [[package]]
5554
- name = "swc_ecma_parser"
5555
- version = "0.139.0"
5556
- source = "registry+https://github.com/rust-lang/crates.io-index"
5557
- checksum = "3eab46cb863bc5cd61535464e07e5b74d5f792fa26a27b9f6fd4c8daca9903b7"
5558
- dependencies = [
5559
- "either",
5560
- "num-bigint",
5561
- "num-traits",
5562
- "serde",
5563
- "smallvec",
5564
- "smartstring",
5565
- "stacker",
5566
- "swc_atoms 0.5.9",
5567
- "swc_common 0.32.0",
5568
- "swc_ecma_ast 0.109.0",
5199
+ "swc_common",
5569
5200
  "tracing",
5570
- "typed-arena",
5571
5201
  ]
5572
5202
 
5573
5203
  [[package]]
5574
5204
  name = "swc_ecma_parser"
5575
- version = "0.141.3"
5205
+ version = "0.141.26"
5576
5206
  source = "registry+https://github.com/rust-lang/crates.io-index"
5577
- checksum = "1a23445c5da841d4a5859b4e3a9cee0eb7c09a7b6fb0c0cc7eda2616b1204b12"
5207
+ checksum = "9590deff1b29aafbff8901b9d38d00211393f6b17b5cab878562db89a8966d88"
5578
5208
  dependencies = [
5579
5209
  "either",
5210
+ "new_debug_unreachable",
5580
5211
  "num-bigint",
5581
5212
  "num-traits",
5213
+ "phf",
5582
5214
  "serde",
5583
5215
  "smallvec",
5584
5216
  "smartstring",
5585
5217
  "stacker",
5586
- "swc_atoms 0.6.0",
5587
- "swc_common 0.33.0",
5588
- "swc_ecma_ast 0.110.0",
5218
+ "swc_atoms",
5219
+ "swc_common",
5220
+ "swc_ecma_ast",
5589
5221
  "tracing",
5590
5222
  "typed-arena",
5591
5223
  ]
5592
5224
 
5593
5225
  [[package]]
5594
5226
  name = "swc_ecma_transforms_base"
5595
- version = "0.132.2"
5596
- source = "registry+https://github.com/rust-lang/crates.io-index"
5597
- checksum = "01ffd4a8149052bfc1ec1832fcbe04f317846ce635a49ec438df33b06db27d26"
5598
- dependencies = [
5599
- "better_scoped_tls",
5600
- "bitflags 2.4.0",
5601
- "indexmap 1.9.3",
5602
- "once_cell",
5603
- "phf",
5604
- "rustc-hash",
5605
- "serde",
5606
- "smallvec",
5607
- "swc_atoms 0.5.9",
5608
- "swc_common 0.32.0",
5609
- "swc_ecma_ast 0.109.0",
5610
- "swc_ecma_parser 0.139.0",
5611
- "swc_ecma_utils 0.122.0",
5612
- "swc_ecma_visit 0.95.0",
5613
- "tracing",
5614
- ]
5615
-
5616
- [[package]]
5617
- name = "swc_ecma_transforms_base"
5618
- version = "0.134.8"
5227
+ version = "0.134.42"
5619
5228
  source = "registry+https://github.com/rust-lang/crates.io-index"
5620
- checksum = "5a47ed8caf6d1c435e9e00bde780b1d449a2050b2689ff109fadeb30e3ffdefd"
5229
+ checksum = "d74ca42a400257d8563624122813c1849c3d87e7abe3b9b2ed7514c76f64ad2f"
5621
5230
  dependencies = [
5622
5231
  "better_scoped_tls",
5623
5232
  "bitflags 2.4.0",
@@ -5627,41 +5236,27 @@ dependencies = [
5627
5236
  "rustc-hash",
5628
5237
  "serde",
5629
5238
  "smallvec",
5630
- "swc_atoms 0.6.0",
5631
- "swc_common 0.33.0",
5632
- "swc_ecma_ast 0.110.0",
5633
- "swc_ecma_parser 0.141.3",
5634
- "swc_ecma_utils 0.124.7",
5635
- "swc_ecma_visit 0.96.0",
5239
+ "swc_atoms",
5240
+ "swc_common",
5241
+ "swc_ecma_ast",
5242
+ "swc_ecma_parser",
5243
+ "swc_ecma_utils",
5244
+ "swc_ecma_visit",
5636
5245
  "tracing",
5637
5246
  ]
5638
5247
 
5639
5248
  [[package]]
5640
5249
  name = "swc_ecma_transforms_classes"
5641
- version = "0.121.2"
5642
- source = "registry+https://github.com/rust-lang/crates.io-index"
5643
- checksum = "f4b7fee0e2c6f12456d2aefb2418f2f26529b995945d493e1dce35a5a22584fc"
5644
- dependencies = [
5645
- "swc_atoms 0.5.9",
5646
- "swc_common 0.32.0",
5647
- "swc_ecma_ast 0.109.0",
5648
- "swc_ecma_transforms_base 0.132.2",
5649
- "swc_ecma_utils 0.122.0",
5650
- "swc_ecma_visit 0.95.0",
5651
- ]
5652
-
5653
- [[package]]
5654
- name = "swc_ecma_transforms_classes"
5655
- version = "0.123.8"
5250
+ version = "0.123.43"
5656
5251
  source = "registry+https://github.com/rust-lang/crates.io-index"
5657
- checksum = "95df25cfcc0429c2ea11d7c74082d587e09df9704e6ad1dfbfc14386cb421106"
5252
+ checksum = "7e68880cf7d65b93e0446b3ee079f33d94e0eddac922f75b736a6ea7669517c0"
5658
5253
  dependencies = [
5659
- "swc_atoms 0.6.0",
5660
- "swc_common 0.33.0",
5661
- "swc_ecma_ast 0.110.0",
5662
- "swc_ecma_transforms_base 0.134.8",
5663
- "swc_ecma_utils 0.124.7",
5664
- "swc_ecma_visit 0.96.0",
5254
+ "swc_atoms",
5255
+ "swc_common",
5256
+ "swc_ecma_ast",
5257
+ "swc_ecma_transforms_base",
5258
+ "swc_ecma_utils",
5259
+ "swc_ecma_visit",
5665
5260
  ]
5666
5261
 
5667
5262
  [[package]]
@@ -5671,17 +5266,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
5671
5266
  checksum = "8188eab297da773836ef5cf2af03ee5cca7a563e1be4b146f8141452c28cc690"
5672
5267
  dependencies = [
5673
5268
  "pmutil",
5674
- "proc-macro2 1.0.69",
5675
- "quote 1.0.33",
5269
+ "proc-macro2",
5270
+ "quote",
5676
5271
  "swc_macros_common",
5677
5272
  "syn 2.0.38",
5678
5273
  ]
5679
5274
 
5680
5275
  [[package]]
5681
5276
  name = "swc_ecma_transforms_optimization"
5682
- version = "0.195.8"
5277
+ version = "0.195.54"
5683
5278
  source = "registry+https://github.com/rust-lang/crates.io-index"
5684
- checksum = "f63859bfb30259360411c507d87e4eb5ad322fc5ff18c190ee316042715edc96"
5279
+ checksum = "808ae9b4a291d73adf36d543f07d5a64a5c121a72c5d5f66898415d1b396b1d1"
5685
5280
  dependencies = [
5686
5281
  "dashmap",
5687
5282
  "indexmap 1.9.3",
@@ -5689,87 +5284,43 @@ dependencies = [
5689
5284
  "petgraph",
5690
5285
  "rustc-hash",
5691
5286
  "serde_json",
5692
- "swc_atoms 0.6.0",
5693
- "swc_common 0.33.0",
5694
- "swc_ecma_ast 0.110.0",
5695
- "swc_ecma_parser 0.141.3",
5696
- "swc_ecma_transforms_base 0.134.8",
5287
+ "swc_atoms",
5288
+ "swc_common",
5289
+ "swc_ecma_ast",
5290
+ "swc_ecma_parser",
5291
+ "swc_ecma_transforms_base",
5697
5292
  "swc_ecma_transforms_macros",
5698
- "swc_ecma_utils 0.124.7",
5699
- "swc_ecma_visit 0.96.0",
5293
+ "swc_ecma_utils",
5294
+ "swc_ecma_visit",
5700
5295
  "swc_fast_graph",
5701
5296
  "tracing",
5702
5297
  ]
5703
5298
 
5704
5299
  [[package]]
5705
5300
  name = "swc_ecma_transforms_proposal"
5706
- version = "0.166.3"
5707
- source = "registry+https://github.com/rust-lang/crates.io-index"
5708
- checksum = "122fd9a69f464694edefbf9c59106b3c15e5cc8cb8575a97836e4fb79018e98f"
5709
- dependencies = [
5710
- "either",
5711
- "rustc-hash",
5712
- "serde",
5713
- "smallvec",
5714
- "swc_atoms 0.5.9",
5715
- "swc_common 0.32.0",
5716
- "swc_ecma_ast 0.109.0",
5717
- "swc_ecma_transforms_base 0.132.2",
5718
- "swc_ecma_transforms_classes 0.121.2",
5719
- "swc_ecma_transforms_macros",
5720
- "swc_ecma_utils 0.122.0",
5721
- "swc_ecma_visit 0.95.0",
5722
- ]
5723
-
5724
- [[package]]
5725
- name = "swc_ecma_transforms_proposal"
5726
- version = "0.168.12"
5301
+ version = "0.168.52"
5727
5302
  source = "registry+https://github.com/rust-lang/crates.io-index"
5728
- checksum = "d5b084515f9a4ced2637dcbb55897c99c0a6e48089eeb94be7806b35d3646264"
5303
+ checksum = "c17e1f409e026be953fabb327923ebc5fdc7c664bcac036b76107834798640ed"
5729
5304
  dependencies = [
5730
5305
  "either",
5731
5306
  "rustc-hash",
5732
5307
  "serde",
5733
5308
  "smallvec",
5734
- "swc_atoms 0.6.0",
5735
- "swc_common 0.33.0",
5736
- "swc_ecma_ast 0.110.0",
5737
- "swc_ecma_transforms_base 0.134.8",
5738
- "swc_ecma_transforms_classes 0.123.8",
5739
- "swc_ecma_transforms_macros",
5740
- "swc_ecma_utils 0.124.7",
5741
- "swc_ecma_visit 0.96.0",
5742
- ]
5743
-
5744
- [[package]]
5745
- name = "swc_ecma_transforms_react"
5746
- version = "0.178.3"
5747
- source = "registry+https://github.com/rust-lang/crates.io-index"
5748
- checksum = "675b5c755b0448268830e85e59429095d3423c0ce4a850b209c6f0eeab069f63"
5749
- dependencies = [
5750
- "base64 0.13.1",
5751
- "dashmap",
5752
- "indexmap 1.9.3",
5753
- "once_cell",
5754
- "serde",
5755
- "sha-1",
5756
- "string_enum",
5757
- "swc_atoms 0.5.9",
5758
- "swc_common 0.32.0",
5759
- "swc_config",
5760
- "swc_ecma_ast 0.109.0",
5761
- "swc_ecma_parser 0.139.0",
5762
- "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",
5763
5314
  "swc_ecma_transforms_macros",
5764
- "swc_ecma_utils 0.122.0",
5765
- "swc_ecma_visit 0.95.0",
5315
+ "swc_ecma_utils",
5316
+ "swc_ecma_visit",
5766
5317
  ]
5767
5318
 
5768
5319
  [[package]]
5769
5320
  name = "swc_ecma_transforms_react"
5770
- version = "0.180.11"
5321
+ version = "0.180.52"
5771
5322
  source = "registry+https://github.com/rust-lang/crates.io-index"
5772
- checksum = "2aa0a0c071551b412034c9c3d8164f8aeae3ade2cf673877f8b9176c0b7c66ed"
5323
+ checksum = "9fa7f368a80f28eeaa0f529cff6fb5d7578ef10a60be25bfd2582cb3f8ff5c9e"
5773
5324
  dependencies = [
5774
5325
  "base64 0.13.1",
5775
5326
  "dashmap",
@@ -5778,110 +5329,62 @@ dependencies = [
5778
5329
  "serde",
5779
5330
  "sha-1",
5780
5331
  "string_enum",
5781
- "swc_atoms 0.6.0",
5782
- "swc_common 0.33.0",
5332
+ "swc_atoms",
5333
+ "swc_common",
5783
5334
  "swc_config",
5784
- "swc_ecma_ast 0.110.0",
5785
- "swc_ecma_parser 0.141.3",
5786
- "swc_ecma_transforms_base 0.134.8",
5335
+ "swc_ecma_ast",
5336
+ "swc_ecma_parser",
5337
+ "swc_ecma_transforms_base",
5787
5338
  "swc_ecma_transforms_macros",
5788
- "swc_ecma_utils 0.124.7",
5789
- "swc_ecma_visit 0.96.0",
5790
- ]
5791
-
5792
- [[package]]
5793
- name = "swc_ecma_transforms_typescript"
5794
- version = "0.182.3"
5795
- source = "registry+https://github.com/rust-lang/crates.io-index"
5796
- checksum = "4eba97b1ea71739fcf278aedad4677a3cacb52288a3f3566191b70d16a889de6"
5797
- dependencies = [
5798
- "serde",
5799
- "swc_atoms 0.5.9",
5800
- "swc_common 0.32.0",
5801
- "swc_ecma_ast 0.109.0",
5802
- "swc_ecma_transforms_base 0.132.2",
5803
- "swc_ecma_transforms_react 0.178.3",
5804
- "swc_ecma_utils 0.122.0",
5805
- "swc_ecma_visit 0.95.0",
5339
+ "swc_ecma_utils",
5340
+ "swc_ecma_visit",
5806
5341
  ]
5807
5342
 
5808
5343
  [[package]]
5809
5344
  name = "swc_ecma_transforms_typescript"
5810
- version = "0.185.8"
5345
+ version = "0.185.52"
5811
5346
  source = "registry+https://github.com/rust-lang/crates.io-index"
5812
- checksum = "5c40f2e9444f793693400a3114b947a358da8d52eb8ff1b76ffcbd8068e853e0"
5347
+ checksum = "daa2950c85abb4d555e092503ad2fa4f6dec0ee36a719273fb7a7bb29ead9ab6"
5813
5348
  dependencies = [
5814
5349
  "ryu-js",
5815
5350
  "serde",
5816
- "swc_atoms 0.6.0",
5817
- "swc_common 0.33.0",
5818
- "swc_ecma_ast 0.110.0",
5819
- "swc_ecma_transforms_base 0.134.8",
5820
- "swc_ecma_transforms_react 0.180.11",
5821
- "swc_ecma_utils 0.124.7",
5822
- "swc_ecma_visit 0.96.0",
5823
- ]
5824
-
5825
- [[package]]
5826
- name = "swc_ecma_utils"
5827
- version = "0.122.0"
5828
- source = "registry+https://github.com/rust-lang/crates.io-index"
5829
- checksum = "11006a3398ffd4693c4d3b0a1b1a5030edbdc04228159f5301120a6178144708"
5830
- dependencies = [
5831
- "indexmap 1.9.3",
5832
- "num_cpus",
5833
- "once_cell",
5834
- "rustc-hash",
5835
- "swc_atoms 0.5.9",
5836
- "swc_common 0.32.0",
5837
- "swc_ecma_ast 0.109.0",
5838
- "swc_ecma_visit 0.95.0",
5839
- "tracing",
5840
- "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",
5841
5358
  ]
5842
5359
 
5843
5360
  [[package]]
5844
5361
  name = "swc_ecma_utils"
5845
- version = "0.124.7"
5362
+ version = "0.124.32"
5846
5363
  source = "registry+https://github.com/rust-lang/crates.io-index"
5847
- checksum = "fd601a7d7088a95b93afde1dfcfdbf12fe2654a407629446ab42c758a47ba293"
5364
+ checksum = "e4a4a0baf6cfa490666a9fe23a17490273f843d19ebc1d6ec89d64c3f8ccdb80"
5848
5365
  dependencies = [
5849
5366
  "indexmap 1.9.3",
5850
5367
  "num_cpus",
5851
5368
  "once_cell",
5852
5369
  "rustc-hash",
5853
- "swc_atoms 0.6.0",
5854
- "swc_common 0.33.0",
5855
- "swc_ecma_ast 0.110.0",
5856
- "swc_ecma_visit 0.96.0",
5370
+ "swc_atoms",
5371
+ "swc_common",
5372
+ "swc_ecma_ast",
5373
+ "swc_ecma_visit",
5857
5374
  "tracing",
5858
5375
  "unicode-id",
5859
5376
  ]
5860
5377
 
5861
5378
  [[package]]
5862
5379
  name = "swc_ecma_visit"
5863
- version = "0.95.0"
5380
+ version = "0.96.10"
5864
5381
  source = "registry+https://github.com/rust-lang/crates.io-index"
5865
- checksum = "0f628ec196e76e67892441e14eef2e423a738543d32bffdabfeec20c29582117"
5382
+ checksum = "ba962f0becf83bab12a17365dface5a4f636c9e1743d479e292b96910a753743"
5866
5383
  dependencies = [
5867
5384
  "num-bigint",
5868
- "swc_atoms 0.5.9",
5869
- "swc_common 0.32.0",
5870
- "swc_ecma_ast 0.109.0",
5871
- "swc_visit",
5872
- "tracing",
5873
- ]
5874
-
5875
- [[package]]
5876
- name = "swc_ecma_visit"
5877
- version = "0.96.0"
5878
- source = "registry+https://github.com/rust-lang/crates.io-index"
5879
- checksum = "47081acd84cdb2d49d6340ed3204e17738b444da10a3e1dd1eb3d7c8e4d47091"
5880
- dependencies = [
5881
- "num-bigint",
5882
- "swc_atoms 0.6.0",
5883
- "swc_common 0.33.0",
5884
- "swc_ecma_ast 0.110.0",
5385
+ "swc_atoms",
5386
+ "swc_common",
5387
+ "swc_ecma_ast",
5885
5388
  "swc_visit",
5886
5389
  "tracing",
5887
5390
  ]
@@ -5893,32 +5396,32 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
5893
5396
  checksum = "05a95d367e228d52484c53336991fdcf47b6b553ef835d9159db4ba40efb0ee8"
5894
5397
  dependencies = [
5895
5398
  "pmutil",
5896
- "proc-macro2 1.0.69",
5897
- "quote 1.0.33",
5399
+ "proc-macro2",
5400
+ "quote",
5898
5401
  "syn 2.0.38",
5899
5402
  ]
5900
5403
 
5901
5404
  [[package]]
5902
5405
  name = "swc_fast_graph"
5903
- version = "0.21.0"
5406
+ version = "0.21.9"
5904
5407
  source = "registry+https://github.com/rust-lang/crates.io-index"
5905
- checksum = "b97e69e9617913611e39284cf724a412ab7fc6081708d0ef2820855774da5357"
5408
+ checksum = "8117f6d10bbcb30cb3e549d6fa7637cb6d7c713cb71b2ce1808105a6825c788d"
5906
5409
  dependencies = [
5907
5410
  "indexmap 1.9.3",
5908
5411
  "petgraph",
5909
5412
  "rustc-hash",
5910
- "swc_common 0.33.0",
5413
+ "swc_common",
5911
5414
  ]
5912
5415
 
5913
5416
  [[package]]
5914
5417
  name = "swc_graph_analyzer"
5915
- version = "0.22.0"
5418
+ version = "0.22.11"
5916
5419
  source = "registry+https://github.com/rust-lang/crates.io-index"
5917
- checksum = "0f59cccef405565b041a8fa1fc2e7059856149f7fc658544c4bafd1a001ea483"
5420
+ checksum = "de8f0ac33ef7486723a3acdd9c4541dac79f0433bf878b9075826bca1163d83e"
5918
5421
  dependencies = [
5919
5422
  "auto_impl",
5920
5423
  "petgraph",
5921
- "swc_common 0.33.0",
5424
+ "swc_common",
5922
5425
  "swc_fast_graph",
5923
5426
  "tracing",
5924
5427
  ]
@@ -5930,8 +5433,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
5930
5433
  checksum = "7a273205ccb09b51fabe88c49f3b34c5a4631c4c00a16ae20e03111d6a42e832"
5931
5434
  dependencies = [
5932
5435
  "pmutil",
5933
- "proc-macro2 1.0.69",
5934
- "quote 1.0.33",
5436
+ "proc-macro2",
5437
+ "quote",
5935
5438
  "syn 2.0.38",
5936
5439
  ]
5937
5440
 
@@ -5953,31 +5456,20 @@ checksum = "0f322730fb82f3930a450ac24de8c98523af7d34ab8cb2f46bcb405839891a99"
5953
5456
  dependencies = [
5954
5457
  "Inflector",
5955
5458
  "pmutil",
5956
- "proc-macro2 1.0.69",
5957
- "quote 1.0.33",
5459
+ "proc-macro2",
5460
+ "quote",
5958
5461
  "swc_macros_common",
5959
5462
  "syn 2.0.38",
5960
5463
  ]
5961
5464
 
5962
- [[package]]
5963
- name = "syn"
5964
- version = "0.15.44"
5965
- source = "registry+https://github.com/rust-lang/crates.io-index"
5966
- checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
5967
- dependencies = [
5968
- "proc-macro2 0.4.30",
5969
- "quote 0.6.13",
5970
- "unicode-xid 0.1.0",
5971
- ]
5972
-
5973
5465
  [[package]]
5974
5466
  name = "syn"
5975
5467
  version = "1.0.109"
5976
5468
  source = "registry+https://github.com/rust-lang/crates.io-index"
5977
5469
  checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
5978
5470
  dependencies = [
5979
- "proc-macro2 1.0.69",
5980
- "quote 1.0.33",
5471
+ "proc-macro2",
5472
+ "quote",
5981
5473
  "unicode-ident",
5982
5474
  ]
5983
5475
 
@@ -5987,8 +5479,8 @@ version = "2.0.38"
5987
5479
  source = "registry+https://github.com/rust-lang/crates.io-index"
5988
5480
  checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
5989
5481
  dependencies = [
5990
- "proc-macro2 1.0.69",
5991
- "quote 1.0.33",
5482
+ "proc-macro2",
5483
+ "quote",
5992
5484
  "unicode-ident",
5993
5485
  ]
5994
5486
 
@@ -5998,10 +5490,10 @@ version = "0.12.6"
5998
5490
  source = "registry+https://github.com/rust-lang/crates.io-index"
5999
5491
  checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
6000
5492
  dependencies = [
6001
- "proc-macro2 1.0.69",
6002
- "quote 1.0.33",
5493
+ "proc-macro2",
5494
+ "quote",
6003
5495
  "syn 1.0.109",
6004
- "unicode-xid 0.2.4",
5496
+ "unicode-xid",
6005
5497
  ]
6006
5498
 
6007
5499
  [[package]]
@@ -6083,8 +5575,8 @@ version = "1.0.49"
6083
5575
  source = "registry+https://github.com/rust-lang/crates.io-index"
6084
5576
  checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"
6085
5577
  dependencies = [
6086
- "proc-macro2 1.0.69",
6087
- "quote 1.0.33",
5578
+ "proc-macro2",
5579
+ "quote",
6088
5580
  "syn 2.0.38",
6089
5581
  ]
6090
5582
 
@@ -6159,9 +5651,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
6159
5651
 
6160
5652
  [[package]]
6161
5653
  name = "tokio"
6162
- version = "1.32.0"
5654
+ version = "1.34.0"
6163
5655
  source = "registry+https://github.com/rust-lang/crates.io-index"
6164
- checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
5656
+ checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9"
6165
5657
  dependencies = [
6166
5658
  "backtrace",
6167
5659
  "bytes",
@@ -6171,27 +5663,27 @@ dependencies = [
6171
5663
  "parking_lot 0.12.1",
6172
5664
  "pin-project-lite",
6173
5665
  "signal-hook-registry",
6174
- "socket2 0.5.4",
5666
+ "socket2 0.5.5",
6175
5667
  "tokio-macros",
6176
5668
  "windows-sys",
6177
5669
  ]
6178
5670
 
6179
5671
  [[package]]
6180
5672
  name = "tokio-macros"
6181
- version = "2.1.0"
5673
+ version = "2.2.0"
6182
5674
  source = "registry+https://github.com/rust-lang/crates.io-index"
6183
- checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
5675
+ checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
6184
5676
  dependencies = [
6185
- "proc-macro2 1.0.69",
6186
- "quote 1.0.33",
5677
+ "proc-macro2",
5678
+ "quote",
6187
5679
  "syn 2.0.38",
6188
5680
  ]
6189
5681
 
6190
5682
  [[package]]
6191
5683
  name = "tokio-metrics"
6192
- version = "0.3.0"
5684
+ version = "0.3.1"
6193
5685
  source = "registry+https://github.com/rust-lang/crates.io-index"
6194
- checksum = "d4b2fc67d5dec41db679b9b052eb572269616926040b7831e32c8a152df77b84"
5686
+ checksum = "eace09241d62c98b7eeb1107d4c5c64ca3bd7da92e8c218c153ab3a78f9be112"
6195
5687
  dependencies = [
6196
5688
  "futures-util",
6197
5689
  "pin-project-lite",
@@ -6265,23 +5757,6 @@ dependencies = [
6265
5757
  "serde",
6266
5758
  ]
6267
5759
 
6268
- [[package]]
6269
- name = "toml_datetime"
6270
- version = "0.6.3"
6271
- source = "registry+https://github.com/rust-lang/crates.io-index"
6272
- checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
6273
-
6274
- [[package]]
6275
- name = "toml_edit"
6276
- version = "0.19.15"
6277
- source = "registry+https://github.com/rust-lang/crates.io-index"
6278
- checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
6279
- dependencies = [
6280
- "indexmap 2.0.2",
6281
- "toml_datetime",
6282
- "winnow",
6283
- ]
6284
-
6285
5760
  [[package]]
6286
5761
  name = "tower-service"
6287
5762
  version = "0.3.2"
@@ -6306,8 +5781,8 @@ version = "0.1.26"
6306
5781
  source = "registry+https://github.com/rust-lang/crates.io-index"
6307
5782
  checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
6308
5783
  dependencies = [
6309
- "proc-macro2 1.0.69",
6310
- "quote 1.0.33",
5784
+ "proc-macro2",
5785
+ "quote",
6311
5786
  "syn 2.0.38",
6312
5787
  ]
6313
5788
 
@@ -6320,16 +5795,6 @@ dependencies = [
6320
5795
  "once_cell",
6321
5796
  ]
6322
5797
 
6323
- [[package]]
6324
- name = "triomphe"
6325
- version = "0.1.9"
6326
- source = "registry+https://github.com/rust-lang/crates.io-index"
6327
- checksum = "0eee8098afad3fb0c54a9007aab6804558410503ad676d4633f9c2559a00ac0f"
6328
- dependencies = [
6329
- "serde",
6330
- "stable_deref_trait",
6331
- ]
6332
-
6333
5798
  [[package]]
6334
5799
  name = "trust-dns-proto"
6335
5800
  version = "0.22.0"
@@ -6511,12 +5976,6 @@ version = "0.1.11"
6511
5976
  source = "registry+https://github.com/rust-lang/crates.io-index"
6512
5977
  checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
6513
5978
 
6514
- [[package]]
6515
- name = "unicode-xid"
6516
- version = "0.1.0"
6517
- source = "registry+https://github.com/rust-lang/crates.io-index"
6518
- checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
6519
-
6520
5979
  [[package]]
6521
5980
  name = "unicode-xid"
6522
5981
  version = "0.2.4"
@@ -6525,9 +5984,9 @@ checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
6525
5984
 
6526
5985
  [[package]]
6527
5986
  name = "unindent"
6528
- version = "0.1.11"
5987
+ version = "0.2.3"
6529
5988
  source = "registry+https://github.com/rust-lang/crates.io-index"
6530
- checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
5989
+ checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
6531
5990
 
6532
5991
  [[package]]
6533
5992
  name = "universal-hash"
@@ -6545,6 +6004,12 @@ version = "0.7.1"
6545
6004
  source = "registry+https://github.com/rust-lang/crates.io-index"
6546
6005
  checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
6547
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
+
6548
6013
  [[package]]
6549
6014
  name = "url"
6550
6015
  version = "2.4.1"
@@ -6649,15 +6114,15 @@ version = "1.4.1"
6649
6114
  source = "registry+https://github.com/rust-lang/crates.io-index"
6650
6115
  checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
6651
6116
  dependencies = [
6652
- "getrandom 0.2.10",
6117
+ "getrandom",
6653
6118
  "serde",
6654
6119
  ]
6655
6120
 
6656
6121
  [[package]]
6657
6122
  name = "v8"
6658
- version = "0.79.2"
6123
+ version = "0.81.0"
6659
6124
  source = "registry+https://github.com/rust-lang/crates.io-index"
6660
- checksum = "b15561535230812a1db89a696f1f16a12ae6c2c370c6b2241c68d4cb33963faf"
6125
+ checksum = "b75f5f378b9b54aff3b10da8170d26af4cfd217f644cf671badcd13af5db4beb"
6661
6126
  dependencies = [
6662
6127
  "bitflags 1.3.2",
6663
6128
  "fslock",
@@ -6679,7 +6144,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
6679
6144
 
6680
6145
  [[package]]
6681
6146
  name = "vl-convert"
6682
- version = "1.1.0"
6147
+ version = "1.2.0"
6683
6148
  dependencies = [
6684
6149
  "assert_cmd",
6685
6150
  "clap",
@@ -6696,10 +6161,10 @@ dependencies = [
6696
6161
 
6697
6162
  [[package]]
6698
6163
  name = "vl-convert-pdf"
6699
- version = "1.1.0"
6164
+ version = "1.2.0"
6700
6165
  dependencies = [
6701
6166
  "anyhow",
6702
- "itertools 0.11.0",
6167
+ "itertools 0.12.0",
6703
6168
  "miniz_oxide",
6704
6169
  "pdf-writer",
6705
6170
  "siphasher 1.0.0",
@@ -6712,7 +6177,7 @@ dependencies = [
6712
6177
 
6713
6178
  [[package]]
6714
6179
  name = "vl-convert-python"
6715
- version = "1.1.0"
6180
+ version = "1.2.0"
6716
6181
  dependencies = [
6717
6182
  "futures",
6718
6183
  "lazy_static",
@@ -6724,7 +6189,7 @@ dependencies = [
6724
6189
 
6725
6190
  [[package]]
6726
6191
  name = "vl-convert-rs"
6727
- version = "1.1.0"
6192
+ version = "1.2.0"
6728
6193
  dependencies = [
6729
6194
  "deno_core",
6730
6195
  "deno_emit",
@@ -6756,11 +6221,12 @@ dependencies = [
6756
6221
 
6757
6222
  [[package]]
6758
6223
  name = "vl-convert-vendor"
6759
- version = "1.1.0"
6224
+ version = "1.2.0"
6760
6225
  dependencies = [
6761
6226
  "anyhow",
6762
6227
  "dircpy",
6763
6228
  "reqwest",
6229
+ "semver 1.0.20",
6764
6230
  "serde_json",
6765
6231
  "tempfile",
6766
6232
  "zip-extract",
@@ -6789,8 +6255,8 @@ version = "0.1.1"
6789
6255
  source = "registry+https://github.com/rust-lang/crates.io-index"
6790
6256
  checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
6791
6257
  dependencies = [
6792
- "proc-macro2 1.0.69",
6793
- "quote 1.0.33",
6258
+ "proc-macro2",
6259
+ "quote",
6794
6260
  ]
6795
6261
 
6796
6262
  [[package]]
@@ -6821,12 +6287,6 @@ dependencies = [
6821
6287
  "try-lock",
6822
6288
  ]
6823
6289
 
6824
- [[package]]
6825
- name = "wasi"
6826
- version = "0.9.0+wasi-snapshot-preview1"
6827
- source = "registry+https://github.com/rust-lang/crates.io-index"
6828
- checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
6829
-
6830
6290
  [[package]]
6831
6291
  name = "wasi"
6832
6292
  version = "0.11.0+wasi-snapshot-preview1"
@@ -6852,8 +6312,8 @@ dependencies = [
6852
6312
  "bumpalo",
6853
6313
  "log",
6854
6314
  "once_cell",
6855
- "proc-macro2 1.0.69",
6856
- "quote 1.0.33",
6315
+ "proc-macro2",
6316
+ "quote",
6857
6317
  "syn 2.0.38",
6858
6318
  "wasm-bindgen-shared",
6859
6319
  ]
@@ -6876,7 +6336,7 @@ version = "0.2.87"
6876
6336
  source = "registry+https://github.com/rust-lang/crates.io-index"
6877
6337
  checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
6878
6338
  dependencies = [
6879
- "quote 1.0.33",
6339
+ "quote",
6880
6340
  "wasm-bindgen-macro-support",
6881
6341
  ]
6882
6342
 
@@ -6886,8 +6346,8 @@ version = "0.2.87"
6886
6346
  source = "registry+https://github.com/rust-lang/crates.io-index"
6887
6347
  checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
6888
6348
  dependencies = [
6889
- "proc-macro2 1.0.69",
6890
- "quote 1.0.33",
6349
+ "proc-macro2",
6350
+ "quote",
6891
6351
  "syn 2.0.38",
6892
6352
  "wasm-bindgen-backend",
6893
6353
  "wasm-bindgen-shared",
@@ -6993,15 +6453,6 @@ version = "0.4.0"
6993
6453
  source = "registry+https://github.com/rust-lang/crates.io-index"
6994
6454
  checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
6995
6455
 
6996
- [[package]]
6997
- name = "windows"
6998
- version = "0.48.0"
6999
- source = "registry+https://github.com/rust-lang/crates.io-index"
7000
- checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
7001
- dependencies = [
7002
- "windows-targets",
7003
- ]
7004
-
7005
6456
  [[package]]
7006
6457
  name = "windows-sys"
7007
6458
  version = "0.48.0"
@@ -7068,15 +6519,6 @@ version = "0.48.5"
7068
6519
  source = "registry+https://github.com/rust-lang/crates.io-index"
7069
6520
  checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
7070
6521
 
7071
- [[package]]
7072
- name = "winnow"
7073
- version = "0.5.16"
7074
- source = "registry+https://github.com/rust-lang/crates.io-index"
7075
- checksum = "037711d82167854aff2018dfd193aa0fef5370f456732f0d5a0c59b0f1b4b907"
7076
- dependencies = [
7077
- "memchr",
7078
- ]
7079
-
7080
6522
  [[package]]
7081
6523
  name = "winreg"
7082
6524
  version = "0.50.0"
@@ -7102,8 +6544,8 @@ version = "2.0.0"
7102
6544
  source = "registry+https://github.com/rust-lang/crates.io-index"
7103
6545
  checksum = "fb66477291e7e8d2b0ff1bcb900bf29489a9692816d79874bea351e7a8b6de96"
7104
6546
  dependencies = [
7105
- "curve25519-dalek 4.1.1",
7106
- "rand_core 0.6.4",
6547
+ "curve25519-dalek",
6548
+ "rand_core",
7107
6549
  "serde",
7108
6550
  "zeroize",
7109
6551
  ]
@@ -7118,7 +6560,7 @@ dependencies = [
7118
6560
  "data-encoding",
7119
6561
  "der-parser",
7120
6562
  "lazy_static",
7121
- "nom",
6563
+ "nom 7.1.3",
7122
6564
  "oid-registry",
7123
6565
  "rusticata-macros",
7124
6566
  "thiserror",
@@ -7139,9 +6581,9 @@ checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
7139
6581
 
7140
6582
  [[package]]
7141
6583
  name = "zeroize"
7142
- version = "1.6.0"
6584
+ version = "1.7.0"
7143
6585
  source = "registry+https://github.com/rust-lang/crates.io-index"
7144
- checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
6586
+ checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
7145
6587
  dependencies = [
7146
6588
  "zeroize_derive",
7147
6589
  ]
@@ -7152,8 +6594,8 @@ version = "1.4.2"
7152
6594
  source = "registry+https://github.com/rust-lang/crates.io-index"
7153
6595
  checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
7154
6596
  dependencies = [
7155
- "proc-macro2 1.0.69",
7156
- "quote 1.0.33",
6597
+ "proc-macro2",
6598
+ "quote",
7157
6599
  "syn 2.0.38",
7158
6600
  ]
7159
6601