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.
vaultrs
Dependency derive_builder 0.12.0 is outdated
Upgrade to 0.20.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Dependency thiserror 1.0.40 is a bit outdated
Consider upgrading to 2.0.12 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.Imprecise dependency requirement http = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
http = "1.3.0"
. IfCargo.lock
ends up having an unexpectedly old version of the dependency, you might get a dependency that lacks features/APIs or important bugfixes that you depend on. This is most likely to happen when using theminimal-versions
flag, used by users of old Rust versions.If you want to keep using truly minimal dependency requirements, please make sure you test them in CI with
-Z minimal-versions
Cargo option, because it's very easy to accidentally use a feature added in a later version.
vaultrs-login
Imprecise dependency requirement serde_json = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde_json = "1.0.140"
. IfCargo.lock
ends up having an unexpectedly old version of the dependency, you might get a dependency that lacks features/APIs or important bugfixes that you depend on. This is most likely to happen when using theminimal-versions
flag, used by users of old Rust versions.This crate does not bump semver-minor when adding new features, so to be safe you get all the features/APIs/fixes that your crate depends on, require a more specific patch version.
Dependency base64 0.21 is outdated
Upgrade to 0.22.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency http 0.2 is outdated
Upgrade to 1.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Optional dependency 'aws-smithy-runtime-api' 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-smithy-runtime-api', 'aws-types', 'http', 'serde_json', 'tiny_http', 'base64', 'tokio', 'aws-sdk-iam', 'aws-sigv4', 'aws-sdk-sts', 'aws-credential-types' may have been unintentional.
consulrs
Dependency derive_builder 0.10.2 is significantly outdated
Upgrade to 0.20.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency serde_with 1.10.0 is significantly outdated
Upgrade to 3.12.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency base64 0.13.0 is outdated
Upgrade to 0.22.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency http 0.2.5 is outdated
Upgrade to 1.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency reqwest 0.11.4 is outdated
Upgrade to 0.12.15 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rustify 0.5.2 is outdated
Upgrade to 0.6.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0.29 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming"]
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.
rustify
Dependency thiserror 1.0.30 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Imprecise dependency requirement http = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
http = "1.3.0"
. IfCargo.lock
ends up having an unexpectedly old version of the dependency, you might get a dependency that lacks features/APIs or important bugfixes that you depend on. This is most likely to happen when using theminimal-versions
flag, used by users of old Rust versions.
vaultrs, vaultrs-login, vaultssh, vaultrs-test
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["authentication"]
to theCargo.toml
.
dockertest-server
Dependency derive_builder 0.11.2 is significantly outdated
Upgrade to 0.20.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency dockertest 0.3.0 is a bit outdated
Consider upgrading to 0.5.0 to get all the fixes and improvements.
Dependency rand 0.8.5 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::testing"]
to theCargo.toml
.
vaultssh
Dependency clap 3.0.0-beta.4 is significantly outdated
Consider upgrading to 4.5.32 to get all the fixes and improvements.
Dependency console 0.14.1 is significantly outdated
Consider upgrading to 0.15.11 to get all the fixes and improvements.
Dependency dialoguer 0.8.0 is significantly outdated
Consider upgrading to 0.11.0 to get all the fixes and improvements.
Dependency dirs 3.0.2 is significantly outdated
Consider upgrading to 6.0.0 to get all the fixes and improvements.
Dependency mockall 0.10.2 is significantly outdated
Consider upgrading to 0.13.1 to get all the fixes and improvements.
Dependency rpassword 5.0.1 is significantly outdated
Consider upgrading to 7.3.0 to get all the fixes and improvements.
Dependency vaultrs 0.5.3 is significantly outdated
Consider upgrading to 0.7.4 to get all the fixes and improvements.
Dependency phf 0.10.0 is significantly outdated
Consider upgrading to 0.11.3 to get all the fixes and improvements.
Dependency shellexpand 2.1.0 is outdated
Consider upgrading to 3.1.0 to get all the fixes and improvements.
Dependency thiserror 1.0.28 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Dependency toml 0.5.8 is outdated
Consider upgrading to 0.8.20 to get all the fixes and improvements.
Dependency vaultrs-login 0.1.3 is slightly outdated
Consider upgrading to 0.2.3 to get all the fixes and improvements.
Dependency webbrowser 0.5.5 is outdated
Consider upgrading to 1.0.4 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["ssh-key", "vault", "hashicorp", "authenticating", "authentication"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
vaultssh, consulrs, vaultrs-test, consulrs_derive
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?
vaultrs-test
Dependency dockertest 0.2.1 is outdated
Upgrade to 0.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency reqwest 0.11.4 is outdated
Upgrade to 0.12.15 to get all the fixes, and avoid causing duplicate dependencies in projects.
rustify_derive
Dependency syn 1.0 is significantly outdated
Upgrade to 2.0.100 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency synstructure 0.12.5 is significantly outdated
Upgrade to 0.13.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
consulrs_derive
Dependency syn 1.0 is significantly outdated
Upgrade to 2.0.100 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency synstructure 0.12.5 is significantly outdated
Upgrade to 0.13.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.