Issues found
Based on crates you own that have been published to crates.io. The best way to monitor these issues is to subscribe to the atom feed in your RSS reader.
pasetors
Dependency rand_core 0.6.3 is a bit outdated
Consider upgrading to 0.9.3 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Optional dependency 'time' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Features 'time', 'p384', 'rand_core', 'regex', 'sha2', 'orion', 'ed25519-compact', 'serde_json' may have been unintentional.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.80, which is newer than the last 2018-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and updateedition="…"
inCargo.toml
.Using the latest edition helps avoid old quirks of the compiler, and ensures Rust code has consistent syntax and behavior across all projects.
orion
Optional dependency 'ct-codecs' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Features 'ct-codecs', 'getrandom' may have been unintentional.
branca, checkpwn_lib
Latest stable release is old
It's been over 3 years. Is this crate still maintained? Make a new release, either to refresh it, or to set
[badges.maintenance] status = "deprecated"
(or
"as-is"
,"passively-maintained"
).If the crate is truly stable, why not make a 1.0.0 release?
checkpwn
Dependency serde_yaml 0.9.13 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency colored 2.0 is a bit outdated
Consider upgrading to 3.0.0 to get all the fixes and improvements.
Easy way to bump dependencies:
cargo install cargo-edit; cargo upgrade -i
; Also check out Dependabot service on GitHub.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.60, which is newer than the last 2018-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and updateedition="…"
inCargo.toml
.
checkpwn_lib
Dependency sha-1 0.10.0 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency ureq 2.4.0 is a bit outdated
Consider upgrading to 3.0.10 to get all the fixes and improvements.
No issues found in: rigel
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.