vl-convert-python 1.3.0__tar.gz → 1.4.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of vl-convert-python might be problematic. Click here for more details.

Files changed (357) hide show
  1. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/Cargo.lock +917 -770
  2. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/PKG-INFO +1 -1
  3. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-pdf/Cargo.toml +1 -1
  4. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-pdf/src/lib.rs +1 -4
  5. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-python/Cargo.toml +1 -1
  6. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-python/tests/test_specs.py +3 -3
  7. vl_convert_python-1.4.0/vl-convert-python/thirdparty_rust.yaml +57283 -0
  8. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/Cargo.toml +7 -8
  9. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/src/converter.rs +6 -10
  10. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/src/html.rs +3 -3
  11. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/src/image_loading.rs +30 -14
  12. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/src/module_loader/import_map.rs +12 -12
  13. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/src/module_loader/mod.rs +1 -0
  14. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/test_specs.rs +7 -9
  15. vl_convert_python-1.4.0/vl-convert-rs/tests/vl-specs/expected/v5_18/seattle-weather.vg.json +1 -0
  16. vl_convert_python-1.4.0/vl-convert-rs/tests/vl-specs/expected/v5_18/seattle-weather.vg.pretty.json +883 -0
  17. vl_convert_python-1.4.0/vl-convert-rs/tests/vl-specs/expected/v5_8/maptile_background_2.png +0 -0
  18. vl_convert_python-1.4.0/vl-convert-rs/tests/vl-specs/expected/v5_9/circle_binned.vg.json +1 -0
  19. vl_convert_python-1.4.0/vl-convert-rs/tests/vl-specs/expected/v5_9/circle_binned.vg.pretty.json +210 -0
  20. vl_convert_python-1.4.0/vl-convert-rs/tests/vl-specs/expected/v5_9/stacked_bar_h.vg.json +1 -0
  21. vl_convert_python-1.4.0/vl-convert-rs/tests/vl-specs/expected/v5_9/stacked_bar_h.vg.pretty.json +219 -0
  22. vl_convert_python-1.4.0/vl-convert-rs/tests/vl-specs/maptile_background_2.vl.json +841 -0
  23. vl_convert_python-1.4.0/vl-convert-rs/thirdparty_rust.yaml +57283 -0
  24. vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-embed@v6.25.0-3T3K5LYNFrLq0n1oBsLI/dist=es2020,mode=imports,min/optimized/vega-embed.js +124 -0
  25. vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.18.0-FtLrd9Ks5cFttxoTAph7/dist=es2020,mode=imports,min/optimized/vega-lite.js +1 -0
  26. vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-embed@v6.25.0-3T3K5LYNFrLq0n1oBsLI/mode=imports,min/optimized/vega-embed.js +7 -0
  27. {vl_convert_python-1.3.0/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.10.0-Vm0dgr6cpOyUiTjlPzt9 → vl_convert_python-1.4.0/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.18.0-FtLrd9Ks5cFttxoTAph7}/mode=imports,min/optimized/vega-lite.js +3 -3
  28. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/import_map.json +3 -3
  29. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor_imports.js +2 -2
  30. vl_convert_python-1.3.0/vl-convert-python/thirdparty_rust.yaml +0 -4747
  31. vl_convert_python-1.3.0/vl-convert-rs/thirdparty_rust.yaml +0 -4747
  32. vl_convert_python-1.3.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-embed@v6.24.0-w7baSqpeCYEV2w1fHJn2/dist=es2020,mode=imports,min/optimized/vega-embed.js +0 -124
  33. vl_convert_python-1.3.0/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.10.0-Vm0dgr6cpOyUiTjlPzt9/dist=es2020,mode=imports,min/optimized/vega-lite.js +0 -1
  34. vl_convert_python-1.3.0/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-embed@v6.24.0-w7baSqpeCYEV2w1fHJn2/mode=imports,min/optimized/vega-embed.js +0 -7
  35. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/Cargo.toml +0 -0
  36. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/pyproject.toml +0 -0
  37. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-pdf/LICENSE +0 -0
  38. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-pdf/README.md +0 -0
  39. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-pdf/examples/pdf_conversion.rs +0 -0
  40. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-python/LICENSE +0 -0
  41. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-python/README.md +0 -0
  42. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-python/notebooks/convert_vegalite.ipynb +0 -0
  43. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-python/src/lib.rs +0 -0
  44. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-python/tests/test_get_local_tz.py +0 -0
  45. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-python/tests/test_get_locales.py +0 -0
  46. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-python/tests/test_themes.py +0 -0
  47. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-python/thirdparty_font.md +0 -0
  48. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-python/thirdparty_javascript.md +0 -0
  49. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/LICENSE +0 -0
  50. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/README.md +0 -0
  51. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/examples/conversion1.rs +0 -0
  52. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/fonts/liberation-sans/LiberationSans-Bold.ttf +0 -0
  53. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/fonts/liberation-sans/LiberationSans-BoldItalic.ttf +0 -0
  54. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/fonts/liberation-sans/LiberationSans-Italic.ttf +0 -0
  55. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/fonts/liberation-sans/LiberationSans-Regular.ttf +0 -0
  56. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/fonts/liberation-sans/SIL Open Font License.txt +0 -0
  57. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ar-001.json +0 -0
  58. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ar-AE.json +0 -0
  59. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ar-BH.json +0 -0
  60. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ar-DJ.json +0 -0
  61. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ar-DZ.json +0 -0
  62. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ar-EG.json +0 -0
  63. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ar-EH.json +0 -0
  64. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ar-ER.json +0 -0
  65. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ar-IL.json +0 -0
  66. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ar-IQ.json +0 -0
  67. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ar-JO.json +0 -0
  68. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ar-KM.json +0 -0
  69. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ar-KW.json +0 -0
  70. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ar-LB.json +0 -0
  71. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ar-LY.json +0 -0
  72. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ar-MA.json +0 -0
  73. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ar-MR.json +0 -0
  74. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ar-OM.json +0 -0
  75. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ar-PS.json +0 -0
  76. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ar-QA.json +0 -0
  77. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ar-SA.json +0 -0
  78. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ar-SD.json +0 -0
  79. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ar-SO.json +0 -0
  80. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ar-SS.json +0 -0
  81. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ar-SY.json +0 -0
  82. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ar-TD.json +0 -0
  83. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ar-TN.json +0 -0
  84. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ar-YE.json +0 -0
  85. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ca-ES.json +0 -0
  86. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/cs-CZ.json +0 -0
  87. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/da-DK.json +0 -0
  88. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/de-CH.json +0 -0
  89. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/de-DE.json +0 -0
  90. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/en-CA.json +0 -0
  91. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/en-GB.json +0 -0
  92. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/en-IE.json +0 -0
  93. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/en-IN.json +0 -0
  94. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/en-US.json +0 -0
  95. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/es-BO.json +0 -0
  96. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/es-ES.json +0 -0
  97. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/es-MX.json +0 -0
  98. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/fi-FI.json +0 -0
  99. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/fr-CA.json +0 -0
  100. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/fr-FR.json +0 -0
  101. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/he-IL.json +0 -0
  102. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/hu-HU.json +0 -0
  103. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/it-IT.json +0 -0
  104. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ja-JP.json +0 -0
  105. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ko-KR.json +0 -0
  106. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/mk-MK.json +0 -0
  107. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/nl-NL.json +0 -0
  108. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/pl-PL.json +0 -0
  109. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/pt-BR.json +0 -0
  110. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/pt-PT.json +0 -0
  111. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/ru-RU.json +0 -0
  112. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/sl-SI.json +0 -0
  113. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/sv-SE.json +0 -0
  114. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/uk-UA.json +0 -0
  115. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/format/zh-CN.json +0 -0
  116. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/ar-EG.json +0 -0
  117. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/ar-SY.json +0 -0
  118. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/ca-ES.json +0 -0
  119. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/cs-CZ.json +0 -0
  120. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/da-DK.json +0 -0
  121. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/de-CH.json +0 -0
  122. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/de-DE.json +0 -0
  123. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/en-CA.json +0 -0
  124. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/en-GB.json +0 -0
  125. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/en-US.json +0 -0
  126. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/es-ES.json +0 -0
  127. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/es-MX.json +0 -0
  128. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/fa-IR.json +0 -0
  129. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/fi-FI.json +0 -0
  130. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/fr-CA.json +0 -0
  131. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/fr-FR.json +0 -0
  132. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/he-IL.json +0 -0
  133. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/hr-HR.json +0 -0
  134. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/hu-HU.json +0 -0
  135. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/it-IT.json +0 -0
  136. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/ja-JP.json +0 -0
  137. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/ko-KR.json +0 -0
  138. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/mk-MK.json +0 -0
  139. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/nb-NO.json +0 -0
  140. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/nl-BE.json +0 -0
  141. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/nl-NL.json +0 -0
  142. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/pl-PL.json +0 -0
  143. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/pt-BR.json +0 -0
  144. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/ru-RU.json +0 -0
  145. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/sv-SE.json +0 -0
  146. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/tr-TR.json +0 -0
  147. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/uk-UA.json +0 -0
  148. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/vi-VN.json +0 -0
  149. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/zh-CN.json +0 -0
  150. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/locales/time-format/zh-TW.json +0 -0
  151. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/src/lib.rs +0 -0
  152. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/src/text.rs +0 -0
  153. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/fonts/Caveat/Caveat-VariableFont_wght.ttf +0 -0
  154. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/fonts/Caveat/OFL.txt +0 -0
  155. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/fonts/Caveat/README.txt +0 -0
  156. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/fonts/Caveat/static/Caveat-Bold.ttf +0 -0
  157. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/fonts/Caveat/static/Caveat-Medium.ttf +0 -0
  158. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/fonts/Caveat/static/Caveat-Regular.ttf +0 -0
  159. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/fonts/Caveat/static/Caveat-SemiBold.ttf +0 -0
  160. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/locale/format/it-IT.json +0 -0
  161. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/locale/time-format/it-IT.json +0 -0
  162. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/test_themes.rs +0 -0
  163. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/bar_chart_trellis_compact.vl.json +0 -0
  164. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/circle_binned.vl.json +0 -0
  165. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/circle_binned_base_url.vl.json +0 -0
  166. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/custom_projection.vl.json +0 -0
  167. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_10/circle_binned.vg.json +0 -0
  168. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_10/circle_binned.vg.pretty.json +0 -0
  169. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_10/seattle-weather.vg.json +0 -0
  170. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_10/seattle-weather.vg.pretty.json +0 -0
  171. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_10/stacked_bar_h.vg.json +0 -0
  172. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_10/stacked_bar_h.vg.pretty.json +0 -0
  173. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_11/circle_binned.vg.json +0 -0
  174. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_11/circle_binned.vg.pretty.json +0 -0
  175. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_11/seattle-weather.vg.json +0 -0
  176. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_11/seattle-weather.vg.pretty.json +0 -0
  177. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_11/stacked_bar_h.vg.json +0 -0
  178. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_11/stacked_bar_h.vg.pretty.json +0 -0
  179. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_12/circle_binned.vg.json +0 -0
  180. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_12/circle_binned.vg.pretty.json +0 -0
  181. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_12/seattle-weather.vg.json +0 -0
  182. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_12/seattle-weather.vg.pretty.json +0 -0
  183. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_12/stacked_bar_h.vg.json +0 -0
  184. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_12/stacked_bar_h.vg.pretty.json +0 -0
  185. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_13/circle_binned.vg.json +0 -0
  186. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_13/circle_binned.vg.pretty.json +0 -0
  187. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_13/seattle-weather.vg.json +0 -0
  188. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_13/seattle-weather.vg.pretty.json +0 -0
  189. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_13/stacked_bar_h.vg.json +0 -0
  190. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_13/stacked_bar_h.vg.pretty.json +0 -0
  191. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_14/circle_binned.vg.json +0 -0
  192. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_14/circle_binned.vg.pretty.json +0 -0
  193. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_14/seattle-weather.vg.json +0 -0
  194. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_14/seattle-weather.vg.pretty.json +0 -0
  195. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_14/stacked_bar_h.vg.json +0 -0
  196. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_14/stacked_bar_h.vg.pretty.json +0 -0
  197. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_15/circle_binned.vg.json +0 -0
  198. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_15/circle_binned.vg.pretty.json +0 -0
  199. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_15/seattle-weather.vg.json +0 -0
  200. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_15/seattle-weather.vg.pretty.json +0 -0
  201. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_15/stacked_bar_h.vg.json +0 -0
  202. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_15/stacked_bar_h.vg.pretty.json +0 -0
  203. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/circle_binned.vg.json +0 -0
  204. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/circle_binned.vg.pretty.json +0 -0
  205. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/seattle-weather.vg.json +0 -0
  206. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/seattle-weather.vg.pretty.json +0 -0
  207. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/stacked_bar_h.vg.json +0 -0
  208. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_16/stacked_bar_h.vg.pretty.json +0 -0
  209. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_17/circle_binned.vg.json +0 -0
  210. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_17/circle_binned.vg.pretty.json +0 -0
  211. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_17/seattle-weather.vg.json +0 -0
  212. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_17/seattle-weather.vg.pretty.json +0 -0
  213. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_17/stacked_bar_h.vg.json +0 -0
  214. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_17/stacked_bar_h.vg.pretty.json +0 -0
  215. {vl_convert_python-1.3.0/vl-convert-rs/tests/vl-specs/expected/v5_8 → vl_convert_python-1.4.0/vl-convert-rs/tests/vl-specs/expected/v5_18}/circle_binned.vg.json +0 -0
  216. {vl_convert_python-1.3.0/vl-convert-rs/tests/vl-specs/expected/v5_8 → vl_convert_python-1.4.0/vl-convert-rs/tests/vl-specs/expected/v5_18}/circle_binned.vg.pretty.json +0 -0
  217. {vl_convert_python-1.3.0/vl-convert-rs/tests/vl-specs/expected/v5_8 → vl_convert_python-1.4.0/vl-convert-rs/tests/vl-specs/expected/v5_18}/stacked_bar_h.vg.json +0 -0
  218. {vl_convert_python-1.3.0/vl-convert-rs/tests/vl-specs/expected/v5_8 → vl_convert_python-1.4.0/vl-convert-rs/tests/vl-specs/expected/v5_18}/stacked_bar_h.vg.pretty.json +0 -0
  219. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/bar_chart_trellis_compact-excel.png +0 -0
  220. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/bar_chart_trellis_compact.png +0 -0
  221. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/bar_chart_trellis_compact.svg +0 -0
  222. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned-dark.png +0 -0
  223. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned.png +0 -0
  224. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned.svg +0 -0
  225. {vl_convert_python-1.3.0/vl-convert-rs/tests/vl-specs/expected/v5_9 → vl_convert_python-1.4.0/vl-convert-rs/tests/vl-specs/expected/v5_8}/circle_binned.vg.json +0 -0
  226. {vl_convert_python-1.3.0/vl-convert-rs/tests/vl-specs/expected/v5_9 → vl_convert_python-1.4.0/vl-convert-rs/tests/vl-specs/expected/v5_8}/circle_binned.vg.pretty.json +0 -0
  227. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned_base_url.png +0 -0
  228. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/circle_binned_base_url.svg +0 -0
  229. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/custom_projection.png +0 -0
  230. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/float_font_size.png +0 -0
  231. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/float_font_size.svg +0 -0
  232. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/font_with_quotes.png +0 -0
  233. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/geoScale.png +0 -0
  234. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/geoScale.sg.json +0 -0
  235. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/line_with_log_scale-fivethirtyeight.png +0 -0
  236. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/line_with_log_scale.png +0 -0
  237. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/line_with_log_scale.svg +0 -0
  238. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/long_legend_label.png +0 -0
  239. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/long_text_lable.png +0 -0
  240. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/lookup_urls.png +0 -0
  241. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/maptile_background.png +0 -0
  242. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/no_text_in_font_metrics.png +0 -0
  243. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/no_text_in_font_metrics.sg.json +0 -0
  244. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/no_text_in_font_metrics.svg +0 -0
  245. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/numeric_font_weight.svg +0 -0
  246. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/quakes_initial_selection.png +0 -0
  247. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/remote_images.png +0 -0
  248. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/seattle-weather.vg.json +0 -0
  249. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/seattle-weather.vg.pretty.json +0 -0
  250. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/stacked_bar_h-vox.png +0 -0
  251. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/stacked_bar_h.png +0 -0
  252. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/stacked_bar_h.svg +0 -0
  253. {vl_convert_python-1.3.0/vl-convert-rs/tests/vl-specs/expected/v5_9 → vl_convert_python-1.4.0/vl-convert-rs/tests/vl-specs/expected/v5_8}/stacked_bar_h.vg.json +0 -0
  254. {vl_convert_python-1.3.0/vl-convert-rs/tests/vl-specs/expected/v5_9 → vl_convert_python-1.4.0/vl-convert-rs/tests/vl-specs/expected/v5_8}/stacked_bar_h.vg.pretty.json +0 -0
  255. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/stocks_locale.png +0 -0
  256. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/table_heatmap.png +0 -0
  257. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_8/table_heatmap.sg.json +0 -0
  258. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_9/seattle-weather.vg.json +0 -0
  259. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/expected/v5_9/seattle-weather.vg.pretty.json +0 -0
  260. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/float_font_size.vl.json +0 -0
  261. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/font_with_quotes.vl.json +0 -0
  262. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/geoScale.vl.json +0 -0
  263. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/line_with_log_scale.vl.json +0 -0
  264. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/long_legend_label.vl.json +0 -0
  265. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/long_text_lable.vl.json +0 -0
  266. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/lookup_urls.vl.json +0 -0
  267. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/maptile_background.vl.json +0 -0
  268. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/no_text_in_font_metrics.vl.json +0 -0
  269. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/numeric_font_weight.vl.json +0 -0
  270. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/quakes_initial_selection.vl.json +0 -0
  271. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/remote_images.vl.json +0 -0
  272. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/seattle-weather.vl.json +0 -0
  273. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/stacked_bar_h.vl.json +0 -0
  274. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/stocks_locale.vl.json +0 -0
  275. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/tests/vl-specs/table_heatmap.vl.json +0 -0
  276. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/thirdparty_font.md +0 -0
  277. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/thirdparty_javascript.md +0 -0
  278. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/clone@v2.1.2-inH2VLNzDGiYU9HUWyZM/dist=es2020,mode=imports,min/optimized/clone.js +0 -0
  279. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-array@v3.2.4-G4hy00bPnjF6FrSYpT32/dist=es2020,mode=imports,min/optimized/d3-array.js +0 -0
  280. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-color@v3.1.0-MWHDMwd2Pvp3NFjvrHgn/dist=es2020,mode=imports,min/optimized/d3-color.js +0 -0
  281. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-delaunay@v6.0.4-8vxm7aIldY6XMTxF521F/dist=es2020,mode=imports,min/optimized/d3-delaunay.js +0 -0
  282. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-dispatch@v3.0.1-v6nbfqO2iWOSwp77fYdB/dist=es2020,mode=imports,min/optimized/d3-dispatch.js +0 -0
  283. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-dsv@v3.0.1-u1xCRjaLJc0qqv1Z5ERe/dist=es2020,mode=imports,min/optimized/d3-dsv.js +0 -0
  284. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-force@v3.0.0-cshj62qMoyIGNIXoil9u/dist=es2020,mode=imports,min/optimized/d3-force.js +0 -0
  285. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-format@v3.1.0-D5wAD2odDPNNWsKloKgL/dist=es2020,mode=imports,min/optimized/d3-format.js +0 -0
  286. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-geo-projection@v4.0.0-5Hhxj2zKHEqWYAQIFo3r/dist=es2020,mode=imports,min/optimized/d3-geo-projection.js +0 -0
  287. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-geo@v3.1.0-6gCuCN3p6hXOeZDWcbjw/dist=es2020,mode=imports,min/optimized/d3-geo.js +0 -0
  288. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-hierarchy@v3.1.2-wx7sW10pU4OkfBLgCDCU/dist=es2020,mode=imports,min/optimized/d3-hierarchy.js +0 -0
  289. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-interpolate@v3.0.1-i9AsUdFHwyaukRBWNe8d/dist=es2020,mode=imports,min/optimized/d3-interpolate.js +0 -0
  290. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-path@v3.1.0-nHaUoYzlRDYONpece9h0/dist=es2020,mode=imports,min/optimized/d3-path.js +0 -0
  291. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-quadtree@v3.0.1-sMtwlDFghZGCTQ3UxKMT/dist=es2020,mode=imports,min/optimized/d3-quadtree.js +0 -0
  292. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-scale@v4.0.2-qUv67mnQQKwRMEsPRKcO/dist=es2020,mode=imports,min/optimized/d3-scale.js +0 -0
  293. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-shape@v3.2.0-jvLE9CjF3Vp4eEpVme8s/dist=es2020,mode=imports,min/optimized/d3-shape.js +0 -0
  294. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-time-format@v4.1.0-f8eZV7eLtGIxvK8uvO3o/dist=es2020,mode=imports,min/optimized/d3-time-format.js +0 -0
  295. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-time@v3.1.0-hkusO1LcNQpH1ccXwop7/dist=es2020,mode=imports,min/optimized/d3-time.js +0 -0
  296. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/d3-timer@v3.0.1-O0QpYiI2jhOLEJodLnN1/dist=es2020,mode=imports,min/optimized/d3-timer.js +0 -0
  297. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/delaunator@v5.0.0-5MwqNhLRHOkBYnNXuoGN/dist=es2020,mode=imports,min/optimized/delaunator.js +0 -0
  298. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/fast-deep-equal@v3.1.3-ysejKs1WDEDPxUJhgGoP/dist=es2020,mode=imports,min/optimized/fast-deep-equal.js +0 -0
  299. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/fast-json-patch@v3.1.1-IjacxII42OC4A6OXhkDe/dist=es2020,mode=imports,min/optimized/fast-json-patch.js +0 -0
  300. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/fast-json-stable-stringify@v2.1.0-HLgsuOtxPikt0pw16nth/dist=es2020,mode=imports,min/optimized/fast-json-stable-stringify.js +0 -0
  301. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/internmap@v2.0.3-GWZlRrRMFcDlELwTQEZq/dist=es2020,mode=imports,min/optimized/internmap.js +0 -0
  302. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/json-stringify-pretty-compact@v3.0.0-RM0i5NMwoiFhg7YNuXef/dist=es2020,mode=imports,min/optimized/json-stringify-pretty-compact.js +0 -0
  303. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/lodash.debounce@v4.0.8-aOLIwnE2RethWPrEzTeR/dist=es2020,mode=imports,min/optimized/lodash.debounce.js +0 -0
  304. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/robust-predicates@v3.0.1-4p4J15SSeLeNloSXgtZt/dist=es2020,mode=imports,min/optimized/robust-predicates.js +0 -0
  305. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/topojson-client@v3.1.0-fyhI24JwGwsqazuuSEoq/dist=es2020,mode=imports,min/optimized/topojson-client.js +0 -0
  306. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-canvas@v1.2.7-hCEcvULuKIOqBVGX1Tn8/dist=es2020,mode=imports,min/optimized/vega-canvas.js +0 -0
  307. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-crossfilter@v4.1.1-0AUAt51ACgvwsfDQr3R4/dist=es2020,mode=imports,min/optimized/vega-crossfilter.js +0 -0
  308. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-dataflow@v5.7.5-asKYS4gpPLMPf64pSozt/dist=es2020,mode=imports,min/optimized/vega-dataflow.js +0 -0
  309. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-encode@v4.9.2-73LzBc3ioSKmAYWtrrRd/dist=es2020,mode=imports,min/optimized/vega-encode.js +0 -0
  310. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-event-selector@v3.0.1-UgiEAWJA4WQL4DTKnV4R/dist=es2020,mode=imports,min/optimized/vega-event-selector.js +0 -0
  311. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-expression@v5.1.0-2VnsdaYPtQ6Pi5w8JxN8/dist=es2020,mode=imports,min/optimized/vega-expression.js +0 -0
  312. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-force@v4.2.0-CTEP5XRxhUGWUZM8MwQs/dist=es2020,mode=imports,min/optimized/vega-force.js +0 -0
  313. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-format@v1.1.1-MIkBcxVtnuOzCt2MeOxi/dist=es2020,mode=imports,min/optimized/vega-format.js +0 -0
  314. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-functions@v5.14.0-VEmryigAZ791DplLK2kn/dist=es2020,mode=imports,min/optimized/vega-functions.js +0 -0
  315. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-geo@v4.4.1-8TUdHGrJmGMaKM9x1bwB/dist=es2020,mode=imports,min/optimized/vega-geo.js +0 -0
  316. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-hierarchy@v4.1.1-UOm1ATDeVOQ6Lqji63hi/dist=es2020,mode=imports,min/optimized/vega-hierarchy.js +0 -0
  317. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-interpreter@v1.0.5-xGayK8haM1EVgaoW7oOi/dist=es2020,mode=imports,min/optimized/vega-interpreter.js +0 -0
  318. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-label@v1.2.1-hEHqe293fM7lKP2OHb0o/dist=es2020,mode=imports,min/optimized/vega-label.js +0 -0
  319. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.11.1-Q5Jhmb2acmWm03IObXvn/dist=es2020,mode=imports,min/optimized/vega-lite.js +0 -0
  320. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.12.0-ujK64YZaLHcwzRN5lx1E/dist=es2020,mode=imports,min/optimized/vega-lite.js +0 -0
  321. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.13.0-GkFo6HVxfKtvVL5RV8aE/dist=es2020,mode=imports,min/optimized/vega-lite.js +0 -0
  322. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.14.1-0IRM1VigcIVzRzBRoLFR/dist=es2020,mode=imports,min/optimized/vega-lite.js +0 -0
  323. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.15.1-lQeQs8sDPgFa9d7Jm3sd/dist=es2020,mode=imports,min/optimized/vega-lite.js +0 -0
  324. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.16.3-Hw7pZxUuaiVgThsNMjY9/dist=es2020,mode=imports,min/optimized/vega-lite.js +0 -0
  325. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.17.0-jkfrfJOQ30TsVIlEEbKQ/dist=es2020,mode=imports,min/optimized/vega-lite.js +0 -0
  326. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-lite@v5.8.0-4snbURNltT4se5LjMOKF/dist=es2020,mode=imports,min/optimized/vega-lite.js +0 -0
  327. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-loader@v4.5.1-e2JpneCYErTzObWVOVxs/dist=es2020,mode=imports,min/optimized/vega-loader.js +0 -0
  328. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-parser@v6.3.0-LmHzQ5CDjQqCqdcg4N1t/dist=es2020,mode=imports,min/optimized/vega-parser.js +0 -0
  329. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-projection@v1.6.0-lGjH1T1qHepW8BpZZrrV/dist=es2020,mode=imports,min/optimized/vega-projection.js +0 -0
  330. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-regression@v1.2.0-qmJkAzTyLtlu9jZBRY67/dist=es2020,mode=imports,min/optimized/vega-regression.js +0 -0
  331. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-runtime@v6.1.4-aFKCWR0DKdVqzAheQZ7x/dist=es2020,mode=imports,min/optimized/vega-runtime.js +0 -0
  332. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-scale@v7.3.1-hys32hcqPKVC7s5pBJV0/dist=es2020,mode=imports,min/optimized/vega-scale.js +0 -0
  333. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-scenegraph@v4.11.2-ECjtKQ59x40n6e1Sr54c/dist=es2020,mode=imports,min/optimized/vega-scenegraph.js +0 -0
  334. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-schema-url-parser@v2.2.0-YmXJGRcKOXOac3VG4xfw/dist=es2020,mode=imports,min/optimized/vega-schema-url-parser.js +0 -0
  335. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-selections@v5.4.2-kOpqaoZxiZQE5rKxTnvY/dist=es2020,mode=imports,min/optimized/vega-selections.js +0 -0
  336. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-statistics@v1.9.0-Qw8CjSQVQOg2M6VMgsme/dist=es2020,mode=imports,min/optimized/vega-statistics.js +0 -0
  337. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-themes@v2.14.0-RvUmNETlVH2y3yQM1y36/dist=es2020,mode=imports,min/optimized/vega-themes.js +0 -0
  338. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-time@v2.1.1-Q1TxQbneCNdh5ryZm2Gf/dist=es2020,mode=imports,min/optimized/vega-time.js +0 -0
  339. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-tooltip@v0.34.0-YVV3uKnnOnCt2kW7Vclb/dist=es2020,mode=imports,min/optimized/vega-tooltip.js +0 -0
  340. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-transforms@v4.11.1-RhFnNq7TnH1umseD2FsT/dist=es2020,mode=imports,min/optimized/vega-transforms.js +0 -0
  341. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-util@v1.17.2-LUfkDhormMyfWqy3Ts6U/dist=es2020,mode=imports,min/optimized/vega-util.js +0 -0
  342. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-view-transforms@v4.5.9-LiB26zIbxiHZW70fnrDI/dist=es2020,mode=imports,min/optimized/vega-view-transforms.js +0 -0
  343. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-view@v5.12.0-cCWaN8IOCLu8oOg9KxwN/dist=es2020,mode=imports,min/optimized/vega-view.js +0 -0
  344. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-voronoi@v4.2.2-oQ1o0oW6SZfwHLCCdDRf/dist=es2020,mode=imports,min/optimized/vega-voronoi.js +0 -0
  345. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega-wordcloud@v4.1.4-J5ewLsaJzX7o65uuoGqD/dist=es2020,mode=imports,min/optimized/vega-wordcloud.js +0 -0
  346. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/-/vega@v5.28.0-apQC2txkSWyYRCV9ipfx/dist=es2020,mode=imports,min/optimized/vega.js +0 -0
  347. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/lodash.debounce@v4.0.8-aOLIwnE2RethWPrEzTeR/mode=imports,min/optimized/lodash.debounce.js +0 -0
  348. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.11.1-Q5Jhmb2acmWm03IObXvn/mode=imports,min/optimized/vega-lite.js +0 -0
  349. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.12.0-ujK64YZaLHcwzRN5lx1E/mode=imports,min/optimized/vega-lite.js +0 -0
  350. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.13.0-GkFo6HVxfKtvVL5RV8aE/mode=imports,min/optimized/vega-lite.js +0 -0
  351. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.14.1-0IRM1VigcIVzRzBRoLFR/mode=imports,min/optimized/vega-lite.js +0 -0
  352. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.15.1-lQeQs8sDPgFa9d7Jm3sd/mode=imports,min/optimized/vega-lite.js +0 -0
  353. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.16.3-Hw7pZxUuaiVgThsNMjY9/mode=imports,min/optimized/vega-lite.js +0 -0
  354. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.17.0-jkfrfJOQ30TsVIlEEbKQ/mode=imports,min/optimized/vega-lite.js +0 -0
  355. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-lite@v5.8.0-4snbURNltT4se5LjMOKF/mode=imports,min/optimized/vega-lite.js +0 -0
  356. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega-themes@v2.14.0-RvUmNETlVH2y3yQM1y36/mode=imports,min/optimized/vega-themes.js +0 -0
  357. {vl_convert_python-1.3.0 → vl_convert_python-1.4.0}/vl-convert-rs/vendor/cdn.skypack.dev/pin/vega@v5.28.0-apQC2txkSWyYRCV9ipfx/mode=imports,min/optimized/vega.js +0 -0
@@ -87,9 +87,9 @@ dependencies = [
87
87
 
88
88
  [[package]]
89
89
  name = "ahash"
90
- version = "0.8.9"
90
+ version = "0.8.11"
91
91
  source = "registry+https://github.com/rust-lang/crates.io-index"
92
- checksum = "d713b3834d76b85304d4d525563c1276e2e30dc97cc67bfb4585a4a29fc2c89f"
92
+ checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
93
93
  dependencies = [
94
94
  "cfg-if",
95
95
  "getrandom",
@@ -100,9 +100,9 @@ dependencies = [
100
100
 
101
101
  [[package]]
102
102
  name = "aho-corasick"
103
- version = "1.1.2"
103
+ version = "1.1.3"
104
104
  source = "registry+https://github.com/rust-lang/crates.io-index"
105
- checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
105
+ checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
106
106
  dependencies = [
107
107
  "memchr",
108
108
  ]
@@ -124,9 +124,9 @@ dependencies = [
124
124
 
125
125
  [[package]]
126
126
  name = "allocator-api2"
127
- version = "0.2.16"
127
+ version = "0.2.18"
128
128
  source = "registry+https://github.com/rust-lang/crates.io-index"
129
- checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
129
+ checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
130
130
 
131
131
  [[package]]
132
132
  name = "android_system_properties"
@@ -139,9 +139,9 @@ dependencies = [
139
139
 
140
140
  [[package]]
141
141
  name = "anstream"
142
- version = "0.6.4"
142
+ version = "0.6.13"
143
143
  source = "registry+https://github.com/rust-lang/crates.io-index"
144
- checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44"
144
+ checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb"
145
145
  dependencies = [
146
146
  "anstyle",
147
147
  "anstyle-parse",
@@ -153,43 +153,43 @@ dependencies = [
153
153
 
154
154
  [[package]]
155
155
  name = "anstyle"
156
- version = "1.0.4"
156
+ version = "1.0.6"
157
157
  source = "registry+https://github.com/rust-lang/crates.io-index"
158
- checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
158
+ checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
159
159
 
160
160
  [[package]]
161
161
  name = "anstyle-parse"
162
- version = "0.2.2"
162
+ version = "0.2.3"
163
163
  source = "registry+https://github.com/rust-lang/crates.io-index"
164
- checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140"
164
+ checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
165
165
  dependencies = [
166
166
  "utf8parse",
167
167
  ]
168
168
 
169
169
  [[package]]
170
170
  name = "anstyle-query"
171
- version = "1.0.0"
171
+ version = "1.0.2"
172
172
  source = "registry+https://github.com/rust-lang/crates.io-index"
173
- checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
173
+ checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
174
174
  dependencies = [
175
- "windows-sys 0.48.0",
175
+ "windows-sys 0.52.0",
176
176
  ]
177
177
 
178
178
  [[package]]
179
179
  name = "anstyle-wincon"
180
- version = "3.0.1"
180
+ version = "3.0.2"
181
181
  source = "registry+https://github.com/rust-lang/crates.io-index"
182
- checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628"
182
+ checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
183
183
  dependencies = [
184
184
  "anstyle",
185
- "windows-sys 0.48.0",
185
+ "windows-sys 0.52.0",
186
186
  ]
187
187
 
188
188
  [[package]]
189
189
  name = "anyhow"
190
- version = "1.0.75"
190
+ version = "1.0.82"
191
191
  source = "registry+https://github.com/rust-lang/crates.io-index"
192
- checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
192
+ checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519"
193
193
 
194
194
  [[package]]
195
195
  name = "arrayref"
@@ -256,9 +256,9 @@ dependencies = [
256
256
 
257
257
  [[package]]
258
258
  name = "assert_cmd"
259
- version = "2.0.12"
259
+ version = "2.0.14"
260
260
  source = "registry+https://github.com/rust-lang/crates.io-index"
261
- checksum = "88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6"
261
+ checksum = "ed72493ac66d5804837f480ab3766c72bdfab91a65e565fc54fa9e42db0073a8"
262
262
  dependencies = [
263
263
  "anstyle",
264
264
  "bstr",
@@ -278,16 +278,16 @@ dependencies = [
278
278
  "proc-macro2",
279
279
  "quote",
280
280
  "swc_macros_common",
281
- "syn 2.0.51",
281
+ "syn 2.0.58",
282
282
  ]
283
283
 
284
284
  [[package]]
285
285
  name = "async-compression"
286
- version = "0.4.3"
286
+ version = "0.4.8"
287
287
  source = "registry+https://github.com/rust-lang/crates.io-index"
288
- checksum = "bb42b2197bf15ccb092b62c74515dbd8b86d0effd934795f6687c93b6e679a2c"
288
+ checksum = "07dbbf24db18d609b1462965249abdf49129ccad073ec257da372adc83259c60"
289
289
  dependencies = [
290
- "brotli",
290
+ "brotli 4.0.0",
291
291
  "flate2",
292
292
  "futures-core",
293
293
  "memchr",
@@ -314,43 +314,42 @@ checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
314
314
  dependencies = [
315
315
  "proc-macro2",
316
316
  "quote",
317
- "syn 2.0.51",
317
+ "syn 2.0.58",
318
318
  ]
319
319
 
320
320
  [[package]]
321
321
  name = "async-trait"
322
- version = "0.1.73"
322
+ version = "0.1.80"
323
323
  source = "registry+https://github.com/rust-lang/crates.io-index"
324
- checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"
324
+ checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
325
325
  dependencies = [
326
326
  "proc-macro2",
327
327
  "quote",
328
- "syn 2.0.51",
328
+ "syn 2.0.58",
329
329
  ]
330
330
 
331
331
  [[package]]
332
332
  name = "auto_impl"
333
- version = "1.1.0"
333
+ version = "1.2.0"
334
334
  source = "registry+https://github.com/rust-lang/crates.io-index"
335
- checksum = "fee3da8ef1276b0bee5dd1c7258010d8fffd31801447323115a25560e1327b89"
335
+ checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42"
336
336
  dependencies = [
337
- "proc-macro-error",
338
337
  "proc-macro2",
339
338
  "quote",
340
- "syn 1.0.109",
339
+ "syn 2.0.58",
341
340
  ]
342
341
 
343
342
  [[package]]
344
343
  name = "autocfg"
345
- version = "1.1.0"
344
+ version = "1.2.0"
346
345
  source = "registry+https://github.com/rust-lang/crates.io-index"
347
- checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
346
+ checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
348
347
 
349
348
  [[package]]
350
349
  name = "backtrace"
351
- version = "0.3.69"
350
+ version = "0.3.71"
352
351
  source = "registry+https://github.com/rust-lang/crates.io-index"
353
- checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
352
+ checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
354
353
  dependencies = [
355
354
  "addr2line",
356
355
  "cc",
@@ -379,13 +378,22 @@ version = "0.21.7"
379
378
  source = "registry+https://github.com/rust-lang/crates.io-index"
380
379
  checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
381
380
 
381
+ [[package]]
382
+ name = "base64-simd"
383
+ version = "0.7.0"
384
+ source = "registry+https://github.com/rust-lang/crates.io-index"
385
+ checksum = "781dd20c3aff0bd194fe7d2a977dd92f21c173891f3a03b677359e5fa457e5d5"
386
+ dependencies = [
387
+ "simd-abstraction",
388
+ ]
389
+
382
390
  [[package]]
383
391
  name = "base64-simd"
384
392
  version = "0.8.0"
385
393
  source = "registry+https://github.com/rust-lang/crates.io-index"
386
394
  checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
387
395
  dependencies = [
388
- "outref",
396
+ "outref 0.5.1",
389
397
  "vsimd",
390
398
  ]
391
399
 
@@ -436,9 +444,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
436
444
 
437
445
  [[package]]
438
446
  name = "bitflags"
439
- version = "2.4.0"
447
+ version = "2.5.0"
440
448
  source = "registry+https://github.com/rust-lang/crates.io-index"
441
- checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
449
+ checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
442
450
  dependencies = [
443
451
  "serde",
444
452
  ]
@@ -469,20 +477,41 @@ dependencies = [
469
477
 
470
478
  [[package]]
471
479
  name = "brotli"
472
- version = "3.4.0"
480
+ version = "3.5.0"
473
481
  source = "registry+https://github.com/rust-lang/crates.io-index"
474
- checksum = "516074a47ef4bce09577a3b379392300159ce5b1ba2e501ff1c819950066100f"
482
+ checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391"
475
483
  dependencies = [
476
484
  "alloc-no-stdlib",
477
485
  "alloc-stdlib",
478
- "brotli-decompressor",
486
+ "brotli-decompressor 2.5.1",
487
+ ]
488
+
489
+ [[package]]
490
+ name = "brotli"
491
+ version = "4.0.0"
492
+ source = "registry+https://github.com/rust-lang/crates.io-index"
493
+ checksum = "125740193d7fee5cc63ab9e16c2fdc4e07c74ba755cc53b327d6ea029e9fc569"
494
+ dependencies = [
495
+ "alloc-no-stdlib",
496
+ "alloc-stdlib",
497
+ "brotli-decompressor 3.0.0",
479
498
  ]
480
499
 
481
500
  [[package]]
482
501
  name = "brotli-decompressor"
483
- version = "2.5.0"
502
+ version = "2.5.1"
484
503
  source = "registry+https://github.com/rust-lang/crates.io-index"
485
- checksum = "da74e2b81409b1b743f8f0c62cc6254afefb8b8e50bbfe3735550f7aeefa3448"
504
+ checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f"
505
+ dependencies = [
506
+ "alloc-no-stdlib",
507
+ "alloc-stdlib",
508
+ ]
509
+
510
+ [[package]]
511
+ name = "brotli-decompressor"
512
+ version = "3.0.0"
513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
514
+ checksum = "65622a320492e09b5e0ac436b14c54ff68199bac392d0e89a6832c4518eea525"
486
515
  dependencies = [
487
516
  "alloc-no-stdlib",
488
517
  "alloc-stdlib",
@@ -490,9 +519,9 @@ dependencies = [
490
519
 
491
520
  [[package]]
492
521
  name = "bstr"
493
- version = "1.7.0"
522
+ version = "1.9.1"
494
523
  source = "registry+https://github.com/rust-lang/crates.io-index"
495
- checksum = "c79ad7fb2dd38f3dabd76b09c6a5a20c038fc0213ef1e9afd30eb777f120f019"
524
+ checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"
496
525
  dependencies = [
497
526
  "memchr",
498
527
  "regex-automata",
@@ -501,15 +530,15 @@ dependencies = [
501
530
 
502
531
  [[package]]
503
532
  name = "bumpalo"
504
- version = "3.14.0"
533
+ version = "3.16.0"
505
534
  source = "registry+https://github.com/rust-lang/crates.io-index"
506
- checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
535
+ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
507
536
 
508
537
  [[package]]
509
538
  name = "bytemuck"
510
- version = "1.14.0"
539
+ version = "1.15.0"
511
540
  source = "registry+https://github.com/rust-lang/crates.io-index"
512
- checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
541
+ checksum = "5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15"
513
542
 
514
543
  [[package]]
515
544
  name = "byteorder"
@@ -519,9 +548,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
519
548
 
520
549
  [[package]]
521
550
  name = "bytes"
522
- version = "1.5.0"
551
+ version = "1.6.0"
523
552
  source = "registry+https://github.com/rust-lang/crates.io-index"
524
- checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
553
+ checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
525
554
 
526
555
  [[package]]
527
556
  name = "bzip2"
@@ -561,9 +590,9 @@ dependencies = [
561
590
 
562
591
  [[package]]
563
592
  name = "cc"
564
- version = "1.0.83"
593
+ version = "1.0.94"
565
594
  source = "registry+https://github.com/rust-lang/crates.io-index"
566
- checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
595
+ checksum = "17f6e324229dc011159fcc089755d1e2e216a90d43a7dea6853ca740b84f35e7"
567
596
  dependencies = [
568
597
  "jobserver",
569
598
  "libc",
@@ -577,9 +606,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
577
606
 
578
607
  [[package]]
579
608
  name = "chrono"
580
- version = "0.4.31"
609
+ version = "0.4.37"
581
610
  source = "registry+https://github.com/rust-lang/crates.io-index"
582
- checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
611
+ checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e"
583
612
  dependencies = [
584
613
  "num-traits",
585
614
  "serde",
@@ -597,9 +626,9 @@ dependencies = [
597
626
 
598
627
  [[package]]
599
628
  name = "clap"
600
- version = "4.4.6"
629
+ version = "4.5.4"
601
630
  source = "registry+https://github.com/rust-lang/crates.io-index"
602
- checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956"
631
+ checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
603
632
  dependencies = [
604
633
  "clap_builder",
605
634
  "clap_derive",
@@ -607,9 +636,9 @@ dependencies = [
607
636
 
608
637
  [[package]]
609
638
  name = "clap_builder"
610
- version = "4.4.6"
639
+ version = "4.5.2"
611
640
  source = "registry+https://github.com/rust-lang/crates.io-index"
612
- checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45"
641
+ checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
613
642
  dependencies = [
614
643
  "anstream",
615
644
  "anstyle",
@@ -619,27 +648,27 @@ dependencies = [
619
648
 
620
649
  [[package]]
621
650
  name = "clap_derive"
622
- version = "4.4.2"
651
+ version = "4.5.4"
623
652
  source = "registry+https://github.com/rust-lang/crates.io-index"
624
- checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
653
+ checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
625
654
  dependencies = [
626
- "heck",
655
+ "heck 0.5.0",
627
656
  "proc-macro2",
628
657
  "quote",
629
- "syn 2.0.51",
658
+ "syn 2.0.58",
630
659
  ]
631
660
 
632
661
  [[package]]
633
662
  name = "clap_lex"
634
- version = "0.5.1"
663
+ version = "0.7.0"
635
664
  source = "registry+https://github.com/rust-lang/crates.io-index"
636
- checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
665
+ checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
637
666
 
638
667
  [[package]]
639
668
  name = "clipboard-win"
640
- version = "5.2.0"
669
+ version = "5.3.0"
641
670
  source = "registry+https://github.com/rust-lang/crates.io-index"
642
- checksum = "12f9a0700e0127ba15d1d52dd742097f821cd9c65939303a44d970465040a297"
671
+ checksum = "d517d4b86184dbb111d3556a10f1c8a04da7428d2987bf1081602bf11c3aa9ee"
643
672
  dependencies = [
644
673
  "error-code",
645
674
  ]
@@ -678,9 +707,9 @@ dependencies = [
678
707
 
679
708
  [[package]]
680
709
  name = "const-oid"
681
- version = "0.9.5"
710
+ version = "0.9.6"
682
711
  source = "registry+https://github.com/rust-lang/crates.io-index"
683
- checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f"
712
+ checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
684
713
 
685
714
  [[package]]
686
715
  name = "constant_time_eq"
@@ -729,9 +758,9 @@ dependencies = [
729
758
 
730
759
  [[package]]
731
760
  name = "cpufeatures"
732
- version = "0.2.9"
761
+ version = "0.2.12"
733
762
  source = "registry+https://github.com/rust-lang/crates.io-index"
734
- checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
763
+ checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
735
764
  dependencies = [
736
765
  "libc",
737
766
  ]
@@ -753,20 +782,19 @@ checksum = "ccaeedb56da03b09f598226e25e80088cb4cd25f316e6e4df7d695f0feeb1403"
753
782
 
754
783
  [[package]]
755
784
  name = "crc32fast"
756
- version = "1.3.2"
785
+ version = "1.4.0"
757
786
  source = "registry+https://github.com/rust-lang/crates.io-index"
758
- checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
787
+ checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
759
788
  dependencies = [
760
789
  "cfg-if",
761
790
  ]
762
791
 
763
792
  [[package]]
764
793
  name = "crossbeam"
765
- version = "0.8.2"
794
+ version = "0.8.4"
766
795
  source = "registry+https://github.com/rust-lang/crates.io-index"
767
- checksum = "2801af0d36612ae591caa9568261fddce32ce6e08a7275ea334a06a4ad021a2c"
796
+ checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
768
797
  dependencies = [
769
- "cfg-if",
770
798
  "crossbeam-channel",
771
799
  "crossbeam-deque",
772
800
  "crossbeam-epoch",
@@ -776,62 +804,52 @@ dependencies = [
776
804
 
777
805
  [[package]]
778
806
  name = "crossbeam-channel"
779
- version = "0.5.8"
807
+ version = "0.5.12"
780
808
  source = "registry+https://github.com/rust-lang/crates.io-index"
781
- checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
809
+ checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95"
782
810
  dependencies = [
783
- "cfg-if",
784
811
  "crossbeam-utils",
785
812
  ]
786
813
 
787
814
  [[package]]
788
815
  name = "crossbeam-deque"
789
- version = "0.8.3"
816
+ version = "0.8.5"
790
817
  source = "registry+https://github.com/rust-lang/crates.io-index"
791
- checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
818
+ checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
792
819
  dependencies = [
793
- "cfg-if",
794
820
  "crossbeam-epoch",
795
821
  "crossbeam-utils",
796
822
  ]
797
823
 
798
824
  [[package]]
799
825
  name = "crossbeam-epoch"
800
- version = "0.9.15"
826
+ version = "0.9.18"
801
827
  source = "registry+https://github.com/rust-lang/crates.io-index"
802
- checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
828
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
803
829
  dependencies = [
804
- "autocfg",
805
- "cfg-if",
806
830
  "crossbeam-utils",
807
- "memoffset 0.9.0",
808
- "scopeguard",
809
831
  ]
810
832
 
811
833
  [[package]]
812
834
  name = "crossbeam-queue"
813
- version = "0.3.8"
835
+ version = "0.3.11"
814
836
  source = "registry+https://github.com/rust-lang/crates.io-index"
815
- checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
837
+ checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
816
838
  dependencies = [
817
- "cfg-if",
818
839
  "crossbeam-utils",
819
840
  ]
820
841
 
821
842
  [[package]]
822
843
  name = "crossbeam-utils"
823
- version = "0.8.16"
844
+ version = "0.8.19"
824
845
  source = "registry+https://github.com/rust-lang/crates.io-index"
825
- checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
826
- dependencies = [
827
- "cfg-if",
828
- ]
846
+ checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
829
847
 
830
848
  [[package]]
831
849
  name = "crypto-bigint"
832
- version = "0.5.3"
850
+ version = "0.5.5"
833
851
  source = "registry+https://github.com/rust-lang/crates.io-index"
834
- checksum = "740fe28e594155f10cfc383984cbefd529d7396050557148f79cb0f621204124"
852
+ checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
835
853
  dependencies = [
836
854
  "generic-array",
837
855
  "rand_core",
@@ -861,9 +879,9 @@ dependencies = [
861
879
 
862
880
  [[package]]
863
881
  name = "curve25519-dalek"
864
- version = "4.1.1"
882
+ version = "4.1.2"
865
883
  source = "registry+https://github.com/rust-lang/crates.io-index"
866
- checksum = "e89b8c6a2e4b1f45971ad09761aafb85514a84744b67a95e32c3cc1352d1f65c"
884
+ checksum = "0a677b8922c94e01bdbb12126b0bc852f00447528dee1782229af9c720c3f348"
867
885
  dependencies = [
868
886
  "cfg-if",
869
887
  "cpufeatures",
@@ -877,13 +895,13 @@ dependencies = [
877
895
 
878
896
  [[package]]
879
897
  name = "curve25519-dalek-derive"
880
- version = "0.1.0"
898
+ version = "0.1.1"
881
899
  source = "registry+https://github.com/rust-lang/crates.io-index"
882
- checksum = "83fdaf97f4804dcebfa5862639bc9ce4121e82140bec2a987ac5140294865b5b"
900
+ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
883
901
  dependencies = [
884
902
  "proc-macro2",
885
903
  "quote",
886
- "syn 2.0.51",
904
+ "syn 2.0.58",
887
905
  ]
888
906
 
889
907
  [[package]]
@@ -892,8 +910,8 @@ version = "0.7.0"
892
910
  source = "registry+https://github.com/rust-lang/crates.io-index"
893
911
  checksum = "e16e44ab292b1dddfdaf7be62cfd8877df52f2f3fde5858d95bab606be259f20"
894
912
  dependencies = [
895
- "bitflags 2.4.0",
896
- "libloading 0.7.4",
913
+ "bitflags 2.5.0",
914
+ "libloading 0.8.3",
897
915
  "winapi",
898
916
  ]
899
917
 
@@ -904,17 +922,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
904
922
  checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
905
923
  dependencies = [
906
924
  "cfg-if",
907
- "hashbrown 0.14.1",
925
+ "hashbrown 0.14.3",
908
926
  "lock_api",
909
927
  "once_cell",
910
- "parking_lot_core 0.9.8",
928
+ "parking_lot_core 0.9.9",
911
929
  ]
912
930
 
913
931
  [[package]]
914
932
  name = "data-encoding"
915
- version = "2.4.0"
933
+ version = "2.5.0"
916
934
  source = "registry+https://github.com/rust-lang/crates.io-index"
917
- checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
935
+ checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
918
936
 
919
937
  [[package]]
920
938
  name = "data-url"
@@ -934,9 +952,9 @@ dependencies = [
934
952
 
935
953
  [[package]]
936
954
  name = "deno_ast"
937
- version = "0.34.1"
955
+ version = "0.36.2"
938
956
  source = "registry+https://github.com/rust-lang/crates.io-index"
939
- checksum = "a73fa2b215c93d44b55228a6c69aa92ffa200cfa683ebaf45202ecfbd749bf52"
957
+ checksum = "da1e05031ec63082cd9eaf103bee347120bf58cf8de5c880ab4c732b661c335f"
940
958
  dependencies = [
941
959
  "anyhow",
942
960
  "base64",
@@ -971,15 +989,16 @@ dependencies = [
971
989
  "swc_visit",
972
990
  "swc_visit_macros",
973
991
  "text_lines",
992
+ "thiserror",
974
993
  "unicode-width",
975
994
  "url",
976
995
  ]
977
996
 
978
997
  [[package]]
979
998
  name = "deno_broadcast_channel"
980
- version = "0.133.0"
999
+ version = "0.140.0"
981
1000
  source = "registry+https://github.com/rust-lang/crates.io-index"
982
- checksum = "f8c80a987c93018ad6c35faa5813d20f12344e553a1966cf15d1e1b962250487"
1001
+ checksum = "78340327e4827b0778511764203a65d4aedf003c285bea92c241e635d6b36864"
983
1002
  dependencies = [
984
1003
  "async-trait",
985
1004
  "deno_core",
@@ -989,9 +1008,9 @@ dependencies = [
989
1008
 
990
1009
  [[package]]
991
1010
  name = "deno_cache"
992
- version = "0.71.0"
1011
+ version = "0.78.0"
993
1012
  source = "registry+https://github.com/rust-lang/crates.io-index"
994
- checksum = "9010d0c00734dc2b0a2af12baa0f625819e0d56b7a26829bda54101878703924"
1013
+ checksum = "2cd77ffdf381ec0315f583c98f4b918380b1912c88e9b8dbdb983071e92bc916"
995
1014
  dependencies = [
996
1015
  "async-trait",
997
1016
  "deno_core",
@@ -1003,9 +1022,9 @@ dependencies = [
1003
1022
 
1004
1023
  [[package]]
1005
1024
  name = "deno_canvas"
1006
- version = "0.8.0"
1025
+ version = "0.15.0"
1007
1026
  source = "registry+https://github.com/rust-lang/crates.io-index"
1008
- checksum = "042ce1d5700072cbb620b57f6e6888fec8cad22ed469dff4fc079c6dc3b439cb"
1027
+ checksum = "55504917bffcae5a57b42e484f50372031b610cd06cee1aec15e3d26135e69ab"
1009
1028
  dependencies = [
1010
1029
  "deno_core",
1011
1030
  "deno_webgpu",
@@ -1016,18 +1035,18 @@ dependencies = [
1016
1035
 
1017
1036
  [[package]]
1018
1037
  name = "deno_console"
1019
- version = "0.139.0"
1038
+ version = "0.146.0"
1020
1039
  source = "registry+https://github.com/rust-lang/crates.io-index"
1021
- checksum = "8be2a57409cfbb47fb8df6ee6f6666d68c64bd71ab8ae7a11720f34dbea5cf1c"
1040
+ checksum = "ea060116c0d0209c9fad279da3738356ea89bf7937e380b7f3ab725f0a130e02"
1022
1041
  dependencies = [
1023
1042
  "deno_core",
1024
1043
  ]
1025
1044
 
1026
1045
  [[package]]
1027
1046
  name = "deno_core"
1028
- version = "0.264.0"
1047
+ version = "0.272.0"
1029
1048
  source = "registry+https://github.com/rust-lang/crates.io-index"
1030
- checksum = "1c8dc01fe0c49caf5c784c50958db2d73eb03be62d2d95e3ec83541b64841d8c"
1049
+ checksum = "07093891f2af763023614cfe2d1ce5f9ce5a7920c4fcf2f00911bd0d93083523"
1031
1050
  dependencies = [
1032
1051
  "anyhow",
1033
1052
  "bincode",
@@ -1041,14 +1060,14 @@ dependencies = [
1041
1060
  "futures",
1042
1061
  "libc",
1043
1062
  "log",
1044
- "memoffset 0.9.0",
1063
+ "memoffset 0.9.1",
1045
1064
  "parking_lot 0.12.1",
1046
1065
  "pin-project",
1047
1066
  "serde",
1048
1067
  "serde_json",
1049
1068
  "serde_v8",
1050
1069
  "smallvec",
1051
- "sourcemap 7.0.0",
1070
+ "sourcemap 7.1.1",
1052
1071
  "static_assertions",
1053
1072
  "tokio",
1054
1073
  "url",
@@ -1063,9 +1082,9 @@ checksum = "a13951ea98c0a4c372f162d669193b4c9d991512de9f2381dd161027f34b26b1"
1063
1082
 
1064
1083
  [[package]]
1065
1084
  name = "deno_cron"
1066
- version = "0.19.0"
1085
+ version = "0.26.0"
1067
1086
  source = "registry+https://github.com/rust-lang/crates.io-index"
1068
- checksum = "f5fb3d22ecec79e5ead663540474d1b06c0be8d6030c02458a0432a51d6aa909"
1087
+ checksum = "6c2cd580363ca988cc7c674077e3182dd8dcc513e3a6342b9759b29003ac9af0"
1069
1088
  dependencies = [
1070
1089
  "anyhow",
1071
1090
  "async-trait",
@@ -1078,9 +1097,9 @@ dependencies = [
1078
1097
 
1079
1098
  [[package]]
1080
1099
  name = "deno_crypto"
1081
- version = "0.153.0"
1100
+ version = "0.160.0"
1082
1101
  source = "registry+https://github.com/rust-lang/crates.io-index"
1083
- checksum = "c6cc9a07de8eee4acda917e27a911d5ac9c559fb1857c454635758de7d86239b"
1102
+ checksum = "9dd417608c078b06e5e40612d678db20f3db756050e6bb060f1338463a23a778"
1084
1103
  dependencies = [
1085
1104
  "aes",
1086
1105
  "aes-gcm",
@@ -1099,7 +1118,7 @@ dependencies = [
1099
1118
  "p384",
1100
1119
  "p521",
1101
1120
  "rand",
1102
- "ring 0.17.6",
1121
+ "ring",
1103
1122
  "rsa",
1104
1123
  "serde",
1105
1124
  "serde_bytes",
@@ -1114,9 +1133,9 @@ dependencies = [
1114
1133
 
1115
1134
  [[package]]
1116
1135
  name = "deno_emit"
1117
- version = "0.38.2"
1136
+ version = "0.39.0"
1118
1137
  source = "registry+https://github.com/rust-lang/crates.io-index"
1119
- checksum = "23593513889bc5d607f9750c858f9cc113f47cb045d87eea7c6cd6605639915c"
1138
+ checksum = "9f13249307b7c8ae93989de7752f512acaea63ba1653717d432e69f22b2cd8af"
1120
1139
  dependencies = [
1121
1140
  "anyhow",
1122
1141
  "base64",
@@ -1131,16 +1150,16 @@ dependencies = [
1131
1150
 
1132
1151
  [[package]]
1133
1152
  name = "deno_fetch"
1134
- version = "0.163.0"
1153
+ version = "0.170.0"
1135
1154
  source = "registry+https://github.com/rust-lang/crates.io-index"
1136
- checksum = "ead37810f72700b2e4e430e3ac413cd85c969f069aaf0bb78bfa12be00f41256"
1155
+ checksum = "36e94f6b4e7a667ff427f09d5d69f3172997d31b16ca258e84905e63d0b96f12"
1137
1156
  dependencies = [
1138
1157
  "bytes",
1139
1158
  "data-url",
1140
1159
  "deno_core",
1141
1160
  "deno_tls",
1142
1161
  "dyn-clone",
1143
- "http 0.2.9",
1162
+ "http 0.2.12",
1144
1163
  "pin-project",
1145
1164
  "reqwest",
1146
1165
  "serde",
@@ -1151,9 +1170,9 @@ dependencies = [
1151
1170
 
1152
1171
  [[package]]
1153
1172
  name = "deno_ffi"
1154
- version = "0.126.0"
1173
+ version = "0.133.0"
1155
1174
  source = "registry+https://github.com/rust-lang/crates.io-index"
1156
- checksum = "c7c24464bf6f59db3950ed9d5bac55e67d6caddf7277fe12641a1919c720c9d4"
1175
+ checksum = "217f699705969791159a7258ac8f882d2f690eb04bf5ae58d41911fa5a62013d"
1157
1176
  dependencies = [
1158
1177
  "deno_core",
1159
1178
  "dlopen2",
@@ -1169,9 +1188,9 @@ dependencies = [
1169
1188
 
1170
1189
  [[package]]
1171
1190
  name = "deno_fs"
1172
- version = "0.49.0"
1191
+ version = "0.56.0"
1173
1192
  source = "registry+https://github.com/rust-lang/crates.io-index"
1174
- checksum = "a355aba285506802651e30c45587e5e7404df4b0bac7a73eb5f37fc154a8e267"
1193
+ checksum = "bebe6ccb58368a65a7d29dc1844e61a144e6bd5c6727377f00091a92e7010c0d"
1175
1194
  dependencies = [
1176
1195
  "async-trait",
1177
1196
  "base32",
@@ -1179,6 +1198,7 @@ dependencies = [
1179
1198
  "deno_io",
1180
1199
  "filetime",
1181
1200
  "fs3",
1201
+ "junction",
1182
1202
  "libc",
1183
1203
  "log",
1184
1204
  "nix 0.26.2",
@@ -1191,9 +1211,9 @@ dependencies = [
1191
1211
 
1192
1212
  [[package]]
1193
1213
  name = "deno_graph"
1194
- version = "0.69.4"
1214
+ version = "0.71.5"
1195
1215
  source = "registry+https://github.com/rust-lang/crates.io-index"
1196
- checksum = "73c83b0538ee10854dcf0f24aa05ec79f62e308b358cefd65d30f9d0959a9dc3"
1216
+ checksum = "89621fa4d9b33f67e7a390e07e300ac0979b9817921d63f1a5056d51e2ae932a"
1197
1217
  dependencies = [
1198
1218
  "anyhow",
1199
1219
  "async-trait",
@@ -1204,7 +1224,7 @@ dependencies = [
1204
1224
  "encoding_rs",
1205
1225
  "futures",
1206
1226
  "import_map",
1207
- "indexmap 2.2.3",
1227
+ "indexmap",
1208
1228
  "log",
1209
1229
  "monch",
1210
1230
  "once_cell",
@@ -1220,24 +1240,24 @@ dependencies = [
1220
1240
 
1221
1241
  [[package]]
1222
1242
  name = "deno_http"
1223
- version = "0.136.0"
1243
+ version = "0.143.0"
1224
1244
  source = "registry+https://github.com/rust-lang/crates.io-index"
1225
- checksum = "641ba1b3113e97b34b7680db95503da87080adc4c654f0f1530047f9f781f149"
1245
+ checksum = "f1f00c4937372fb1fc510b972f6ce90974d81431384088e1c57c0a1a3bde777c"
1226
1246
  dependencies = [
1227
1247
  "async-compression",
1228
1248
  "async-trait",
1229
1249
  "base64",
1230
- "brotli",
1250
+ "brotli 3.5.0",
1231
1251
  "bytes",
1232
1252
  "cache_control",
1233
1253
  "deno_core",
1234
1254
  "deno_net",
1235
1255
  "deno_websocket",
1236
1256
  "flate2",
1237
- "http 0.2.9",
1238
- "http 1.0.0",
1257
+ "http 0.2.12",
1258
+ "http 1.1.0",
1239
1259
  "httparse",
1240
- "hyper 0.14.27",
1260
+ "hyper 0.14.28",
1241
1261
  "hyper 1.1.0",
1242
1262
  "hyper-util",
1243
1263
  "itertools 0.10.5",
@@ -1247,7 +1267,7 @@ dependencies = [
1247
1267
  "percent-encoding",
1248
1268
  "phf",
1249
1269
  "pin-project",
1250
- "ring 0.17.6",
1270
+ "ring",
1251
1271
  "scopeguard",
1252
1272
  "serde",
1253
1273
  "smallvec",
@@ -1258,9 +1278,9 @@ dependencies = [
1258
1278
 
1259
1279
  [[package]]
1260
1280
  name = "deno_io"
1261
- version = "0.49.0"
1281
+ version = "0.56.0"
1262
1282
  source = "registry+https://github.com/rust-lang/crates.io-index"
1263
- checksum = "030dff417b0b38353a1e4084a3d6643297adaf7dc3fd181aac8184744aba6a5d"
1283
+ checksum = "6f313da91ac6ccec13ad73b260575b39d35921231d57fefbddcd3d62abc16465"
1264
1284
  dependencies = [
1265
1285
  "async-trait",
1266
1286
  "deno_core",
@@ -1275,9 +1295,9 @@ dependencies = [
1275
1295
 
1276
1296
  [[package]]
1277
1297
  name = "deno_kv"
1278
- version = "0.47.0"
1298
+ version = "0.54.0"
1279
1299
  source = "registry+https://github.com/rust-lang/crates.io-index"
1280
- checksum = "e588b64f28e6ab682cec22c520071ba4d11e8bff36b7799bf6c2b49420ccc1b0"
1300
+ checksum = "08c7822e93123d6acfc342dbed3d27782b8834dd0c10f31ecf067441ff8722e6"
1281
1301
  dependencies = [
1282
1302
  "anyhow",
1283
1303
  "async-trait",
@@ -1291,7 +1311,7 @@ dependencies = [
1291
1311
  "denokv_proto",
1292
1312
  "denokv_remote",
1293
1313
  "denokv_sqlite",
1294
- "hex",
1314
+ "faster-hex",
1295
1315
  "log",
1296
1316
  "num-bigint",
1297
1317
  "prost",
@@ -1309,9 +1329,9 @@ dependencies = [
1309
1329
 
1310
1330
  [[package]]
1311
1331
  name = "deno_media_type"
1312
- version = "0.1.2"
1332
+ version = "0.1.3"
1313
1333
  source = "registry+https://github.com/rust-lang/crates.io-index"
1314
- checksum = "a798670c20308e5770cc0775de821424ff9e85665b602928509c8c70430b3ee0"
1334
+ checksum = "edf9879493856d1622be70f396b0b0d3e519538dd6501b7c609ecbaa7e2194d2"
1315
1335
  dependencies = [
1316
1336
  "data-url",
1317
1337
  "serde",
@@ -1320,9 +1340,9 @@ dependencies = [
1320
1340
 
1321
1341
  [[package]]
1322
1342
  name = "deno_napi"
1323
- version = "0.69.0"
1343
+ version = "0.76.0"
1324
1344
  source = "registry+https://github.com/rust-lang/crates.io-index"
1325
- checksum = "be49601dd68c16aad35cab6fa32b9434f510b906a151892227dcb0642333d060"
1345
+ checksum = "5f83c07ca6c004695c529d7be29af925f91bf12a19684bc9704465dacf46cdad"
1326
1346
  dependencies = [
1327
1347
  "deno_core",
1328
1348
  "libloading 0.7.4",
@@ -1343,9 +1363,9 @@ dependencies = [
1343
1363
 
1344
1364
  [[package]]
1345
1365
  name = "deno_net"
1346
- version = "0.131.0"
1366
+ version = "0.138.0"
1347
1367
  source = "registry+https://github.com/rust-lang/crates.io-index"
1348
- checksum = "aa2925ce00cfc31702cef75515d9d945069c1771c7eb505a0f42b6f1e15ec145"
1368
+ checksum = "d49e6c15123ad4af37e05a5553962c2881642704f7d113a4a16aef8f739401e1"
1349
1369
  dependencies = [
1350
1370
  "deno_core",
1351
1371
  "deno_tls",
@@ -1354,7 +1374,7 @@ dependencies = [
1354
1374
  "pin-project",
1355
1375
  "rustls-tokio-stream",
1356
1376
  "serde",
1357
- "socket2 0.5.5",
1377
+ "socket2",
1358
1378
  "tokio",
1359
1379
  "trust-dns-proto",
1360
1380
  "trust-dns-resolver",
@@ -1362,13 +1382,13 @@ dependencies = [
1362
1382
 
1363
1383
  [[package]]
1364
1384
  name = "deno_node"
1365
- version = "0.76.0"
1385
+ version = "0.83.0"
1366
1386
  source = "registry+https://github.com/rust-lang/crates.io-index"
1367
- checksum = "f83f54c44da462efbf6e26cd790e61a07a9e7d494419a916c71407c8799d60cb"
1387
+ checksum = "a7fc38b73305e2afb36344a6a497716456ffd1ba5a313c4d5e7357bdab84adff"
1368
1388
  dependencies = [
1369
1389
  "aead-gcm-stream",
1370
1390
  "aes",
1371
- "brotli",
1391
+ "brotli 3.5.0",
1372
1392
  "bytes",
1373
1393
  "cbc",
1374
1394
  "const-oid",
@@ -1384,12 +1404,12 @@ dependencies = [
1384
1404
  "ecb",
1385
1405
  "elliptic-curve",
1386
1406
  "errno 0.2.8",
1387
- "h2 0.3.21",
1388
- "hex",
1407
+ "faster-hex",
1408
+ "h2 0.3.26",
1389
1409
  "hkdf",
1390
- "http 0.2.9",
1410
+ "http 0.2.12",
1391
1411
  "idna 0.3.0",
1392
- "indexmap 2.2.3",
1412
+ "indexmap",
1393
1413
  "k256",
1394
1414
  "lazy-regex",
1395
1415
  "libc",
@@ -1411,15 +1431,17 @@ dependencies = [
1411
1431
  "rand",
1412
1432
  "regex",
1413
1433
  "reqwest",
1414
- "ring 0.17.6",
1434
+ "ring",
1415
1435
  "ripemd",
1416
1436
  "rsa",
1417
1437
  "scrypt",
1438
+ "sec1",
1418
1439
  "serde",
1419
1440
  "sha-1",
1420
1441
  "sha2",
1421
1442
  "signature",
1422
1443
  "simd-json",
1444
+ "spki",
1423
1445
  "tokio",
1424
1446
  "typenum",
1425
1447
  "url",
@@ -1431,24 +1453,43 @@ dependencies = [
1431
1453
 
1432
1454
  [[package]]
1433
1455
  name = "deno_ops"
1434
- version = "0.140.0"
1456
+ version = "0.148.0"
1435
1457
  source = "registry+https://github.com/rust-lang/crates.io-index"
1436
- checksum = "d421b045e2220215b55676f8874246f6b08f9c5de9cdfdfefb6f9b10a3e0f4b3"
1458
+ checksum = "5bc73fc07ad26e71715d5a726d1dd228587c0d121a591b1931a0fcf958a2ec3b"
1437
1459
  dependencies = [
1438
1460
  "proc-macro-rules",
1439
1461
  "proc-macro2",
1440
1462
  "quote",
1441
1463
  "strum",
1442
1464
  "strum_macros",
1443
- "syn 2.0.51",
1465
+ "syn 2.0.58",
1444
1466
  "thiserror",
1445
1467
  ]
1446
1468
 
1469
+ [[package]]
1470
+ name = "deno_permissions"
1471
+ version = "0.6.0"
1472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1473
+ checksum = "626a8e69608d29a020569276d414fc4441f2fc8f0e4b265e89bb9c7bf7a53b5f"
1474
+ dependencies = [
1475
+ "console_static_text",
1476
+ "deno_core",
1477
+ "deno_terminal",
1478
+ "fqdn",
1479
+ "libc",
1480
+ "log",
1481
+ "once_cell",
1482
+ "serde",
1483
+ "termcolor",
1484
+ "which 4.4.2",
1485
+ "winapi",
1486
+ ]
1487
+
1447
1488
  [[package]]
1448
1489
  name = "deno_runtime"
1449
- version = "0.147.0"
1490
+ version = "0.154.0"
1450
1491
  source = "registry+https://github.com/rust-lang/crates.io-index"
1451
- checksum = "b328c2adbf599f1e34da91be6f569d9500d02421ddd7ca29ebfc29d8497c497b"
1492
+ checksum = "a492565ce32a399966120e6734873e7aaa16faf54a1e205415f52ff5475111c6"
1452
1493
  dependencies = [
1453
1494
  "console_static_text",
1454
1495
  "deno_ast",
@@ -1468,6 +1509,7 @@ dependencies = [
1468
1509
  "deno_napi",
1469
1510
  "deno_net",
1470
1511
  "deno_node",
1512
+ "deno_permissions",
1471
1513
  "deno_terminal",
1472
1514
  "deno_tls",
1473
1515
  "deno_url",
@@ -1483,9 +1525,9 @@ dependencies = [
1483
1525
  "flate2",
1484
1526
  "fs3",
1485
1527
  "fwdansi",
1486
- "http 1.0.0",
1528
+ "http 1.1.0",
1487
1529
  "http-body-util",
1488
- "hyper 0.14.27",
1530
+ "hyper 0.14.28",
1489
1531
  "hyper 1.1.0",
1490
1532
  "hyper-util",
1491
1533
  "libc",
@@ -1496,9 +1538,10 @@ dependencies = [
1496
1538
  "ntapi",
1497
1539
  "once_cell",
1498
1540
  "regex",
1499
- "ring 0.17.6",
1541
+ "ring",
1500
1542
  "rustyline",
1501
1543
  "serde",
1544
+ "signal-hook",
1502
1545
  "signal-hook-registry",
1503
1546
  "tokio",
1504
1547
  "tokio-metrics",
@@ -1534,9 +1577,9 @@ dependencies = [
1534
1577
 
1535
1578
  [[package]]
1536
1579
  name = "deno_tls"
1537
- version = "0.126.0"
1580
+ version = "0.133.0"
1538
1581
  source = "registry+https://github.com/rust-lang/crates.io-index"
1539
- checksum = "75bd19c89a2ec4480237148f17f512a43daae22631f8f7a50b465800a32c7eee"
1582
+ checksum = "427e00080b61652d761e03dd650411552b5d4f4fe20f96434401d4a731cbd8f8"
1540
1583
  dependencies = [
1541
1584
  "deno_core",
1542
1585
  "deno_native_certs",
@@ -1569,9 +1612,9 @@ dependencies = [
1569
1612
 
1570
1613
  [[package]]
1571
1614
  name = "deno_url"
1572
- version = "0.139.0"
1615
+ version = "0.146.0"
1573
1616
  source = "registry+https://github.com/rust-lang/crates.io-index"
1574
- checksum = "550c4979f033b1acc33af3bcb70dae14182726a5e652f9d6b8e5e0372a7cbd41"
1617
+ checksum = "3640650479884586165d3e9decef31218285461aa513aee5d14c4904cf5e4ecc"
1575
1618
  dependencies = [
1576
1619
  "deno_core",
1577
1620
  "serde",
@@ -1580,12 +1623,12 @@ dependencies = [
1580
1623
 
1581
1624
  [[package]]
1582
1625
  name = "deno_web"
1583
- version = "0.170.0"
1626
+ version = "0.177.0"
1584
1627
  source = "registry+https://github.com/rust-lang/crates.io-index"
1585
- checksum = "60fd67273bbe0b602f3224956560f3eff3e30615d9e4851cf83ea8cc96dcad4d"
1628
+ checksum = "5fe06c2914fe69193e5d428d5e42f56c64056eaed9d941569dd00f46d1434b33"
1586
1629
  dependencies = [
1587
1630
  "async-trait",
1588
- "base64-simd",
1631
+ "base64-simd 0.8.0",
1589
1632
  "bytes",
1590
1633
  "deno_core",
1591
1634
  "encoding_rs",
@@ -1599,9 +1642,9 @@ dependencies = [
1599
1642
 
1600
1643
  [[package]]
1601
1644
  name = "deno_webgpu"
1602
- version = "0.106.0"
1645
+ version = "0.113.0"
1603
1646
  source = "registry+https://github.com/rust-lang/crates.io-index"
1604
- checksum = "550d7c1c921b8d223d613ac5178e26404b34f1a245efb0572754dbb85b9d7f22"
1647
+ checksum = "663d34a65806dc73f6da48504c6be76680f2f4c83e28e5d8bcf785e322ca65c9"
1605
1648
  dependencies = [
1606
1649
  "deno_core",
1607
1650
  "raw-window-handle",
@@ -1614,26 +1657,26 @@ dependencies = [
1614
1657
 
1615
1658
  [[package]]
1616
1659
  name = "deno_webidl"
1617
- version = "0.139.0"
1660
+ version = "0.146.0"
1618
1661
  source = "registry+https://github.com/rust-lang/crates.io-index"
1619
- checksum = "e8b69ff436e6d7a328b8ab430fc5d13abc7c55ddcb58d80991a5c0f520d605d0"
1662
+ checksum = "ac4911532bdbb6a764ed40304d3804491953a8c6d194457ab2187837e481ed8a"
1620
1663
  dependencies = [
1621
1664
  "deno_core",
1622
1665
  ]
1623
1666
 
1624
1667
  [[package]]
1625
1668
  name = "deno_websocket"
1626
- version = "0.144.0"
1669
+ version = "0.151.0"
1627
1670
  source = "registry+https://github.com/rust-lang/crates.io-index"
1628
- checksum = "cade53e23fc241755f9fd63186ed3e6c3196c403cecad63edc2fc0165da42ce4"
1671
+ checksum = "490af9a58a13efaee72ea241c3bda791c5c47ae91182e6b3b59612cee3b40ce7"
1629
1672
  dependencies = [
1630
1673
  "bytes",
1631
1674
  "deno_core",
1632
1675
  "deno_net",
1633
1676
  "deno_tls",
1634
1677
  "fastwebsockets",
1635
- "h2 0.4.2",
1636
- "http 1.0.0",
1678
+ "h2 0.4.4",
1679
+ "http 1.1.0",
1637
1680
  "http-body-util",
1638
1681
  "hyper 1.1.0",
1639
1682
  "hyper-util",
@@ -1645,9 +1688,9 @@ dependencies = [
1645
1688
 
1646
1689
  [[package]]
1647
1690
  name = "deno_webstorage"
1648
- version = "0.134.0"
1691
+ version = "0.141.0"
1649
1692
  source = "registry+https://github.com/rust-lang/crates.io-index"
1650
- checksum = "bb0bc131c12feb904d02f0c10fd55723ac82839e087da0cce1ff5896f100e11e"
1693
+ checksum = "51b176f6029a3057f8636b6197314ea72f0af9d32717c6f4a632a673291c01af"
1651
1694
  dependencies = [
1652
1695
  "deno_core",
1653
1696
  "deno_web",
@@ -1732,9 +1775,9 @@ dependencies = [
1732
1775
 
1733
1776
  [[package]]
1734
1777
  name = "der"
1735
- version = "0.7.8"
1778
+ version = "0.7.9"
1736
1779
  source = "registry+https://github.com/rust-lang/crates.io-index"
1737
- checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c"
1780
+ checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
1738
1781
  dependencies = [
1739
1782
  "const-oid",
1740
1783
  "pem-rfc7468",
@@ -1757,9 +1800,12 @@ dependencies = [
1757
1800
 
1758
1801
  [[package]]
1759
1802
  name = "deranged"
1760
- version = "0.3.8"
1803
+ version = "0.3.11"
1761
1804
  source = "registry+https://github.com/rust-lang/crates.io-index"
1762
- checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946"
1805
+ checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
1806
+ dependencies = [
1807
+ "powerfmt",
1808
+ ]
1763
1809
 
1764
1810
  [[package]]
1765
1811
  name = "derive_more"
@@ -1794,9 +1840,9 @@ dependencies = [
1794
1840
 
1795
1841
  [[package]]
1796
1842
  name = "dircpy"
1797
- version = "0.3.15"
1843
+ version = "0.3.16"
1798
1844
  source = "registry+https://github.com/rust-lang/crates.io-index"
1799
- checksum = "8466f8d28ca6da4c9dfbbef6ad4bff6f2fdd5e412d821025b0d3f0a9d74a8c1e"
1845
+ checksum = "29259db751c34980bfc44100875890c507f585323453b91936960ab1104272ca"
1800
1846
  dependencies = [
1801
1847
  "jwalk",
1802
1848
  "log",
@@ -1832,7 +1878,7 @@ checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
1832
1878
  dependencies = [
1833
1879
  "proc-macro2",
1834
1880
  "quote",
1835
- "syn 2.0.51",
1881
+ "syn 2.0.58",
1836
1882
  ]
1837
1883
 
1838
1884
  [[package]]
@@ -1855,7 +1901,7 @@ checksum = "f2b99bf03862d7f545ebc28ddd33a665b50865f4dfd84031a393823879bd4c54"
1855
1901
  dependencies = [
1856
1902
  "proc-macro2",
1857
1903
  "quote",
1858
- "syn 2.0.51",
1904
+ "syn 2.0.58",
1859
1905
  ]
1860
1906
 
1861
1907
  [[package]]
@@ -1881,9 +1927,9 @@ dependencies = [
1881
1927
 
1882
1928
  [[package]]
1883
1929
  name = "dsa"
1884
- version = "0.6.1"
1930
+ version = "0.6.3"
1885
1931
  source = "registry+https://github.com/rust-lang/crates.io-index"
1886
- checksum = "b5638f6d17447bc0ffc46354949ee366847e83450e2a07895862942085cc9761"
1932
+ checksum = "48bc224a9084ad760195584ce5abb3c2c34a225fa312a128ad245a6b412b7689"
1887
1933
  dependencies = [
1888
1934
  "digest",
1889
1935
  "num-bigint-dig",
@@ -1897,10 +1943,11 @@ dependencies = [
1897
1943
 
1898
1944
  [[package]]
1899
1945
  name = "dssim"
1900
- version = "3.2.4"
1946
+ version = "3.3.1"
1901
1947
  source = "registry+https://github.com/rust-lang/crates.io-index"
1902
- checksum = "3ea54acfcd238d680c2c720a5eef56d210aaabc7582a48615602bcdf0c9a5894"
1948
+ checksum = "4ddc15a051da6e0d2611493ba1b5d56e3739d6d9df8a36ec2406c2b6f5145f33"
1903
1949
  dependencies = [
1950
+ "crossbeam-channel",
1904
1951
  "dssim-core",
1905
1952
  "getopts",
1906
1953
  "imgref",
@@ -1912,12 +1959,12 @@ dependencies = [
1912
1959
 
1913
1960
  [[package]]
1914
1961
  name = "dssim-core"
1915
- version = "3.2.7"
1962
+ version = "3.2.8"
1916
1963
  source = "registry+https://github.com/rust-lang/crates.io-index"
1917
- checksum = "1388544389475fcfd718b35a286af17cb215202af26bf2067d0e1024adbc3fe9"
1964
+ checksum = "fafad37c1f4f168243f3ac1b4cae0d358c528ac695670100337314e38d54b486"
1918
1965
  dependencies = [
1919
1966
  "imgref",
1920
- "itertools 0.11.0",
1967
+ "itertools 0.12.1",
1921
1968
  "rayon",
1922
1969
  "rgb",
1923
1970
  ]
@@ -1930,9 +1977,9 @@ checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
1930
1977
 
1931
1978
  [[package]]
1932
1979
  name = "dyn-clone"
1933
- version = "1.0.14"
1980
+ version = "1.0.17"
1934
1981
  source = "registry+https://github.com/rust-lang/crates.io-index"
1935
- checksum = "23d2f3407d9a573d666de4b5bdf10569d73ca9478087346697dcbae6244bfbcd"
1982
+ checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
1936
1983
 
1937
1984
  [[package]]
1938
1985
  name = "dynasm"
@@ -1971,9 +2018,9 @@ dependencies = [
1971
2018
 
1972
2019
  [[package]]
1973
2020
  name = "ecdsa"
1974
- version = "0.16.8"
2021
+ version = "0.16.9"
1975
2022
  source = "registry+https://github.com/rust-lang/crates.io-index"
1976
- checksum = "a4b1e0c257a9e9f25f90ff76d7a68360ed497ee519c8e428d1825ef0000799d4"
2023
+ checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
1977
2024
  dependencies = [
1978
2025
  "der",
1979
2026
  "digest",
@@ -1985,9 +2032,9 @@ dependencies = [
1985
2032
 
1986
2033
  [[package]]
1987
2034
  name = "either"
1988
- version = "1.9.0"
2035
+ version = "1.11.0"
1989
2036
  source = "registry+https://github.com/rust-lang/crates.io-index"
1990
- checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
2037
+ checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2"
1991
2038
 
1992
2039
  [[package]]
1993
2040
  name = "elliptic-curve"
@@ -2031,7 +2078,7 @@ version = "0.5.1"
2031
2078
  source = "registry+https://github.com/rust-lang/crates.io-index"
2032
2079
  checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116"
2033
2080
  dependencies = [
2034
- "heck",
2081
+ "heck 0.4.1",
2035
2082
  "proc-macro2",
2036
2083
  "quote",
2037
2084
  "syn 1.0.109",
@@ -2039,9 +2086,9 @@ dependencies = [
2039
2086
 
2040
2087
  [[package]]
2041
2088
  name = "env_logger"
2042
- version = "0.10.0"
2089
+ version = "0.10.2"
2043
2090
  source = "registry+https://github.com/rust-lang/crates.io-index"
2044
- checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
2091
+ checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
2045
2092
  dependencies = [
2046
2093
  "humantime",
2047
2094
  "is-terminal",
@@ -2069,12 +2116,12 @@ dependencies = [
2069
2116
 
2070
2117
  [[package]]
2071
2118
  name = "errno"
2072
- version = "0.3.5"
2119
+ version = "0.3.8"
2073
2120
  source = "registry+https://github.com/rust-lang/crates.io-index"
2074
- checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860"
2121
+ checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
2075
2122
  dependencies = [
2076
2123
  "libc",
2077
- "windows-sys 0.48.0",
2124
+ "windows-sys 0.52.0",
2078
2125
  ]
2079
2126
 
2080
2127
  [[package]]
@@ -2089,9 +2136,9 @@ dependencies = [
2089
2136
 
2090
2137
  [[package]]
2091
2138
  name = "error-code"
2092
- version = "3.1.0"
2139
+ version = "3.2.0"
2093
2140
  source = "registry+https://github.com/rust-lang/crates.io-index"
2094
- checksum = "26a147e1a6641a55d994b3e4e9fa4d9b180c8d652c09b363af8c9bf1b8e04139"
2141
+ checksum = "a0474425d51df81997e2f90a21591180b38eccf27292d755f3e30750225c175b"
2095
2142
 
2096
2143
  [[package]]
2097
2144
  name = "escape8259"
@@ -2123,11 +2170,20 @@ dependencies = [
2123
2170
  "hashbrown 0.13.2",
2124
2171
  ]
2125
2172
 
2173
+ [[package]]
2174
+ name = "faster-hex"
2175
+ version = "0.9.0"
2176
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2177
+ checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
2178
+ dependencies = [
2179
+ "serde",
2180
+ ]
2181
+
2126
2182
  [[package]]
2127
2183
  name = "fastrand"
2128
- version = "2.0.1"
2184
+ version = "2.0.2"
2129
2185
  source = "registry+https://github.com/rust-lang/crates.io-index"
2130
- checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
2186
+ checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984"
2131
2187
 
2132
2188
  [[package]]
2133
2189
  name = "fastwebsockets"
@@ -2161,9 +2217,9 @@ dependencies = [
2161
2217
 
2162
2218
  [[package]]
2163
2219
  name = "fdeflate"
2164
- version = "0.3.0"
2220
+ version = "0.3.4"
2165
2221
  source = "registry+https://github.com/rust-lang/crates.io-index"
2166
- checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10"
2222
+ checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
2167
2223
  dependencies = [
2168
2224
  "simd-adler32",
2169
2225
  ]
@@ -2180,20 +2236,20 @@ dependencies = [
2180
2236
 
2181
2237
  [[package]]
2182
2238
  name = "fiat-crypto"
2183
- version = "0.2.1"
2239
+ version = "0.2.7"
2184
2240
  source = "registry+https://github.com/rust-lang/crates.io-index"
2185
- checksum = "d0870c84016d4b481be5c9f323c24f65e31e901ae618f0e80f4308fb00de1d2d"
2241
+ checksum = "c007b1ae3abe1cb6f85a16305acd418b7ca6343b953633fee2b76d8f108b830f"
2186
2242
 
2187
2243
  [[package]]
2188
2244
  name = "filetime"
2189
- version = "0.2.22"
2245
+ version = "0.2.23"
2190
2246
  source = "registry+https://github.com/rust-lang/crates.io-index"
2191
- checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
2247
+ checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
2192
2248
  dependencies = [
2193
2249
  "cfg-if",
2194
2250
  "libc",
2195
- "redox_syscall 0.3.5",
2196
- "windows-sys 0.48.0",
2251
+ "redox_syscall 0.4.1",
2252
+ "windows-sys 0.52.0",
2197
2253
  ]
2198
2254
 
2199
2255
  [[package]]
@@ -2204,9 +2260,9 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
2204
2260
 
2205
2261
  [[package]]
2206
2262
  name = "flate2"
2207
- version = "1.0.27"
2263
+ version = "1.0.28"
2208
2264
  source = "registry+https://github.com/rust-lang/crates.io-index"
2209
- checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
2265
+ checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
2210
2266
  dependencies = [
2211
2267
  "crc32fast",
2212
2268
  "miniz_oxide",
@@ -2229,11 +2285,11 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2229
2285
 
2230
2286
  [[package]]
2231
2287
  name = "fontconfig-parser"
2232
- version = "0.5.3"
2288
+ version = "0.5.6"
2233
2289
  source = "registry+https://github.com/rust-lang/crates.io-index"
2234
- checksum = "674e258f4b5d2dcd63888c01c68413c51f565e8af99d2f7701c7b81d79ef41c4"
2290
+ checksum = "6a595cb550439a117696039dfc69830492058211b771a2a165379f2a1a53d84d"
2235
2291
  dependencies = [
2236
- "roxmltree",
2292
+ "roxmltree 0.19.0",
2237
2293
  ]
2238
2294
 
2239
2295
  [[package]]
@@ -2277,7 +2333,7 @@ checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
2277
2333
  dependencies = [
2278
2334
  "proc-macro2",
2279
2335
  "quote",
2280
- "syn 2.0.51",
2336
+ "syn 2.0.58",
2281
2337
  ]
2282
2338
 
2283
2339
  [[package]]
@@ -2294,13 +2350,19 @@ checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
2294
2350
 
2295
2351
  [[package]]
2296
2352
  name = "form_urlencoded"
2297
- version = "1.2.0"
2353
+ version = "1.2.1"
2298
2354
  source = "registry+https://github.com/rust-lang/crates.io-index"
2299
- checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
2355
+ checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
2300
2356
  dependencies = [
2301
2357
  "percent-encoding",
2302
2358
  ]
2303
2359
 
2360
+ [[package]]
2361
+ name = "fqdn"
2362
+ version = "0.3.4"
2363
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2364
+ checksum = "1bf664d6b0598fea5600b85cddc79e60d4c1f262f42faf75c2d77dc2164c9a8b"
2365
+
2304
2366
  [[package]]
2305
2367
  name = "from_variant"
2306
2368
  version = "0.1.7"
@@ -2309,7 +2371,7 @@ checksum = "3a0b11eeb173ce52f84ebd943d42e58813a2ebb78a6a3ff0a243b71c5199cd7b"
2309
2371
  dependencies = [
2310
2372
  "proc-macro2",
2311
2373
  "swc_macros_common",
2312
- "syn 2.0.51",
2374
+ "syn 2.0.58",
2313
2375
  ]
2314
2376
 
2315
2377
  [[package]]
@@ -2344,9 +2406,9 @@ dependencies = [
2344
2406
 
2345
2407
  [[package]]
2346
2408
  name = "futures"
2347
- version = "0.3.28"
2409
+ version = "0.3.30"
2348
2410
  source = "registry+https://github.com/rust-lang/crates.io-index"
2349
- checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
2411
+ checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
2350
2412
  dependencies = [
2351
2413
  "futures-channel",
2352
2414
  "futures-core",
@@ -2359,9 +2421,9 @@ dependencies = [
2359
2421
 
2360
2422
  [[package]]
2361
2423
  name = "futures-channel"
2362
- version = "0.3.28"
2424
+ version = "0.3.30"
2363
2425
  source = "registry+https://github.com/rust-lang/crates.io-index"
2364
- checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
2426
+ checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
2365
2427
  dependencies = [
2366
2428
  "futures-core",
2367
2429
  "futures-sink",
@@ -2369,15 +2431,15 @@ dependencies = [
2369
2431
 
2370
2432
  [[package]]
2371
2433
  name = "futures-core"
2372
- version = "0.3.28"
2434
+ version = "0.3.30"
2373
2435
  source = "registry+https://github.com/rust-lang/crates.io-index"
2374
- checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2436
+ checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2375
2437
 
2376
2438
  [[package]]
2377
2439
  name = "futures-executor"
2378
- version = "0.3.28"
2440
+ version = "0.3.30"
2379
2441
  source = "registry+https://github.com/rust-lang/crates.io-index"
2380
- checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
2442
+ checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
2381
2443
  dependencies = [
2382
2444
  "futures-core",
2383
2445
  "futures-task",
@@ -2386,44 +2448,44 @@ dependencies = [
2386
2448
 
2387
2449
  [[package]]
2388
2450
  name = "futures-io"
2389
- version = "0.3.28"
2451
+ version = "0.3.30"
2390
2452
  source = "registry+https://github.com/rust-lang/crates.io-index"
2391
- checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
2453
+ checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
2392
2454
 
2393
2455
  [[package]]
2394
2456
  name = "futures-macro"
2395
- version = "0.3.28"
2457
+ version = "0.3.30"
2396
2458
  source = "registry+https://github.com/rust-lang/crates.io-index"
2397
- checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
2459
+ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
2398
2460
  dependencies = [
2399
2461
  "proc-macro2",
2400
2462
  "quote",
2401
- "syn 2.0.51",
2463
+ "syn 2.0.58",
2402
2464
  ]
2403
2465
 
2404
2466
  [[package]]
2405
2467
  name = "futures-sink"
2406
- version = "0.3.28"
2468
+ version = "0.3.30"
2407
2469
  source = "registry+https://github.com/rust-lang/crates.io-index"
2408
- checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
2470
+ checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
2409
2471
 
2410
2472
  [[package]]
2411
2473
  name = "futures-task"
2412
- version = "0.3.28"
2474
+ version = "0.3.30"
2413
2475
  source = "registry+https://github.com/rust-lang/crates.io-index"
2414
- checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2476
+ checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
2415
2477
 
2416
2478
  [[package]]
2417
2479
  name = "futures-timer"
2418
- version = "3.0.2"
2480
+ version = "3.0.3"
2419
2481
  source = "registry+https://github.com/rust-lang/crates.io-index"
2420
- checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
2482
+ checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
2421
2483
 
2422
2484
  [[package]]
2423
2485
  name = "futures-util"
2424
- version = "0.3.28"
2486
+ version = "0.3.30"
2425
2487
  source = "registry+https://github.com/rust-lang/crates.io-index"
2426
- checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
2488
+ checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
2427
2489
  dependencies = [
2428
2490
  "futures-channel",
2429
2491
  "futures-core",
@@ -2469,9 +2531,9 @@ dependencies = [
2469
2531
 
2470
2532
  [[package]]
2471
2533
  name = "getrandom"
2472
- version = "0.2.10"
2534
+ version = "0.2.14"
2473
2535
  source = "registry+https://github.com/rust-lang/crates.io-index"
2474
- checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
2536
+ checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c"
2475
2537
  dependencies = [
2476
2538
  "cfg-if",
2477
2539
  "js-sys",
@@ -2482,9 +2544,9 @@ dependencies = [
2482
2544
 
2483
2545
  [[package]]
2484
2546
  name = "ghash"
2485
- version = "0.5.0"
2547
+ version = "0.5.1"
2486
2548
  source = "registry+https://github.com/rust-lang/crates.io-index"
2487
- checksum = "d930750de5717d2dd0b8c0d42c076c0e884c81a73e6cab859bbd2339c71e3e40"
2549
+ checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1"
2488
2550
  dependencies = [
2489
2551
  "opaque-debug",
2490
2552
  "polyval",
@@ -2500,11 +2562,21 @@ dependencies = [
2500
2562
  "weezl",
2501
2563
  ]
2502
2564
 
2565
+ [[package]]
2566
+ name = "gif"
2567
+ version = "0.13.1"
2568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2569
+ checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
2570
+ dependencies = [
2571
+ "color_quant",
2572
+ "weezl",
2573
+ ]
2574
+
2503
2575
  [[package]]
2504
2576
  name = "gimli"
2505
- version = "0.28.0"
2577
+ version = "0.28.1"
2506
2578
  source = "registry+https://github.com/rust-lang/crates.io-index"
2507
- checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
2579
+ checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
2508
2580
 
2509
2581
  [[package]]
2510
2582
  name = "gl_generator"
@@ -2550,7 +2622,7 @@ version = "0.6.0"
2550
2622
  source = "registry+https://github.com/rust-lang/crates.io-index"
2551
2623
  checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
2552
2624
  dependencies = [
2553
- "bitflags 2.4.0",
2625
+ "bitflags 2.5.0",
2554
2626
  "gpu-alloc-types",
2555
2627
  ]
2556
2628
 
@@ -2560,7 +2632,7 @@ version = "0.3.0"
2560
2632
  source = "registry+https://github.com/rust-lang/crates.io-index"
2561
2633
  checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
2562
2634
  dependencies = [
2563
- "bitflags 2.4.0",
2635
+ "bitflags 2.5.0",
2564
2636
  ]
2565
2637
 
2566
2638
  [[package]]
@@ -2583,9 +2655,9 @@ version = "0.2.4"
2583
2655
  source = "registry+https://github.com/rust-lang/crates.io-index"
2584
2656
  checksum = "cc11df1ace8e7e564511f53af41f3e42ddc95b56fd07b3f4445d2a6048bc682c"
2585
2657
  dependencies = [
2586
- "bitflags 2.4.0",
2658
+ "bitflags 2.5.0",
2587
2659
  "gpu-descriptor-types",
2588
- "hashbrown 0.14.1",
2660
+ "hashbrown 0.14.3",
2589
2661
  ]
2590
2662
 
2591
2663
  [[package]]
@@ -2594,7 +2666,7 @@ version = "0.1.2"
2594
2666
  source = "registry+https://github.com/rust-lang/crates.io-index"
2595
2667
  checksum = "6bf0b36e6f090b7e1d8a4b49c0cb81c1f8376f72198c65dd3ad9ff3556b8b78c"
2596
2668
  dependencies = [
2597
- "bitflags 2.4.0",
2669
+ "bitflags 2.5.0",
2598
2670
  ]
2599
2671
 
2600
2672
  [[package]]
@@ -2608,19 +2680,28 @@ dependencies = [
2608
2680
  "subtle",
2609
2681
  ]
2610
2682
 
2683
+ [[package]]
2684
+ name = "gzip-header"
2685
+ version = "1.0.0"
2686
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2687
+ checksum = "95cc527b92e6029a62960ad99aa8a6660faa4555fe5f731aab13aa6a921795a2"
2688
+ dependencies = [
2689
+ "crc32fast",
2690
+ ]
2691
+
2611
2692
  [[package]]
2612
2693
  name = "h2"
2613
- version = "0.3.21"
2694
+ version = "0.3.26"
2614
2695
  source = "registry+https://github.com/rust-lang/crates.io-index"
2615
- checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
2696
+ checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
2616
2697
  dependencies = [
2617
2698
  "bytes",
2618
2699
  "fnv",
2619
2700
  "futures-core",
2620
2701
  "futures-sink",
2621
2702
  "futures-util",
2622
- "http 0.2.9",
2623
- "indexmap 1.9.3",
2703
+ "http 0.2.12",
2704
+ "indexmap",
2624
2705
  "slab",
2625
2706
  "tokio",
2626
2707
  "tokio-util",
@@ -2629,17 +2710,17 @@ dependencies = [
2629
2710
 
2630
2711
  [[package]]
2631
2712
  name = "h2"
2632
- version = "0.4.2"
2713
+ version = "0.4.4"
2633
2714
  source = "registry+https://github.com/rust-lang/crates.io-index"
2634
- checksum = "31d030e59af851932b72ceebadf4a2b5986dba4c3b99dd2493f8273a0f151943"
2715
+ checksum = "816ec7294445779408f36fe57bc5b7fc1cf59664059096c65f905c1c61f58069"
2635
2716
  dependencies = [
2636
2717
  "bytes",
2637
2718
  "fnv",
2638
2719
  "futures-core",
2639
2720
  "futures-sink",
2640
2721
  "futures-util",
2641
- "http 1.0.0",
2642
- "indexmap 2.2.3",
2722
+ "http 1.1.0",
2723
+ "indexmap",
2643
2724
  "slab",
2644
2725
  "tokio",
2645
2726
  "tokio-util",
@@ -2648,20 +2729,14 @@ dependencies = [
2648
2729
 
2649
2730
  [[package]]
2650
2731
  name = "halfbrown"
2651
- version = "0.2.4"
2732
+ version = "0.2.5"
2652
2733
  source = "registry+https://github.com/rust-lang/crates.io-index"
2653
- checksum = "5681137554ddff44396e5f149892c769d45301dd9aa19c51602a89ee214cb0ec"
2734
+ checksum = "8588661a8607108a5ca69cab034063441a0413a0b041c13618a7dd348021ef6f"
2654
2735
  dependencies = [
2655
- "hashbrown 0.13.2",
2736
+ "hashbrown 0.14.3",
2656
2737
  "serde",
2657
2738
  ]
2658
2739
 
2659
- [[package]]
2660
- name = "hashbrown"
2661
- version = "0.12.3"
2662
- source = "registry+https://github.com/rust-lang/crates.io-index"
2663
- checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2664
-
2665
2740
  [[package]]
2666
2741
  name = "hashbrown"
2667
2742
  version = "0.13.2"
@@ -2673,9 +2748,9 @@ dependencies = [
2673
2748
 
2674
2749
  [[package]]
2675
2750
  name = "hashbrown"
2676
- version = "0.14.1"
2751
+ version = "0.14.3"
2677
2752
  source = "registry+https://github.com/rust-lang/crates.io-index"
2678
- checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12"
2753
+ checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
2679
2754
  dependencies = [
2680
2755
  "ahash",
2681
2756
  "allocator-api2",
@@ -2687,7 +2762,7 @@ version = "0.8.4"
2687
2762
  source = "registry+https://github.com/rust-lang/crates.io-index"
2688
2763
  checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
2689
2764
  dependencies = [
2690
- "hashbrown 0.14.1",
2765
+ "hashbrown 0.14.3",
2691
2766
  ]
2692
2767
 
2693
2768
  [[package]]
@@ -2696,11 +2771,17 @@ version = "0.4.1"
2696
2771
  source = "registry+https://github.com/rust-lang/crates.io-index"
2697
2772
  checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2698
2773
 
2774
+ [[package]]
2775
+ name = "heck"
2776
+ version = "0.5.0"
2777
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2778
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2779
+
2699
2780
  [[package]]
2700
2781
  name = "hermit-abi"
2701
- version = "0.3.3"
2782
+ version = "0.3.9"
2702
2783
  source = "registry+https://github.com/rust-lang/crates.io-index"
2703
- checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
2784
+ checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2704
2785
 
2705
2786
  [[package]]
2706
2787
  name = "hex"
@@ -2716,9 +2797,9 @@ checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
2716
2797
 
2717
2798
  [[package]]
2718
2799
  name = "hkdf"
2719
- version = "0.12.3"
2800
+ version = "0.12.4"
2720
2801
  source = "registry+https://github.com/rust-lang/crates.io-index"
2721
- checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
2802
+ checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
2722
2803
  dependencies = [
2723
2804
  "hmac",
2724
2805
  ]
@@ -2734,11 +2815,11 @@ dependencies = [
2734
2815
 
2735
2816
  [[package]]
2736
2817
  name = "home"
2737
- version = "0.5.5"
2818
+ version = "0.5.9"
2738
2819
  source = "registry+https://github.com/rust-lang/crates.io-index"
2739
- checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
2820
+ checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
2740
2821
  dependencies = [
2741
- "windows-sys 0.48.0",
2822
+ "windows-sys 0.52.0",
2742
2823
  ]
2743
2824
 
2744
2825
  [[package]]
@@ -2754,22 +2835,23 @@ dependencies = [
2754
2835
 
2755
2836
  [[package]]
2756
2837
  name = "hstr"
2757
- version = "0.2.6"
2838
+ version = "0.2.10"
2758
2839
  source = "registry+https://github.com/rust-lang/crates.io-index"
2759
- checksum = "de90d3db62411eb62eddabe402d706ac4970f7ac8d088c05f11069cad9be9857"
2840
+ checksum = "96274be293b8877e61974a607105d09c84caebe9620b47774aa8a6b942042dd4"
2760
2841
  dependencies = [
2842
+ "hashbrown 0.14.3",
2761
2843
  "new_debug_unreachable",
2762
2844
  "once_cell",
2763
2845
  "phf",
2764
2846
  "rustc-hash",
2765
- "smallvec",
2847
+ "triomphe",
2766
2848
  ]
2767
2849
 
2768
2850
  [[package]]
2769
2851
  name = "http"
2770
- version = "0.2.9"
2852
+ version = "0.2.12"
2771
2853
  source = "registry+https://github.com/rust-lang/crates.io-index"
2772
- checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
2854
+ checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
2773
2855
  dependencies = [
2774
2856
  "bytes",
2775
2857
  "fnv",
@@ -2778,9 +2860,9 @@ dependencies = [
2778
2860
 
2779
2861
  [[package]]
2780
2862
  name = "http"
2781
- version = "1.0.0"
2863
+ version = "1.1.0"
2782
2864
  source = "registry+https://github.com/rust-lang/crates.io-index"
2783
- checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea"
2865
+ checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
2784
2866
  dependencies = [
2785
2867
  "bytes",
2786
2868
  "fnv",
@@ -2789,12 +2871,12 @@ dependencies = [
2789
2871
 
2790
2872
  [[package]]
2791
2873
  name = "http-body"
2792
- version = "0.4.5"
2874
+ version = "0.4.6"
2793
2875
  source = "registry+https://github.com/rust-lang/crates.io-index"
2794
- checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
2876
+ checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
2795
2877
  dependencies = [
2796
2878
  "bytes",
2797
- "http 0.2.9",
2879
+ "http 0.2.12",
2798
2880
  "pin-project-lite",
2799
2881
  ]
2800
2882
 
@@ -2805,18 +2887,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2805
2887
  checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
2806
2888
  dependencies = [
2807
2889
  "bytes",
2808
- "http 1.0.0",
2890
+ "http 1.1.0",
2809
2891
  ]
2810
2892
 
2811
2893
  [[package]]
2812
2894
  name = "http-body-util"
2813
- version = "0.1.0"
2895
+ version = "0.1.1"
2814
2896
  source = "registry+https://github.com/rust-lang/crates.io-index"
2815
- checksum = "41cb79eb393015dadd30fc252023adb0b2400a0caee0fa2a077e6e21a551e840"
2897
+ checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d"
2816
2898
  dependencies = [
2817
2899
  "bytes",
2818
- "futures-util",
2819
- "http 1.0.0",
2900
+ "futures-core",
2901
+ "http 1.1.0",
2820
2902
  "http-body 1.0.0",
2821
2903
  "pin-project-lite",
2822
2904
  ]
@@ -2841,22 +2923,22 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2841
2923
 
2842
2924
  [[package]]
2843
2925
  name = "hyper"
2844
- version = "0.14.27"
2926
+ version = "0.14.28"
2845
2927
  source = "registry+https://github.com/rust-lang/crates.io-index"
2846
- checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
2928
+ checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
2847
2929
  dependencies = [
2848
2930
  "bytes",
2849
2931
  "futures-channel",
2850
2932
  "futures-core",
2851
2933
  "futures-util",
2852
- "h2 0.3.21",
2853
- "http 0.2.9",
2854
- "http-body 0.4.5",
2934
+ "h2 0.3.26",
2935
+ "http 0.2.12",
2936
+ "http-body 0.4.6",
2855
2937
  "httparse",
2856
2938
  "httpdate",
2857
2939
  "itoa",
2858
2940
  "pin-project-lite",
2859
- "socket2 0.4.9",
2941
+ "socket2",
2860
2942
  "tokio",
2861
2943
  "tower-service",
2862
2944
  "tracing",
@@ -2872,8 +2954,8 @@ dependencies = [
2872
2954
  "bytes",
2873
2955
  "futures-channel",
2874
2956
  "futures-util",
2875
- "h2 0.4.2",
2876
- "http 1.0.0",
2957
+ "h2 0.4.4",
2958
+ "http 1.1.0",
2877
2959
  "http-body 1.0.0",
2878
2960
  "httparse",
2879
2961
  "httpdate",
@@ -2885,13 +2967,13 @@ dependencies = [
2885
2967
 
2886
2968
  [[package]]
2887
2969
  name = "hyper-rustls"
2888
- version = "0.24.1"
2970
+ version = "0.24.2"
2889
2971
  source = "registry+https://github.com/rust-lang/crates.io-index"
2890
- checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97"
2972
+ checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
2891
2973
  dependencies = [
2892
2974
  "futures-util",
2893
- "http 0.2.9",
2894
- "hyper 0.14.27",
2975
+ "http 0.2.12",
2976
+ "hyper 0.14.28",
2895
2977
  "rustls",
2896
2978
  "tokio",
2897
2979
  "tokio-rustls",
@@ -2904,7 +2986,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2904
2986
  checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
2905
2987
  dependencies = [
2906
2988
  "bytes",
2907
- "hyper 0.14.27",
2989
+ "hyper 0.14.28",
2908
2990
  "native-tls",
2909
2991
  "tokio",
2910
2992
  "tokio-native-tls",
@@ -2919,11 +3001,11 @@ dependencies = [
2919
3001
  "bytes",
2920
3002
  "futures-channel",
2921
3003
  "futures-util",
2922
- "http 1.0.0",
3004
+ "http 1.1.0",
2923
3005
  "http-body 1.0.0",
2924
3006
  "hyper 1.1.0",
2925
3007
  "pin-project-lite",
2926
- "socket2 0.5.5",
3008
+ "socket2",
2927
3009
  "tokio",
2928
3010
  "tracing",
2929
3011
  ]
@@ -2951,9 +3033,9 @@ dependencies = [
2951
3033
 
2952
3034
  [[package]]
2953
3035
  name = "idna"
2954
- version = "0.4.0"
3036
+ version = "0.5.0"
2955
3037
  source = "registry+https://github.com/rust-lang/crates.io-index"
2956
- checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
3038
+ checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
2957
3039
  dependencies = [
2958
3040
  "unicode-bidi",
2959
3041
  "unicode-normalization",
@@ -2967,16 +3049,15 @@ checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
2967
3049
 
2968
3050
  [[package]]
2969
3051
  name = "image"
2970
- version = "0.24.7"
3052
+ version = "0.24.9"
2971
3053
  source = "registry+https://github.com/rust-lang/crates.io-index"
2972
- checksum = "6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711"
3054
+ checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d"
2973
3055
  dependencies = [
2974
3056
  "bytemuck",
2975
3057
  "byteorder",
2976
3058
  "color_quant",
2977
- "gif",
3059
+ "gif 0.13.1",
2978
3060
  "jpeg-decoder",
2979
- "num-rational",
2980
3061
  "num-traits",
2981
3062
  "png",
2982
3063
  ]
@@ -2989,17 +3070,17 @@ checksum = "029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284"
2989
3070
 
2990
3071
  [[package]]
2991
3072
  name = "imgref"
2992
- version = "1.9.4"
3073
+ version = "1.10.1"
2993
3074
  source = "registry+https://github.com/rust-lang/crates.io-index"
2994
- checksum = "b2cf49df1085dcfb171460e4592597b84abe50d900fb83efb6e41b20fefd6c2c"
3075
+ checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126"
2995
3076
 
2996
3077
  [[package]]
2997
3078
  name = "import_map"
2998
- version = "0.19.0"
3079
+ version = "0.19.1"
2999
3080
  source = "registry+https://github.com/rust-lang/crates.io-index"
3000
- checksum = "696717335b077e26921a60be7b7bdc15d1246074f1ac79d9e8560792535f7d07"
3081
+ checksum = "72395c7d41857a714b5ce1266685ef3c5ceb761ce601a99c44c072d72b41a1e3"
3001
3082
  dependencies = [
3002
- "indexmap 2.2.3",
3083
+ "indexmap",
3003
3084
  "log",
3004
3085
  "percent-encoding",
3005
3086
  "serde",
@@ -3009,30 +3090,20 @@ dependencies = [
3009
3090
 
3010
3091
  [[package]]
3011
3092
  name = "indexmap"
3012
- version = "1.9.3"
3013
- source = "registry+https://github.com/rust-lang/crates.io-index"
3014
- checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
3015
- dependencies = [
3016
- "autocfg",
3017
- "hashbrown 0.12.3",
3018
- ]
3019
-
3020
- [[package]]
3021
- name = "indexmap"
3022
- version = "2.2.3"
3093
+ version = "2.2.6"
3023
3094
  source = "registry+https://github.com/rust-lang/crates.io-index"
3024
- checksum = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177"
3095
+ checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
3025
3096
  dependencies = [
3026
3097
  "equivalent",
3027
- "hashbrown 0.14.1",
3098
+ "hashbrown 0.14.3",
3028
3099
  "serde",
3029
3100
  ]
3030
3101
 
3031
3102
  [[package]]
3032
3103
  name = "indoc"
3033
- version = "2.0.4"
3104
+ version = "2.0.5"
3034
3105
  source = "registry+https://github.com/rust-lang/crates.io-index"
3035
- checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8"
3106
+ checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
3036
3107
 
3037
3108
  [[package]]
3038
3109
  name = "inotify"
@@ -3079,7 +3150,7 @@ version = "0.3.2"
3079
3150
  source = "registry+https://github.com/rust-lang/crates.io-index"
3080
3151
  checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
3081
3152
  dependencies = [
3082
- "socket2 0.5.5",
3153
+ "socket2",
3083
3154
  "widestring",
3084
3155
  "windows-sys 0.48.0",
3085
3156
  "winreg",
@@ -3087,32 +3158,31 @@ dependencies = [
3087
3158
 
3088
3159
  [[package]]
3089
3160
  name = "ipnet"
3090
- version = "2.8.0"
3161
+ version = "2.9.0"
3091
3162
  source = "registry+https://github.com/rust-lang/crates.io-index"
3092
- checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
3163
+ checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
3093
3164
 
3094
3165
  [[package]]
3095
3166
  name = "is-macro"
3096
- version = "0.3.0"
3167
+ version = "0.3.5"
3097
3168
  source = "registry+https://github.com/rust-lang/crates.io-index"
3098
- checksum = "f4467ed1321b310c2625c5aa6c1b1ffc5de4d9e42668cf697a08fb033ee8265e"
3169
+ checksum = "59a85abdc13717906baccb5a1e435556ce0df215f242892f721dff62bf25288f"
3099
3170
  dependencies = [
3100
3171
  "Inflector",
3101
- "pmutil",
3102
3172
  "proc-macro2",
3103
3173
  "quote",
3104
- "syn 2.0.51",
3174
+ "syn 2.0.58",
3105
3175
  ]
3106
3176
 
3107
3177
  [[package]]
3108
3178
  name = "is-terminal"
3109
- version = "0.4.9"
3179
+ version = "0.4.12"
3110
3180
  source = "registry+https://github.com/rust-lang/crates.io-index"
3111
- checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
3181
+ checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
3112
3182
  dependencies = [
3113
3183
  "hermit-abi",
3114
- "rustix",
3115
- "windows-sys 0.48.0",
3184
+ "libc",
3185
+ "windows-sys 0.52.0",
3116
3186
  ]
3117
3187
 
3118
3188
  [[package]]
@@ -3135,46 +3205,56 @@ dependencies = [
3135
3205
 
3136
3206
  [[package]]
3137
3207
  name = "itertools"
3138
- version = "0.12.0"
3208
+ version = "0.12.1"
3139
3209
  source = "registry+https://github.com/rust-lang/crates.io-index"
3140
- checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0"
3210
+ checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
3141
3211
  dependencies = [
3142
3212
  "either",
3143
3213
  ]
3144
3214
 
3145
3215
  [[package]]
3146
3216
  name = "itoa"
3147
- version = "1.0.9"
3217
+ version = "1.0.11"
3148
3218
  source = "registry+https://github.com/rust-lang/crates.io-index"
3149
- checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
3219
+ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
3150
3220
 
3151
3221
  [[package]]
3152
3222
  name = "jobserver"
3153
- version = "0.1.27"
3223
+ version = "0.1.30"
3154
3224
  source = "registry+https://github.com/rust-lang/crates.io-index"
3155
- checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d"
3225
+ checksum = "685a7d121ee3f65ae4fddd72b25a04bb36b6af81bc0828f7d5434c0fe60fa3a2"
3156
3226
  dependencies = [
3157
3227
  "libc",
3158
3228
  ]
3159
3229
 
3160
3230
  [[package]]
3161
3231
  name = "jpeg-decoder"
3162
- version = "0.3.0"
3232
+ version = "0.3.1"
3163
3233
  source = "registry+https://github.com/rust-lang/crates.io-index"
3164
- checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e"
3234
+ checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
3165
3235
  dependencies = [
3166
3236
  "rayon",
3167
3237
  ]
3168
3238
 
3169
3239
  [[package]]
3170
3240
  name = "js-sys"
3171
- version = "0.3.64"
3241
+ version = "0.3.69"
3172
3242
  source = "registry+https://github.com/rust-lang/crates.io-index"
3173
- checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
3243
+ checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
3174
3244
  dependencies = [
3175
3245
  "wasm-bindgen",
3176
3246
  ]
3177
3247
 
3248
+ [[package]]
3249
+ name = "junction"
3250
+ version = "0.2.0"
3251
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3252
+ checksum = "be39922b087cecaba4e2d5592dedfc8bda5d4a5a1231f143337cca207950b61d"
3253
+ dependencies = [
3254
+ "scopeguard",
3255
+ "winapi",
3256
+ ]
3257
+
3178
3258
  [[package]]
3179
3259
  name = "jwalk"
3180
3260
  version = "0.8.1"
@@ -3187,9 +3267,9 @@ dependencies = [
3187
3267
 
3188
3268
  [[package]]
3189
3269
  name = "k256"
3190
- version = "0.13.2"
3270
+ version = "0.13.3"
3191
3271
  source = "registry+https://github.com/rust-lang/crates.io-index"
3192
- checksum = "3f01b677d82ef7a676aa37e099defd83a28e15687112cafdd112d60236b6115b"
3272
+ checksum = "956ff9b67e26e1a6a866cb758f12c6f8746208489e3e4a4b5580802f2f0a587b"
3193
3273
  dependencies = [
3194
3274
  "cfg-if",
3195
3275
  "ecdsa",
@@ -3206,7 +3286,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3206
3286
  checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
3207
3287
  dependencies = [
3208
3288
  "libc",
3209
- "libloading 0.8.1",
3289
+ "libloading 0.8.3",
3210
3290
  "pkg-config",
3211
3291
  ]
3212
3292
 
@@ -3247,9 +3327,9 @@ dependencies = [
3247
3327
 
3248
3328
  [[package]]
3249
3329
  name = "lazy-regex"
3250
- version = "3.0.2"
3330
+ version = "3.1.0"
3251
3331
  source = "registry+https://github.com/rust-lang/crates.io-index"
3252
- checksum = "e723bd417b2df60a0f6a2b6825f297ea04b245d4ba52b5a22cb679bdf58b05fa"
3332
+ checksum = "5d12be4595afdf58bd19e4a9f4e24187da2a66700786ff660a418e9059937a4c"
3253
3333
  dependencies = [
3254
3334
  "lazy-regex-proc_macros",
3255
3335
  "once_cell",
@@ -3258,14 +3338,14 @@ dependencies = [
3258
3338
 
3259
3339
  [[package]]
3260
3340
  name = "lazy-regex-proc_macros"
3261
- version = "3.0.1"
3341
+ version = "3.1.0"
3262
3342
  source = "registry+https://github.com/rust-lang/crates.io-index"
3263
- checksum = "0f0a1d9139f0ee2e862e08a9c5d0ba0470f2aa21cd1e1aa1b1562f83116c725f"
3343
+ checksum = "44bcd58e6c97a7fcbaffcdc95728b393b8d98933bfadad49ed4097845b57ef0b"
3264
3344
  dependencies = [
3265
3345
  "proc-macro2",
3266
3346
  "quote",
3267
3347
  "regex",
3268
- "syn 2.0.51",
3348
+ "syn 2.0.58",
3269
3349
  ]
3270
3350
 
3271
3351
  [[package]]
@@ -3279,9 +3359,9 @@ dependencies = [
3279
3359
 
3280
3360
  [[package]]
3281
3361
  name = "lcms2"
3282
- version = "6.0.0"
3362
+ version = "6.1.0"
3283
3363
  source = "registry+https://github.com/rust-lang/crates.io-index"
3284
- checksum = "897a7716b253bb5c58ac17a1a74ddda694f57fcf1c8a65799087783592c71092"
3364
+ checksum = "680ec3fa42c36e0af9ca02f20a3742a82229c7f1ee0e6754294de46a80be6f74"
3285
3365
  dependencies = [
3286
3366
  "bytemuck",
3287
3367
  "foreign-types 0.5.0",
@@ -3290,9 +3370,9 @@ dependencies = [
3290
3370
 
3291
3371
  [[package]]
3292
3372
  name = "lcms2-sys"
3293
- version = "4.0.3"
3373
+ version = "4.0.5"
3294
3374
  source = "registry+https://github.com/rust-lang/crates.io-index"
3295
- checksum = "137dae56197ab9e66729ff73e2942e26f16f9ddcd14a53295c35f53dcd067b58"
3375
+ checksum = "593265f9a3172180024fb62580ee31348f31be924b19416da174ebb7fb623d2e"
3296
3376
  dependencies = [
3297
3377
  "cc",
3298
3378
  "dunce",
@@ -3366,9 +3446,9 @@ dependencies = [
3366
3446
 
3367
3447
  [[package]]
3368
3448
  name = "libc"
3369
- version = "0.2.149"
3449
+ version = "0.2.153"
3370
3450
  source = "registry+https://github.com/rust-lang/crates.io-index"
3371
- checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
3451
+ checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
3372
3452
 
3373
3453
  [[package]]
3374
3454
  name = "libffi"
@@ -3401,12 +3481,12 @@ dependencies = [
3401
3481
 
3402
3482
  [[package]]
3403
3483
  name = "libloading"
3404
- version = "0.8.1"
3484
+ version = "0.8.3"
3405
3485
  source = "registry+https://github.com/rust-lang/crates.io-index"
3406
- checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161"
3486
+ checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
3407
3487
  dependencies = [
3408
3488
  "cfg-if",
3409
- "windows-sys 0.48.0",
3489
+ "windows-targets 0.52.5",
3410
3490
  ]
3411
3491
 
3412
3492
  [[package]]
@@ -3415,6 +3495,16 @@ version = "0.2.8"
3415
3495
  source = "registry+https://github.com/rust-lang/crates.io-index"
3416
3496
  checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
3417
3497
 
3498
+ [[package]]
3499
+ name = "libredox"
3500
+ version = "0.1.3"
3501
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3502
+ checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
3503
+ dependencies = [
3504
+ "bitflags 2.5.0",
3505
+ "libc",
3506
+ ]
3507
+
3418
3508
  [[package]]
3419
3509
  name = "libsqlite3-sys"
3420
3510
  version = "0.26.0"
@@ -3428,9 +3518,9 @@ dependencies = [
3428
3518
 
3429
3519
  [[package]]
3430
3520
  name = "libz-sys"
3431
- version = "1.1.12"
3521
+ version = "1.1.16"
3432
3522
  source = "registry+https://github.com/rust-lang/crates.io-index"
3433
- checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"
3523
+ checksum = "5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9"
3434
3524
  dependencies = [
3435
3525
  "cc",
3436
3526
  "pkg-config",
@@ -3445,15 +3535,15 @@ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
3445
3535
 
3446
3536
  [[package]]
3447
3537
  name = "linux-raw-sys"
3448
- version = "0.4.10"
3538
+ version = "0.4.13"
3449
3539
  source = "registry+https://github.com/rust-lang/crates.io-index"
3450
- checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"
3540
+ checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
3451
3541
 
3452
3542
  [[package]]
3453
3543
  name = "load_image"
3454
- version = "3.1.2"
3544
+ version = "3.1.4"
3455
3545
  source = "registry+https://github.com/rust-lang/crates.io-index"
3456
- checksum = "4ce4ddf55fffd47e0764d74a58d0e80c32d93bfb149b0c707532e92c4f97d9d7"
3546
+ checksum = "20c73d7e075d05bdcc5ff4cf16b35b50b2be696b93c1be1b32201fb32c35a814"
3457
3547
  dependencies = [
3458
3548
  "bytemuck",
3459
3549
  "imgref",
@@ -3467,9 +3557,9 @@ dependencies = [
3467
3557
 
3468
3558
  [[package]]
3469
3559
  name = "lock_api"
3470
- version = "0.4.10"
3560
+ version = "0.4.11"
3471
3561
  source = "registry+https://github.com/rust-lang/crates.io-index"
3472
- checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
3562
+ checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
3473
3563
  dependencies = [
3474
3564
  "autocfg",
3475
3565
  "scopeguard",
@@ -3477,9 +3567,9 @@ dependencies = [
3477
3567
 
3478
3568
  [[package]]
3479
3569
  name = "lodepng"
3480
- version = "3.9.1"
3570
+ version = "3.10.1"
3481
3571
  source = "registry+https://github.com/rust-lang/crates.io-index"
3482
- checksum = "a3cdccd0cf57a5d456f0656ebcff72c2e19503287e1afbf3b84382812adc0606"
3572
+ checksum = "a42d298694b14401847de29abd44adf278b42e989e516deac7b72018400002d8"
3483
3573
  dependencies = [
3484
3574
  "crc32fast",
3485
3575
  "fallible_collections",
@@ -3551,9 +3641,9 @@ dependencies = [
3551
3641
 
3552
3642
  [[package]]
3553
3643
  name = "memchr"
3554
- version = "2.6.4"
3644
+ version = "2.7.2"
3555
3645
  source = "registry+https://github.com/rust-lang/crates.io-index"
3556
- checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
3646
+ checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
3557
3647
 
3558
3648
  [[package]]
3559
3649
  name = "memmap2"
@@ -3590,9 +3680,9 @@ dependencies = [
3590
3680
 
3591
3681
  [[package]]
3592
3682
  name = "memoffset"
3593
- version = "0.9.0"
3683
+ version = "0.9.1"
3594
3684
  source = "registry+https://github.com/rust-lang/crates.io-index"
3595
- checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
3685
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
3596
3686
  dependencies = [
3597
3687
  "autocfg",
3598
3688
  ]
@@ -3603,7 +3693,7 @@ version = "0.27.0"
3603
3693
  source = "registry+https://github.com/rust-lang/crates.io-index"
3604
3694
  checksum = "c43f73953f8cbe511f021b58f18c3ce1c3d1ae13fe953293e13345bf83217f25"
3605
3695
  dependencies = [
3606
- "bitflags 2.4.0",
3696
+ "bitflags 2.5.0",
3607
3697
  "block",
3608
3698
  "core-graphics-types",
3609
3699
  "foreign-types 0.5.0",
@@ -3626,9 +3716,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
3626
3716
 
3627
3717
  [[package]]
3628
3718
  name = "miniz_oxide"
3629
- version = "0.7.1"
3719
+ version = "0.7.2"
3630
3720
  source = "registry+https://github.com/rust-lang/crates.io-index"
3631
- checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
3721
+ checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
3632
3722
  dependencies = [
3633
3723
  "adler",
3634
3724
  "simd-adler32",
@@ -3636,9 +3726,9 @@ dependencies = [
3636
3726
 
3637
3727
  [[package]]
3638
3728
  name = "mio"
3639
- version = "0.8.9"
3729
+ version = "0.8.11"
3640
3730
  source = "registry+https://github.com/rust-lang/crates.io-index"
3641
- checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0"
3731
+ checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
3642
3732
  dependencies = [
3643
3733
  "libc",
3644
3734
  "log",
@@ -3665,10 +3755,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3665
3755
  checksum = "ae585df4b6514cf8842ac0f1ab4992edc975892704835b549cf818dc0191249e"
3666
3756
  dependencies = [
3667
3757
  "bit-set",
3668
- "bitflags 2.4.0",
3758
+ "bitflags 2.5.0",
3669
3759
  "codespan-reporting",
3670
3760
  "hexf-parse",
3671
- "indexmap 2.2.3",
3761
+ "indexmap",
3672
3762
  "log",
3673
3763
  "num-traits",
3674
3764
  "rustc-hash",
@@ -3709,9 +3799,9 @@ dependencies = [
3709
3799
 
3710
3800
  [[package]]
3711
3801
  name = "new_debug_unreachable"
3712
- version = "1.0.4"
3802
+ version = "1.0.6"
3713
3803
  source = "registry+https://github.com/rust-lang/crates.io-index"
3714
- checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
3804
+ checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
3715
3805
 
3716
3806
  [[package]]
3717
3807
  name = "nibble_vec"
@@ -3742,7 +3832,7 @@ version = "0.27.1"
3742
3832
  source = "registry+https://github.com/rust-lang/crates.io-index"
3743
3833
  checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
3744
3834
  dependencies = [
3745
- "bitflags 2.4.0",
3835
+ "bitflags 2.5.0",
3746
3836
  "cfg-if",
3747
3837
  "libc",
3748
3838
  ]
@@ -3802,9 +3892,9 @@ dependencies = [
3802
3892
 
3803
3893
  [[package]]
3804
3894
  name = "num"
3805
- version = "0.4.1"
3895
+ version = "0.4.2"
3806
3896
  source = "registry+https://github.com/rust-lang/crates.io-index"
3807
- checksum = "b05180d69e3da0e530ba2a1dae5110317e49e3b7f3d41be227dc5f92e49ee7af"
3897
+ checksum = "3135b08af27d103b0a51f2ae0f8632117b7b185ccf931445affa8df530576a41"
3808
3898
  dependencies = [
3809
3899
  "num-bigint",
3810
3900
  "num-complex",
@@ -3847,28 +3937,33 @@ dependencies = [
3847
3937
 
3848
3938
  [[package]]
3849
3939
  name = "num-complex"
3850
- version = "0.4.4"
3940
+ version = "0.4.5"
3851
3941
  source = "registry+https://github.com/rust-lang/crates.io-index"
3852
- checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214"
3942
+ checksum = "23c6602fda94a57c990fe0df199a035d83576b496aa29f4e634a8ac6004e68a6"
3853
3943
  dependencies = [
3854
3944
  "num-traits",
3855
3945
  ]
3856
3946
 
3947
+ [[package]]
3948
+ name = "num-conv"
3949
+ version = "0.1.0"
3950
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3951
+ checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
3952
+
3857
3953
  [[package]]
3858
3954
  name = "num-integer"
3859
- version = "0.1.45"
3955
+ version = "0.1.46"
3860
3956
  source = "registry+https://github.com/rust-lang/crates.io-index"
3861
- checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
3957
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
3862
3958
  dependencies = [
3863
- "autocfg",
3864
3959
  "num-traits",
3865
3960
  ]
3866
3961
 
3867
3962
  [[package]]
3868
3963
  name = "num-iter"
3869
- version = "0.1.43"
3964
+ version = "0.1.44"
3870
3965
  source = "registry+https://github.com/rust-lang/crates.io-index"
3871
- checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
3966
+ checksum = "d869c01cc0c455284163fd0092f1f93835385ccab5a98a0dcc497b2f8bf055a9"
3872
3967
  dependencies = [
3873
3968
  "autocfg",
3874
3969
  "num-integer",
@@ -3889,9 +3984,9 @@ dependencies = [
3889
3984
 
3890
3985
  [[package]]
3891
3986
  name = "num-traits"
3892
- version = "0.2.17"
3987
+ version = "0.2.18"
3893
3988
  source = "registry+https://github.com/rust-lang/crates.io-index"
3894
- checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
3989
+ checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
3895
3990
  dependencies = [
3896
3991
  "autocfg",
3897
3992
  "libm",
@@ -3928,9 +4023,9 @@ dependencies = [
3928
4023
 
3929
4024
  [[package]]
3930
4025
  name = "object"
3931
- version = "0.32.1"
4026
+ version = "0.32.2"
3932
4027
  source = "registry+https://github.com/rust-lang/crates.io-index"
3933
- checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
4028
+ checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
3934
4029
  dependencies = [
3935
4030
  "memchr",
3936
4031
  ]
@@ -3952,17 +4047,17 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
3952
4047
 
3953
4048
  [[package]]
3954
4049
  name = "opaque-debug"
3955
- version = "0.3.0"
4050
+ version = "0.3.1"
3956
4051
  source = "registry+https://github.com/rust-lang/crates.io-index"
3957
- checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
4052
+ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
3958
4053
 
3959
4054
  [[package]]
3960
4055
  name = "openssl"
3961
- version = "0.10.59"
4056
+ version = "0.10.64"
3962
4057
  source = "registry+https://github.com/rust-lang/crates.io-index"
3963
- checksum = "7a257ad03cd8fb16ad4172fedf8094451e1af1c4b70097636ef2eac9a5f0cc33"
4058
+ checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
3964
4059
  dependencies = [
3965
- "bitflags 2.4.0",
4060
+ "bitflags 2.5.0",
3966
4061
  "cfg-if",
3967
4062
  "foreign-types 0.3.2",
3968
4063
  "libc",
@@ -3979,7 +4074,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
3979
4074
  dependencies = [
3980
4075
  "proc-macro2",
3981
4076
  "quote",
3982
- "syn 2.0.51",
4077
+ "syn 2.0.58",
3983
4078
  ]
3984
4079
 
3985
4080
  [[package]]
@@ -3990,9 +4085,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
3990
4085
 
3991
4086
  [[package]]
3992
4087
  name = "openssl-sys"
3993
- version = "0.9.95"
4088
+ version = "0.9.102"
3994
4089
  source = "registry+https://github.com/rust-lang/crates.io-index"
3995
- checksum = "40a4130519a360279579c2053038317e40eff64d13fd3f004f9e1b72b8a6aaf9"
4090
+ checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
3996
4091
  dependencies = [
3997
4092
  "cc",
3998
4093
  "libc",
@@ -4025,6 +4120,12 @@ dependencies = [
4025
4120
  "windows-sys 0.52.0",
4026
4121
  ]
4027
4122
 
4123
+ [[package]]
4124
+ name = "outref"
4125
+ version = "0.1.0"
4126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4127
+ checksum = "7f222829ae9293e33a9f5e9f440c6760a3d450a64affe1846486b140db81c1f4"
4128
+
4028
4129
  [[package]]
4029
4130
  name = "outref"
4030
4131
  version = "0.5.1"
@@ -4099,7 +4200,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4099
4200
  checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
4100
4201
  dependencies = [
4101
4202
  "lock_api",
4102
- "parking_lot_core 0.9.8",
4203
+ "parking_lot_core 0.9.9",
4103
4204
  ]
4104
4205
 
4105
4206
  [[package]]
@@ -4118,13 +4219,13 @@ dependencies = [
4118
4219
 
4119
4220
  [[package]]
4120
4221
  name = "parking_lot_core"
4121
- version = "0.9.8"
4222
+ version = "0.9.9"
4122
4223
  source = "registry+https://github.com/rust-lang/crates.io-index"
4123
- checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
4224
+ checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
4124
4225
  dependencies = [
4125
4226
  "cfg-if",
4126
4227
  "libc",
4127
- "redox_syscall 0.3.5",
4228
+ "redox_syscall 0.4.1",
4128
4229
  "smallvec",
4129
4230
  "windows-targets 0.48.5",
4130
4231
  ]
@@ -4225,7 +4326,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4225
4326
  checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
4226
4327
  dependencies = [
4227
4328
  "fixedbitset",
4228
- "indexmap 2.2.3",
4329
+ "indexmap",
4229
4330
  ]
4230
4331
 
4231
4332
  [[package]]
@@ -4258,7 +4359,7 @@ dependencies = [
4258
4359
  "phf_shared",
4259
4360
  "proc-macro2",
4260
4361
  "quote",
4261
- "syn 2.0.51",
4362
+ "syn 2.0.58",
4262
4363
  ]
4263
4364
 
4264
4365
  [[package]]
@@ -4278,29 +4379,29 @@ checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
4278
4379
 
4279
4380
  [[package]]
4280
4381
  name = "pin-project"
4281
- version = "1.1.3"
4382
+ version = "1.1.5"
4282
4383
  source = "registry+https://github.com/rust-lang/crates.io-index"
4283
- checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
4384
+ checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
4284
4385
  dependencies = [
4285
4386
  "pin-project-internal",
4286
4387
  ]
4287
4388
 
4288
4389
  [[package]]
4289
4390
  name = "pin-project-internal"
4290
- version = "1.1.3"
4391
+ version = "1.1.5"
4291
4392
  source = "registry+https://github.com/rust-lang/crates.io-index"
4292
- checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
4393
+ checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
4293
4394
  dependencies = [
4294
4395
  "proc-macro2",
4295
4396
  "quote",
4296
- "syn 2.0.51",
4397
+ "syn 2.0.58",
4297
4398
  ]
4298
4399
 
4299
4400
  [[package]]
4300
4401
  name = "pin-project-lite"
4301
- version = "0.2.13"
4402
+ version = "0.2.14"
4302
4403
  source = "registry+https://github.com/rust-lang/crates.io-index"
4303
- checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
4404
+ checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
4304
4405
 
4305
4406
  [[package]]
4306
4407
  name = "pin-utils"
@@ -4331,15 +4432,15 @@ dependencies = [
4331
4432
 
4332
4433
  [[package]]
4333
4434
  name = "pkg-config"
4334
- version = "0.3.27"
4435
+ version = "0.3.30"
4335
4436
  source = "registry+https://github.com/rust-lang/crates.io-index"
4336
- checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
4437
+ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
4337
4438
 
4338
4439
  [[package]]
4339
4440
  name = "platforms"
4340
- version = "3.1.2"
4441
+ version = "3.4.0"
4341
4442
  source = "registry+https://github.com/rust-lang/crates.io-index"
4342
- checksum = "4503fa043bf02cee09a9582e9554b4c6403b2ef55e4612e96561d294419429f8"
4443
+ checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7"
4343
4444
 
4344
4445
  [[package]]
4345
4446
  name = "pmutil"
@@ -4349,14 +4450,14 @@ checksum = "52a40bc70c2c58040d2d8b167ba9a5ff59fc9dab7ad44771cfde3dcfde7a09c6"
4349
4450
  dependencies = [
4350
4451
  "proc-macro2",
4351
4452
  "quote",
4352
- "syn 2.0.51",
4453
+ "syn 2.0.58",
4353
4454
  ]
4354
4455
 
4355
4456
  [[package]]
4356
4457
  name = "png"
4357
- version = "0.17.10"
4458
+ version = "0.17.13"
4358
4459
  source = "registry+https://github.com/rust-lang/crates.io-index"
4359
- checksum = "dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64"
4460
+ checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
4360
4461
  dependencies = [
4361
4462
  "bitflags 1.3.2",
4362
4463
  "crc32fast",
@@ -4367,9 +4468,9 @@ dependencies = [
4367
4468
 
4368
4469
  [[package]]
4369
4470
  name = "polyval"
4370
- version = "0.6.1"
4471
+ version = "0.6.2"
4371
4472
  source = "registry+https://github.com/rust-lang/crates.io-index"
4372
- checksum = "d52cff9d1d4dee5fe6d03729099f4a310a41179e0a10dbf542039873f2e826fb"
4473
+ checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
4373
4474
  dependencies = [
4374
4475
  "cfg-if",
4375
4476
  "cpufeatures",
@@ -4377,6 +4478,18 @@ dependencies = [
4377
4478
  "universal-hash",
4378
4479
  ]
4379
4480
 
4481
+ [[package]]
4482
+ name = "portable-atomic"
4483
+ version = "1.6.0"
4484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4485
+ checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
4486
+
4487
+ [[package]]
4488
+ name = "powerfmt"
4489
+ version = "0.2.0"
4490
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4491
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
4492
+
4380
4493
  [[package]]
4381
4494
  name = "ppv-lite86"
4382
4495
  version = "0.2.17"
@@ -4385,14 +4498,13 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
4385
4498
 
4386
4499
  [[package]]
4387
4500
  name = "predicates"
4388
- version = "3.0.4"
4501
+ version = "3.1.0"
4389
4502
  source = "registry+https://github.com/rust-lang/crates.io-index"
4390
- checksum = "6dfc28575c2e3f19cb3c73b93af36460ae898d426eba6fc15b9bd2a5220758a0"
4503
+ checksum = "68b87bfd4605926cdfefc1c3b5f8fe560e3feca9d5552cf68c466d3d8236c7e8"
4391
4504
  dependencies = [
4392
4505
  "anstyle",
4393
4506
  "difflib",
4394
4507
  "float-cmp",
4395
- "itertools 0.11.0",
4396
4508
  "normalize-line-endings",
4397
4509
  "predicates-core",
4398
4510
  "regex",
@@ -4471,7 +4583,7 @@ checksum = "07c277e4e643ef00c1233393c673f655e3672cf7eb3ba08a00bdd0ea59139b5f"
4471
4583
  dependencies = [
4472
4584
  "proc-macro-rules-macros",
4473
4585
  "proc-macro2",
4474
- "syn 2.0.51",
4586
+ "syn 2.0.58",
4475
4587
  ]
4476
4588
 
4477
4589
  [[package]]
@@ -4483,14 +4595,14 @@ dependencies = [
4483
4595
  "once_cell",
4484
4596
  "proc-macro2",
4485
4597
  "quote",
4486
- "syn 2.0.51",
4598
+ "syn 2.0.58",
4487
4599
  ]
4488
4600
 
4489
4601
  [[package]]
4490
4602
  name = "proc-macro2"
4491
- version = "1.0.78"
4603
+ version = "1.0.80"
4492
4604
  source = "registry+https://github.com/rust-lang/crates.io-index"
4493
- checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
4605
+ checksum = "a56dea16b0a29e94408b9aa5e2940a4eedbd128a1ba20e8f7ae60fd3d465af0e"
4494
4606
  dependencies = [
4495
4607
  "unicode-ident",
4496
4608
  ]
@@ -4518,7 +4630,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4518
4630
  checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270"
4519
4631
  dependencies = [
4520
4632
  "bytes",
4521
- "heck",
4633
+ "heck 0.4.1",
4522
4634
  "itertools 0.10.5",
4523
4635
  "lazy_static",
4524
4636
  "log",
@@ -4566,16 +4678,17 @@ dependencies = [
4566
4678
 
4567
4679
  [[package]]
4568
4680
  name = "pyo3"
4569
- version = "0.20.0"
4681
+ version = "0.20.3"
4570
4682
  source = "registry+https://github.com/rust-lang/crates.io-index"
4571
- checksum = "04e8453b658fe480c3e70c8ed4e3d3ec33eb74988bd186561b0cc66b85c3bc4b"
4683
+ checksum = "53bdbb96d49157e65d45cc287af5f32ffadd5f4761438b527b055fb0d4bb8233"
4572
4684
  dependencies = [
4573
4685
  "anyhow",
4574
4686
  "cfg-if",
4575
4687
  "indoc",
4576
4688
  "libc",
4577
- "memoffset 0.9.0",
4689
+ "memoffset 0.9.1",
4578
4690
  "parking_lot 0.12.1",
4691
+ "portable-atomic",
4579
4692
  "pyo3-build-config",
4580
4693
  "pyo3-ffi",
4581
4694
  "pyo3-macros",
@@ -4584,9 +4697,9 @@ dependencies = [
4584
4697
 
4585
4698
  [[package]]
4586
4699
  name = "pyo3-build-config"
4587
- version = "0.20.0"
4700
+ version = "0.20.3"
4588
4701
  source = "registry+https://github.com/rust-lang/crates.io-index"
4589
- checksum = "a96fe70b176a89cff78f2fa7b3c930081e163d5379b4dcdf993e3ae29ca662e5"
4702
+ checksum = "deaa5745de3f5231ce10517a1f5dd97d53e5a2fd77aa6b5842292085831d48d7"
4590
4703
  dependencies = [
4591
4704
  "once_cell",
4592
4705
  "target-lexicon",
@@ -4594,9 +4707,9 @@ dependencies = [
4594
4707
 
4595
4708
  [[package]]
4596
4709
  name = "pyo3-ffi"
4597
- version = "0.20.0"
4710
+ version = "0.20.3"
4598
4711
  source = "registry+https://github.com/rust-lang/crates.io-index"
4599
- checksum = "214929900fd25e6604661ed9cf349727c8920d47deff196c4e28165a6ef2a96b"
4712
+ checksum = "62b42531d03e08d4ef1f6e85a2ed422eb678b8cd62b762e53891c05faf0d4afa"
4600
4713
  dependencies = [
4601
4714
  "libc",
4602
4715
  "pyo3-build-config",
@@ -4604,26 +4717,27 @@ dependencies = [
4604
4717
 
4605
4718
  [[package]]
4606
4719
  name = "pyo3-macros"
4607
- version = "0.20.0"
4720
+ version = "0.20.3"
4608
4721
  source = "registry+https://github.com/rust-lang/crates.io-index"
4609
- checksum = "dac53072f717aa1bfa4db832b39de8c875b7c7af4f4a6fe93cdbf9264cf8383b"
4722
+ checksum = "7305c720fa01b8055ec95e484a6eca7a83c841267f0dd5280f0c8b8551d2c158"
4610
4723
  dependencies = [
4611
4724
  "proc-macro2",
4612
4725
  "pyo3-macros-backend",
4613
4726
  "quote",
4614
- "syn 2.0.51",
4727
+ "syn 2.0.58",
4615
4728
  ]
4616
4729
 
4617
4730
  [[package]]
4618
4731
  name = "pyo3-macros-backend"
4619
- version = "0.20.0"
4732
+ version = "0.20.3"
4620
4733
  source = "registry+https://github.com/rust-lang/crates.io-index"
4621
- checksum = "7774b5a8282bd4f25f803b1f0d945120be959a36c72e08e7cd031c792fdfd424"
4734
+ checksum = "7c7e9b68bb9c3149c5b0cade5d07f953d6d125eb4337723c4ccdb665f1f96185"
4622
4735
  dependencies = [
4623
- "heck",
4736
+ "heck 0.4.1",
4624
4737
  "proc-macro2",
4738
+ "pyo3-build-config",
4625
4739
  "quote",
4626
- "syn 2.0.51",
4740
+ "syn 2.0.58",
4627
4741
  ]
4628
4742
 
4629
4743
  [[package]]
@@ -4650,9 +4764,9 @@ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
4650
4764
 
4651
4765
  [[package]]
4652
4766
  name = "quote"
4653
- version = "1.0.35"
4767
+ version = "1.0.36"
4654
4768
  source = "registry+https://github.com/rust-lang/crates.io-index"
4655
- checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
4769
+ checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
4656
4770
  dependencies = [
4657
4771
  "proc-macro2",
4658
4772
  ]
@@ -4717,9 +4831,9 @@ checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
4717
4831
 
4718
4832
  [[package]]
4719
4833
  name = "rayon"
4720
- version = "1.8.0"
4834
+ version = "1.10.0"
4721
4835
  source = "registry+https://github.com/rust-lang/crates.io-index"
4722
- checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
4836
+ checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
4723
4837
  dependencies = [
4724
4838
  "either",
4725
4839
  "rayon-core",
@@ -4727,9 +4841,9 @@ dependencies = [
4727
4841
 
4728
4842
  [[package]]
4729
4843
  name = "rayon-core"
4730
- version = "1.12.0"
4844
+ version = "1.12.1"
4731
4845
  source = "registry+https://github.com/rust-lang/crates.io-index"
4732
- checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
4846
+ checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
4733
4847
  dependencies = [
4734
4848
  "crossbeam-deque",
4735
4849
  "crossbeam-utils",
@@ -4752,21 +4866,21 @@ dependencies = [
4752
4866
 
4753
4867
  [[package]]
4754
4868
  name = "redox_syscall"
4755
- version = "0.3.5"
4869
+ version = "0.4.1"
4756
4870
  source = "registry+https://github.com/rust-lang/crates.io-index"
4757
- checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
4871
+ checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
4758
4872
  dependencies = [
4759
4873
  "bitflags 1.3.2",
4760
4874
  ]
4761
4875
 
4762
4876
  [[package]]
4763
4877
  name = "redox_users"
4764
- version = "0.4.3"
4878
+ version = "0.4.5"
4765
4879
  source = "registry+https://github.com/rust-lang/crates.io-index"
4766
- checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
4880
+ checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
4767
4881
  dependencies = [
4768
4882
  "getrandom",
4769
- "redox_syscall 0.2.16",
4883
+ "libredox",
4770
4884
  "thiserror",
4771
4885
  ]
4772
4886
 
@@ -4787,14 +4901,14 @@ checksum = "5fddb4f8d99b0a2ebafc65a87a69a7b9875e4b1ae1f00db265d300ef7f28bccc"
4787
4901
  dependencies = [
4788
4902
  "proc-macro2",
4789
4903
  "quote",
4790
- "syn 2.0.51",
4904
+ "syn 2.0.58",
4791
4905
  ]
4792
4906
 
4793
4907
  [[package]]
4794
4908
  name = "regex"
4795
- version = "1.10.3"
4909
+ version = "1.10.4"
4796
4910
  source = "registry+https://github.com/rust-lang/crates.io-index"
4797
- checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
4911
+ checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
4798
4912
  dependencies = [
4799
4913
  "aho-corasick",
4800
4914
  "memchr",
@@ -4804,9 +4918,9 @@ dependencies = [
4804
4918
 
4805
4919
  [[package]]
4806
4920
  name = "regex-automata"
4807
- version = "0.4.5"
4921
+ version = "0.4.6"
4808
4922
  source = "registry+https://github.com/rust-lang/crates.io-index"
4809
- checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
4923
+ checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
4810
4924
  dependencies = [
4811
4925
  "aho-corasick",
4812
4926
  "memchr",
@@ -4815,15 +4929,15 @@ dependencies = [
4815
4929
 
4816
4930
  [[package]]
4817
4931
  name = "regex-syntax"
4818
- version = "0.8.2"
4932
+ version = "0.8.3"
4819
4933
  source = "registry+https://github.com/rust-lang/crates.io-index"
4820
- checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
4934
+ checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
4821
4935
 
4822
4936
  [[package]]
4823
4937
  name = "relative-path"
4824
- version = "1.9.0"
4938
+ version = "1.9.2"
4825
4939
  source = "registry+https://github.com/rust-lang/crates.io-index"
4826
- checksum = "c707298afce11da2efef2f600116fa93ffa7a032b5d7b628aa17711ec81383ca"
4940
+ checksum = "e898588f33fdd5b9420719948f9f2a32c922a246964576f71ba7f24f80610fbc"
4827
4941
 
4828
4942
  [[package]]
4829
4943
  name = "reqwest"
@@ -4837,10 +4951,10 @@ dependencies = [
4837
4951
  "encoding_rs",
4838
4952
  "futures-core",
4839
4953
  "futures-util",
4840
- "h2 0.3.21",
4841
- "http 0.2.9",
4842
- "http-body 0.4.5",
4843
- "hyper 0.14.27",
4954
+ "h2 0.3.26",
4955
+ "http 0.2.12",
4956
+ "http-body 0.4.6",
4957
+ "hyper 0.14.28",
4844
4958
  "hyper-rustls",
4845
4959
  "hyper-tls",
4846
4960
  "ipnet",
@@ -4887,7 +5001,7 @@ version = "0.36.0"
4887
5001
  source = "registry+https://github.com/rust-lang/crates.io-index"
4888
5002
  checksum = "cc7980f653f9a7db31acff916a262c3b78c562919263edea29bf41a056e20497"
4889
5003
  dependencies = [
4890
- "gif",
5004
+ "gif 0.12.0",
4891
5005
  "jpeg-decoder",
4892
5006
  "log",
4893
5007
  "pico-args",
@@ -4919,40 +5033,26 @@ dependencies = [
4919
5033
 
4920
5034
  [[package]]
4921
5035
  name = "rgb"
4922
- version = "0.8.36"
5036
+ version = "0.8.37"
4923
5037
  source = "registry+https://github.com/rust-lang/crates.io-index"
4924
- checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59"
5038
+ checksum = "05aaa8004b64fd573fc9d002f4e632d51ad4f026c2b5ba95fcb6c2f32c2c47d8"
4925
5039
  dependencies = [
4926
5040
  "bytemuck",
4927
5041
  ]
4928
5042
 
4929
5043
  [[package]]
4930
5044
  name = "ring"
4931
- version = "0.16.20"
5045
+ version = "0.17.8"
4932
5046
  source = "registry+https://github.com/rust-lang/crates.io-index"
4933
- checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
4934
- dependencies = [
4935
- "cc",
4936
- "libc",
4937
- "once_cell",
4938
- "spin 0.5.2",
4939
- "untrusted 0.7.1",
4940
- "web-sys",
4941
- "winapi",
4942
- ]
4943
-
4944
- [[package]]
4945
- name = "ring"
4946
- version = "0.17.6"
4947
- source = "registry+https://github.com/rust-lang/crates.io-index"
4948
- checksum = "684d5e6e18f669ccebf64a92236bb7db9a34f07be010e3627368182027180866"
5047
+ checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
4949
5048
  dependencies = [
4950
5049
  "cc",
5050
+ "cfg-if",
4951
5051
  "getrandom",
4952
5052
  "libc",
4953
5053
  "spin 0.9.8",
4954
- "untrusted 0.9.0",
4955
- "windows-sys 0.48.0",
5054
+ "untrusted",
5055
+ "windows-sys 0.52.0",
4956
5056
  ]
4957
5057
 
4958
5058
  [[package]]
@@ -4971,7 +5071,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4971
5071
  checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94"
4972
5072
  dependencies = [
4973
5073
  "base64",
4974
- "bitflags 2.4.0",
5074
+ "bitflags 2.5.0",
4975
5075
  "serde",
4976
5076
  "serde_derive",
4977
5077
  ]
@@ -4985,11 +5085,17 @@ dependencies = [
4985
5085
  "xmlparser",
4986
5086
  ]
4987
5087
 
5088
+ [[package]]
5089
+ name = "roxmltree"
5090
+ version = "0.19.0"
5091
+ source = "registry+https://github.com/rust-lang/crates.io-index"
5092
+ checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
5093
+
4988
5094
  [[package]]
4989
5095
  name = "rsa"
4990
- version = "0.9.5"
5096
+ version = "0.9.6"
4991
5097
  source = "registry+https://github.com/rust-lang/crates.io-index"
4992
- checksum = "af6c4b23d99685a1408194da11270ef8e9809aff951cc70ec9b17350b087e474"
5098
+ checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
4993
5099
  dependencies = [
4994
5100
  "const-oid",
4995
5101
  "digest",
@@ -5030,7 +5136,7 @@ dependencies = [
5030
5136
  "regex",
5031
5137
  "relative-path",
5032
5138
  "rustc_version 0.4.0",
5033
- "syn 2.0.51",
5139
+ "syn 2.0.58",
5034
5140
  "unicode-ident",
5035
5141
  ]
5036
5142
 
@@ -5040,7 +5146,7 @@ version = "0.29.0"
5040
5146
  source = "registry+https://github.com/rust-lang/crates.io-index"
5041
5147
  checksum = "549b9d036d571d42e6e85d1c1425e2ac83491075078ca9a15be021c56b1641f2"
5042
5148
  dependencies = [
5043
- "bitflags 2.4.0",
5149
+ "bitflags 2.5.0",
5044
5150
  "fallible-iterator",
5045
5151
  "fallible-streaming-iterator",
5046
5152
  "hashlink",
@@ -5075,7 +5181,7 @@ version = "0.4.0"
5075
5181
  source = "registry+https://github.com/rust-lang/crates.io-index"
5076
5182
  checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
5077
5183
  dependencies = [
5078
- "semver 1.0.20",
5184
+ "semver 1.0.22",
5079
5185
  ]
5080
5186
 
5081
5187
  [[package]]
@@ -5089,25 +5195,25 @@ dependencies = [
5089
5195
 
5090
5196
  [[package]]
5091
5197
  name = "rustix"
5092
- version = "0.38.18"
5198
+ version = "0.38.32"
5093
5199
  source = "registry+https://github.com/rust-lang/crates.io-index"
5094
- checksum = "5a74ee2d7c2581cd139b42447d7d9389b889bdaad3a73f1ebb16f2a3237bb19c"
5200
+ checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
5095
5201
  dependencies = [
5096
- "bitflags 2.4.0",
5097
- "errno 0.3.5",
5202
+ "bitflags 2.5.0",
5203
+ "errno 0.3.8",
5098
5204
  "libc",
5099
5205
  "linux-raw-sys",
5100
- "windows-sys 0.48.0",
5206
+ "windows-sys 0.52.0",
5101
5207
  ]
5102
5208
 
5103
5209
  [[package]]
5104
5210
  name = "rustls"
5105
- version = "0.21.9"
5211
+ version = "0.21.10"
5106
5212
  source = "registry+https://github.com/rust-lang/crates.io-index"
5107
- checksum = "629648aced5775d558af50b2b4c7b02983a04b312126d45eeead26e7caa498b9"
5213
+ checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba"
5108
5214
  dependencies = [
5109
5215
  "log",
5110
- "ring 0.17.6",
5216
+ "ring",
5111
5217
  "rustls-webpki",
5112
5218
  "sct",
5113
5219
  ]
@@ -5126,9 +5232,9 @@ dependencies = [
5126
5232
 
5127
5233
  [[package]]
5128
5234
  name = "rustls-pemfile"
5129
- version = "1.0.3"
5235
+ version = "1.0.4"
5130
5236
  source = "registry+https://github.com/rust-lang/crates.io-index"
5131
- checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
5237
+ checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
5132
5238
  dependencies = [
5133
5239
  "base64",
5134
5240
  ]
@@ -5141,7 +5247,7 @@ checksum = "ded7a36e8ac05b8ada77a84c5ceec95361942ee9dedb60a82f93f788a791aae8"
5141
5247
  dependencies = [
5142
5248
  "futures",
5143
5249
  "rustls",
5144
- "socket2 0.5.5",
5250
+ "socket2",
5145
5251
  "tokio",
5146
5252
  ]
5147
5253
 
@@ -5151,15 +5257,15 @@ version = "0.101.7"
5151
5257
  source = "registry+https://github.com/rust-lang/crates.io-index"
5152
5258
  checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
5153
5259
  dependencies = [
5154
- "ring 0.17.6",
5155
- "untrusted 0.9.0",
5260
+ "ring",
5261
+ "untrusted",
5156
5262
  ]
5157
5263
 
5158
5264
  [[package]]
5159
5265
  name = "rustversion"
5160
- version = "1.0.14"
5266
+ version = "1.0.15"
5161
5267
  source = "registry+https://github.com/rust-lang/crates.io-index"
5162
- checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
5268
+ checksum = "80af6f9131f277a45a3fba6ce8e2258037bb0477a67e610d3c1fe046ab31de47"
5163
5269
 
5164
5270
  [[package]]
5165
5271
  name = "rustybuzz"
@@ -5183,7 +5289,7 @@ version = "13.0.0"
5183
5289
  source = "registry+https://github.com/rust-lang/crates.io-index"
5184
5290
  checksum = "02a2d683a4ac90aeef5b1013933f6d977bd37d51ff3f4dad829d4931a7e6be86"
5185
5291
  dependencies = [
5186
- "bitflags 2.4.0",
5292
+ "bitflags 2.5.0",
5187
5293
  "cfg-if",
5188
5294
  "clipboard-win",
5189
5295
  "fd-lock",
@@ -5201,15 +5307,15 @@ dependencies = [
5201
5307
 
5202
5308
  [[package]]
5203
5309
  name = "ryu"
5204
- version = "1.0.15"
5310
+ version = "1.0.17"
5205
5311
  source = "registry+https://github.com/rust-lang/crates.io-index"
5206
- checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
5312
+ checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
5207
5313
 
5208
5314
  [[package]]
5209
5315
  name = "ryu-js"
5210
- version = "1.0.0"
5316
+ version = "1.0.1"
5211
5317
  source = "registry+https://github.com/rust-lang/crates.io-index"
5212
- checksum = "4950d85bc52415f8432144c97c4791bd0c4f7954de32a7270ee9cccd3c22b12b"
5318
+ checksum = "ad97d4ce1560a5e27cec89519dc8300d1aa6035b099821261c651486a19e44d5"
5213
5319
 
5214
5320
  [[package]]
5215
5321
  name = "saffron"
@@ -5241,11 +5347,11 @@ dependencies = [
5241
5347
 
5242
5348
  [[package]]
5243
5349
  name = "schannel"
5244
- version = "0.1.22"
5350
+ version = "0.1.23"
5245
5351
  source = "registry+https://github.com/rust-lang/crates.io-index"
5246
- checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
5352
+ checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
5247
5353
  dependencies = [
5248
- "windows-sys 0.48.0",
5354
+ "windows-sys 0.52.0",
5249
5355
  ]
5250
5356
 
5251
5357
  [[package]]
@@ -5274,12 +5380,12 @@ dependencies = [
5274
5380
 
5275
5381
  [[package]]
5276
5382
  name = "sct"
5277
- version = "0.7.0"
5383
+ version = "0.7.1"
5278
5384
  source = "registry+https://github.com/rust-lang/crates.io-index"
5279
- checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
5385
+ checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
5280
5386
  dependencies = [
5281
- "ring 0.16.20",
5282
- "untrusted 0.7.1",
5387
+ "ring",
5388
+ "untrusted",
5283
5389
  ]
5284
5390
 
5285
5391
  [[package]]
@@ -5298,9 +5404,9 @@ dependencies = [
5298
5404
 
5299
5405
  [[package]]
5300
5406
  name = "security-framework"
5301
- version = "2.9.2"
5407
+ version = "2.10.0"
5302
5408
  source = "registry+https://github.com/rust-lang/crates.io-index"
5303
- checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
5409
+ checksum = "770452e37cad93e0a50d5abc3990d2bc351c36d0328f86cefec2f2fb206eaef6"
5304
5410
  dependencies = [
5305
5411
  "bitflags 1.3.2",
5306
5412
  "core-foundation",
@@ -5311,9 +5417,9 @@ dependencies = [
5311
5417
 
5312
5418
  [[package]]
5313
5419
  name = "security-framework-sys"
5314
- version = "2.9.1"
5420
+ version = "2.10.0"
5315
5421
  source = "registry+https://github.com/rust-lang/crates.io-index"
5316
- checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
5422
+ checksum = "41f3cc463c0ef97e11c3461a9d3787412d30e8e7eb907c79180c4a57bf7c04ef"
5317
5423
  dependencies = [
5318
5424
  "core-foundation-sys",
5319
5425
  "libc",
@@ -5330,9 +5436,9 @@ dependencies = [
5330
5436
 
5331
5437
  [[package]]
5332
5438
  name = "semver"
5333
- version = "1.0.20"
5439
+ version = "1.0.22"
5334
5440
  source = "registry+https://github.com/rust-lang/crates.io-index"
5335
- checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090"
5441
+ checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
5336
5442
 
5337
5443
  [[package]]
5338
5444
  name = "semver-parser"
@@ -5361,9 +5467,9 @@ dependencies = [
5361
5467
 
5362
5468
  [[package]]
5363
5469
  name = "serde_bytes"
5364
- version = "0.11.12"
5470
+ version = "0.11.14"
5365
5471
  source = "registry+https://github.com/rust-lang/crates.io-index"
5366
- checksum = "ab33ec92f677585af6d88c65593ae2375adde54efdbf16d597f2cbc7a6d368ff"
5472
+ checksum = "8b8497c313fd43ab992087548117643f6fcd935cbf36f176ffda0aacf9591734"
5367
5473
  dependencies = [
5368
5474
  "serde",
5369
5475
  ]
@@ -5376,16 +5482,16 @@ checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
5376
5482
  dependencies = [
5377
5483
  "proc-macro2",
5378
5484
  "quote",
5379
- "syn 2.0.51",
5485
+ "syn 2.0.58",
5380
5486
  ]
5381
5487
 
5382
5488
  [[package]]
5383
5489
  name = "serde_json"
5384
- version = "1.0.114"
5490
+ version = "1.0.115"
5385
5491
  source = "registry+https://github.com/rust-lang/crates.io-index"
5386
- checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
5492
+ checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"
5387
5493
  dependencies = [
5388
- "indexmap 2.2.3",
5494
+ "indexmap",
5389
5495
  "itoa",
5390
5496
  "ryu",
5391
5497
  "serde",
@@ -5405,12 +5511,11 @@ dependencies = [
5405
5511
 
5406
5512
  [[package]]
5407
5513
  name = "serde_v8"
5408
- version = "0.173.0"
5514
+ version = "0.181.0"
5409
5515
  source = "registry+https://github.com/rust-lang/crates.io-index"
5410
- checksum = "f1a4cbf3daa409a0affe0b6363364ff829fc3ef62c2a0f57c5e26f202f9845ef"
5516
+ checksum = "fd25bb66a20a1a405fb3733aaaf8a8a77a14fd55c8f5fd9db2a2e95bbd7eeab9"
5411
5517
  dependencies = [
5412
5518
  "bytes",
5413
- "derive_more",
5414
5519
  "num-bigint",
5415
5520
  "serde",
5416
5521
  "smallvec",
@@ -5460,6 +5565,16 @@ dependencies = [
5460
5565
  "dirs",
5461
5566
  ]
5462
5567
 
5568
+ [[package]]
5569
+ name = "signal-hook"
5570
+ version = "0.3.17"
5571
+ source = "registry+https://github.com/rust-lang/crates.io-index"
5572
+ checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
5573
+ dependencies = [
5574
+ "libc",
5575
+ "signal-hook-registry",
5576
+ ]
5577
+
5463
5578
  [[package]]
5464
5579
  name = "signal-hook-registry"
5465
5580
  version = "1.4.1"
@@ -5471,14 +5586,23 @@ dependencies = [
5471
5586
 
5472
5587
  [[package]]
5473
5588
  name = "signature"
5474
- version = "2.1.0"
5589
+ version = "2.2.0"
5475
5590
  source = "registry+https://github.com/rust-lang/crates.io-index"
5476
- checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"
5591
+ checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
5477
5592
  dependencies = [
5478
5593
  "digest",
5479
5594
  "rand_core",
5480
5595
  ]
5481
5596
 
5597
+ [[package]]
5598
+ name = "simd-abstraction"
5599
+ version = "0.7.1"
5600
+ source = "registry+https://github.com/rust-lang/crates.io-index"
5601
+ checksum = "9cadb29c57caadc51ff8346233b5cec1d240b68ce55cf1afc764818791876987"
5602
+ dependencies = [
5603
+ "outref 0.1.0",
5604
+ ]
5605
+
5482
5606
  [[package]]
5483
5607
  name = "simd-adler32"
5484
5608
  version = "0.3.7"
@@ -5487,9 +5611,9 @@ checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
5487
5611
 
5488
5612
  [[package]]
5489
5613
  name = "simd-json"
5490
- version = "0.13.8"
5614
+ version = "0.13.9"
5491
5615
  source = "registry+https://github.com/rust-lang/crates.io-index"
5492
- checksum = "2faf8f101b9bc484337a6a6b0409cf76c139f2fb70a9e3aee6b6774be7bfbf76"
5616
+ checksum = "b0b84c23a1066e1d650ebc99aa8fb9f8ed0ab96fd36e2e836173c92fc9fb29bc"
5493
5617
  dependencies = [
5494
5618
  "getrandom",
5495
5619
  "halfbrown",
@@ -5524,9 +5648,9 @@ checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
5524
5648
 
5525
5649
  [[package]]
5526
5650
  name = "siphasher"
5527
- version = "1.0.0"
5651
+ version = "1.0.1"
5528
5652
  source = "registry+https://github.com/rust-lang/crates.io-index"
5529
- checksum = "54ac45299ccbd390721be55b412d41931911f654fa99e2cb8bfb57184b2061fe"
5653
+ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
5530
5654
 
5531
5655
  [[package]]
5532
5656
  name = "slab"
@@ -5539,18 +5663,18 @@ dependencies = [
5539
5663
 
5540
5664
  [[package]]
5541
5665
  name = "slotmap"
5542
- version = "1.0.6"
5666
+ version = "1.0.7"
5543
5667
  source = "registry+https://github.com/rust-lang/crates.io-index"
5544
- checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
5668
+ checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
5545
5669
  dependencies = [
5546
5670
  "version_check",
5547
5671
  ]
5548
5672
 
5549
5673
  [[package]]
5550
5674
  name = "smallvec"
5551
- version = "1.11.1"
5675
+ version = "1.13.2"
5552
5676
  source = "registry+https://github.com/rust-lang/crates.io-index"
5553
- checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
5677
+ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
5554
5678
 
5555
5679
  [[package]]
5556
5680
  name = "smartstring"
@@ -5565,22 +5689,12 @@ dependencies = [
5565
5689
 
5566
5690
  [[package]]
5567
5691
  name = "socket2"
5568
- version = "0.4.9"
5569
- source = "registry+https://github.com/rust-lang/crates.io-index"
5570
- checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
5571
- dependencies = [
5572
- "libc",
5573
- "winapi",
5574
- ]
5575
-
5576
- [[package]]
5577
- name = "socket2"
5578
- version = "0.5.5"
5692
+ version = "0.5.6"
5579
5693
  source = "registry+https://github.com/rust-lang/crates.io-index"
5580
- checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
5694
+ checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871"
5581
5695
  dependencies = [
5582
5696
  "libc",
5583
- "windows-sys 0.48.0",
5697
+ "windows-sys 0.52.0",
5584
5698
  ]
5585
5699
 
5586
5700
  [[package]]
@@ -5601,17 +5715,18 @@ dependencies = [
5601
5715
 
5602
5716
  [[package]]
5603
5717
  name = "sourcemap"
5604
- version = "7.0.0"
5718
+ version = "7.1.1"
5605
5719
  source = "registry+https://github.com/rust-lang/crates.io-index"
5606
- checksum = "dbecc42a2b6131acc3bf9a25c9fe4161dba438eb52131bba83c5d781b5b70be3"
5720
+ checksum = "e7768edd06c02535e0d50653968f46e1e0d3aa54742190d35dd9466f59de9c71"
5607
5721
  dependencies = [
5722
+ "base64-simd 0.7.0",
5608
5723
  "data-encoding",
5609
5724
  "debugid",
5610
5725
  "if_chain",
5611
5726
  "rustc_version 0.2.3",
5612
5727
  "serde",
5613
5728
  "serde_json",
5614
- "unicode-id",
5729
+ "unicode-id-start",
5615
5730
  "url",
5616
5731
  ]
5617
5732
 
@@ -5639,14 +5754,20 @@ dependencies = [
5639
5754
 
5640
5755
  [[package]]
5641
5756
  name = "spki"
5642
- version = "0.7.2"
5757
+ version = "0.7.3"
5643
5758
  source = "registry+https://github.com/rust-lang/crates.io-index"
5644
- checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"
5759
+ checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
5645
5760
  dependencies = [
5646
5761
  "base64ct",
5647
5762
  "der",
5648
5763
  ]
5649
5764
 
5765
+ [[package]]
5766
+ name = "stable_deref_trait"
5767
+ version = "1.2.0"
5768
+ source = "registry+https://github.com/rust-lang/crates.io-index"
5769
+ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
5770
+
5650
5771
  [[package]]
5651
5772
  name = "stacker"
5652
5773
  version = "0.1.15"
@@ -5684,14 +5805,14 @@ dependencies = [
5684
5805
  "proc-macro2",
5685
5806
  "quote",
5686
5807
  "swc_macros_common",
5687
- "syn 2.0.51",
5808
+ "syn 2.0.58",
5688
5809
  ]
5689
5810
 
5690
5811
  [[package]]
5691
5812
  name = "strsim"
5692
- version = "0.10.0"
5813
+ version = "0.11.1"
5693
5814
  source = "registry+https://github.com/rust-lang/crates.io-index"
5694
- checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
5815
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
5695
5816
 
5696
5817
  [[package]]
5697
5818
  name = "strum"
@@ -5704,15 +5825,15 @@ dependencies = [
5704
5825
 
5705
5826
  [[package]]
5706
5827
  name = "strum_macros"
5707
- version = "0.25.2"
5828
+ version = "0.25.3"
5708
5829
  source = "registry+https://github.com/rust-lang/crates.io-index"
5709
- checksum = "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059"
5830
+ checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
5710
5831
  dependencies = [
5711
- "heck",
5832
+ "heck 0.4.1",
5712
5833
  "proc-macro2",
5713
5834
  "quote",
5714
5835
  "rustversion",
5715
- "syn 2.0.51",
5836
+ "syn 2.0.58",
5716
5837
  ]
5717
5838
 
5718
5839
  [[package]]
@@ -5770,7 +5891,7 @@ checksum = "21736fd17b258d4324f576e1d151d997fd5370a04b68dcb59f3e5050828de33f"
5770
5891
  dependencies = [
5771
5892
  "anyhow",
5772
5893
  "crc",
5773
- "indexmap 2.2.3",
5894
+ "indexmap",
5774
5895
  "is-macro",
5775
5896
  "once_cell",
5776
5897
  "parking_lot 0.12.1",
@@ -5794,9 +5915,9 @@ dependencies = [
5794
5915
 
5795
5916
  [[package]]
5796
5917
  name = "swc_cached"
5797
- version = "0.3.19"
5918
+ version = "0.3.20"
5798
5919
  source = "registry+https://github.com/rust-lang/crates.io-index"
5799
- checksum = "630c761c74ac8021490b78578cc2223aa4a568241e26505c27bf0e4fd4ad8ec2"
5920
+ checksum = "83406221c501860fce9c27444f44125eafe9e598b8b81be7563d7036784cd05c"
5800
5921
  dependencies = [
5801
5922
  "ahash",
5802
5923
  "anyhow",
@@ -5839,7 +5960,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
5839
5960
  checksum = "ce837c5eae1cb200a310940de989fd9b3d12ed62d7752bc69b39ef8aa775ec04"
5840
5961
  dependencies = [
5841
5962
  "anyhow",
5842
- "indexmap 2.2.3",
5963
+ "indexmap",
5843
5964
  "serde",
5844
5965
  "serde_json",
5845
5966
  "swc_cached",
@@ -5855,7 +5976,7 @@ dependencies = [
5855
5976
  "proc-macro2",
5856
5977
  "quote",
5857
5978
  "swc_macros_common",
5858
- "syn 2.0.51",
5979
+ "syn 2.0.58",
5859
5980
  ]
5860
5981
 
5861
5982
  [[package]]
@@ -5864,7 +5985,7 @@ version = "0.112.4"
5864
5985
  source = "registry+https://github.com/rust-lang/crates.io-index"
5865
5986
  checksum = "36226eb87bfd2f5620bde04f149a4b869ab34e78496d60cb0d8eb9da765d0732"
5866
5987
  dependencies = [
5867
- "bitflags 2.4.0",
5988
+ "bitflags 2.5.0",
5868
5989
  "is-macro",
5869
5990
  "num-bigint",
5870
5991
  "phf",
@@ -5904,7 +6025,7 @@ dependencies = [
5904
6025
  "proc-macro2",
5905
6026
  "quote",
5906
6027
  "swc_macros_common",
5907
- "syn 2.0.51",
6028
+ "syn 2.0.58",
5908
6029
  ]
5909
6030
 
5910
6031
  [[package]]
@@ -5950,8 +6071,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
5950
6071
  checksum = "66539401f619730b26d380a120b91b499f80cbdd9bb15d00aa73bc3a4d4cc394"
5951
6072
  dependencies = [
5952
6073
  "better_scoped_tls",
5953
- "bitflags 2.4.0",
5954
- "indexmap 2.2.3",
6074
+ "bitflags 2.5.0",
6075
+ "indexmap",
5955
6076
  "once_cell",
5956
6077
  "phf",
5957
6078
  "rustc-hash",
@@ -5989,7 +6110,7 @@ dependencies = [
5989
6110
  "proc-macro2",
5990
6111
  "quote",
5991
6112
  "swc_macros_common",
5992
- "syn 2.0.51",
6113
+ "syn 2.0.58",
5993
6114
  ]
5994
6115
 
5995
6116
  [[package]]
@@ -5999,7 +6120,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
5999
6120
  checksum = "17889816334ce9d05ab0c292f93514fdd863b8537a35852dda609ebe3f48071d"
6000
6121
  dependencies = [
6001
6122
  "dashmap",
6002
- "indexmap 2.2.3",
6123
+ "indexmap",
6003
6124
  "once_cell",
6004
6125
  "petgraph",
6005
6126
  "rustc-hash",
@@ -6044,7 +6165,7 @@ checksum = "f0ec75c1194365abe4d44d94e58f918ec853469ecd39733b381a089cfdcdee1a"
6044
6165
  dependencies = [
6045
6166
  "base64",
6046
6167
  "dashmap",
6047
- "indexmap 2.2.3",
6168
+ "indexmap",
6048
6169
  "once_cell",
6049
6170
  "serde",
6050
6171
  "sha-1",
@@ -6083,7 +6204,7 @@ version = "0.127.7"
6083
6204
  source = "registry+https://github.com/rust-lang/crates.io-index"
6084
6205
  checksum = "14482e455df85486d68a51533a31645d511e56df93a35cadf0eabbe7abe96b98"
6085
6206
  dependencies = [
6086
- "indexmap 2.2.3",
6207
+ "indexmap",
6087
6208
  "num_cpus",
6088
6209
  "once_cell",
6089
6210
  "rustc-hash",
@@ -6117,7 +6238,7 @@ checksum = "695a1d8b461033d32429b5befbf0ad4d7a2c4d6ba9cd5ba4e0645c615839e8e4"
6117
6238
  dependencies = [
6118
6239
  "proc-macro2",
6119
6240
  "quote",
6120
- "syn 2.0.51",
6241
+ "syn 2.0.58",
6121
6242
  ]
6122
6243
 
6123
6244
  [[package]]
@@ -6126,7 +6247,7 @@ version = "0.21.18"
6126
6247
  source = "registry+https://github.com/rust-lang/crates.io-index"
6127
6248
  checksum = "91bea847755eb7b131edb83c1a437d353e9d25cabd92ac27655420dd13c7267b"
6128
6249
  dependencies = [
6129
- "indexmap 2.2.3",
6250
+ "indexmap",
6130
6251
  "petgraph",
6131
6252
  "rustc-hash",
6132
6253
  "swc_common",
@@ -6153,7 +6274,7 @@ checksum = "50176cfc1cbc8bb22f41c6fe9d1ec53fbe057001219b5954961b8ad0f336fce9"
6153
6274
  dependencies = [
6154
6275
  "proc-macro2",
6155
6276
  "quote",
6156
- "syn 2.0.51",
6277
+ "syn 2.0.58",
6157
6278
  ]
6158
6279
 
6159
6280
  [[package]]
@@ -6177,7 +6298,7 @@ dependencies = [
6177
6298
  "proc-macro2",
6178
6299
  "quote",
6179
6300
  "swc_macros_common",
6180
- "syn 2.0.51",
6301
+ "syn 2.0.58",
6181
6302
  ]
6182
6303
 
6183
6304
  [[package]]
@@ -6193,9 +6314,9 @@ dependencies = [
6193
6314
 
6194
6315
  [[package]]
6195
6316
  name = "syn"
6196
- version = "2.0.51"
6317
+ version = "2.0.58"
6197
6318
  source = "registry+https://github.com/rust-lang/crates.io-index"
6198
- checksum = "6ab617d94515e94ae53b8406c628598680aa0c9587474ecbe58188f7b345d66c"
6319
+ checksum = "44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687"
6199
6320
  dependencies = [
6200
6321
  "proc-macro2",
6201
6322
  "quote",
@@ -6216,28 +6337,27 @@ dependencies = [
6216
6337
 
6217
6338
  [[package]]
6218
6339
  name = "target-lexicon"
6219
- version = "0.12.11"
6340
+ version = "0.12.14"
6220
6341
  source = "registry+https://github.com/rust-lang/crates.io-index"
6221
- checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"
6342
+ checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
6222
6343
 
6223
6344
  [[package]]
6224
6345
  name = "tempfile"
6225
- version = "3.8.0"
6346
+ version = "3.10.1"
6226
6347
  source = "registry+https://github.com/rust-lang/crates.io-index"
6227
- checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
6348
+ checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
6228
6349
  dependencies = [
6229
6350
  "cfg-if",
6230
6351
  "fastrand",
6231
- "redox_syscall 0.3.5",
6232
6352
  "rustix",
6233
- "windows-sys 0.48.0",
6353
+ "windows-sys 0.52.0",
6234
6354
  ]
6235
6355
 
6236
6356
  [[package]]
6237
6357
  name = "termcolor"
6238
- version = "1.3.0"
6358
+ version = "1.4.1"
6239
6359
  source = "registry+https://github.com/rust-lang/crates.io-index"
6240
- checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64"
6360
+ checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
6241
6361
  dependencies = [
6242
6362
  "winapi-util",
6243
6363
  ]
@@ -6259,32 +6379,34 @@ dependencies = [
6259
6379
 
6260
6380
  [[package]]
6261
6381
  name = "thiserror"
6262
- version = "1.0.49"
6382
+ version = "1.0.58"
6263
6383
  source = "registry+https://github.com/rust-lang/crates.io-index"
6264
- checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4"
6384
+ checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
6265
6385
  dependencies = [
6266
6386
  "thiserror-impl",
6267
6387
  ]
6268
6388
 
6269
6389
  [[package]]
6270
6390
  name = "thiserror-impl"
6271
- version = "1.0.49"
6391
+ version = "1.0.58"
6272
6392
  source = "registry+https://github.com/rust-lang/crates.io-index"
6273
- checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"
6393
+ checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
6274
6394
  dependencies = [
6275
6395
  "proc-macro2",
6276
6396
  "quote",
6277
- "syn 2.0.51",
6397
+ "syn 2.0.58",
6278
6398
  ]
6279
6399
 
6280
6400
  [[package]]
6281
6401
  name = "time"
6282
- version = "0.3.29"
6402
+ version = "0.3.36"
6283
6403
  source = "registry+https://github.com/rust-lang/crates.io-index"
6284
- checksum = "426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe"
6404
+ checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
6285
6405
  dependencies = [
6286
6406
  "deranged",
6287
6407
  "itoa",
6408
+ "num-conv",
6409
+ "powerfmt",
6288
6410
  "serde",
6289
6411
  "time-core",
6290
6412
  "time-macros",
@@ -6298,18 +6420,19 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
6298
6420
 
6299
6421
  [[package]]
6300
6422
  name = "time-macros"
6301
- version = "0.2.15"
6423
+ version = "0.2.18"
6302
6424
  source = "registry+https://github.com/rust-lang/crates.io-index"
6303
- checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"
6425
+ checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
6304
6426
  dependencies = [
6427
+ "num-conv",
6305
6428
  "time-core",
6306
6429
  ]
6307
6430
 
6308
6431
  [[package]]
6309
6432
  name = "tiny-skia"
6310
- version = "0.11.2"
6433
+ version = "0.11.4"
6311
6434
  source = "registry+https://github.com/rust-lang/crates.io-index"
6312
- checksum = "3b72a92a05db376db09fe6d50b7948d106011761c05a6a45e23e17ee9b556222"
6435
+ checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
6313
6436
  dependencies = [
6314
6437
  "arrayref",
6315
6438
  "arrayvec",
@@ -6322,9 +6445,9 @@ dependencies = [
6322
6445
 
6323
6446
  [[package]]
6324
6447
  name = "tiny-skia-path"
6325
- version = "0.11.2"
6448
+ version = "0.11.4"
6326
6449
  source = "registry+https://github.com/rust-lang/crates.io-index"
6327
- checksum = "6ac3865b9708fc7e1961a65c3a4fa55e984272f33092d3c859929f887fceb647"
6450
+ checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
6328
6451
  dependencies = [
6329
6452
  "arrayref",
6330
6453
  "bytemuck",
@@ -6348,9 +6471,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
6348
6471
 
6349
6472
  [[package]]
6350
6473
  name = "tokio"
6351
- version = "1.36.0"
6474
+ version = "1.37.0"
6352
6475
  source = "registry+https://github.com/rust-lang/crates.io-index"
6353
- checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"
6476
+ checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
6354
6477
  dependencies = [
6355
6478
  "backtrace",
6356
6479
  "bytes",
@@ -6360,7 +6483,7 @@ dependencies = [
6360
6483
  "parking_lot 0.12.1",
6361
6484
  "pin-project-lite",
6362
6485
  "signal-hook-registry",
6363
- "socket2 0.5.5",
6486
+ "socket2",
6364
6487
  "tokio-macros",
6365
6488
  "windows-sys 0.48.0",
6366
6489
  ]
@@ -6373,7 +6496,7 @@ checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
6373
6496
  dependencies = [
6374
6497
  "proc-macro2",
6375
6498
  "quote",
6376
- "syn 2.0.51",
6499
+ "syn 2.0.58",
6377
6500
  ]
6378
6501
 
6379
6502
  [[package]]
@@ -6422,9 +6545,9 @@ dependencies = [
6422
6545
 
6423
6546
  [[package]]
6424
6547
  name = "tokio-stream"
6425
- version = "0.1.14"
6548
+ version = "0.1.15"
6426
6549
  source = "registry+https://github.com/rust-lang/crates.io-index"
6427
- checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
6550
+ checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
6428
6551
  dependencies = [
6429
6552
  "futures-core",
6430
6553
  "pin-project-lite",
@@ -6433,9 +6556,9 @@ dependencies = [
6433
6556
 
6434
6557
  [[package]]
6435
6558
  name = "tokio-util"
6436
- version = "0.7.9"
6559
+ version = "0.7.10"
6437
6560
  source = "registry+https://github.com/rust-lang/crates.io-index"
6438
- checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
6561
+ checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
6439
6562
  dependencies = [
6440
6563
  "bytes",
6441
6564
  "futures-core",
@@ -6462,11 +6585,10 @@ checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
6462
6585
 
6463
6586
  [[package]]
6464
6587
  name = "tracing"
6465
- version = "0.1.37"
6588
+ version = "0.1.40"
6466
6589
  source = "registry+https://github.com/rust-lang/crates.io-index"
6467
- checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
6590
+ checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
6468
6591
  dependencies = [
6469
- "cfg-if",
6470
6592
  "pin-project-lite",
6471
6593
  "tracing-attributes",
6472
6594
  "tracing-core",
@@ -6474,24 +6596,34 @@ dependencies = [
6474
6596
 
6475
6597
  [[package]]
6476
6598
  name = "tracing-attributes"
6477
- version = "0.1.26"
6599
+ version = "0.1.27"
6478
6600
  source = "registry+https://github.com/rust-lang/crates.io-index"
6479
- checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
6601
+ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
6480
6602
  dependencies = [
6481
6603
  "proc-macro2",
6482
6604
  "quote",
6483
- "syn 2.0.51",
6605
+ "syn 2.0.58",
6484
6606
  ]
6485
6607
 
6486
6608
  [[package]]
6487
6609
  name = "tracing-core"
6488
- version = "0.1.31"
6610
+ version = "0.1.32"
6489
6611
  source = "registry+https://github.com/rust-lang/crates.io-index"
6490
- checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
6612
+ checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
6491
6613
  dependencies = [
6492
6614
  "once_cell",
6493
6615
  ]
6494
6616
 
6617
+ [[package]]
6618
+ name = "triomphe"
6619
+ version = "0.1.11"
6620
+ source = "registry+https://github.com/rust-lang/crates.io-index"
6621
+ checksum = "859eb650cfee7434994602c3a68b25d77ad9e68c8a6cd491616ef86661382eb3"
6622
+ dependencies = [
6623
+ "serde",
6624
+ "stable_deref_trait",
6625
+ ]
6626
+
6495
6627
  [[package]]
6496
6628
  name = "trust-dns-proto"
6497
6629
  version = "0.22.0"
@@ -6541,9 +6673,9 @@ dependencies = [
6541
6673
 
6542
6674
  [[package]]
6543
6675
  name = "try-lock"
6544
- version = "0.2.4"
6676
+ version = "0.2.5"
6545
6677
  source = "registry+https://github.com/rust-lang/crates.io-index"
6546
- checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
6678
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
6547
6679
 
6548
6680
  [[package]]
6549
6681
  name = "ttf-parser"
@@ -6623,9 +6755,9 @@ dependencies = [
6623
6755
 
6624
6756
  [[package]]
6625
6757
  name = "unicode-bidi"
6626
- version = "0.3.13"
6758
+ version = "0.3.15"
6627
6759
  source = "registry+https://github.com/rust-lang/crates.io-index"
6628
- checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
6760
+ checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
6629
6761
 
6630
6762
  [[package]]
6631
6763
  name = "unicode-bidi-mirroring"
@@ -6645,6 +6777,12 @@ version = "0.3.4"
6645
6777
  source = "registry+https://github.com/rust-lang/crates.io-index"
6646
6778
  checksum = "b1b6def86329695390197b82c1e244a54a131ceb66c996f2088a3876e2ae083f"
6647
6779
 
6780
+ [[package]]
6781
+ name = "unicode-id-start"
6782
+ version = "1.1.2"
6783
+ source = "registry+https://github.com/rust-lang/crates.io-index"
6784
+ checksum = "b8f73150333cb58412db36f2aca8f2875b013049705cc77b94ded70a1ab1f5da"
6785
+
6648
6786
  [[package]]
6649
6787
  name = "unicode-ident"
6650
6788
  version = "1.0.12"
@@ -6653,24 +6791,24 @@ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
6653
6791
 
6654
6792
  [[package]]
6655
6793
  name = "unicode-normalization"
6656
- version = "0.1.22"
6794
+ version = "0.1.23"
6657
6795
  source = "registry+https://github.com/rust-lang/crates.io-index"
6658
- checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
6796
+ checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
6659
6797
  dependencies = [
6660
6798
  "tinyvec",
6661
6799
  ]
6662
6800
 
6663
6801
  [[package]]
6664
6802
  name = "unicode-properties"
6665
- version = "0.1.0"
6803
+ version = "0.1.1"
6666
6804
  source = "registry+https://github.com/rust-lang/crates.io-index"
6667
- checksum = "c7f91c8b21fbbaa18853c3d0801c78f4fc94cdb976699bb03e832e75f7fd22f0"
6805
+ checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
6668
6806
 
6669
6807
  [[package]]
6670
6808
  name = "unicode-script"
6671
- version = "0.5.5"
6809
+ version = "0.5.6"
6672
6810
  source = "registry+https://github.com/rust-lang/crates.io-index"
6673
- checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
6811
+ checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd"
6674
6812
 
6675
6813
  [[package]]
6676
6814
  name = "unicode-segmentation"
@@ -6712,12 +6850,6 @@ dependencies = [
6712
6850
  "subtle",
6713
6851
  ]
6714
6852
 
6715
- [[package]]
6716
- name = "untrusted"
6717
- version = "0.7.1"
6718
- source = "registry+https://github.com/rust-lang/crates.io-index"
6719
- checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
6720
-
6721
6853
  [[package]]
6722
6854
  name = "untrusted"
6723
6855
  version = "0.9.0"
@@ -6726,12 +6858,12 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
6726
6858
 
6727
6859
  [[package]]
6728
6860
  name = "url"
6729
- version = "2.4.1"
6861
+ version = "2.5.0"
6730
6862
  source = "registry+https://github.com/rust-lang/crates.io-index"
6731
- checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
6863
+ checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
6732
6864
  dependencies = [
6733
6865
  "form_urlencoded",
6734
- "idna 0.4.0",
6866
+ "idna 0.5.0",
6735
6867
  "percent-encoding",
6736
6868
  "serde",
6737
6869
  ]
@@ -6775,7 +6907,7 @@ dependencies = [
6775
6907
  "imagesize",
6776
6908
  "kurbo",
6777
6909
  "log",
6778
- "roxmltree",
6910
+ "roxmltree 0.18.1",
6779
6911
  "simplecss",
6780
6912
  "siphasher 0.3.11",
6781
6913
  "svgtypes",
@@ -6824,9 +6956,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
6824
6956
 
6825
6957
  [[package]]
6826
6958
  name = "uuid"
6827
- version = "1.4.1"
6959
+ version = "1.8.0"
6828
6960
  source = "registry+https://github.com/rust-lang/crates.io-index"
6829
- checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
6961
+ checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
6830
6962
  dependencies = [
6831
6963
  "getrandom",
6832
6964
  "serde",
@@ -6834,12 +6966,15 @@ dependencies = [
6834
6966
 
6835
6967
  [[package]]
6836
6968
  name = "v8"
6837
- version = "0.83.2"
6969
+ version = "0.89.0"
6838
6970
  source = "registry+https://github.com/rust-lang/crates.io-index"
6839
- checksum = "9f6c8a960dd2eb74b22eda64f7e9f3d1688f82b80202828dc0425ebdeda826ef"
6971
+ checksum = "fe2197fbef82c98f7953d13568a961d4e1c663793b5caf3c74455a13918cdf33"
6840
6972
  dependencies = [
6841
- "bitflags 2.4.0",
6973
+ "bitflags 2.5.0",
6842
6974
  "fslock",
6975
+ "gzip-header",
6976
+ "home",
6977
+ "miniz_oxide",
6843
6978
  "once_cell",
6844
6979
  "which 5.0.0",
6845
6980
  ]
@@ -6870,7 +7005,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
6870
7005
 
6871
7006
  [[package]]
6872
7007
  name = "vl-convert"
6873
- version = "1.3.0"
7008
+ version = "1.4.0"
6874
7009
  dependencies = [
6875
7010
  "assert_cmd",
6876
7011
  "clap",
@@ -6887,13 +7022,13 @@ dependencies = [
6887
7022
 
6888
7023
  [[package]]
6889
7024
  name = "vl-convert-pdf"
6890
- version = "1.3.0"
7025
+ version = "1.4.0"
6891
7026
  dependencies = [
6892
7027
  "anyhow",
6893
- "itertools 0.12.0",
7028
+ "itertools 0.12.1",
6894
7029
  "miniz_oxide",
6895
7030
  "pdf-writer",
6896
- "siphasher 1.0.0",
7031
+ "siphasher 1.0.1",
6897
7032
  "subsetter",
6898
7033
  "svg2pdf",
6899
7034
  "ttf-parser 0.20.0",
@@ -6903,7 +7038,7 @@ dependencies = [
6903
7038
 
6904
7039
  [[package]]
6905
7040
  name = "vl-convert-python"
6906
- version = "1.3.0"
7041
+ version = "1.4.0"
6907
7042
  dependencies = [
6908
7043
  "futures",
6909
7044
  "lazy_static",
@@ -6915,7 +7050,7 @@ dependencies = [
6915
7050
 
6916
7051
  [[package]]
6917
7052
  name = "vl-convert-rs"
6918
- version = "1.3.0"
7053
+ version = "1.4.0"
6919
7054
  dependencies = [
6920
7055
  "deno_core",
6921
7056
  "deno_emit",
@@ -6926,7 +7061,6 @@ dependencies = [
6926
7061
  "fontdb",
6927
7062
  "futures",
6928
7063
  "futures-util",
6929
- "http 0.2.9",
6930
7064
  "image",
6931
7065
  "lazy_static",
6932
7066
  "log",
@@ -6947,12 +7081,12 @@ dependencies = [
6947
7081
 
6948
7082
  [[package]]
6949
7083
  name = "vl-convert-vendor"
6950
- version = "1.3.0"
7084
+ version = "1.4.0"
6951
7085
  dependencies = [
6952
7086
  "anyhow",
6953
7087
  "dircpy",
6954
7088
  "reqwest",
6955
- "semver 1.0.20",
7089
+ "semver 1.0.22",
6956
7090
  "serde_json",
6957
7091
  "tempfile",
6958
7092
  "zip-extract",
@@ -6996,9 +7130,9 @@ dependencies = [
6996
7130
 
6997
7131
  [[package]]
6998
7132
  name = "walkdir"
6999
- version = "2.4.0"
7133
+ version = "2.5.0"
7000
7134
  source = "registry+https://github.com/rust-lang/crates.io-index"
7001
- checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
7135
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
7002
7136
  dependencies = [
7003
7137
  "same-file",
7004
7138
  "winapi-util",
@@ -7019,11 +7153,17 @@ version = "0.11.0+wasi-snapshot-preview1"
7019
7153
  source = "registry+https://github.com/rust-lang/crates.io-index"
7020
7154
  checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
7021
7155
 
7156
+ [[package]]
7157
+ name = "wasite"
7158
+ version = "0.1.0"
7159
+ source = "registry+https://github.com/rust-lang/crates.io-index"
7160
+ checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
7161
+
7022
7162
  [[package]]
7023
7163
  name = "wasm-bindgen"
7024
- version = "0.2.87"
7164
+ version = "0.2.92"
7025
7165
  source = "registry+https://github.com/rust-lang/crates.io-index"
7026
- checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
7166
+ checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
7027
7167
  dependencies = [
7028
7168
  "cfg-if",
7029
7169
  "wasm-bindgen-macro",
@@ -7031,24 +7171,24 @@ dependencies = [
7031
7171
 
7032
7172
  [[package]]
7033
7173
  name = "wasm-bindgen-backend"
7034
- version = "0.2.87"
7174
+ version = "0.2.92"
7035
7175
  source = "registry+https://github.com/rust-lang/crates.io-index"
7036
- checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
7176
+ checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
7037
7177
  dependencies = [
7038
7178
  "bumpalo",
7039
7179
  "log",
7040
7180
  "once_cell",
7041
7181
  "proc-macro2",
7042
7182
  "quote",
7043
- "syn 2.0.51",
7183
+ "syn 2.0.58",
7044
7184
  "wasm-bindgen-shared",
7045
7185
  ]
7046
7186
 
7047
7187
  [[package]]
7048
7188
  name = "wasm-bindgen-futures"
7049
- version = "0.4.37"
7189
+ version = "0.4.42"
7050
7190
  source = "registry+https://github.com/rust-lang/crates.io-index"
7051
- checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
7191
+ checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
7052
7192
  dependencies = [
7053
7193
  "cfg-if",
7054
7194
  "js-sys",
@@ -7058,9 +7198,9 @@ dependencies = [
7058
7198
 
7059
7199
  [[package]]
7060
7200
  name = "wasm-bindgen-macro"
7061
- version = "0.2.87"
7201
+ version = "0.2.92"
7062
7202
  source = "registry+https://github.com/rust-lang/crates.io-index"
7063
- checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
7203
+ checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
7064
7204
  dependencies = [
7065
7205
  "quote",
7066
7206
  "wasm-bindgen-macro-support",
@@ -7068,22 +7208,22 @@ dependencies = [
7068
7208
 
7069
7209
  [[package]]
7070
7210
  name = "wasm-bindgen-macro-support"
7071
- version = "0.2.87"
7211
+ version = "0.2.92"
7072
7212
  source = "registry+https://github.com/rust-lang/crates.io-index"
7073
- checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
7213
+ checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
7074
7214
  dependencies = [
7075
7215
  "proc-macro2",
7076
7216
  "quote",
7077
- "syn 2.0.51",
7217
+ "syn 2.0.58",
7078
7218
  "wasm-bindgen-backend",
7079
7219
  "wasm-bindgen-shared",
7080
7220
  ]
7081
7221
 
7082
7222
  [[package]]
7083
7223
  name = "wasm-bindgen-shared"
7084
- version = "0.2.87"
7224
+ version = "0.2.92"
7085
7225
  source = "registry+https://github.com/rust-lang/crates.io-index"
7086
- checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
7226
+ checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
7087
7227
 
7088
7228
  [[package]]
7089
7229
  name = "wasm-streams"
@@ -7100,9 +7240,9 @@ dependencies = [
7100
7240
 
7101
7241
  [[package]]
7102
7242
  name = "web-sys"
7103
- version = "0.3.64"
7243
+ version = "0.3.69"
7104
7244
  source = "registry+https://github.com/rust-lang/crates.io-index"
7105
- checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
7245
+ checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
7106
7246
  dependencies = [
7107
7247
  "js-sys",
7108
7248
  "wasm-bindgen",
@@ -7110,15 +7250,15 @@ dependencies = [
7110
7250
 
7111
7251
  [[package]]
7112
7252
  name = "webpki-roots"
7113
- version = "0.25.2"
7253
+ version = "0.25.4"
7114
7254
  source = "registry+https://github.com/rust-lang/crates.io-index"
7115
- checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
7255
+ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
7116
7256
 
7117
7257
  [[package]]
7118
7258
  name = "weezl"
7119
- version = "0.1.7"
7259
+ version = "0.1.8"
7120
7260
  source = "registry+https://github.com/rust-lang/crates.io-index"
7121
- checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
7261
+ checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
7122
7262
 
7123
7263
  [[package]]
7124
7264
  name = "wgpu-core"
@@ -7128,7 +7268,7 @@ checksum = "ef91c1d62d1e9e81c79e600131a258edf75c9531cbdbde09c44a011a47312726"
7128
7268
  dependencies = [
7129
7269
  "arrayvec",
7130
7270
  "bit-vec",
7131
- "bitflags 2.4.0",
7271
+ "bitflags 2.5.0",
7132
7272
  "codespan-reporting",
7133
7273
  "log",
7134
7274
  "naga",
@@ -7155,7 +7295,7 @@ dependencies = [
7155
7295
  "arrayvec",
7156
7296
  "ash",
7157
7297
  "bit-set",
7158
- "bitflags 2.4.0",
7298
+ "bitflags 2.5.0",
7159
7299
  "block",
7160
7300
  "core-graphics-types",
7161
7301
  "d3d12",
@@ -7167,7 +7307,7 @@ dependencies = [
7167
7307
  "js-sys",
7168
7308
  "khronos-egl",
7169
7309
  "libc",
7170
- "libloading 0.7.4",
7310
+ "libloading 0.8.3",
7171
7311
  "log",
7172
7312
  "metal",
7173
7313
  "naga",
@@ -7192,7 +7332,7 @@ version = "0.18.0"
7192
7332
  source = "registry+https://github.com/rust-lang/crates.io-index"
7193
7333
  checksum = "0d5ed5f0edf0de351fe311c53304986315ce866f394a2e6df0c4b3c70774bcdd"
7194
7334
  dependencies = [
7195
- "bitflags 2.4.0",
7335
+ "bitflags 2.5.0",
7196
7336
  "js-sys",
7197
7337
  "serde",
7198
7338
  "web-sys",
@@ -7225,19 +7365,20 @@ dependencies = [
7225
7365
 
7226
7366
  [[package]]
7227
7367
  name = "whoami"
7228
- version = "1.4.1"
7368
+ version = "1.5.1"
7229
7369
  source = "registry+https://github.com/rust-lang/crates.io-index"
7230
- checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50"
7370
+ checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
7231
7371
  dependencies = [
7232
- "wasm-bindgen",
7372
+ "redox_syscall 0.4.1",
7373
+ "wasite",
7233
7374
  "web-sys",
7234
7375
  ]
7235
7376
 
7236
7377
  [[package]]
7237
7378
  name = "widestring"
7238
- version = "1.0.2"
7379
+ version = "1.1.0"
7239
7380
  source = "registry+https://github.com/rust-lang/crates.io-index"
7240
- checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8"
7381
+ checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311"
7241
7382
 
7242
7383
  [[package]]
7243
7384
  name = "winapi"
@@ -7304,7 +7445,7 @@ version = "0.52.0"
7304
7445
  source = "registry+https://github.com/rust-lang/crates.io-index"
7305
7446
  checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
7306
7447
  dependencies = [
7307
- "windows-targets 0.52.3",
7448
+ "windows-targets 0.52.5",
7308
7449
  ]
7309
7450
 
7310
7451
  [[package]]
@@ -7324,17 +7465,18 @@ dependencies = [
7324
7465
 
7325
7466
  [[package]]
7326
7467
  name = "windows-targets"
7327
- version = "0.52.3"
7468
+ version = "0.52.5"
7328
7469
  source = "registry+https://github.com/rust-lang/crates.io-index"
7329
- checksum = "d380ba1dc7187569a8a9e91ed34b8ccfc33123bbacb8c0aed2d1ad7f3ef2dc5f"
7470
+ checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
7330
7471
  dependencies = [
7331
- "windows_aarch64_gnullvm 0.52.3",
7332
- "windows_aarch64_msvc 0.52.3",
7333
- "windows_i686_gnu 0.52.3",
7334
- "windows_i686_msvc 0.52.3",
7335
- "windows_x86_64_gnu 0.52.3",
7336
- "windows_x86_64_gnullvm 0.52.3",
7337
- "windows_x86_64_msvc 0.52.3",
7472
+ "windows_aarch64_gnullvm 0.52.5",
7473
+ "windows_aarch64_msvc 0.52.5",
7474
+ "windows_i686_gnu 0.52.5",
7475
+ "windows_i686_gnullvm",
7476
+ "windows_i686_msvc 0.52.5",
7477
+ "windows_x86_64_gnu 0.52.5",
7478
+ "windows_x86_64_gnullvm 0.52.5",
7479
+ "windows_x86_64_msvc 0.52.5",
7338
7480
  ]
7339
7481
 
7340
7482
  [[package]]
@@ -7345,9 +7487,9 @@ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
7345
7487
 
7346
7488
  [[package]]
7347
7489
  name = "windows_aarch64_gnullvm"
7348
- version = "0.52.3"
7490
+ version = "0.52.5"
7349
7491
  source = "registry+https://github.com/rust-lang/crates.io-index"
7350
- checksum = "68e5dcfb9413f53afd9c8f86e56a7b4d86d9a2fa26090ea2dc9e40fba56c6ec6"
7492
+ checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
7351
7493
 
7352
7494
  [[package]]
7353
7495
  name = "windows_aarch64_msvc"
@@ -7357,9 +7499,9 @@ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
7357
7499
 
7358
7500
  [[package]]
7359
7501
  name = "windows_aarch64_msvc"
7360
- version = "0.52.3"
7502
+ version = "0.52.5"
7361
7503
  source = "registry+https://github.com/rust-lang/crates.io-index"
7362
- checksum = "8dab469ebbc45798319e69eebf92308e541ce46760b49b18c6b3fe5e8965b30f"
7504
+ checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
7363
7505
 
7364
7506
  [[package]]
7365
7507
  name = "windows_i686_gnu"
@@ -7369,9 +7511,15 @@ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
7369
7511
 
7370
7512
  [[package]]
7371
7513
  name = "windows_i686_gnu"
7372
- version = "0.52.3"
7514
+ version = "0.52.5"
7515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
7516
+ checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
7517
+
7518
+ [[package]]
7519
+ name = "windows_i686_gnullvm"
7520
+ version = "0.52.5"
7373
7521
  source = "registry+https://github.com/rust-lang/crates.io-index"
7374
- checksum = "2a4e9b6a7cac734a8b4138a4e1044eac3404d8326b6c0f939276560687a033fb"
7522
+ checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
7375
7523
 
7376
7524
  [[package]]
7377
7525
  name = "windows_i686_msvc"
@@ -7381,9 +7529,9 @@ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
7381
7529
 
7382
7530
  [[package]]
7383
7531
  name = "windows_i686_msvc"
7384
- version = "0.52.3"
7532
+ version = "0.52.5"
7385
7533
  source = "registry+https://github.com/rust-lang/crates.io-index"
7386
- checksum = "28b0ec9c422ca95ff34a78755cfa6ad4a51371da2a5ace67500cf7ca5f232c58"
7534
+ checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
7387
7535
 
7388
7536
  [[package]]
7389
7537
  name = "windows_x86_64_gnu"
@@ -7393,9 +7541,9 @@ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
7393
7541
 
7394
7542
  [[package]]
7395
7543
  name = "windows_x86_64_gnu"
7396
- version = "0.52.3"
7544
+ version = "0.52.5"
7397
7545
  source = "registry+https://github.com/rust-lang/crates.io-index"
7398
- checksum = "704131571ba93e89d7cd43482277d6632589b18ecf4468f591fbae0a8b101614"
7546
+ checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
7399
7547
 
7400
7548
  [[package]]
7401
7549
  name = "windows_x86_64_gnullvm"
@@ -7405,9 +7553,9 @@ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
7405
7553
 
7406
7554
  [[package]]
7407
7555
  name = "windows_x86_64_gnullvm"
7408
- version = "0.52.3"
7556
+ version = "0.52.5"
7409
7557
  source = "registry+https://github.com/rust-lang/crates.io-index"
7410
- checksum = "42079295511643151e98d61c38c0acc444e52dd42ab456f7ccfd5152e8ecf21c"
7558
+ checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
7411
7559
 
7412
7560
  [[package]]
7413
7561
  name = "windows_x86_64_msvc"
@@ -7417,9 +7565,9 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
7417
7565
 
7418
7566
  [[package]]
7419
7567
  name = "windows_x86_64_msvc"
7420
- version = "0.52.3"
7568
+ version = "0.52.5"
7421
7569
  source = "registry+https://github.com/rust-lang/crates.io-index"
7422
- checksum = "0770833d60a970638e989b3fa9fd2bb1aaadcf88963d1659fd7d9990196ed2d6"
7570
+ checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
7423
7571
 
7424
7572
  [[package]]
7425
7573
  name = "winreg"
@@ -7442,9 +7590,9 @@ dependencies = [
7442
7590
 
7443
7591
  [[package]]
7444
7592
  name = "x25519-dalek"
7445
- version = "2.0.0"
7593
+ version = "2.0.1"
7446
7594
  source = "registry+https://github.com/rust-lang/crates.io-index"
7447
- checksum = "fb66477291e7e8d2b0ff1bcb900bf29489a9692816d79874bea351e7a8b6de96"
7595
+ checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277"
7448
7596
  dependencies = [
7449
7597
  "curve25519-dalek",
7450
7598
  "rand_core",
@@ -7471,9 +7619,9 @@ dependencies = [
7471
7619
 
7472
7620
  [[package]]
7473
7621
  name = "xml-rs"
7474
- version = "0.8.19"
7622
+ version = "0.8.20"
7475
7623
  source = "registry+https://github.com/rust-lang/crates.io-index"
7476
- checksum = "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a"
7624
+ checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193"
7477
7625
 
7478
7626
  [[package]]
7479
7627
  name = "xmlparser"
@@ -7504,7 +7652,7 @@ checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
7504
7652
  dependencies = [
7505
7653
  "proc-macro2",
7506
7654
  "quote",
7507
- "syn 2.0.51",
7655
+ "syn 2.0.58",
7508
7656
  ]
7509
7657
 
7510
7658
  [[package]]
@@ -7524,7 +7672,7 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
7524
7672
  dependencies = [
7525
7673
  "proc-macro2",
7526
7674
  "quote",
7527
- "syn 2.0.51",
7675
+ "syn 2.0.58",
7528
7676
  ]
7529
7677
 
7530
7678
  [[package]]
@@ -7543,15 +7691,14 @@ dependencies = [
7543
7691
  "hmac",
7544
7692
  "pbkdf2 0.11.0",
7545
7693
  "sha1",
7546
- "time",
7547
7694
  "zstd",
7548
7695
  ]
7549
7696
 
7550
7697
  [[package]]
7551
7698
  name = "zip-extract"
7552
- version = "0.1.2"
7699
+ version = "0.1.3"
7553
7700
  source = "registry+https://github.com/rust-lang/crates.io-index"
7554
- checksum = "bb654964c003959ed64cbd0d7b329bcdcbd9690facd50c8617748d3622543972"
7701
+ checksum = "e109e5a291403b4c1e514d39f8a22d3f98d257e691a52bb1f16051bb1ffed63e"
7555
7702
  dependencies = [
7556
7703
  "log",
7557
7704
  "thiserror",
@@ -7579,9 +7726,9 @@ dependencies = [
7579
7726
 
7580
7727
  [[package]]
7581
7728
  name = "zstd-sys"
7582
- version = "2.0.9+zstd.1.5.5"
7729
+ version = "2.0.10+zstd.1.5.6"
7583
7730
  source = "registry+https://github.com/rust-lang/crates.io-index"
7584
- checksum = "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656"
7731
+ checksum = "c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa"
7585
7732
  dependencies = [
7586
7733
  "cc",
7587
7734
  "pkg-config",