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.
dns-message-parser
Imprecise dependency requirement bytes = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
bytes = "1.10.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.
dbus-async
Dependency async-recursion ~0.3.2 is significantly outdated
Upgrade to 1.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Easy way to bump dependencies:
cargo install cargo-edit; cargo upgrade -i
; Also check out Dependabot service on GitHub.Dependency retain_mut ~0.1.5 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency tokio ~1.15.0 is significantly outdated
Upgrade to 1.43.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bitflags ~1.3.2 is outdated
Upgrade to 2.8.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency lru ~0.7.0 is significantly outdated
Upgrade to 0.13.0 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.30 is a bit outdated
Consider upgrading to 2.0.11 to get all the fixes and improvements.
doh-client
Dependency clap ~3.2.8 is significantly outdated
Upgrade to 4.5.28 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency lazy_static ~1.4.0 is significantly outdated
Upgrade to 1.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tokio ~1.19.2 is significantly outdated
Upgrade to 1.43.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 dns-message-parser ~0.6.0 is outdated
Upgrade to 0.8.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency env_logger ~0.9.0 is outdated
Upgrade to 0.11.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency h2 ~0.3.13 is a bit outdated
Consider upgrading to 0.4.7 to get all the fixes and improvements.
Dependency http ~0.2.8 is outdated
Consider upgrading to 1.2.0 to get all the fixes and improvements.
Dependency lru ~0.7.7 is significantly outdated
Upgrade to 0.13.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rustls ~0.20.6 is outdated
Upgrade to 0.23.22 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rustls-native-certs ~0.6.2 is outdated
Upgrade to 0.8.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rustls-pemfile ~1.0.0 is outdated
Consider upgrading to 2.2.0 to get all the fixes and improvements.
Dependency thiserror ~1.0.31 is a bit outdated
Consider upgrading to 2.0.11 to get all the fixes and improvements.
Dependency tokio-rustls ~0.23.4 is outdated
Upgrade to 0.26.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency windows-service ~0.4.0 is outdated
Upgrade to 0.7.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
dbus-message-parser
Dependency lazy_static ~1.4.0 is significantly outdated
Upgrade to 1.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bitflags ~1.3.1 is outdated
Upgrade to 2.8.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror ~1.0.26 is a bit outdated
Consider upgrading to 2.0.11 to get all the fixes and improvements.
doh-client, dbus-message-parser, dbus-async
Dependency bytes ~1.1.0 is significantly outdated
Upgrade to 1.10.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
dns-stamp-parser
Dependency thiserror 1 is a bit outdated
Consider upgrading to 2.0.11 to get all the fixes and improvements.
Imprecise dependency requirement bitflags = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
bitflags = "2.8.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.
async-http-proxy
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 thiserror 1.0.30 is a bit outdated
Consider upgrading to 2.0.11 to get all the fixes and improvements.
dbus-message-parser, dbus-async, dbus-server-address-parser
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"
).Users pay attention to the latest release date. Even if the crate is perfectly fine as-is, users may not know that.
proc-macro-regex
Dependency regex-syntax ~0.6.26 is significantly outdated
Upgrade to 0.8.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency syn ~1.0.96 is significantly outdated
Upgrade to 2.0.98 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror ~1.0.31 is a bit outdated
Consider upgrading to 2.0.11 to get all the fixes and improvements.
dbus-server-address-parser
Dependency thiserror ~1.0.26 is a bit outdated
Consider upgrading to 2.0.11 to get all the fixes and improvements.
dbus-async-derive
Dependency syn 1.0.53 is significantly outdated
Upgrade to 2.0.98 to get all the fixes, and avoid causing duplicate dependencies in projects.
Latest stable release is old
It's been over 4 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 some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.