Skip to content

Unmaintained dependencies & future incompatibilities #301

@d-e-s-o

Description

@d-e-s-o

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions