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.
qlean
Dependency serde_yml ^0.0.13 has issues
It may not be actively developed any more. Consider changing the dependency.
Imprecise dependency requirement tokio = ^1
Cargo does not always pick latest versions of dependencies! Specify the version as
tokio = "1.53.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.
cargo-buckal
Dependency bincode ^2.0.1 is significantly 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 cargo-util-schemas ^0.12.0 is significantly outdated
Consider upgrading to 0.14.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 cargo_metadata ^0.22.0 is significantly outdated
Consider upgrading to 0.23.1 to get all the fixes and improvements.
Dependency toml_edit ^0.22 is significantly outdated
Consider upgrading to 0.25.13+spec-1.1.0 to get all the fixes and improvements.
Dependency colored ^2.0 is outdated
Consider upgrading to 3.1.0 to get all the fixes and improvements.
Dependency inquire ^0.7.5 is outdated
Consider upgrading to 0.9.4 to get all the fixes and improvements.
Dependency itertools ^0.14.0 is outdated
Consider upgrading to 0.15.0 to get all the fixes and improvements.
Dependency phf ^0.13.1 is outdated
Consider upgrading to 0.14.0 to get all the fixes and improvements.
Dependency reqwest ^0.12.24 is outdated
Consider upgrading to 0.13.4 to get all the fixes and improvements.
Dependency sha1 ^0.10.6 is a bit outdated
Consider upgrading to 0.11.0 to get all the fixes and improvements.
Dependency starlark_syntax ^0.13 is outdated
Consider upgrading to 0.14.2 to get all the fixes and improvements.
Dependency toml ^0.8 is outdated
Consider upgrading to 1.1.0+spec-1.1.0 to get all the fixes and improvements.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.