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.
emval
Dependency pyo3 =0.25.1 is significantly outdated
Upgrade to 0.29.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 rstest ^0.21.0 is significantly outdated
Upgrade to 0.26.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement serde = ^1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde = "1.0.229". 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.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.
Locked dependency version pyo3 =0.25.1
This can easily cause a dependency resolution conflict. If you must work around a semver-breaking dependency that can't be yanked, use a range of versions or fork it.
Dependency pyo3-polars ^0.22 is outdated
Upgrade to 0.27.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency unicode_names2 ^1.2.2 is outdated
Upgrade to 3.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.
un-pack
Dependency toml_edit ^0.22.9 is significantly outdated
Consider upgrading to 0.25.13+spec-1.1.0 to get all the fixes and improvements.
Dependency bytesize ^1.3.0 is outdated
Consider upgrading to 2.4.0 to get all the fixes and improvements.
Dependency tabled ^0.15.0 is outdated
Consider upgrading to 0.21.0 to get all the fixes and improvements.
Dependency toml ^0.8.10 is outdated
Consider upgrading to 1.1.0+spec-1.1.0 to get all the fixes and improvements.
No issues found in: py-unpack
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.