-
Notifications
You must be signed in to change notification settings - Fork 112
Closed as duplicate of#271
Description
Building wasm-bindgen-cli we see warnings about future incompatibilities:
> warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0
Please refer to https://gist.github.com/d-e-s-o/17a03bb8a796774f6a789785c71eb7da for the full details.
These ultimately come from the two dependencies
- buf_redux@0.8.4
- Repository: https://github.com/abonander/buf_redux
- Detailed warning command: `cargo report future-incompatibilities --id 1 --package buf_redux@0.8.4`
- multipart@0.18.0
- Repository: http://github.com/abonander/multipart
- Detailed warning command: `cargo report future-incompatibilities --id 1 --package multipart@0.18.0`
of this crate.
Looking at them, both have been archived. Is there a way to replace these dependencies with maintained ones? This seems like a problem waiting to happen.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels