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.
glean-core
Dependency android_logger ^0.12.0 is significantly outdated
Upgrade to 0.15.1 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 rusqlite ^0.37.0 is significantly outdated
Upgrade to 0.40.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement thiserror = ^2
Cargo does not always pick latest versions of dependencies! Specify the version as
thiserror = "2.0.20". 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.
Dependency bincode ^1.2.1 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 env_logger ^0.10.0 is outdated
Upgrade to 0.11.11 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency oslog ^0.1.0 is outdated
Upgrade to 0.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency uniffi ^0.31.0 is outdated
Upgrade to 0.32.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database"]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.
Optional dependency 'env_logger' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:syntax. Feature 'env_logger' may have been unintentional.
glean-ffi
Dependency env_logger ^0.8.0 is significantly outdated
Upgrade to 0.11.11 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency uuid ^0.8.1 is significantly outdated
Upgrade to 1.24.0 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").Users pay attention to the latest release date. Even if the crate is perfectly fine as-is, users may not know that.
Dependency android_logger ^0.10.0 is outdated
Upgrade to 0.15.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency glean-core ^44.2.0 is outdated
Upgrade to 69.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency oslog ^0.1.0 is outdated
Upgrade to 0.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
jsonschema-valid
Dependency iri-string ^0.5.5 is significantly outdated
Upgrade to 0.7.14 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency itertools ^0.10.3 is outdated
Upgrade to 0.15.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["parser-implementations", "web-programming"]to theCargo.toml.
firefox-on-glean
Crate is 'reserved'
Please be respectful of crates.io and don't squat crate names.
It's OK if you intend to publish this project in the near future. Keep in mind that even if you have good intentions, things may not go as planned. crates.io won't reclaim abandoned crates, so reserving good names may end up wasting the good names.
glean-sdk
Crate contains junk files
The crate contains boilerplate Rust files with no real functionality.
README missing from crate tarball
Cargo sometimes fails to package the
READMEfile. Ensure the path to theREADMEinCargo.tomlis 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.