vl-convert-python 1.7.0__tar.gz → 1.9.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.
Files changed (443) hide show
  1. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/Cargo.lock +449 -263
  2. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/Cargo.toml +13 -12
  3. vl_convert_python-1.9.0/PKG-INFO +9 -0
  4. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/pyproject.toml +1 -0
  5. vl_convert_python-1.9.0/vl-convert-python/CLAUDE.md +47 -0
  6. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-python/Cargo.toml +1 -1
  7. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-python/src/lib.rs +15 -13
  8. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-python/tests/test_specs.py +7 -7
  9. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-python/thirdparty_rust.yaml +3854 -2506
  10. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-python/vl_convert.pyi +853 -853
  11. vl_convert_python-1.9.0/vl-convert-rs/CLAUDE.md +49 -0
  12. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/Cargo.toml +15 -1
  13. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/src/converter.rs +3 -3
  14. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/src/html.rs +5 -5
  15. vl_convert_python-1.9.0/vl-convert-rs/src/module_loader/import_map.rs +804 -0
  16. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/src/module_loader/mod.rs +29 -22
  17. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/test_specs.rs +50 -23
  18. vl_convert_python-1.9.0/vl-convert-rs/tests/vl-specs/expected/v5_8/geoScale.png +0 -0
  19. vl_convert_python-1.9.0/vl-convert-rs/tests/vl-specs/expected/v5_8/remote_images.png +0 -0
  20. {vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_21 → vl_convert_python-1.9.0/vl-convert-rs/tests/vl-specs/expected/v6_1}/circle_binned.vg.json +1 -1
  21. {vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_21 → vl_convert_python-1.9.0/vl-convert-rs/tests/vl-specs/expected/v6_1}/circle_binned.vg.pretty.json +3 -3
  22. vl_convert_python-1.9.0/vl-convert-rs/tests/vl-specs/expected/v6_1/seattle-weather.vg.json +1 -0
  23. {vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_21 → vl_convert_python-1.9.0/vl-convert-rs/tests/vl-specs/expected/v6_1}/seattle-weather.vg.pretty.json +4 -4
  24. vl_convert_python-1.9.0/vl-convert-rs/tests/vl-specs/expected/v6_1/stacked_bar_h.vg.json +1 -0
  25. vl_convert_python-1.9.0/vl-convert-rs/tests/vl-specs/expected/v6_1/stacked_bar_h.vg.pretty.json +219 -0
  26. vl_convert_python-1.9.0/vl-convert-rs/tests/vl-specs/expected/v6_4/circle_binned.vg.json +1 -0
  27. vl_convert_python-1.9.0/vl-convert-rs/tests/vl-specs/expected/v6_4/circle_binned.vg.pretty.json +210 -0
  28. {vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_18 → vl_convert_python-1.9.0/vl-convert-rs/tests/vl-specs/expected/v6_4}/seattle-weather.vg.json +1 -1
  29. vl_convert_python-1.9.0/vl-convert-rs/tests/vl-specs/expected/v6_4/seattle-weather.vg.pretty.json +886 -0
  30. vl_convert_python-1.9.0/vl-convert-rs/tests/vl-specs/expected/v6_4/stacked_bar_h.vg.json +1 -0
  31. vl_convert_python-1.9.0/vl-convert-rs/tests/vl-specs/expected/v6_4/stacked_bar_h.vg.pretty.json +219 -0
  32. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/thirdparty_rust.yaml +3854 -2506
  33. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/clone@2.1.2/+esm.js +8 -0
  34. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/d3-array@3.2.4/+esm.js +8 -0
  35. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/d3-color@3.1.0/+esm.js +8 -0
  36. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/d3-delaunay@6.0.4/+esm.js +8 -0
  37. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/d3-dispatch@3.0.1/+esm.js +8 -0
  38. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/d3-dsv@3.0.1/+esm.js +8 -0
  39. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/d3-force@3.0.0/+esm.js +8 -0
  40. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/d3-format@3.1.0/+esm.js +8 -0
  41. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/d3-geo-projection@4.0.0/+esm.js +8 -0
  42. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/d3-geo@3.1.1/+esm.js +8 -0
  43. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/d3-hierarchy@3.1.2/+esm.js +8 -0
  44. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/d3-interpolate@3.0.1/+esm.js +8 -0
  45. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/d3-path@3.1.0/+esm.js +8 -0
  46. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/d3-quadtree@3.0.1/+esm.js +8 -0
  47. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/d3-scale-chromatic@3.1.0/+esm.js +8 -0
  48. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/d3-scale@4.0.2/+esm.js +8 -0
  49. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/d3-shape@3.2.0/+esm.js +8 -0
  50. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/d3-time-format@4.1.0/+esm.js +8 -0
  51. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/d3-time@3.1.0/+esm.js +8 -0
  52. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/d3-timer@3.0.1/+esm.js +8 -0
  53. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/delaunator@5.0.0/+esm.js +8 -0
  54. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/fast-deep-equal@3.1.3/+esm.js +8 -0
  55. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/fast-json-stable-stringify@2.1.0/+esm.js +8 -0
  56. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/internmap@2.0.3/+esm.js +8 -0
  57. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/json-stringify-pretty-compact@4.0.0/+esm.js +8 -0
  58. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/lodash.debounce@4.0.8/+esm.js +8 -0
  59. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/robust-predicates@3.0.0/+esm.js +8 -0
  60. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/topojson-client@3.1.0/+esm.js +8 -0
  61. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-canvas@2.0.0/+esm.js +8 -0
  62. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-crossfilter@5.1.0/+esm.js +8 -0
  63. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-dataflow@6.1.0/+esm.js +8 -0
  64. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-embed@7.0.2/+esm.js +18 -0
  65. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-encode@5.1.0/+esm.js +8 -0
  66. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-event-selector@4.0.0/+esm.js +8 -0
  67. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-expression@6.1.0/+esm.js +8 -0
  68. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-force@5.1.0/+esm.js +8 -0
  69. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-format@2.1.0/+esm.js +8 -0
  70. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-functions@6.1.0/+esm.js +8 -0
  71. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-geo@5.1.0/+esm.js +8 -0
  72. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-hierarchy@5.1.0/+esm.js +8 -0
  73. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-interpreter@2.0.0/+esm.js +8 -0
  74. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-label@2.1.0/+esm.js +8 -0
  75. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-lite@5.14.1/+esm.js +8 -0
  76. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-lite@5.15.1/+esm.js +8 -0
  77. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-lite@5.16.3/+esm.js +8 -0
  78. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-lite@5.17.0/+esm.js +8 -0
  79. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-lite@5.20.1/+esm.js +8 -0
  80. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-lite@5.21.0/+esm.js +8 -0
  81. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-lite@5.8.0/+esm.js +8 -0
  82. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-lite@6.1.0/+esm.js +8 -0
  83. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-lite@6.4.1/+esm.js +8 -0
  84. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-loader@5.1.0/+esm.js +8 -0
  85. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-parser@7.1.0/+esm.js +8 -0
  86. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-projection@2.1.0/+esm.js +8 -0
  87. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-regression@2.1.0/+esm.js +8 -0
  88. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-runtime@7.1.0/+esm.js +8 -0
  89. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-scale@8.1.0/+esm.js +8 -0
  90. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-scenegraph@5.1.0/+esm.js +8 -0
  91. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-schema-url-parser@3.0.2/+esm.js +8 -0
  92. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-selections@6.1.0/+esm.js +8 -0
  93. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-statistics@2.0.0/+esm.js +8 -0
  94. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-themes@3.0.0/+esm.js +8 -0
  95. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-time@3.1.0/+esm.js +8 -0
  96. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-tooltip@1.0.0/+esm.js +8 -0
  97. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-transforms@5.1.0/+esm.js +8 -0
  98. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-util@2.1.0/+esm.js +8 -0
  99. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-view-transforms@5.1.0/+esm.js +8 -0
  100. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-view@6.1.0/+esm.js +8 -0
  101. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-voronoi@5.1.0/+esm.js +8 -0
  102. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega-wordcloud@5.1.0/+esm.js +8 -0
  103. vl_convert_python-1.9.0/vl-convert-rs/vendor/cdn.jsdelivr.net/npm/vega@6.2.0/+esm.js +8 -0
  104. vl_convert_python-1.9.0/vl-convert-rs/vendor/import_map.json +197 -0
  105. vl_convert_python-1.9.0/vl-convert-rs/vendor_imports.js +13 -0
  106. vl_convert_python-1.7.0/PKG-INFO +0 -138
  107. vl_convert_python-1.7.0/vl-convert-python/README.md +0 -124
  108. vl_convert_python-1.7.0/vl-convert-rs/src/module_loader/import_map.rs +0 -596
  109. vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_18/seattle-weather.vg.pretty.json +0 -883
  110. vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_21/seattle-weather.vg.json +0 -1
  111. vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_21/stacked_bar_h.vg.json +0 -1
  112. vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_21/stacked_bar_h.vg.pretty.json +0 -219
  113. vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned.vg.json +0 -1
  114. vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned.vg.pretty.json +0 -210
  115. vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_8/geoScale.png +0 -0
  116. vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_8/remote_images.png +0 -0
  117. vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_8/stacked_bar_h.vg.json +0 -1
  118. vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_8/stacked_bar_h.vg.pretty.json +0 -219
  119. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/clone@v2.1.2-inH2VLNzDGiYU9HUWyZM/dist=es2020,mode=imports,min/optimized/clone.js +0 -6
  120. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-array@v3.2.4-G4hy00bPnjF6FrSYpT32/dist=es2020,mode=imports,min/optimized/d3-array.js +0 -1
  121. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-color@v3.1.0-MWHDMwd2Pvp3NFjvrHgn/dist=es2020,mode=imports,min/optimized/d3-color.js +0 -1
  122. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-delaunay@v6.0.4-8vxm7aIldY6XMTxF521F/dist=es2020,mode=imports,min/optimized/d3-delaunay.js +0 -1
  123. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-dispatch@v3.0.1-v6nbfqO2iWOSwp77fYdB/dist=es2020,mode=imports,min/optimized/d3-dispatch.js +0 -1
  124. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-dsv@v3.0.1-u1xCRjaLJc0qqv1Z5ERe/dist=es2020,mode=imports,min/optimized/d3-dsv.js +0 -5
  125. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-force@v3.0.0-cshj62qMoyIGNIXoil9u/dist=es2020,mode=imports,min/optimized/d3-force.js +0 -1
  126. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-format@v3.1.0-D5wAD2odDPNNWsKloKgL/dist=es2020,mode=imports,min/optimized/d3-format.js +0 -1
  127. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-geo-projection@v4.0.0-5Hhxj2zKHEqWYAQIFo3r/dist=es2020,mode=imports,min/optimized/d3-geo-projection.js +0 -1
  128. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-geo@v3.1.1-IFH102ROpDQE4rIMzW42/dist=es2020,mode=imports,min/optimized/d3-geo.js +0 -1
  129. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-hierarchy@v3.1.2-wx7sW10pU4OkfBLgCDCU/dist=es2020,mode=imports,min/optimized/d3-hierarchy.js +0 -1
  130. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-interpolate@v3.0.1-i9AsUdFHwyaukRBWNe8d/dist=es2020,mode=imports,min/optimized/d3-interpolate.js +0 -1
  131. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-path@v3.1.0-nHaUoYzlRDYONpece9h0/dist=es2020,mode=imports,min/optimized/d3-path.js +0 -1
  132. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-quadtree@v3.0.1-sMtwlDFghZGCTQ3UxKMT/dist=es2020,mode=imports,min/optimized/d3-quadtree.js +0 -1
  133. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-scale-chromatic@v3.1.0-xNM6NGi6M0zu1PK6q2i9/dist=es2020,mode=imports,min/optimized/d3-scale-chromatic.js +0 -1
  134. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-scale@v4.0.2-qUv67mnQQKwRMEsPRKcO/dist=es2020,mode=imports,min/optimized/d3-scale.js +0 -1
  135. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-shape@v3.2.0-jvLE9CjF3Vp4eEpVme8s/dist=es2020,mode=imports,min/optimized/d3-shape.js +0 -1
  136. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-time-format@v4.1.0-f8eZV7eLtGIxvK8uvO3o/dist=es2020,mode=imports,min/optimized/d3-time-format.js +0 -1
  137. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-time@v3.1.0-hkusO1LcNQpH1ccXwop7/dist=es2020,mode=imports,min/optimized/d3-time.js +0 -1
  138. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-timer@v3.0.1-O0QpYiI2jhOLEJodLnN1/dist=es2020,mode=imports,min/optimized/d3-timer.js +0 -1
  139. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/delaunator@v5.0.0-5MwqNhLRHOkBYnNXuoGN/dist=es2020,mode=imports,min/optimized/delaunator.js +0 -1
  140. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/fast-deep-equal@v3.1.3-ysejKs1WDEDPxUJhgGoP/dist=es2020,mode=imports,min/optimized/fast-deep-equal.js +0 -1
  141. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/fast-json-patch@v3.1.1-IjacxII42OC4A6OXhkDe/dist=es2020,mode=imports,min/optimized/fast-json-patch.js +0 -10
  142. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/fast-json-stable-stringify@v2.1.0-HLgsuOtxPikt0pw16nth/dist=es2020,mode=imports,min/optimized/fast-json-stable-stringify.js +0 -1
  143. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/internmap@v2.0.3-GWZlRrRMFcDlELwTQEZq/dist=es2020,mode=imports,min/optimized/internmap.js +0 -1
  144. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/json-stringify-pretty-compact@v3.0.0-RM0i5NMwoiFhg7YNuXef/dist=es2020,mode=imports,min/optimized/json-stringify-pretty-compact.js +0 -3
  145. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/lodash.debounce@v4.0.8-aOLIwnE2RethWPrEzTeR/dist=es2020,mode=imports,min/optimized/lodash.debounce.js +0 -1
  146. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/robust-predicates@v3.0.1-4p4J15SSeLeNloSXgtZt/dist=es2020,mode=imports,min/optimized/robust-predicates.js +0 -1
  147. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/topojson-client@v3.1.0-fyhI24JwGwsqazuuSEoq/dist=es2020,mode=imports,min/optimized/topojson-client.js +0 -1
  148. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-canvas@v1.2.7-hCEcvULuKIOqBVGX1Tn8/dist=es2020,mode=imports,min/optimized/vega-canvas.js +0 -1
  149. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-crossfilter@v4.1.2-4tsGV0HzWFU39iiKcBjX/dist=es2020,mode=imports,min/optimized/vega-crossfilter.js +0 -1
  150. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-dataflow@v5.7.6-WDoszrJUyhTwz7sPwzda/dist=es2020,mode=imports,min/optimized/vega-dataflow.js +0 -1
  151. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-embed@v6.26.0-0yAdpZbj3i4rRevkUMhK/dist=es2020,mode=imports,min/optimized/vega-embed.js +0 -124
  152. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-encode@v4.10.1-Pg43i2sI9rM8xoeOkJ8i/dist=es2020,mode=imports,min/optimized/vega-encode.js +0 -1
  153. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-event-selector@v3.0.1-UgiEAWJA4WQL4DTKnV4R/dist=es2020,mode=imports,min/optimized/vega-event-selector.js +0 -1
  154. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-expression@v5.1.1-K4clrYr2THuj5KncykTn/dist=es2020,mode=imports,min/optimized/vega-expression.js +0 -3
  155. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-force@v4.2.1-a7V5XmM7au6PlfMbPpDy/dist=es2020,mode=imports,min/optimized/vega-force.js +0 -1
  156. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-format@v1.1.2-rBsMjG1MOmb395qvySoI/dist=es2020,mode=imports,min/optimized/vega-format.js +0 -1
  157. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-functions@v5.15.0-Bjrw9nnQutKMtsMi1DSI/dist=es2020,mode=imports,min/optimized/vega-functions.js +0 -1
  158. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-geo@v4.4.2-VUooSgw91eB4Vs4BcK3h/dist=es2020,mode=imports,min/optimized/vega-geo.js +0 -1
  159. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-hierarchy@v4.1.2-3wVtPHq13u3t0KUNwYDf/dist=es2020,mode=imports,min/optimized/vega-hierarchy.js +0 -1
  160. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-interpreter@v1.0.5-xGayK8haM1EVgaoW7oOi/dist=es2020,mode=imports,min/optimized/vega-interpreter.js +0 -1
  161. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-label@v1.3.0-9aipnSY6IQFGc3Lm2JSc/dist=es2020,mode=imports,min/optimized/vega-label.js +0 -1
  162. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.14.1-0IRM1VigcIVzRzBRoLFR/dist=es2020,mode=imports,min/optimized/vega-lite.js +0 -1
  163. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.15.1-lQeQs8sDPgFa9d7Jm3sd/dist=es2020,mode=imports,min/optimized/vega-lite.js +0 -1
  164. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.16.3-Hw7pZxUuaiVgThsNMjY9/dist=es2020,mode=imports,min/optimized/vega-lite.js +0 -1
  165. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.17.0-jkfrfJOQ30TsVIlEEbKQ/dist=es2020,mode=imports,min/optimized/vega-lite.js +0 -1
  166. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.18.1-CIbWw1F4YnIlhO9UCtHA/dist=es2020,mode=imports,min/optimized/vega-lite.js +0 -1
  167. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.19.0-4m5nwXbwdKW9Bc7adV02/dist=es2020,mode=imports,min/optimized/vega-lite.js +0 -1
  168. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.20.1-5FloWSAHKfabpxOoogY3/dist=es2020,mode=imports,min/optimized/vega-lite.js +0 -1
  169. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.21.0-FWbVtRVTj7vqBi6QZX8A/dist=es2020,mode=imports,min/optimized/vega-lite.js +0 -1
  170. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.8.0-4snbURNltT4se5LjMOKF/dist=es2020,mode=imports,min/optimized/vega-lite.js +0 -1
  171. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-loader@v4.5.2-1ImBl2TigOVzvurACWyz/dist=es2020,mode=imports,min/optimized/vega-loader.js +0 -7
  172. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-parser@v6.4.0-nwGMLAa2L4N1N7f1iRh9/dist=es2020,mode=imports,min/optimized/vega-parser.js +0 -1
  173. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-projection@v1.6.1-zBdxeV9K67u1hPOXPxMf/dist=es2020,mode=imports,min/optimized/vega-projection.js +0 -1
  174. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-regression@v1.3.0-nz37hjrP5F5zaTiwVMMX/dist=es2020,mode=imports,min/optimized/vega-regression.js +0 -1
  175. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-runtime@v6.2.0-6BElb2bSMc7jDTsbOGBN/dist=es2020,mode=imports,min/optimized/vega-runtime.js +0 -4
  176. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-scale@v7.4.1-M0T9Gn9zHGGuV6XhZsTO/dist=es2020,mode=imports,min/optimized/vega-scale.js +0 -1
  177. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-scenegraph@v4.13.0-kC2RziuM0eIjiq6SsQ1g/dist=es2020,mode=imports,min/optimized/vega-scenegraph.js +0 -2
  178. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-schema-url-parser@v2.2.0-YmXJGRcKOXOac3VG4xfw/dist=es2020,mode=imports,min/optimized/vega-schema-url-parser.js +0 -1
  179. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-selections@v5.4.2-kOpqaoZxiZQE5rKxTnvY/dist=es2020,mode=imports,min/optimized/vega-selections.js +0 -1
  180. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-statistics@v1.9.0-Qw8CjSQVQOg2M6VMgsme/dist=es2020,mode=imports,min/optimized/vega-statistics.js +0 -1
  181. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-themes@v2.15.0-wV2Z38N5Dk8FL05cPDbE/dist=es2020,mode=imports,min/optimized/vega-themes.js +0 -1
  182. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-time@v2.1.2-0zBPNlF5GMoxR6YChBaP/dist=es2020,mode=imports,min/optimized/vega-time.js +0 -1
  183. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-tooltip@v0.34.0-YVV3uKnnOnCt2kW7Vclb/dist=es2020,mode=imports,min/optimized/vega-tooltip.js +0 -55
  184. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-transforms@v4.12.0-yproJe1RDXbiUml7qQ0X/dist=es2020,mode=imports,min/optimized/vega-transforms.js +0 -1
  185. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-util@v1.17.2-LUfkDhormMyfWqy3Ts6U/dist=es2020,mode=imports,min/optimized/vega-util.js +0 -1
  186. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-view-transforms@v4.6.0-xmN4bj51geArzzY2TWCo/dist=es2020,mode=imports,min/optimized/vega-view-transforms.js +0 -1
  187. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-view@v5.13.0-kQxd3tMOiOBtyjX1ukMi/dist=es2020,mode=imports,min/optimized/vega-view.js +0 -2
  188. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-voronoi@v4.2.3-8V3D15dKJKAY9dyHESDq/dist=es2020,mode=imports,min/optimized/vega-voronoi.js +0 -1
  189. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-wordcloud@v4.1.5-5xdRMt86NkNNCDjMSy6z/dist=es2020,mode=imports,min/optimized/vega-wordcloud.js +0 -1
  190. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega@v5.30.0-fYDVG3pUN16BiGmbVNdw/dist=es2020,mode=imports,min/optimized/vega.js +0 -1
  191. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/pin/lodash.debounce@v4.0.8-aOLIwnE2RethWPrEzTeR/mode=imports,min/optimized/lodash.debounce.js +0 -7
  192. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-embed@v6.26.0-0yAdpZbj3i4rRevkUMhK/mode=imports,min/optimized/vega-embed.js +0 -7
  193. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.14.1-0IRM1VigcIVzRzBRoLFR/mode=imports,min/optimized/vega-lite.js +0 -7
  194. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.15.1-lQeQs8sDPgFa9d7Jm3sd/mode=imports,min/optimized/vega-lite.js +0 -7
  195. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.16.3-Hw7pZxUuaiVgThsNMjY9/mode=imports,min/optimized/vega-lite.js +0 -7
  196. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.17.0-jkfrfJOQ30TsVIlEEbKQ/mode=imports,min/optimized/vega-lite.js +0 -7
  197. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.18.1-CIbWw1F4YnIlhO9UCtHA/mode=imports,min/optimized/vega-lite.js +0 -7
  198. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.19.0-4m5nwXbwdKW9Bc7adV02/mode=imports,min/optimized/vega-lite.js +0 -7
  199. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.20.1-5FloWSAHKfabpxOoogY3/mode=imports,min/optimized/vega-lite.js +0 -7
  200. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.21.0-FWbVtRVTj7vqBi6QZX8A/mode=imports,min/optimized/vega-lite.js +0 -7
  201. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.8.0-4snbURNltT4se5LjMOKF/mode=imports,min/optimized/vega-lite.js +0 -7
  202. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-themes@v2.15.0-wV2Z38N5Dk8FL05cPDbE/mode=imports,min/optimized/vega-themes.js +0 -7
  203. vl_convert_python-1.7.0/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega@v5.30.0-fYDVG3pUN16BiGmbVNdw/mode=imports,min/optimized/vega.js +0 -7
  204. vl_convert_python-1.7.0/vl-convert-rs/vendor/import_map.json +0 -141
  205. vl_convert_python-1.7.0/vl-convert-rs/vendor_imports.js +0 -13
  206. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-python/LICENSE +0 -0
  207. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0/vl-convert-python}/README.md +0 -0
  208. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-python/notebooks/convert_vegalite.ipynb +0 -0
  209. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-python/tests/test_get_local_tz.py +0 -0
  210. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-python/tests/test_get_locales.py +0 -0
  211. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-python/tests/test_themes.py +0 -0
  212. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-python/thirdparty_font.md +0 -0
  213. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-python/thirdparty_javascript.md +0 -0
  214. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/LICENSE +0 -0
  215. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/README.md +0 -0
  216. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/examples/conversion1.rs +0 -0
  217. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/fonts/liberation-sans/LiberationSans-Bold.ttf +0 -0
  218. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/fonts/liberation-sans/LiberationSans-BoldItalic.ttf +0 -0
  219. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/fonts/liberation-sans/LiberationSans-Italic.ttf +0 -0
  220. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/fonts/liberation-sans/LiberationSans-Regular.ttf +0 -0
  221. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/fonts/liberation-sans/SIL Open Font License.txt +0 -0
  222. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ar-001.json +0 -0
  223. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ar-AE.json +0 -0
  224. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ar-BH.json +0 -0
  225. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ar-DJ.json +0 -0
  226. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ar-DZ.json +0 -0
  227. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ar-EG.json +0 -0
  228. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ar-EH.json +0 -0
  229. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ar-ER.json +0 -0
  230. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ar-IL.json +0 -0
  231. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ar-IQ.json +0 -0
  232. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ar-JO.json +0 -0
  233. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ar-KM.json +0 -0
  234. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ar-KW.json +0 -0
  235. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ar-LB.json +0 -0
  236. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ar-LY.json +0 -0
  237. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ar-MA.json +0 -0
  238. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ar-MR.json +0 -0
  239. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ar-OM.json +0 -0
  240. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ar-PS.json +0 -0
  241. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ar-QA.json +0 -0
  242. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ar-SA.json +0 -0
  243. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ar-SD.json +0 -0
  244. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ar-SO.json +0 -0
  245. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ar-SS.json +0 -0
  246. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ar-SY.json +0 -0
  247. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ar-TD.json +0 -0
  248. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ar-TN.json +0 -0
  249. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ar-YE.json +0 -0
  250. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ca-ES.json +0 -0
  251. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/cs-CZ.json +0 -0
  252. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/da-DK.json +0 -0
  253. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/de-CH.json +0 -0
  254. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/de-DE.json +0 -0
  255. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/en-CA.json +0 -0
  256. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/en-GB.json +0 -0
  257. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/en-IE.json +0 -0
  258. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/en-IN.json +0 -0
  259. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/en-US.json +0 -0
  260. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/es-BO.json +0 -0
  261. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/es-ES.json +0 -0
  262. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/es-MX.json +0 -0
  263. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/fi-FI.json +0 -0
  264. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/fr-CA.json +0 -0
  265. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/fr-FR.json +0 -0
  266. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/he-IL.json +0 -0
  267. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/hu-HU.json +0 -0
  268. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/it-IT.json +0 -0
  269. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ja-JP.json +0 -0
  270. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ko-KR.json +0 -0
  271. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/mk-MK.json +0 -0
  272. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/nl-NL.json +0 -0
  273. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/pl-PL.json +0 -0
  274. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/pt-BR.json +0 -0
  275. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/pt-PT.json +0 -0
  276. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/ru-RU.json +0 -0
  277. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/sl-SI.json +0 -0
  278. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/sv-SE.json +0 -0
  279. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/uk-UA.json +0 -0
  280. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/format/zh-CN.json +0 -0
  281. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/ar-EG.json +0 -0
  282. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/ar-SY.json +0 -0
  283. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/ca-ES.json +0 -0
  284. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/cs-CZ.json +0 -0
  285. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/da-DK.json +0 -0
  286. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/de-CH.json +0 -0
  287. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/de-DE.json +0 -0
  288. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/en-CA.json +0 -0
  289. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/en-GB.json +0 -0
  290. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/en-US.json +0 -0
  291. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/es-ES.json +0 -0
  292. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/es-MX.json +0 -0
  293. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/fa-IR.json +0 -0
  294. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/fi-FI.json +0 -0
  295. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/fr-CA.json +0 -0
  296. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/fr-FR.json +0 -0
  297. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/he-IL.json +0 -0
  298. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/hr-HR.json +0 -0
  299. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/hu-HU.json +0 -0
  300. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/it-IT.json +0 -0
  301. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/ja-JP.json +0 -0
  302. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/ko-KR.json +0 -0
  303. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/mk-MK.json +0 -0
  304. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/nb-NO.json +0 -0
  305. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/nl-BE.json +0 -0
  306. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/nl-NL.json +0 -0
  307. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/pl-PL.json +0 -0
  308. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/pt-BR.json +0 -0
  309. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/ru-RU.json +0 -0
  310. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/sv-SE.json +0 -0
  311. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/tr-TR.json +0 -0
  312. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/uk-UA.json +0 -0
  313. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/vi-VN.json +0 -0
  314. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/zh-CN.json +0 -0
  315. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/locales/time-format/zh-TW.json +0 -0
  316. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/src/image_loading.rs +0 -0
  317. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/src/lib.rs +0 -0
  318. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/src/text.rs +0 -0
  319. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/fonts/Caveat/Caveat-VariableFont_wght.ttf +0 -0
  320. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/fonts/Caveat/OFL.txt +0 -0
  321. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/fonts/Caveat/README.txt +0 -0
  322. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/fonts/Caveat/static/Caveat-Bold.ttf +0 -0
  323. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/fonts/Caveat/static/Caveat-Medium.ttf +0 -0
  324. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/fonts/Caveat/static/Caveat-Regular.ttf +0 -0
  325. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/fonts/Caveat/static/Caveat-SemiBold.ttf +0 -0
  326. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/fonts/matter/Matter-Bold.ttf +0 -0
  327. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/fonts/matter/Matter-BoldItalic.ttf +0 -0
  328. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/fonts/matter/Matter-Heavy.ttf +0 -0
  329. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/fonts/matter/Matter-HeavyItalic.ttf +0 -0
  330. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/fonts/matter/Matter-Light.ttf +0 -0
  331. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/fonts/matter/Matter-LightItalic.ttf +0 -0
  332. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/fonts/matter/Matter-Medium.ttf +0 -0
  333. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/fonts/matter/Matter-MediumItalic.ttf +0 -0
  334. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/fonts/matter/Matter-Regular.ttf +0 -0
  335. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/fonts/matter/Matter-RegularItalic.ttf +0 -0
  336. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/fonts/matter/Matter-SemiBold.ttf +0 -0
  337. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/fonts/matter/Matter-SemiBoldItalic.ttf +0 -0
  338. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/fonts/matter/demo.html +0 -0
  339. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/fonts/matter/stylesheet.css +0 -0
  340. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/locale/format/it-IT.json +0 -0
  341. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/locale/time-format/it-IT.json +0 -0
  342. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/test_themes.rs +0 -0
  343. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/bar_chart_trellis_compact.vl.json +0 -0
  344. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/circle_binned.vl.json +0 -0
  345. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/circle_binned_base_url.vl.json +0 -0
  346. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/custom_projection.vl.json +0 -0
  347. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_14/circle_binned.vg.json +0 -0
  348. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_14/circle_binned.vg.pretty.json +0 -0
  349. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_14/seattle-weather.vg.json +0 -0
  350. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_14/seattle-weather.vg.pretty.json +0 -0
  351. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_14/stacked_bar_h.vg.json +0 -0
  352. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_14/stacked_bar_h.vg.pretty.json +0 -0
  353. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_15/circle_binned.vg.json +0 -0
  354. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_15/circle_binned.vg.pretty.json +0 -0
  355. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_15/seattle-weather.vg.json +0 -0
  356. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_15/seattle-weather.vg.pretty.json +0 -0
  357. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_15/stacked_bar_h.vg.json +0 -0
  358. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_15/stacked_bar_h.vg.pretty.json +0 -0
  359. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/circle_binned.vg.json +0 -0
  360. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/circle_binned.vg.pretty.json +0 -0
  361. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/seattle-weather.vg.json +0 -0
  362. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/seattle-weather.vg.pretty.json +0 -0
  363. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/stacked_bar_h.vg.json +0 -0
  364. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/stacked_bar_h.vg.pretty.json +0 -0
  365. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_17/circle_binned.vg.json +0 -0
  366. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_17/circle_binned.vg.pretty.json +0 -0
  367. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_17/seattle-weather.vg.json +0 -0
  368. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_17/seattle-weather.vg.pretty.json +0 -0
  369. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_17/stacked_bar_h.vg.json +0 -0
  370. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_17/stacked_bar_h.vg.pretty.json +0 -0
  371. {vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_19 → vl_convert_python-1.9.0/vl-convert-rs/tests/vl-specs/expected/v5_20}/circle_binned.vg.json +0 -0
  372. {vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_19 → vl_convert_python-1.9.0/vl-convert-rs/tests/vl-specs/expected/v5_20}/circle_binned.vg.pretty.json +0 -0
  373. {vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_19 → vl_convert_python-1.9.0/vl-convert-rs/tests/vl-specs/expected/v5_20}/seattle-weather.vg.json +0 -0
  374. {vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_19 → vl_convert_python-1.9.0/vl-convert-rs/tests/vl-specs/expected/v5_20}/seattle-weather.vg.pretty.json +0 -0
  375. {vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_18 → vl_convert_python-1.9.0/vl-convert-rs/tests/vl-specs/expected/v5_20}/stacked_bar_h.vg.json +0 -0
  376. {vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_18 → vl_convert_python-1.9.0/vl-convert-rs/tests/vl-specs/expected/v5_20}/stacked_bar_h.vg.pretty.json +0 -0
  377. {vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_20 → vl_convert_python-1.9.0/vl-convert-rs/tests/vl-specs/expected/v5_21}/circle_binned.vg.json +0 -0
  378. {vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_20 → vl_convert_python-1.9.0/vl-convert-rs/tests/vl-specs/expected/v5_21}/circle_binned.vg.pretty.json +0 -0
  379. {vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_20 → vl_convert_python-1.9.0/vl-convert-rs/tests/vl-specs/expected/v5_21}/seattle-weather.vg.json +0 -0
  380. {vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_20 → vl_convert_python-1.9.0/vl-convert-rs/tests/vl-specs/expected/v5_21}/seattle-weather.vg.pretty.json +0 -0
  381. {vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_19 → vl_convert_python-1.9.0/vl-convert-rs/tests/vl-specs/expected/v5_21}/stacked_bar_h.vg.json +0 -0
  382. {vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_19 → vl_convert_python-1.9.0/vl-convert-rs/tests/vl-specs/expected/v5_21}/stacked_bar_h.vg.pretty.json +0 -0
  383. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/bar_chart_trellis_compact-excel.png +0 -0
  384. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/bar_chart_trellis_compact.png +0 -0
  385. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/bar_chart_trellis_compact.svg +0 -0
  386. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned-dark.png +0 -0
  387. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned.png +0 -0
  388. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned.svg +0 -0
  389. {vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_18 → vl_convert_python-1.9.0/vl-convert-rs/tests/vl-specs/expected/v5_8}/circle_binned.vg.json +0 -0
  390. {vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_18 → vl_convert_python-1.9.0/vl-convert-rs/tests/vl-specs/expected/v5_8}/circle_binned.vg.pretty.json +0 -0
  391. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned_base_url.png +0 -0
  392. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned_base_url.svg +0 -0
  393. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/custom_projection.png +0 -0
  394. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/float_font_size.png +0 -0
  395. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/float_font_size.svg +0 -0
  396. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/font_with_quotes.png +0 -0
  397. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/geoScale.sg.json +0 -0
  398. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/gh_174.png +0 -0
  399. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/line_with_log_scale-fivethirtyeight.png +0 -0
  400. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/line_with_log_scale.png +0 -0
  401. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/line_with_log_scale.svg +0 -0
  402. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/long_legend_label.png +0 -0
  403. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/long_text_lable.png +0 -0
  404. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/lookup_urls.png +0 -0
  405. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/maptile_background.png +0 -0
  406. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/maptile_background_2.png +0 -0
  407. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/no_text_in_font_metrics.png +0 -0
  408. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/no_text_in_font_metrics.sg.json +0 -0
  409. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/no_text_in_font_metrics.svg +0 -0
  410. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/numeric_font_weight.svg +0 -0
  411. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/quakes_initial_selection.png +0 -0
  412. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/seattle-weather.vg.json +0 -0
  413. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/seattle-weather.vg.pretty.json +0 -0
  414. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/stacked_bar_h-vox.png +0 -0
  415. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/stacked_bar_h.png +0 -0
  416. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/stacked_bar_h.svg +0 -0
  417. {vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_20 → vl_convert_python-1.9.0/vl-convert-rs/tests/vl-specs/expected/v5_8}/stacked_bar_h.vg.json +0 -0
  418. {vl_convert_python-1.7.0/vl-convert-rs/tests/vl-specs/expected/v5_20 → vl_convert_python-1.9.0/vl-convert-rs/tests/vl-specs/expected/v5_8}/stacked_bar_h.vg.pretty.json +0 -0
  419. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/stacked_bar_h2.png +0 -0
  420. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/stocks_locale.png +0 -0
  421. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/table_heatmap.png +0 -0
  422. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/table_heatmap.sg.json +0 -0
  423. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/float_font_size.vl.json +0 -0
  424. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/font_with_quotes.vl.json +0 -0
  425. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/geoScale.vl.json +0 -0
  426. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/gh_174.vl.json +0 -0
  427. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/line_with_log_scale.vl.json +0 -0
  428. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/long_legend_label.vl.json +0 -0
  429. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/long_text_lable.vl.json +0 -0
  430. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/lookup_urls.vl.json +0 -0
  431. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/maptile_background.vl.json +0 -0
  432. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/maptile_background_2.vl.json +0 -0
  433. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/no_text_in_font_metrics.vl.json +0 -0
  434. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/numeric_font_weight.vl.json +0 -0
  435. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/quakes_initial_selection.vl.json +0 -0
  436. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/remote_images.vl.json +0 -0
  437. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/seattle-weather.vl.json +0 -0
  438. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/stacked_bar_h.vl.json +0 -0
  439. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/stacked_bar_h2.vl.json +0 -0
  440. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/stocks_locale.vl.json +0 -0
  441. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/tests/vl-specs/table_heatmap.vl.json +0 -0
  442. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/thirdparty_font.md +0 -0
  443. {vl_convert_python-1.7.0 → vl_convert_python-1.9.0}/vl-convert-rs/thirdparty_javascript.md +0 -0
@@ -1,6 +1,6 @@
1
1
  # This file is automatically @generated by Cargo.
2
2
  # It is not intended for manual editing.
3
- version = 3
3
+ version = 4
4
4
 
5
5
  [[package]]
6
6
  name = "Inflector"
@@ -98,7 +98,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
98
98
  checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
99
99
  dependencies = [
100
100
  "cfg-if",
101
- "getrandom",
101
+ "getrandom 0.2.15",
102
102
  "once_cell",
103
103
  "version_check",
104
104
  "zerocopy",
@@ -198,6 +198,15 @@ version = "1.0.86"
198
198
  source = "registry+https://github.com/rust-lang/crates.io-index"
199
199
  checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
200
200
 
201
+ [[package]]
202
+ name = "arbitrary"
203
+ version = "1.4.1"
204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
205
+ checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
206
+ dependencies = [
207
+ "derive_arbitrary",
208
+ ]
209
+
201
210
  [[package]]
202
211
  name = "arrayref"
203
212
  version = "0.3.7"
@@ -234,7 +243,7 @@ dependencies = [
234
243
  "nom 7.1.3",
235
244
  "num-traits",
236
245
  "rusticata-macros",
237
- "thiserror",
246
+ "thiserror 1.0.61",
238
247
  "time",
239
248
  ]
240
249
 
@@ -285,7 +294,7 @@ dependencies = [
285
294
  "proc-macro2",
286
295
  "quote",
287
296
  "swc_macros_common",
288
- "syn 2.0.79",
297
+ "syn 2.0.101",
289
298
  ]
290
299
 
291
300
  [[package]]
@@ -321,7 +330,7 @@ checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
321
330
  dependencies = [
322
331
  "proc-macro2",
323
332
  "quote",
324
- "syn 2.0.79",
333
+ "syn 2.0.101",
325
334
  ]
326
335
 
327
336
  [[package]]
@@ -332,7 +341,7 @@ checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
332
341
  dependencies = [
333
342
  "proc-macro2",
334
343
  "quote",
335
- "syn 2.0.79",
344
+ "syn 2.0.101",
336
345
  ]
337
346
 
338
347
  [[package]]
@@ -349,7 +358,7 @@ checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42"
349
358
  dependencies = [
350
359
  "proc-macro2",
351
360
  "quote",
352
- "syn 2.0.79",
361
+ "syn 2.0.101",
353
362
  ]
354
363
 
355
364
  [[package]]
@@ -459,7 +468,7 @@ dependencies = [
459
468
  "regex",
460
469
  "rustc-hash",
461
470
  "shlex",
462
- "syn 2.0.79",
471
+ "syn 2.0.101",
463
472
  "which 4.4.2",
464
473
  ]
465
474
 
@@ -572,9 +581,9 @@ dependencies = [
572
581
 
573
582
  [[package]]
574
583
  name = "bumpalo"
575
- version = "3.16.0"
584
+ version = "3.17.0"
576
585
  source = "registry+https://github.com/rust-lang/crates.io-index"
577
- checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
586
+ checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
578
587
  dependencies = [
579
588
  "allocator-api2",
580
589
  ]
@@ -605,22 +614,20 @@ checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
605
614
 
606
615
  [[package]]
607
616
  name = "bzip2"
608
- version = "0.4.4"
617
+ version = "0.5.2"
609
618
  source = "registry+https://github.com/rust-lang/crates.io-index"
610
- checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
619
+ checksum = "49ecfb22d906f800d4fe833b6282cf4dc1c298f5057ca0b5445e5c209735ca47"
611
620
  dependencies = [
612
621
  "bzip2-sys",
613
- "libc",
614
622
  ]
615
623
 
616
624
  [[package]]
617
625
  name = "bzip2-sys"
618
- version = "0.1.11+1.0.8"
626
+ version = "0.1.13+1.0.8"
619
627
  source = "registry+https://github.com/rust-lang/crates.io-index"
620
- checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
628
+ checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
621
629
  dependencies = [
622
630
  "cc",
623
- "libc",
624
631
  "pkg-config",
625
632
  ]
626
633
 
@@ -733,7 +740,7 @@ dependencies = [
733
740
  "heck 0.5.0",
734
741
  "proc-macro2",
735
742
  "quote",
736
- "syn 2.0.79",
743
+ "syn 2.0.101",
737
744
  ]
738
745
 
739
746
  [[package]]
@@ -781,9 +788,9 @@ checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
781
788
 
782
789
  [[package]]
783
790
  name = "constant_time_eq"
784
- version = "0.1.5"
791
+ version = "0.3.1"
785
792
  source = "registry+https://github.com/rust-lang/crates.io-index"
786
- checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
793
+ checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
787
794
 
788
795
  [[package]]
789
796
  name = "cooked-waker"
@@ -959,7 +966,7 @@ dependencies = [
959
966
  "curve25519-dalek-derive",
960
967
  "digest",
961
968
  "fiat-crypto",
962
- "rustc_version 0.4.0",
969
+ "rustc_version 0.4.1",
963
970
  "subtle",
964
971
  "zeroize",
965
972
  ]
@@ -972,7 +979,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
972
979
  dependencies = [
973
980
  "proc-macro2",
974
981
  "quote",
975
- "syn 2.0.79",
982
+ "syn 2.0.101",
976
983
  ]
977
984
 
978
985
  [[package]]
@@ -1021,6 +1028,12 @@ dependencies = [
1021
1028
  "uuid",
1022
1029
  ]
1023
1030
 
1031
+ [[package]]
1032
+ name = "deflate64"
1033
+ version = "0.1.9"
1034
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1035
+ checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
1036
+
1024
1037
  [[package]]
1025
1038
  name = "deno_ast"
1026
1039
  version = "0.41.2"
@@ -1060,7 +1073,7 @@ dependencies = [
1060
1073
  "swc_visit",
1061
1074
  "swc_visit_macros",
1062
1075
  "text_lines",
1063
- "thiserror",
1076
+ "thiserror 1.0.61",
1064
1077
  "unicode-width",
1065
1078
  "url",
1066
1079
  ]
@@ -1314,7 +1327,7 @@ dependencies = [
1314
1327
  "serde",
1315
1328
  "serde_json",
1316
1329
  "sha2",
1317
- "thiserror",
1330
+ "thiserror 1.0.61",
1318
1331
  "twox-hash",
1319
1332
  "url",
1320
1333
  ]
@@ -1352,7 +1365,7 @@ dependencies = [
1352
1365
  "scopeguard",
1353
1366
  "serde",
1354
1367
  "smallvec",
1355
- "thiserror",
1368
+ "thiserror 1.0.61",
1356
1369
  "tokio",
1357
1370
  "tokio-util",
1358
1371
  ]
@@ -1525,7 +1538,7 @@ dependencies = [
1525
1538
  "p256",
1526
1539
  "p384",
1527
1540
  "path-clean",
1528
- "pbkdf2 0.12.2",
1541
+ "pbkdf2",
1529
1542
  "pin-project-lite",
1530
1543
  "pkcs8",
1531
1544
  "rand",
@@ -1544,7 +1557,7 @@ dependencies = [
1544
1557
  "sm3",
1545
1558
  "spki",
1546
1559
  "stable_deref_trait",
1547
- "thiserror",
1560
+ "thiserror 1.0.61",
1548
1561
  "tokio",
1549
1562
  "url",
1550
1563
  "winapi",
@@ -1565,8 +1578,8 @@ dependencies = [
1565
1578
  "quote",
1566
1579
  "strum",
1567
1580
  "strum_macros",
1568
- "syn 2.0.79",
1569
- "thiserror",
1581
+ "syn 2.0.101",
1582
+ "thiserror 1.0.61",
1570
1583
  ]
1571
1584
 
1572
1585
  [[package]]
@@ -1579,7 +1592,7 @@ dependencies = [
1579
1592
  "indexmap",
1580
1593
  "serde",
1581
1594
  "serde_json",
1582
- "thiserror",
1595
+ "thiserror 1.0.61",
1583
1596
  "url",
1584
1597
  ]
1585
1598
 
@@ -1673,7 +1686,7 @@ dependencies = [
1673
1686
  "monch",
1674
1687
  "once_cell",
1675
1688
  "serde",
1676
- "thiserror",
1689
+ "thiserror 1.0.61",
1677
1690
  "url",
1678
1691
  ]
1679
1692
 
@@ -1879,7 +1892,7 @@ dependencies = [
1879
1892
  "rand",
1880
1893
  "rusqlite",
1881
1894
  "serde_json",
1882
- "thiserror",
1895
+ "thiserror 1.0.61",
1883
1896
  "tokio",
1884
1897
  "tokio-stream",
1885
1898
  "uuid",
@@ -1920,18 +1933,29 @@ checksum = "8034092389675178f570469e6c3b0465d3d30b4505c294a6550db47f3c17ad18"
1920
1933
  dependencies = [
1921
1934
  "proc-macro2",
1922
1935
  "quote",
1923
- "syn 2.0.79",
1936
+ "syn 2.0.101",
1924
1937
  ]
1925
1938
 
1926
1939
  [[package]]
1927
1940
  name = "deranged"
1928
- version = "0.3.11"
1941
+ version = "0.4.0"
1929
1942
  source = "registry+https://github.com/rust-lang/crates.io-index"
1930
- checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
1943
+ checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
1931
1944
  dependencies = [
1932
1945
  "powerfmt",
1933
1946
  ]
1934
1947
 
1948
+ [[package]]
1949
+ name = "derive_arbitrary"
1950
+ version = "1.4.1"
1951
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1952
+ checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800"
1953
+ dependencies = [
1954
+ "proc-macro2",
1955
+ "quote",
1956
+ "syn 2.0.101",
1957
+ ]
1958
+
1935
1959
  [[package]]
1936
1960
  name = "difflib"
1937
1961
  version = "0.4.0"
@@ -1990,7 +2014,7 @@ checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
1990
2014
  dependencies = [
1991
2015
  "proc-macro2",
1992
2016
  "quote",
1993
- "syn 2.0.79",
2017
+ "syn 2.0.101",
1994
2018
  ]
1995
2019
 
1996
2020
  [[package]]
@@ -2025,7 +2049,7 @@ checksum = "f2b99bf03862d7f545ebc28ddd33a665b50865f4dfd84031a393823879bd4c54"
2025
2049
  dependencies = [
2026
2050
  "proc-macro2",
2027
2051
  "quote",
2028
- "syn 2.0.79",
2052
+ "syn 2.0.101",
2029
2053
  ]
2030
2054
 
2031
2055
  [[package]]
@@ -2244,20 +2268,30 @@ dependencies = [
2244
2268
  "heck 0.4.1",
2245
2269
  "proc-macro2",
2246
2270
  "quote",
2247
- "syn 2.0.79",
2271
+ "syn 2.0.101",
2248
2272
  ]
2249
2273
 
2250
2274
  [[package]]
2251
- name = "env_logger"
2252
- version = "0.10.2"
2275
+ name = "env_filter"
2276
+ version = "0.1.3"
2253
2277
  source = "registry+https://github.com/rust-lang/crates.io-index"
2254
- checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
2278
+ checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
2255
2279
  dependencies = [
2256
- "humantime",
2257
- "is-terminal",
2258
2280
  "log",
2259
2281
  "regex",
2260
- "termcolor",
2282
+ ]
2283
+
2284
+ [[package]]
2285
+ name = "env_logger"
2286
+ version = "0.11.8"
2287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2288
+ checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
2289
+ dependencies = [
2290
+ "anstream",
2291
+ "anstyle",
2292
+ "env_filter",
2293
+ "jiff",
2294
+ "log",
2261
2295
  ]
2262
2296
 
2263
2297
  [[package]]
@@ -2366,7 +2400,7 @@ dependencies = [
2366
2400
  "rand",
2367
2401
  "sha1",
2368
2402
  "simdutf8",
2369
- "thiserror",
2403
+ "thiserror 1.0.61",
2370
2404
  "tokio",
2371
2405
  "utf-8",
2372
2406
  ]
@@ -2427,12 +2461,13 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
2427
2461
 
2428
2462
  [[package]]
2429
2463
  name = "flate2"
2430
- version = "1.0.30"
2464
+ version = "1.1.1"
2431
2465
  source = "registry+https://github.com/rust-lang/crates.io-index"
2432
- checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
2466
+ checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
2433
2467
  dependencies = [
2434
2468
  "crc32fast",
2435
- "miniz_oxide 0.7.4",
2469
+ "libz-rs-sys",
2470
+ "miniz_oxide 0.8.8",
2436
2471
  ]
2437
2472
 
2438
2473
  [[package]]
@@ -2461,9 +2496,9 @@ dependencies = [
2461
2496
 
2462
2497
  [[package]]
2463
2498
  name = "fontdb"
2464
- version = "0.21.0"
2499
+ version = "0.23.0"
2465
2500
  source = "registry+https://github.com/rust-lang/crates.io-index"
2466
- checksum = "37be9fc20d966be438cd57a45767f73349477fb0f85ce86e000557f787298afb"
2501
+ checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
2467
2502
  dependencies = [
2468
2503
  "fontconfig-parser",
2469
2504
  "log",
@@ -2491,7 +2526,7 @@ checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
2491
2526
  dependencies = [
2492
2527
  "proc-macro2",
2493
2528
  "quote",
2494
- "syn 2.0.79",
2529
+ "syn 2.0.101",
2495
2530
  ]
2496
2531
 
2497
2532
  [[package]]
@@ -2523,7 +2558,7 @@ checksum = "fdc9cc75639b041067353b9bce2450d6847e547276c6fbe4487d7407980e07db"
2523
2558
  dependencies = [
2524
2559
  "proc-macro2",
2525
2560
  "swc_macros_common",
2526
- "syn 2.0.79",
2561
+ "syn 2.0.101",
2527
2562
  ]
2528
2563
 
2529
2564
  [[package]]
@@ -2618,7 +2653,7 @@ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
2618
2653
  dependencies = [
2619
2654
  "proc-macro2",
2620
2655
  "quote",
2621
- "syn 2.0.79",
2656
+ "syn 2.0.101",
2622
2657
  ]
2623
2658
 
2624
2659
  [[package]]
@@ -2686,7 +2721,21 @@ dependencies = [
2686
2721
  "cfg-if",
2687
2722
  "js-sys",
2688
2723
  "libc",
2689
- "wasi",
2724
+ "wasi 0.11.0+wasi-snapshot-preview1",
2725
+ "wasm-bindgen",
2726
+ ]
2727
+
2728
+ [[package]]
2729
+ name = "getrandom"
2730
+ version = "0.3.3"
2731
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2732
+ checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
2733
+ dependencies = [
2734
+ "cfg-if",
2735
+ "js-sys",
2736
+ "libc",
2737
+ "r-efi",
2738
+ "wasi 0.14.2+wasi-0.2.4",
2690
2739
  "wasm-bindgen",
2691
2740
  ]
2692
2741
 
@@ -2880,6 +2929,12 @@ dependencies = [
2880
2929
  "allocator-api2",
2881
2930
  ]
2882
2931
 
2932
+ [[package]]
2933
+ name = "hashbrown"
2934
+ version = "0.15.3"
2935
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2936
+ checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
2937
+
2883
2938
  [[package]]
2884
2939
  name = "hashlink"
2885
2940
  version = "0.9.1"
@@ -3039,12 +3094,6 @@ version = "1.0.3"
3039
3094
  source = "registry+https://github.com/rust-lang/crates.io-index"
3040
3095
  checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
3041
3096
 
3042
- [[package]]
3043
- name = "humantime"
3044
- version = "2.1.0"
3045
- source = "registry+https://github.com/rust-lang/crates.io-index"
3046
- checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
3047
-
3048
3097
  [[package]]
3049
3098
  name = "hyper"
3050
3099
  version = "0.14.29"
@@ -3182,12 +3231,12 @@ dependencies = [
3182
3231
 
3183
3232
  [[package]]
3184
3233
  name = "image"
3185
- version = "0.25.1"
3234
+ version = "0.25.6"
3186
3235
  source = "registry+https://github.com/rust-lang/crates.io-index"
3187
- checksum = "fd54d660e773627692c524beaad361aca785a4f9f5730ce91f42aabe5bce3d11"
3236
+ checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
3188
3237
  dependencies = [
3189
3238
  "bytemuck",
3190
- "byteorder",
3239
+ "byteorder-lite",
3191
3240
  "color_quant",
3192
3241
  "gif",
3193
3242
  "num-traits",
@@ -3198,9 +3247,9 @@ dependencies = [
3198
3247
 
3199
3248
  [[package]]
3200
3249
  name = "image-webp"
3201
- version = "0.1.3"
3250
+ version = "0.2.1"
3202
3251
  source = "registry+https://github.com/rust-lang/crates.io-index"
3203
- checksum = "f79afb8cbee2ef20f59ccd477a218c12a93943d075b492015ecb1bb81f8ee904"
3252
+ checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
3204
3253
  dependencies = [
3205
3254
  "byteorder-lite",
3206
3255
  "quick-error 2.0.1",
@@ -3229,18 +3278,18 @@ dependencies = [
3229
3278
  "percent-encoding",
3230
3279
  "serde",
3231
3280
  "serde_json",
3232
- "thiserror",
3281
+ "thiserror 1.0.61",
3233
3282
  "url",
3234
3283
  ]
3235
3284
 
3236
3285
  [[package]]
3237
3286
  name = "indexmap"
3238
- version = "2.2.6"
3287
+ version = "2.9.0"
3239
3288
  source = "registry+https://github.com/rust-lang/crates.io-index"
3240
- checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
3289
+ checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
3241
3290
  dependencies = [
3242
3291
  "equivalent",
3243
- "hashbrown 0.14.5",
3292
+ "hashbrown 0.15.3",
3244
3293
  "serde",
3245
3294
  ]
3246
3295
 
@@ -3325,18 +3374,7 @@ dependencies = [
3325
3374
  "Inflector",
3326
3375
  "proc-macro2",
3327
3376
  "quote",
3328
- "syn 2.0.79",
3329
- ]
3330
-
3331
- [[package]]
3332
- name = "is-terminal"
3333
- version = "0.4.12"
3334
- source = "registry+https://github.com/rust-lang/crates.io-index"
3335
- checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
3336
- dependencies = [
3337
- "hermit-abi",
3338
- "libc",
3339
- "windows-sys 0.52.0",
3377
+ "syn 2.0.101",
3340
3378
  ]
3341
3379
 
3342
3380
  [[package]]
@@ -3356,18 +3394,18 @@ dependencies = [
3356
3394
 
3357
3395
  [[package]]
3358
3396
  name = "itertools"
3359
- version = "0.11.0"
3397
+ version = "0.12.1"
3360
3398
  source = "registry+https://github.com/rust-lang/crates.io-index"
3361
- checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
3399
+ checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
3362
3400
  dependencies = [
3363
3401
  "either",
3364
3402
  ]
3365
3403
 
3366
3404
  [[package]]
3367
3405
  name = "itertools"
3368
- version = "0.12.1"
3406
+ version = "0.14.0"
3369
3407
  source = "registry+https://github.com/rust-lang/crates.io-index"
3370
- checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
3408
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
3371
3409
  dependencies = [
3372
3410
  "either",
3373
3411
  ]
@@ -3378,6 +3416,30 @@ version = "1.0.11"
3378
3416
  source = "registry+https://github.com/rust-lang/crates.io-index"
3379
3417
  checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
3380
3418
 
3419
+ [[package]]
3420
+ name = "jiff"
3421
+ version = "0.2.14"
3422
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3423
+ checksum = "a194df1107f33c79f4f93d02c80798520551949d59dfad22b6157048a88cca93"
3424
+ dependencies = [
3425
+ "jiff-static",
3426
+ "log",
3427
+ "portable-atomic",
3428
+ "portable-atomic-util",
3429
+ "serde",
3430
+ ]
3431
+
3432
+ [[package]]
3433
+ name = "jiff-static"
3434
+ version = "0.2.14"
3435
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3436
+ checksum = "6c6e1db7ed32c6c71b759497fae34bf7933636f75a251b9e736555da426f6442"
3437
+ dependencies = [
3438
+ "proc-macro2",
3439
+ "quote",
3440
+ "syn 2.0.101",
3441
+ ]
3442
+
3381
3443
  [[package]]
3382
3444
  name = "jni-sys"
3383
3445
  version = "0.3.0"
@@ -3404,10 +3466,11 @@ dependencies = [
3404
3466
 
3405
3467
  [[package]]
3406
3468
  name = "js-sys"
3407
- version = "0.3.69"
3469
+ version = "0.3.77"
3408
3470
  source = "registry+https://github.com/rust-lang/crates.io-index"
3409
- checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
3471
+ checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
3410
3472
  dependencies = [
3473
+ "once_cell",
3411
3474
  "wasm-bindgen",
3412
3475
  ]
3413
3476
 
@@ -3521,7 +3584,7 @@ dependencies = [
3521
3584
  "proc-macro2",
3522
3585
  "quote",
3523
3586
  "regex",
3524
- "syn 2.0.79",
3587
+ "syn 2.0.101",
3525
3588
  ]
3526
3589
 
3527
3590
  [[package]]
@@ -3671,6 +3734,26 @@ dependencies = [
3671
3734
  "windows-targets 0.52.5",
3672
3735
  ]
3673
3736
 
3737
+ [[package]]
3738
+ name = "liblzma"
3739
+ version = "0.4.1"
3740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3741
+ checksum = "66352d7a8ac12d4877b6e6ea5a9b7650ee094257dc40889955bea5bc5b08c1d0"
3742
+ dependencies = [
3743
+ "liblzma-sys",
3744
+ ]
3745
+
3746
+ [[package]]
3747
+ name = "liblzma-sys"
3748
+ version = "0.4.3"
3749
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3750
+ checksum = "5839bad90c3cc2e0b8c4ed8296b80e86040240f81d46b9c0e9bc8dd51ddd3af1"
3751
+ dependencies = [
3752
+ "cc",
3753
+ "libc",
3754
+ "pkg-config",
3755
+ ]
3756
+
3674
3757
  [[package]]
3675
3758
  name = "libm"
3676
3759
  version = "0.2.8"
@@ -3698,6 +3781,15 @@ dependencies = [
3698
3781
  "vcpkg",
3699
3782
  ]
3700
3783
 
3784
+ [[package]]
3785
+ name = "libz-rs-sys"
3786
+ version = "0.5.0"
3787
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3788
+ checksum = "6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a"
3789
+ dependencies = [
3790
+ "zlib-rs",
3791
+ ]
3792
+
3701
3793
  [[package]]
3702
3794
  name = "libz-sys"
3703
3795
  version = "1.1.18"
@@ -3768,9 +3860,9 @@ dependencies = [
3768
3860
 
3769
3861
  [[package]]
3770
3862
  name = "log"
3771
- version = "0.4.22"
3863
+ version = "0.4.27"
3772
3864
  source = "registry+https://github.com/rust-lang/crates.io-index"
3773
- checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
3865
+ checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
3774
3866
 
3775
3867
  [[package]]
3776
3868
  name = "lru-cache"
@@ -3908,9 +4000,9 @@ dependencies = [
3908
4000
 
3909
4001
  [[package]]
3910
4002
  name = "miniz_oxide"
3911
- version = "0.8.0"
4003
+ version = "0.8.8"
3912
4004
  source = "registry+https://github.com/rust-lang/crates.io-index"
3913
- checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
4005
+ checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
3914
4006
  dependencies = [
3915
4007
  "adler2",
3916
4008
  ]
@@ -3923,7 +4015,7 @@ checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
3923
4015
  dependencies = [
3924
4016
  "libc",
3925
4017
  "log",
3926
- "wasi",
4018
+ "wasi 0.11.0+wasi-snapshot-preview1",
3927
4019
  "windows-sys 0.48.0",
3928
4020
  ]
3929
4021
 
@@ -3957,7 +4049,7 @@ dependencies = [
3957
4049
  "serde",
3958
4050
  "spirv",
3959
4051
  "termcolor",
3960
- "thiserror",
4052
+ "thiserror 1.0.61",
3961
4053
  "unicode-xid",
3962
4054
  ]
3963
4055
 
@@ -4036,7 +4128,7 @@ dependencies = [
4036
4128
  "path-clean",
4037
4129
  "regex",
4038
4130
  "serde_json",
4039
- "thiserror",
4131
+ "thiserror 1.0.61",
4040
4132
  "tokio",
4041
4133
  "url",
4042
4134
  ]
@@ -4391,17 +4483,6 @@ dependencies = [
4391
4483
  "windows-targets 0.52.5",
4392
4484
  ]
4393
4485
 
4394
- [[package]]
4395
- name = "password-hash"
4396
- version = "0.4.2"
4397
- source = "registry+https://github.com/rust-lang/crates.io-index"
4398
- checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
4399
- dependencies = [
4400
- "base64ct",
4401
- "rand_core",
4402
- "subtle",
4403
- ]
4404
-
4405
4486
  [[package]]
4406
4487
  name = "password-hash"
4407
4488
  version = "0.5.0"
@@ -4431,18 +4512,6 @@ version = "0.2.1"
4431
4512
  source = "registry+https://github.com/rust-lang/crates.io-index"
4432
4513
  checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
4433
4514
 
4434
- [[package]]
4435
- name = "pbkdf2"
4436
- version = "0.11.0"
4437
- source = "registry+https://github.com/rust-lang/crates.io-index"
4438
- checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
4439
- dependencies = [
4440
- "digest",
4441
- "hmac",
4442
- "password-hash 0.4.2",
4443
- "sha2",
4444
- ]
4445
-
4446
4515
  [[package]]
4447
4516
  name = "pbkdf2"
4448
4517
  version = "0.12.2"
@@ -4520,7 +4589,7 @@ dependencies = [
4520
4589
  "phf_shared",
4521
4590
  "proc-macro2",
4522
4591
  "quote",
4523
- "syn 2.0.79",
4592
+ "syn 2.0.101",
4524
4593
  ]
4525
4594
 
4526
4595
  [[package]]
@@ -4555,7 +4624,7 @@ checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
4555
4624
  dependencies = [
4556
4625
  "proc-macro2",
4557
4626
  "quote",
4558
- "syn 2.0.79",
4627
+ "syn 2.0.101",
4559
4628
  ]
4560
4629
 
4561
4630
  [[package]]
@@ -4590,7 +4659,7 @@ dependencies = [
4590
4659
  "aes",
4591
4660
  "cbc",
4592
4661
  "der",
4593
- "pbkdf2 0.12.2",
4662
+ "pbkdf2",
4594
4663
  "scrypt",
4595
4664
  "sha2",
4596
4665
  "spki",
@@ -4641,9 +4710,18 @@ dependencies = [
4641
4710
 
4642
4711
  [[package]]
4643
4712
  name = "portable-atomic"
4644
- version = "1.6.0"
4713
+ version = "1.11.0"
4645
4714
  source = "registry+https://github.com/rust-lang/crates.io-index"
4646
- checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
4715
+ checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
4716
+
4717
+ [[package]]
4718
+ name = "portable-atomic-util"
4719
+ version = "0.2.4"
4720
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4721
+ checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
4722
+ dependencies = [
4723
+ "portable-atomic",
4724
+ ]
4647
4725
 
4648
4726
  [[package]]
4649
4727
  name = "powerfmt"
@@ -4704,7 +4782,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4704
4782
  checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
4705
4783
  dependencies = [
4706
4784
  "proc-macro2",
4707
- "syn 2.0.79",
4785
+ "syn 2.0.101",
4708
4786
  ]
4709
4787
 
4710
4788
  [[package]]
@@ -4716,6 +4794,15 @@ dependencies = [
4716
4794
  "elliptic-curve",
4717
4795
  ]
4718
4796
 
4797
+ [[package]]
4798
+ name = "proc-macro-crate"
4799
+ version = "3.3.0"
4800
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4801
+ checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
4802
+ dependencies = [
4803
+ "toml_edit",
4804
+ ]
4805
+
4719
4806
  [[package]]
4720
4807
  name = "proc-macro-error"
4721
4808
  version = "1.0.4"
@@ -4748,7 +4835,7 @@ checksum = "07c277e4e643ef00c1233393c673f655e3672cf7eb3ba08a00bdd0ea59139b5f"
4748
4835
  dependencies = [
4749
4836
  "proc-macro-rules-macros",
4750
4837
  "proc-macro2",
4751
- "syn 2.0.79",
4838
+ "syn 2.0.101",
4752
4839
  ]
4753
4840
 
4754
4841
  [[package]]
@@ -4760,14 +4847,14 @@ dependencies = [
4760
4847
  "once_cell",
4761
4848
  "proc-macro2",
4762
4849
  "quote",
4763
- "syn 2.0.79",
4850
+ "syn 2.0.101",
4764
4851
  ]
4765
4852
 
4766
4853
  [[package]]
4767
4854
  name = "proc-macro2"
4768
- version = "1.0.85"
4855
+ version = "1.0.95"
4769
4856
  source = "registry+https://github.com/rust-lang/crates.io-index"
4770
- checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23"
4857
+ checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
4771
4858
  dependencies = [
4772
4859
  "unicode-ident",
4773
4860
  ]
@@ -4863,12 +4950,11 @@ dependencies = [
4863
4950
 
4864
4951
  [[package]]
4865
4952
  name = "pyo3"
4866
- version = "0.22.3"
4953
+ version = "0.25.0"
4867
4954
  source = "registry+https://github.com/rust-lang/crates.io-index"
4868
- checksum = "15ee168e30649f7f234c3d49ef5a7a6cbf5134289bc46c29ff3155fa3221c225"
4955
+ checksum = "f239d656363bcee73afef85277f1b281e8ac6212a1d42aa90e55b90ed43c47a4"
4869
4956
  dependencies = [
4870
4957
  "anyhow",
4871
- "cfg-if",
4872
4958
  "indoc",
4873
4959
  "libc",
4874
4960
  "memoffset 0.9.1",
@@ -4882,9 +4968,9 @@ dependencies = [
4882
4968
 
4883
4969
  [[package]]
4884
4970
  name = "pyo3-build-config"
4885
- version = "0.22.3"
4971
+ version = "0.25.0"
4886
4972
  source = "registry+https://github.com/rust-lang/crates.io-index"
4887
- checksum = "e61cef80755fe9e46bb8a0b8f20752ca7676dcc07a5277d8b7768c6172e529b3"
4973
+ checksum = "755ea671a1c34044fa165247aaf6f419ca39caa6003aee791a0df2713d8f1b6d"
4888
4974
  dependencies = [
4889
4975
  "once_cell",
4890
4976
  "target-lexicon",
@@ -4892,9 +4978,9 @@ dependencies = [
4892
4978
 
4893
4979
  [[package]]
4894
4980
  name = "pyo3-ffi"
4895
- version = "0.22.3"
4981
+ version = "0.25.0"
4896
4982
  source = "registry+https://github.com/rust-lang/crates.io-index"
4897
- checksum = "67ce096073ec5405f5ee2b8b31f03a68e02aa10d5d4f565eca04acc41931fa1c"
4983
+ checksum = "fc95a2e67091e44791d4ea300ff744be5293f394f1bafd9f78c080814d35956e"
4898
4984
  dependencies = [
4899
4985
  "libc",
4900
4986
  "pyo3-build-config",
@@ -4902,34 +4988,34 @@ dependencies = [
4902
4988
 
4903
4989
  [[package]]
4904
4990
  name = "pyo3-macros"
4905
- version = "0.22.3"
4991
+ version = "0.25.0"
4906
4992
  source = "registry+https://github.com/rust-lang/crates.io-index"
4907
- checksum = "2440c6d12bc8f3ae39f1e775266fa5122fd0c8891ce7520fa6048e683ad3de28"
4993
+ checksum = "a179641d1b93920829a62f15e87c0ed791b6c8db2271ba0fd7c2686090510214"
4908
4994
  dependencies = [
4909
4995
  "proc-macro2",
4910
4996
  "pyo3-macros-backend",
4911
4997
  "quote",
4912
- "syn 2.0.79",
4998
+ "syn 2.0.101",
4913
4999
  ]
4914
5000
 
4915
5001
  [[package]]
4916
5002
  name = "pyo3-macros-backend"
4917
- version = "0.22.3"
5003
+ version = "0.25.0"
4918
5004
  source = "registry+https://github.com/rust-lang/crates.io-index"
4919
- checksum = "1be962f0e06da8f8465729ea2cb71a416d2257dff56cbe40a70d3e62a93ae5d1"
5005
+ checksum = "9dff85ebcaab8c441b0e3f7ae40a6963ecea8a9f5e74f647e33fcf5ec9a1e89e"
4920
5006
  dependencies = [
4921
5007
  "heck 0.5.0",
4922
5008
  "proc-macro2",
4923
5009
  "pyo3-build-config",
4924
5010
  "quote",
4925
- "syn 2.0.79",
5011
+ "syn 2.0.101",
4926
5012
  ]
4927
5013
 
4928
5014
  [[package]]
4929
5015
  name = "pythonize"
4930
- version = "0.22.0"
5016
+ version = "0.25.0"
4931
5017
  source = "registry+https://github.com/rust-lang/crates.io-index"
4932
- checksum = "90fcf491425978bd889015d5430f6473d91bdfa2097262f1e731aadcf6c2113e"
5018
+ checksum = "597907139a488b22573158793aa7539df36ae863eba300c75f3a0d65fc475e27"
4933
5019
  dependencies = [
4934
5020
  "pyo3",
4935
5021
  "serde",
@@ -4949,13 +5035,19 @@ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
4949
5035
 
4950
5036
  [[package]]
4951
5037
  name = "quote"
4952
- version = "1.0.36"
5038
+ version = "1.0.40"
4953
5039
  source = "registry+https://github.com/rust-lang/crates.io-index"
4954
- checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
5040
+ checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
4955
5041
  dependencies = [
4956
5042
  "proc-macro2",
4957
5043
  ]
4958
5044
 
5045
+ [[package]]
5046
+ name = "r-efi"
5047
+ version = "5.2.0"
5048
+ source = "registry+https://github.com/rust-lang/crates.io-index"
5049
+ checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
5050
+
4959
5051
  [[package]]
4960
5052
  name = "radium"
4961
5053
  version = "0.7.0"
@@ -5005,7 +5097,7 @@ version = "0.6.4"
5005
5097
  source = "registry+https://github.com/rust-lang/crates.io-index"
5006
5098
  checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
5007
5099
  dependencies = [
5008
- "getrandom",
5100
+ "getrandom 0.2.15",
5009
5101
  ]
5010
5102
 
5011
5103
  [[package]]
@@ -5073,9 +5165,9 @@ version = "0.4.5"
5073
5165
  source = "registry+https://github.com/rust-lang/crates.io-index"
5074
5166
  checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
5075
5167
  dependencies = [
5076
- "getrandom",
5168
+ "getrandom 0.2.15",
5077
5169
  "libredox",
5078
- "thiserror",
5170
+ "thiserror 1.0.61",
5079
5171
  ]
5080
5172
 
5081
5173
  [[package]]
@@ -5095,14 +5187,14 @@ checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6"
5095
5187
  dependencies = [
5096
5188
  "proc-macro2",
5097
5189
  "quote",
5098
- "syn 2.0.79",
5190
+ "syn 2.0.101",
5099
5191
  ]
5100
5192
 
5101
5193
  [[package]]
5102
5194
  name = "regex"
5103
- version = "1.10.5"
5195
+ version = "1.11.1"
5104
5196
  source = "registry+https://github.com/rust-lang/crates.io-index"
5105
- checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
5197
+ checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
5106
5198
  dependencies = [
5107
5199
  "aho-corasick",
5108
5200
  "memchr",
@@ -5112,9 +5204,9 @@ dependencies = [
5112
5204
 
5113
5205
  [[package]]
5114
5206
  name = "regex-automata"
5115
- version = "0.4.7"
5207
+ version = "0.4.9"
5116
5208
  source = "registry+https://github.com/rust-lang/crates.io-index"
5117
- checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
5209
+ checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
5118
5210
  dependencies = [
5119
5211
  "aho-corasick",
5120
5212
  "memchr",
@@ -5123,9 +5215,9 @@ dependencies = [
5123
5215
 
5124
5216
  [[package]]
5125
5217
  name = "regex-syntax"
5126
- version = "0.8.4"
5218
+ version = "0.8.5"
5127
5219
  source = "registry+https://github.com/rust-lang/crates.io-index"
5128
- checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
5220
+ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
5129
5221
 
5130
5222
  [[package]]
5131
5223
  name = "relative-path"
@@ -5184,9 +5276,9 @@ dependencies = [
5184
5276
 
5185
5277
  [[package]]
5186
5278
  name = "resvg"
5187
- version = "0.43.0"
5279
+ version = "0.45.1"
5188
5280
  source = "registry+https://github.com/rust-lang/crates.io-index"
5189
- checksum = "c7314563c59c7ce31c18e23ad3dd092c37b928a0fa4e1c0a1a6504351ab411d1"
5281
+ checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
5190
5282
  dependencies = [
5191
5283
  "gif",
5192
5284
  "image-webp",
@@ -5235,7 +5327,7 @@ checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
5235
5327
  dependencies = [
5236
5328
  "cc",
5237
5329
  "cfg-if",
5238
- "getrandom",
5330
+ "getrandom 0.2.15",
5239
5331
  "libc",
5240
5332
  "spin 0.9.8",
5241
5333
  "untrusted",
@@ -5297,30 +5389,31 @@ dependencies = [
5297
5389
 
5298
5390
  [[package]]
5299
5391
  name = "rstest"
5300
- version = "0.18.2"
5392
+ version = "0.25.0"
5301
5393
  source = "registry+https://github.com/rust-lang/crates.io-index"
5302
- checksum = "97eeab2f3c0a199bc4be135c36c924b6590b88c377d416494288c14f2db30199"
5394
+ checksum = "6fc39292f8613e913f7df8fa892b8944ceb47c247b78e1b1ae2f09e019be789d"
5303
5395
  dependencies = [
5304
- "futures",
5305
5396
  "futures-timer",
5397
+ "futures-util",
5306
5398
  "rstest_macros",
5307
- "rustc_version 0.4.0",
5399
+ "rustc_version 0.4.1",
5308
5400
  ]
5309
5401
 
5310
5402
  [[package]]
5311
5403
  name = "rstest_macros"
5312
- version = "0.18.2"
5404
+ version = "0.25.0"
5313
5405
  source = "registry+https://github.com/rust-lang/crates.io-index"
5314
- checksum = "d428f8247852f894ee1be110b375111b586d4fa431f6c46e64ba5a0dcccbe605"
5406
+ checksum = "1f168d99749d307be9de54d23fd226628d99768225ef08f6ffb52e0182a27746"
5315
5407
  dependencies = [
5316
5408
  "cfg-if",
5317
5409
  "glob",
5410
+ "proc-macro-crate",
5318
5411
  "proc-macro2",
5319
5412
  "quote",
5320
5413
  "regex",
5321
5414
  "relative-path",
5322
- "rustc_version 0.4.0",
5323
- "syn 2.0.79",
5415
+ "rustc_version 0.4.1",
5416
+ "syn 2.0.101",
5324
5417
  "unicode-ident",
5325
5418
  ]
5326
5419
 
@@ -5361,9 +5454,9 @@ dependencies = [
5361
5454
 
5362
5455
  [[package]]
5363
5456
  name = "rustc_version"
5364
- version = "0.4.0"
5457
+ version = "0.4.1"
5365
5458
  source = "registry+https://github.com/rust-lang/crates.io-index"
5366
- checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
5459
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
5367
5460
  dependencies = [
5368
5461
  "semver 1.0.23",
5369
5462
  ]
@@ -5495,9 +5588,9 @@ checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
5495
5588
 
5496
5589
  [[package]]
5497
5590
  name = "rustybuzz"
5498
- version = "0.18.0"
5591
+ version = "0.20.1"
5499
5592
  source = "registry+https://github.com/rust-lang/crates.io-index"
5500
- checksum = "c85d1ccd519e61834798eb52c4e886e8c2d7d698dd3d6ce0b1b47eb8557f1181"
5593
+ checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
5501
5594
  dependencies = [
5502
5595
  "bitflags 2.6.0",
5503
5596
  "bytemuck",
@@ -5600,8 +5693,8 @@ version = "0.11.0"
5600
5693
  source = "registry+https://github.com/rust-lang/crates.io-index"
5601
5694
  checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
5602
5695
  dependencies = [
5603
- "password-hash 0.5.0",
5604
- "pbkdf2 0.12.2",
5696
+ "password-hash",
5697
+ "pbkdf2",
5605
5698
  "salsa20",
5606
5699
  "sha2",
5607
5700
  ]
@@ -5711,7 +5804,7 @@ checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
5711
5804
  dependencies = [
5712
5805
  "proc-macro2",
5713
5806
  "quote",
5714
- "syn 2.0.79",
5807
+ "syn 2.0.101",
5715
5808
  ]
5716
5809
 
5717
5810
  [[package]]
@@ -5747,7 +5840,7 @@ dependencies = [
5747
5840
  "num-bigint",
5748
5841
  "serde",
5749
5842
  "smallvec",
5750
- "thiserror",
5843
+ "thiserror 1.0.61",
5751
5844
  "v8",
5752
5845
  ]
5753
5846
 
@@ -5858,7 +5951,7 @@ version = "0.13.10"
5858
5951
  source = "registry+https://github.com/rust-lang/crates.io-index"
5859
5952
  checksum = "570c430b3d902ea083097e853263ae782dfe40857d93db019a12356c8e8143fa"
5860
5953
  dependencies = [
5861
- "getrandom",
5954
+ "getrandom 0.2.15",
5862
5955
  "halfbrown",
5863
5956
  "lexical-core",
5864
5957
  "ref-cast",
@@ -6042,7 +6135,7 @@ dependencies = [
6042
6135
  "proc-macro2",
6043
6136
  "quote",
6044
6137
  "swc_macros_common",
6045
- "syn 2.0.79",
6138
+ "syn 2.0.101",
6046
6139
  ]
6047
6140
 
6048
6141
  [[package]]
@@ -6070,7 +6163,7 @@ dependencies = [
6070
6163
  "proc-macro2",
6071
6164
  "quote",
6072
6165
  "rustversion",
6073
- "syn 2.0.79",
6166
+ "syn 2.0.101",
6074
6167
  ]
6075
6168
 
6076
6169
  [[package]]
@@ -6087,14 +6180,14 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
6087
6180
 
6088
6181
  [[package]]
6089
6182
  name = "svg2pdf"
6090
- version = "0.12.0"
6183
+ version = "0.13.0"
6091
6184
  source = "registry+https://github.com/rust-lang/crates.io-index"
6092
- checksum = "5014c9dadcf318fb7ef8c16438e95abcc9de1ae24d60d5bccc64c55100c50364"
6185
+ checksum = "e50dc062439cc1a396181059c80932a6e6bd731b130e674c597c0c8874b6df22"
6093
6186
  dependencies = [
6094
6187
  "fontdb",
6095
- "image 0.25.1",
6188
+ "image 0.25.6",
6096
6189
  "log",
6097
- "miniz_oxide 0.8.0",
6190
+ "miniz_oxide 0.8.8",
6098
6191
  "once_cell",
6099
6192
  "pdf-writer",
6100
6193
  "resvg",
@@ -6107,9 +6200,9 @@ dependencies = [
6107
6200
 
6108
6201
  [[package]]
6109
6202
  name = "svgtypes"
6110
- version = "0.15.1"
6203
+ version = "0.15.3"
6111
6204
  source = "registry+https://github.com/rust-lang/crates.io-index"
6112
- checksum = "fae3064df9b89391c9a76a0425a69d124aee9c5c28455204709e72c39868a43c"
6205
+ checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
6113
6206
  dependencies = [
6114
6207
  "kurbo",
6115
6208
  "siphasher 1.0.1",
@@ -6234,7 +6327,7 @@ dependencies = [
6234
6327
  "proc-macro2",
6235
6328
  "quote",
6236
6329
  "swc_macros_common",
6237
- "syn 2.0.79",
6330
+ "syn 2.0.101",
6238
6331
  ]
6239
6332
 
6240
6333
  [[package]]
@@ -6283,7 +6376,7 @@ dependencies = [
6283
6376
  "proc-macro2",
6284
6377
  "quote",
6285
6378
  "swc_macros_common",
6286
- "syn 2.0.79",
6379
+ "syn 2.0.101",
6287
6380
  ]
6288
6381
 
6289
6382
  [[package]]
@@ -6368,7 +6461,7 @@ dependencies = [
6368
6461
  "proc-macro2",
6369
6462
  "quote",
6370
6463
  "swc_macros_common",
6371
- "syn 2.0.79",
6464
+ "syn 2.0.101",
6372
6465
  ]
6373
6466
 
6374
6467
  [[package]]
@@ -6499,7 +6592,7 @@ checksum = "63db0adcff29d220c3d151c5b25c0eabe7e32dd936212b84cdaa1392e3130497"
6499
6592
  dependencies = [
6500
6593
  "proc-macro2",
6501
6594
  "quote",
6502
- "syn 2.0.79",
6595
+ "syn 2.0.101",
6503
6596
  ]
6504
6597
 
6505
6598
  [[package]]
@@ -6535,7 +6628,7 @@ checksum = "f486687bfb7b5c560868f69ed2d458b880cebc9babebcb67e49f31b55c5bf847"
6535
6628
  dependencies = [
6536
6629
  "proc-macro2",
6537
6630
  "quote",
6538
- "syn 2.0.79",
6631
+ "syn 2.0.101",
6539
6632
  ]
6540
6633
 
6541
6634
  [[package]]
@@ -6557,7 +6650,7 @@ dependencies = [
6557
6650
  "proc-macro2",
6558
6651
  "quote",
6559
6652
  "swc_macros_common",
6560
- "syn 2.0.79",
6653
+ "syn 2.0.101",
6561
6654
  ]
6562
6655
 
6563
6656
  [[package]]
@@ -6573,9 +6666,9 @@ dependencies = [
6573
6666
 
6574
6667
  [[package]]
6575
6668
  name = "syn"
6576
- version = "2.0.79"
6669
+ version = "2.0.101"
6577
6670
  source = "registry+https://github.com/rust-lang/crates.io-index"
6578
- checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590"
6671
+ checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
6579
6672
  dependencies = [
6580
6673
  "proc-macro2",
6581
6674
  "quote",
@@ -6602,7 +6695,7 @@ checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
6602
6695
  dependencies = [
6603
6696
  "proc-macro2",
6604
6697
  "quote",
6605
- "syn 2.0.79",
6698
+ "syn 2.0.101",
6606
6699
  ]
6607
6700
 
6608
6701
  [[package]]
@@ -6613,9 +6706,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
6613
6706
 
6614
6707
  [[package]]
6615
6708
  name = "target-lexicon"
6616
- version = "0.12.14"
6709
+ version = "0.13.2"
6617
6710
  source = "registry+https://github.com/rust-lang/crates.io-index"
6618
- checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
6711
+ checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
6619
6712
 
6620
6713
  [[package]]
6621
6714
  name = "tempfile"
@@ -6659,7 +6752,16 @@ version = "1.0.61"
6659
6752
  source = "registry+https://github.com/rust-lang/crates.io-index"
6660
6753
  checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
6661
6754
  dependencies = [
6662
- "thiserror-impl",
6755
+ "thiserror-impl 1.0.61",
6756
+ ]
6757
+
6758
+ [[package]]
6759
+ name = "thiserror"
6760
+ version = "2.0.12"
6761
+ source = "registry+https://github.com/rust-lang/crates.io-index"
6762
+ checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
6763
+ dependencies = [
6764
+ "thiserror-impl 2.0.12",
6663
6765
  ]
6664
6766
 
6665
6767
  [[package]]
@@ -6670,14 +6772,25 @@ checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
6670
6772
  dependencies = [
6671
6773
  "proc-macro2",
6672
6774
  "quote",
6673
- "syn 2.0.79",
6775
+ "syn 2.0.101",
6776
+ ]
6777
+
6778
+ [[package]]
6779
+ name = "thiserror-impl"
6780
+ version = "2.0.12"
6781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
6782
+ checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
6783
+ dependencies = [
6784
+ "proc-macro2",
6785
+ "quote",
6786
+ "syn 2.0.101",
6674
6787
  ]
6675
6788
 
6676
6789
  [[package]]
6677
6790
  name = "time"
6678
- version = "0.3.36"
6791
+ version = "0.3.41"
6679
6792
  source = "registry+https://github.com/rust-lang/crates.io-index"
6680
- checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
6793
+ checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
6681
6794
  dependencies = [
6682
6795
  "deranged",
6683
6796
  "itoa",
@@ -6690,15 +6803,15 @@ dependencies = [
6690
6803
 
6691
6804
  [[package]]
6692
6805
  name = "time-core"
6693
- version = "0.1.2"
6806
+ version = "0.1.4"
6694
6807
  source = "registry+https://github.com/rust-lang/crates.io-index"
6695
- checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
6808
+ checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
6696
6809
 
6697
6810
  [[package]]
6698
6811
  name = "time-macros"
6699
- version = "0.2.18"
6812
+ version = "0.2.22"
6700
6813
  source = "registry+https://github.com/rust-lang/crates.io-index"
6701
- checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
6814
+ checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
6702
6815
  dependencies = [
6703
6816
  "num-conv",
6704
6817
  "time-core",
@@ -6772,7 +6885,7 @@ checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
6772
6885
  dependencies = [
6773
6886
  "proc-macro2",
6774
6887
  "quote",
6775
- "syn 2.0.79",
6888
+ "syn 2.0.101",
6776
6889
  ]
6777
6890
 
6778
6891
  [[package]]
@@ -6816,7 +6929,7 @@ checksum = "51165dfa029d2a65969413a6cc96f354b86b464498702f174a4efa13608fd8c0"
6816
6929
  dependencies = [
6817
6930
  "either",
6818
6931
  "futures-util",
6819
- "thiserror",
6932
+ "thiserror 1.0.61",
6820
6933
  "tokio",
6821
6934
  ]
6822
6935
 
@@ -6848,6 +6961,23 @@ dependencies = [
6848
6961
  "tokio",
6849
6962
  ]
6850
6963
 
6964
+ [[package]]
6965
+ name = "toml_datetime"
6966
+ version = "0.6.9"
6967
+ source = "registry+https://github.com/rust-lang/crates.io-index"
6968
+ checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
6969
+
6970
+ [[package]]
6971
+ name = "toml_edit"
6972
+ version = "0.22.26"
6973
+ source = "registry+https://github.com/rust-lang/crates.io-index"
6974
+ checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
6975
+ dependencies = [
6976
+ "indexmap",
6977
+ "toml_datetime",
6978
+ "winnow",
6979
+ ]
6980
+
6851
6981
  [[package]]
6852
6982
  name = "tower"
6853
6983
  version = "0.4.13"
@@ -6914,7 +7044,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
6914
7044
  dependencies = [
6915
7045
  "proc-macro2",
6916
7046
  "quote",
6917
- "syn 2.0.79",
7047
+ "syn 2.0.101",
6918
7048
  ]
6919
7049
 
6920
7050
  [[package]]
@@ -6955,7 +7085,7 @@ dependencies = [
6955
7085
  "rand",
6956
7086
  "serde",
6957
7087
  "smallvec",
6958
- "thiserror",
7088
+ "thiserror 1.0.61",
6959
7089
  "tinyvec",
6960
7090
  "tokio",
6961
7091
  "tracing",
@@ -6978,7 +7108,7 @@ dependencies = [
6978
7108
  "resolv-conf",
6979
7109
  "serde",
6980
7110
  "smallvec",
6981
- "thiserror",
7111
+ "thiserror 1.0.61",
6982
7112
  "tokio",
6983
7113
  "tracing",
6984
7114
  "trust-dns-proto",
@@ -6992,9 +7122,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
6992
7122
 
6993
7123
  [[package]]
6994
7124
  name = "ttf-parser"
6995
- version = "0.24.1"
7125
+ version = "0.25.1"
6996
7126
  source = "registry+https://github.com/rust-lang/crates.io-index"
6997
- checksum = "5be21190ff5d38e8b4a2d3b6a3ae57f612cc39c96e83cedeaf7abc338a8bac4a"
7127
+ checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
6998
7128
  dependencies = [
6999
7129
  "core_maths",
7000
7130
  ]
@@ -7071,15 +7201,15 @@ checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
7071
7201
 
7072
7202
  [[package]]
7073
7203
  name = "unicode-bidi-mirroring"
7074
- version = "0.3.0"
7204
+ version = "0.4.0"
7075
7205
  source = "registry+https://github.com/rust-lang/crates.io-index"
7076
- checksum = "64af057ad7466495ca113126be61838d8af947f41d93a949980b2389a118082f"
7206
+ checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
7077
7207
 
7078
7208
  [[package]]
7079
7209
  name = "unicode-ccc"
7080
- version = "0.3.0"
7210
+ version = "0.4.0"
7081
7211
  source = "registry+https://github.com/rust-lang/crates.io-index"
7082
- checksum = "260bc6647b3893a9a90668360803a15f96b85a5257b1c3a0c3daf6ae2496de42"
7212
+ checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
7083
7213
 
7084
7214
  [[package]]
7085
7215
  name = "unicode-id"
@@ -7095,9 +7225,9 @@ checksum = "97e2a3c5fc9de285c0e805d98eba666adb4b2d9e1049ce44821ff7707cc34e91"
7095
7225
 
7096
7226
  [[package]]
7097
7227
  name = "unicode-ident"
7098
- version = "1.0.12"
7228
+ version = "1.0.18"
7099
7229
  source = "registry+https://github.com/rust-lang/crates.io-index"
7100
- checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
7230
+ checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
7101
7231
 
7102
7232
  [[package]]
7103
7233
  name = "unicode-normalization"
@@ -7110,9 +7240,9 @@ dependencies = [
7110
7240
 
7111
7241
  [[package]]
7112
7242
  name = "unicode-properties"
7113
- version = "0.1.1"
7243
+ version = "0.1.3"
7114
7244
  source = "registry+https://github.com/rust-lang/crates.io-index"
7115
- checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
7245
+ checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
7116
7246
 
7117
7247
  [[package]]
7118
7248
  name = "unicode-script"
@@ -7192,9 +7322,9 @@ dependencies = [
7192
7322
 
7193
7323
  [[package]]
7194
7324
  name = "usvg"
7195
- version = "0.43.0"
7325
+ version = "0.45.1"
7196
7326
  source = "registry+https://github.com/rust-lang/crates.io-index"
7197
- checksum = "6803057b5cbb426e9fb8ce2216f3a9b4ca1dd2c705ba3cbebc13006e437735fd"
7327
+ checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
7198
7328
  dependencies = [
7199
7329
  "base64 0.22.1",
7200
7330
  "data-url",
@@ -7235,7 +7365,7 @@ version = "1.8.0"
7235
7365
  source = "registry+https://github.com/rust-lang/crates.io-index"
7236
7366
  checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
7237
7367
  dependencies = [
7238
- "getrandom",
7368
+ "getrandom 0.2.15",
7239
7369
  "serde",
7240
7370
  ]
7241
7371
 
@@ -7267,7 +7397,7 @@ dependencies = [
7267
7397
  "indexmap",
7268
7398
  "num-bigint",
7269
7399
  "serde",
7270
- "thiserror",
7400
+ "thiserror 1.0.61",
7271
7401
  "wtf8",
7272
7402
  ]
7273
7403
 
@@ -7297,12 +7427,12 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
7297
7427
 
7298
7428
  [[package]]
7299
7429
  name = "vl-convert"
7300
- version = "1.7.0"
7430
+ version = "1.9.0"
7301
7431
  dependencies = [
7302
7432
  "assert_cmd",
7303
7433
  "clap",
7304
7434
  "dssim",
7305
- "itertools 0.11.0",
7435
+ "itertools 0.14.0",
7306
7436
  "predicates",
7307
7437
  "rstest",
7308
7438
  "serde_json",
@@ -7314,7 +7444,7 @@ dependencies = [
7314
7444
 
7315
7445
  [[package]]
7316
7446
  name = "vl-convert-python"
7317
- version = "1.7.0"
7447
+ version = "1.9.0"
7318
7448
  dependencies = [
7319
7449
  "futures",
7320
7450
  "lazy_static",
@@ -7326,7 +7456,7 @@ dependencies = [
7326
7456
 
7327
7457
  [[package]]
7328
7458
  name = "vl-convert-rs"
7329
- version = "1.7.0"
7459
+ version = "1.9.0"
7330
7460
  dependencies = [
7331
7461
  "deno_core",
7332
7462
  "deno_emit",
@@ -7337,8 +7467,9 @@ dependencies = [
7337
7467
  "fontdb",
7338
7468
  "futures",
7339
7469
  "futures-util",
7340
- "image 0.25.1",
7470
+ "image 0.25.6",
7341
7471
  "lazy_static",
7472
+ "libffi",
7342
7473
  "log",
7343
7474
  "lz-str",
7344
7475
  "png",
@@ -7358,7 +7489,7 @@ dependencies = [
7358
7489
 
7359
7490
  [[package]]
7360
7491
  name = "vl-convert-vendor"
7361
- version = "1.7.0"
7492
+ version = "1.9.0"
7362
7493
  dependencies = [
7363
7494
  "anyhow",
7364
7495
  "dircpy",
@@ -7409,6 +7540,15 @@ version = "0.11.0+wasi-snapshot-preview1"
7409
7540
  source = "registry+https://github.com/rust-lang/crates.io-index"
7410
7541
  checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
7411
7542
 
7543
+ [[package]]
7544
+ name = "wasi"
7545
+ version = "0.14.2+wasi-0.2.4"
7546
+ source = "registry+https://github.com/rust-lang/crates.io-index"
7547
+ checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
7548
+ dependencies = [
7549
+ "wit-bindgen-rt",
7550
+ ]
7551
+
7412
7552
  [[package]]
7413
7553
  name = "wasite"
7414
7554
  version = "0.1.0"
@@ -7417,26 +7557,27 @@ checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
7417
7557
 
7418
7558
  [[package]]
7419
7559
  name = "wasm-bindgen"
7420
- version = "0.2.92"
7560
+ version = "0.2.100"
7421
7561
  source = "registry+https://github.com/rust-lang/crates.io-index"
7422
- checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
7562
+ checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
7423
7563
  dependencies = [
7424
7564
  "cfg-if",
7565
+ "once_cell",
7566
+ "rustversion",
7425
7567
  "wasm-bindgen-macro",
7426
7568
  ]
7427
7569
 
7428
7570
  [[package]]
7429
7571
  name = "wasm-bindgen-backend"
7430
- version = "0.2.92"
7572
+ version = "0.2.100"
7431
7573
  source = "registry+https://github.com/rust-lang/crates.io-index"
7432
- checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
7574
+ checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
7433
7575
  dependencies = [
7434
7576
  "bumpalo",
7435
7577
  "log",
7436
- "once_cell",
7437
7578
  "proc-macro2",
7438
7579
  "quote",
7439
- "syn 2.0.79",
7580
+ "syn 2.0.101",
7440
7581
  "wasm-bindgen-shared",
7441
7582
  ]
7442
7583
 
@@ -7454,9 +7595,9 @@ dependencies = [
7454
7595
 
7455
7596
  [[package]]
7456
7597
  name = "wasm-bindgen-macro"
7457
- version = "0.2.92"
7598
+ version = "0.2.100"
7458
7599
  source = "registry+https://github.com/rust-lang/crates.io-index"
7459
- checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
7600
+ checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
7460
7601
  dependencies = [
7461
7602
  "quote",
7462
7603
  "wasm-bindgen-macro-support",
@@ -7464,22 +7605,25 @@ dependencies = [
7464
7605
 
7465
7606
  [[package]]
7466
7607
  name = "wasm-bindgen-macro-support"
7467
- version = "0.2.92"
7608
+ version = "0.2.100"
7468
7609
  source = "registry+https://github.com/rust-lang/crates.io-index"
7469
- checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
7610
+ checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
7470
7611
  dependencies = [
7471
7612
  "proc-macro2",
7472
7613
  "quote",
7473
- "syn 2.0.79",
7614
+ "syn 2.0.101",
7474
7615
  "wasm-bindgen-backend",
7475
7616
  "wasm-bindgen-shared",
7476
7617
  ]
7477
7618
 
7478
7619
  [[package]]
7479
7620
  name = "wasm-bindgen-shared"
7480
- version = "0.2.92"
7621
+ version = "0.2.100"
7481
7622
  source = "registry+https://github.com/rust-lang/crates.io-index"
7482
- checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
7623
+ checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
7624
+ dependencies = [
7625
+ "unicode-ident",
7626
+ ]
7483
7627
 
7484
7628
  [[package]]
7485
7629
  name = "web-sys"
@@ -7535,7 +7679,7 @@ dependencies = [
7535
7679
  "rustc-hash",
7536
7680
  "serde",
7537
7681
  "smallvec",
7538
- "thiserror",
7682
+ "thiserror 1.0.61",
7539
7683
  "web-sys",
7540
7684
  "wgpu-hal",
7541
7685
  "wgpu-types",
@@ -7576,7 +7720,7 @@ dependencies = [
7576
7720
  "raw-window-handle",
7577
7721
  "rustc-hash",
7578
7722
  "smallvec",
7579
- "thiserror",
7723
+ "thiserror 1.0.61",
7580
7724
  "wasm-bindgen",
7581
7725
  "web-sys",
7582
7726
  "wgpu-types",
@@ -7806,6 +7950,15 @@ version = "0.52.5"
7806
7950
  source = "registry+https://github.com/rust-lang/crates.io-index"
7807
7951
  checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
7808
7952
 
7953
+ [[package]]
7954
+ name = "winnow"
7955
+ version = "0.7.10"
7956
+ source = "registry+https://github.com/rust-lang/crates.io-index"
7957
+ checksum = "c06928c8748d81b05c9be96aad92e1b6ff01833332f281e8cfca3be4b35fc9ec"
7958
+ dependencies = [
7959
+ "memchr",
7960
+ ]
7961
+
7809
7962
  [[package]]
7810
7963
  name = "winreg"
7811
7964
  version = "0.50.0"
@@ -7822,6 +7975,15 @@ version = "0.0.19"
7822
7975
  source = "registry+https://github.com/rust-lang/crates.io-index"
7823
7976
  checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
7824
7977
 
7978
+ [[package]]
7979
+ name = "wit-bindgen-rt"
7980
+ version = "0.39.0"
7981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
7982
+ checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
7983
+ dependencies = [
7984
+ "bitflags 2.6.0",
7985
+ ]
7986
+
7825
7987
  [[package]]
7826
7988
  name = "wtf8"
7827
7989
  version = "0.1.0"
@@ -7862,7 +8024,7 @@ dependencies = [
7862
8024
  "nom 7.1.3",
7863
8025
  "oid-registry",
7864
8026
  "rusticata-macros",
7865
- "thiserror",
8027
+ "thiserror 1.0.61",
7866
8028
  "time",
7867
8029
  ]
7868
8030
 
@@ -7898,7 +8060,7 @@ checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
7898
8060
  dependencies = [
7899
8061
  "proc-macro2",
7900
8062
  "quote",
7901
- "syn 2.0.79",
8063
+ "syn 2.0.101",
7902
8064
  "synstructure 0.13.1",
7903
8065
  ]
7904
8066
 
@@ -7919,7 +8081,7 @@ checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
7919
8081
  dependencies = [
7920
8082
  "proc-macro2",
7921
8083
  "quote",
7922
- "syn 2.0.79",
8084
+ "syn 2.0.101",
7923
8085
  ]
7924
8086
 
7925
8087
  [[package]]
@@ -7939,7 +8101,7 @@ checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
7939
8101
  dependencies = [
7940
8102
  "proc-macro2",
7941
8103
  "quote",
7942
- "syn 2.0.79",
8104
+ "syn 2.0.101",
7943
8105
  "synstructure 0.13.1",
7944
8106
  ]
7945
8107
 
@@ -7960,63 +8122,87 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
7960
8122
  dependencies = [
7961
8123
  "proc-macro2",
7962
8124
  "quote",
7963
- "syn 2.0.79",
8125
+ "syn 2.0.101",
7964
8126
  ]
7965
8127
 
7966
8128
  [[package]]
7967
8129
  name = "zip"
7968
- version = "0.6.6"
8130
+ version = "4.0.0"
7969
8131
  source = "registry+https://github.com/rust-lang/crates.io-index"
7970
- checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
8132
+ checksum = "153a6fff49d264c4babdcfa6b4d534747f520e56e8f0f384f3b808c4b64cc1fd"
7971
8133
  dependencies = [
7972
8134
  "aes",
7973
- "byteorder",
8135
+ "arbitrary",
7974
8136
  "bzip2",
7975
8137
  "constant_time_eq",
7976
8138
  "crc32fast",
7977
- "crossbeam-utils",
8139
+ "deflate64",
7978
8140
  "flate2",
8141
+ "getrandom 0.3.3",
7979
8142
  "hmac",
7980
- "pbkdf2 0.11.0",
8143
+ "indexmap",
8144
+ "liblzma",
8145
+ "memchr",
8146
+ "pbkdf2",
7981
8147
  "sha1",
8148
+ "time",
8149
+ "zeroize",
8150
+ "zopfli",
7982
8151
  "zstd",
7983
8152
  ]
7984
8153
 
7985
8154
  [[package]]
7986
8155
  name = "zip-extract"
7987
- version = "0.1.3"
8156
+ version = "0.4.0"
7988
8157
  source = "registry+https://github.com/rust-lang/crates.io-index"
7989
- checksum = "e109e5a291403b4c1e514d39f8a22d3f98d257e691a52bb1f16051bb1ffed63e"
8158
+ checksum = "aed5f10c571472911e37d8f7601a8dfba52b4f7f73a344015291b82ab292faf6"
7990
8159
  dependencies = [
7991
8160
  "log",
7992
- "thiserror",
8161
+ "thiserror 2.0.12",
7993
8162
  "zip",
7994
8163
  ]
7995
8164
 
8165
+ [[package]]
8166
+ name = "zlib-rs"
8167
+ version = "0.5.0"
8168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
8169
+ checksum = "868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8"
8170
+
8171
+ [[package]]
8172
+ name = "zopfli"
8173
+ version = "0.8.2"
8174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
8175
+ checksum = "edfc5ee405f504cd4984ecc6f14d02d55cfda60fa4b689434ef4102aae150cd7"
8176
+ dependencies = [
8177
+ "bumpalo",
8178
+ "crc32fast",
8179
+ "log",
8180
+ "simd-adler32",
8181
+ ]
8182
+
7996
8183
  [[package]]
7997
8184
  name = "zstd"
7998
- version = "0.11.2+zstd.1.5.2"
8185
+ version = "0.13.3"
7999
8186
  source = "registry+https://github.com/rust-lang/crates.io-index"
8000
- checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
8187
+ checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
8001
8188
  dependencies = [
8002
8189
  "zstd-safe",
8003
8190
  ]
8004
8191
 
8005
8192
  [[package]]
8006
8193
  name = "zstd-safe"
8007
- version = "5.0.2+zstd.1.5.2"
8194
+ version = "7.2.4"
8008
8195
  source = "registry+https://github.com/rust-lang/crates.io-index"
8009
- checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
8196
+ checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
8010
8197
  dependencies = [
8011
- "libc",
8012
8198
  "zstd-sys",
8013
8199
  ]
8014
8200
 
8015
8201
  [[package]]
8016
8202
  name = "zstd-sys"
8017
- version = "2.0.11+zstd.1.5.6"
8203
+ version = "2.0.15+zstd.1.5.7"
8018
8204
  source = "registry+https://github.com/rust-lang/crates.io-index"
8019
- checksum = "75652c55c0b6f3e6f12eb786fe1bc960396bf05a1eb3bf1f3691c3610ac2e6d4"
8205
+ checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
8020
8206
  dependencies = [
8021
8207
  "cc",
8022
8208
  "pkg-config",
@@ -8030,9 +8216,9 @@ checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
8030
8216
 
8031
8217
  [[package]]
8032
8218
  name = "zune-jpeg"
8033
- version = "0.4.11"
8219
+ version = "0.4.14"
8034
8220
  source = "registry+https://github.com/rust-lang/crates.io-index"
8035
- checksum = "ec866b44a2a1fd6133d363f073ca1b179f438f99e7e5bfb1e33f7181facfe448"
8221
+ checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
8036
8222
  dependencies = [
8037
8223
  "zune-core",
8038
8224
  ]