vega / vl-convert

Utilities for converting Vega-Lite specs from the command line and Python
BSD 3-Clause "New" or "Revised" License
89 stars 9 forks source link

Update deno to 1.36.1, tokio to 1.28.1, and testing fixes #89

Closed jonmmease closed 11 months ago

jonmmease commented 11 months ago

Updates deno_core and deno_runtime dependencies to correspond to deno 1.36.1. Updates tokio to 1.28.1

The deno update uncovered a deadlock resulting from using the same tokio runtime for deno and for image remote image handling. Using a separate tokio runtime for the remote image loading resolved the issue.

CLI tests are updated to use DSSIM for image similarity, the same was the vl-convert-rs tests do.