-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancement β¨New feature or requestNew feature or request
Description
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.
smoelius
Metadata
Metadata
Assignees
Labels
enhancement β¨New feature or requestNew feature or request