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.
rustybuzz
Dependency wasmi 0.37.0 is significantly outdated
Upgrade to 0.42.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.
resvg
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["multimedia::images"]
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 'image-webp' 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 'image-webp', 'gif' may have been unintentional.
fontdb
Optional dependency 'memmap2' 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 'memmap2', 'fontconfig-parser' may have been unintentional.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.60, which is newer than the last 2018-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and updateedition="…"
inCargo.toml
.Using the latest edition helps avoid old quirks of the compiler, and ensures Rust code has consistent syntax and behavior across all projects.
memmap2
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["memory-management"]
to theCargo.toml
.
usvg-parser
Dependency roxmltree 0.19 is significantly outdated
Upgrade to 0.20.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency svgtypes 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency imagesize 0.12 is outdated
Upgrade to 0.13.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency kurbo 0.9 is outdated
Upgrade to 0.11.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency siphasher 0.3 is outdated
Upgrade to 1.0.1 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.
usvg-text-layout
Dependency rustybuzz 0.12 is significantly outdated
Upgrade to 0.20.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency fontdb 0.16 is a bit outdated
Consider upgrading to 0.23.0 to get all the fixes and improvements.
Dependency kurbo 0.9 is outdated
Upgrade to 0.11.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.
ttf-parser
Optional dependency 'core_maths' 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 'core_maths' may have been unintentional.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.63, which is newer than the last 2018-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and updateedition="…"
inCargo.toml
.
strict-num
Imprecise dependency requirement serde = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde = "1.0.219"
. 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.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 float-cmp 0.9 is outdated
Upgrade to 0.10.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["type", "strict-num", "types"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
cargo-bloat
Missing keywords
Help users find your crates. Add
keywords = ["bloat", "multi-map", "cargo-bloat"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.59, which is newer than the last 2018-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and updateedition="…"
inCargo.toml
.
usvg
Dependency strict-num 0.1.1 is slightly outdated
Consider upgrading to 0.2.0 to get all the fixes and improvements.
Optional dependency 'unicode-bidi' 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 'unicode-bidi', 'unicode-script', 'rustybuzz', 'unicode-vo', 'fontdb' may have been unintentional.
resvg-skia
Dependency png 0.16 is significantly outdated
Upgrade to 0.17.16 to get all the fixes, and avoid causing duplicate dependencies in projects.
docs.rs build failed
docs.rs site failed to build the crate, so users will have trouble finding the documentation. Docs.rs supports multiple platforms and custom configurations, so you can make the build work even if normal crate usage has special requirements.
Docs.rs doesn't need to run or even link any code, so system dependencies can simply be skipped. You can also set
cfg()
flags just for docs.rs and use them to hide problematic code.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rendering::graphics-api"]
to theCargo.toml
.
rosvgtree
Dependency roxmltree 0.18 is significantly outdated
Upgrade to 0.20.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency svgtypes 0.11 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency siphasher 0.3 is outdated
Upgrade to 1.0.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
xmlparser, unicode-bidi-mirroring, unicode-ccc
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.
color-thief
Dependency image 0.22 is significantly outdated
Upgrade to 0.25.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
usvg-tree
Dependency svgtypes 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strict-num 0.1.1 is slightly outdated
Consider upgrading to 0.2.0 to get all the fixes and improvements.
pico-args
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["command-line-interface"]
to theCargo.toml
.
rctree
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming", "memory-management"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["counting", "rctree"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
unicode-bidi-mirroring
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["text-processing"]
to theCargo.toml
.
unicode-ccc
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["text-processing"]
to theCargo.toml
.
tiny-skia-path
Dependency strict-num 0.1 is slightly outdated
Consider upgrading to 0.2.0 to get all the fixes and improvements.
resvg-skia, resvg-qt, resvg-raqote, resvg-cairo
Dependency pico-args 0.3 is significantly outdated
Upgrade to 0.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
resvg-skia, resvg-qt, resvg-raqote, resvg-cairo
Dependency usvg 0.10 is significantly outdated
Upgrade to 0.45.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
binfarce
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"
).If the crate is truly stable, why not make a 1.0.0 release?
Missing keywords
Help users find your crates. Add
keywords = ["mach-o", "binfarce", "demangle"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
svgfilters
Dependency float-cmp 0.9 is outdated
Upgrade to 0.10.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
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"
).
xmlwriter
Latest stable release is old
It's been over 5 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"
).Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["text-processing"]
to theCargo.toml
.
unicode-vo
Latest stable release is old
It's been over 5 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"
).Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["text-processing"]
to theCargo.toml
.
unicode-vo, svgparser, svgdom
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.
resvg-skia, resvg-qt, resvg-raqote, resvg-cairo, usvg-cli
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"
).
resvg-skia, resvg-raqote, resvg-cairo
Dependency jpeg-decoder 0.1 is outdated
Upgrade to 0.3.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
resvg-skia, resvg-qt, resvg-raqote, resvg-cairo
Dependency svgfilters 0.1 is outdated
Upgrade to 0.4.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
usvg-cli
No repository property
Specify git repository URL in
Cargo.toml
to help users find more information, contribute, and for lib.rs to read more info.Dependency fern =0.5.8 is significantly outdated
Consider upgrading to 0.7.1 to get all the fixes and improvements.
Dependency pico-args 0.2 is significantly outdated
Consider upgrading to 0.5.0 to get all the fixes and improvements.
Dependency usvg 0.9 is significantly outdated
Consider upgrading to 0.45.0 to get all the fixes and improvements.
resvg-qt
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.
resvg-cairo
Dependency cairo-rs 0.8 is significantly outdated
Upgrade to 0.20.7 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency png 0.16 is significantly outdated
Upgrade to 0.17.16 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 = ["multimedia::images"]
to theCargo.toml
.
resvg-qt, resvg-raqote, resvg-cairo, usvg-cli, svgcleaner, svgparser
The Cargo package has no git commit information
Before publishing a package, make sure all packaged files are committed to the repository, and there are no "dirty" files. Push this commit to crate's public repository.
To protect against supply chain attacks similar to CVE-2024-3094, lib.rs will soon start flagging non-reproducible packages without public source code as suspicious. Currently only git repositories are supported (but may be hosted anywhere, not just GitHub). If you'd like a different SCM supported, please file a feature request.
resvg-raqote
Dependency png 0.15 is significantly outdated
Upgrade to 0.17.16 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 = ["multimedia::images"]
to theCargo.toml
.
svgcleaner
Dependency error-chain 0.11 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency svgdom 0.10.5 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency clap 2 is outdated
Upgrade to 4.5.32 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency fern 0.5 is outdated
Upgrade to 0.7.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement clap = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
clap = "4.5.32"
. 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.
svgparser
Dependency failure 0.1.1 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency phf 0.7.21 is significantly outdated
Upgrade to 0.11.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency xmlparser 0.3 is significantly outdated
Upgrade to 0.13.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
svgdom
Dependency roxmltree 0.6 is significantly outdated
Upgrade to 0.20.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency siphasher 0.2.3 is significantly outdated
Upgrade to 1.0.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency svgtypes 0.5 is outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
No issues found in: svgtypes simplecss roxmltree tiny-skia
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.