aurae-runtime / aurae

Distributed systems runtime daemon written in Rust.
https://aurae.io
Apache License 2.0
1.83k stars 89 forks source link

Bump deno deps to resolve udeps failure #484

Closed dmah42 closed 1 year ago

dmah42 commented 1 year ago

The underlying type of TypeId changed from 64-bit to 128-bit and this now causes issues in udeps unless we bump deno (which in turn bumps v8).

dmah42 commented 1 year ago

"error[E0432]: unresolved import tokio_metrics::RuntimeMonitor": https://github.com/denoland/deno/issues/19528