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.
rs-matter
Dependency crypto-bigint ^0.6 is significantly outdated
Upgrade to 0.7.5 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 aes ^0.8 is a bit outdated
Consider upgrading to 0.9.2 to get all the fixes and improvements.
Dependency cipher ^0.4.4 is a bit outdated
Consider upgrading to 0.5.2 to get all the fixes and improvements.
Dependency der ^0.7 is a bit outdated
Consider upgrading to 0.8.1 to get all the fixes and improvements.
Dependency digest ^0.10 is a bit outdated
Consider upgrading to 0.11.3 to get all the fixes and improvements.
Dependency ecdsa ^0.16 is slightly outdated
Consider upgrading to 0.17.0 to get all the fixes and improvements.
Dependency elliptic-curve ^0.13 is slightly outdated
Consider upgrading to 0.14.1 to get all the fixes and improvements.
Dependency foreign-types ^0.3 is outdated
Consider upgrading to 0.5.0 to get all the fixes and improvements.
Dependency hkdf ^0.12 is a bit outdated
Consider upgrading to 0.13.0 to get all the fixes and improvements.
Dependency hmac ^0.12 is a bit outdated
Consider upgrading to 0.13.0 to get all the fixes and improvements.
Dependency nix ^0.30 is outdated
Upgrade to 0.31.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency num-derive ^0.4 is a bit outdated
Consider upgrading to 0.5.1 to get all the fixes and improvements.
Dependency p256 ^0.13 is slightly outdated
Consider upgrading to 0.14.0 to get all the fixes and improvements.
Dependency pbkdf2 ^0.12 is outdated
Consider upgrading to 0.13.0 to get all the fixes and improvements.
Dependency pinned-init ^0.0.8 is outdated
Upgrade to 0.0.10 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency primeorder ^0.13 is slightly outdated
Consider upgrading to 0.14.0 to get all the fixes and improvements.
Dependency rand ^0.8 is outdated
Consider upgrading to 0.10.2 to get all the fixes and improvements.
Dependency rand_core ^0.6 is outdated
Consider upgrading to 0.10.1 to get all the fixes and improvements.
Dependency sec1 ^0.7 is slightly outdated
Consider upgrading to 0.8.1 to get all the fixes and improvements.
Dependency sha1 ^0.10 is a bit outdated
Consider upgrading to 0.11.0 to get all the fixes and improvements.
Dependency sha2 ^0.10 is a bit outdated
Consider upgrading to 0.11.0 to get all the fixes and improvements.
Dependency signature ^2.2 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.Dependency strum ^0.26 is outdated
Upgrade to 0.28.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency x509-cert ^0.2 is slightly outdated
Consider upgrading to 0.3.0 to get all the fixes and improvements.
Dependency zeroconf ^0.15 is outdated
Upgrade to 0.18.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement async-io = ^2
Cargo does not always pick latest versions of dependencies! Specify the version as
async-io = "2.6.0". IfCargo.lockends 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-versionsflag, 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-versionsCargo option, because it's very easy to accidentally use a feature added in a later version.Optional dependency 'rand' 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 'rand', 'uuid', 'futures-lite', 'async-channel', 'crypto-bigint', 'ccm', 'aes', 'pbkdf2', 'cipher', 'hkdf', 'digest', 'sha1', 'foreign-types', 'primeorder', 'sha2', 'signature', 'x509-cert', 'libc', 'ecdsa', 'hmac', 'async-io', 'elliptic-curve', 'sec1', 'p256' may have been unintentional.
rs-matter-macros
Dependency syn ^2 is outdated
Upgrade to 3.0.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement proc-macro-crate = ^3
Cargo does not always pick latest versions of dependencies! Specify the version as
proc-macro-crate = "3.5.0". IfCargo.lockends 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-versionsflag, used by users of old Rust versions.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.