You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're currently relying on a fork of async-tar - it seems because of previous Windows build failures. It would be best to replace this dependency with a more maintained version. Ideally we would replace async-tar entirely as it is currently the only dependency bringing in async-std which itself has ~5 dependencies we don't otherwise use. It might make sense to switch to the sync tar crate and use tokio::sync::spawn_blocking where appropriate.
The text was updated successfully, but these errors were encountered:
We're currently relying on a fork of async-tar - it seems because of previous Windows build failures. It would be best to replace this dependency with a more maintained version. Ideally we would replace
async-tar
entirely as it is currently the only dependency bringing inasync-std
which itself has ~5 dependencies we don't otherwise use. It might make sense to switch to the synctar
crate and usetokio::sync::spawn_blocking
where appropriate.The text was updated successfully, but these errors were encountered: