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.
jail_exporter
Dependency serde_yaml 0.9 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency axum 0.7.2 is outdated
Consider upgrading to 0.8.1 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Dependency bcrypt 0.15.0 is outdated
Consider upgrading to 0.16.0 to get all the fixes and improvements.
Dependency prometheus-client 0.22 is outdated
Consider upgrading to 0.23.0 to get all the fixes and improvements.
Dependency thiserror 1.0 is slightly outdated
Consider upgrading to 2.0.9 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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["os::unix-apis", "development-tools::debugging"]
to theCargo.toml
.Even if there are no categories that fit precisely, pick one that is least bad. You can also propose new categories in crates.io issue tracker.
Optional dependency 'bcrypt' 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 'bcrypt', 'serde_yaml', 'rand', 'base64', 'dialoguer', 'serde' may have been unintentional.
hcdl
Dependency clap 3.2.5 is significantly outdated
Consider upgrading to 4.5.24 to get all the fixes and improvements.
Dependency clap_complete 3.2.1 is significantly outdated
Consider upgrading to 4.5.41 to get all the fixes and improvements.
Dependency pgp 0.8 is significantly outdated
Consider upgrading to 0.14.2 to get all the fixes and improvements.
Dependency dirs 4.0 is outdated
Consider upgrading to 5.0.1 to get all the fixes and improvements.
Dependency reqwest 0.11 is outdated
Consider upgrading to 0.12.12 to get all the fixes and improvements.
Dependency zip 0.6 is outdated
Consider upgrading to 2.2.0 to get all the fixes and improvements.
s3du
Optional dependency 'aws-sdk-s3' 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 'aws-sdk-s3', 'http', 'aws-sdk-cloudwatch' may have been unintentional.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.