Skip to content

Omit dev-dependencies #607

Description

@jayvdb

cargo-unmaintained is emitting:

xz2 (https://github.com/alexcrichton/xz2-rs updated 897 days ago)
    rand (requirement: ^0.8.0, version used: 0.8.5, latest: 0.9.1)

However rand is only in dev-dependencies.
now: https://github.com/alexcrichton/xz2-rs/blob/main/Cargo.toml#L27
at relevant release: https://github.com/alexcrichton/xz2-rs/blob/0.1.7/Cargo.toml#L27

Having old dependencies in dev-dependencies is common to allow testing support for old versions.

And a projects dev-dependency versions have no effect on my project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions