Closed as not planned
Description
With Rust 1.68.0 (which we use since #8721) there is a future compatibility warning.
warning: the following packages contain code that will be rejected by a future version of Rust: fs_extra v1.2.0, wasmer-singlepass-backend-near v0.18.1, wasmparser v0.78.2
This is the relevant change: rust-lang/rust#103418
I think fs_extra
we could update without too much trouble.
But for wasmparser
, I think we want the exact version to be sure we have no behavioral changes for older protocol version. I guess maybe we want to ask for a 0.78.3?