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.
flyweights
Imprecise dependency requirement serde = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde = "1.0.228". 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 schemars 0.8 is outdated
Upgrade to 1.2.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.Optional dependency 'schemars' 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 'schemars' may have been unintentional.
moxie
Dependency parking_lot 0.11 is significantly outdated
Upgrade to 0.12.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.
moxie, illicit, topo, prettiest, dyn-cache, mox
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").If the crate is truly stable, why not make a 1.0.0 release?
moxie-dom
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.Dependency illicit 0.9.2 is a bit outdated
Consider upgrading to 1.1.0 to get all the fixes and improvements.
Dependency moxie 0.2.2 is outdated
Consider upgrading to 0.7.1 to get all the fixes and improvements.
Dependency topo 0.9.0 is slightly outdated
Consider upgrading to 0.13.2 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming", "template-engine"]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.
Missing keywords
Help users find your crates. Add
keywords = ["tba", "tutorial", "wasm-pack", "template", "incremental"](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.
moxie-dom, raf, augdom
Latest stable release is old
It's been over 6 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").Nightly crates tend to have a short lifespan. We're delisting them if they're not updated frequently.
dyn-cache
Dependency hashbrown 0.11.0 is significantly outdated
Upgrade to 0.17.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency parking_lot 0.11.0 is significantly outdated
Upgrade to 0.12.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency downcast-rs 1.1.1 is outdated
Consider upgrading to 2.0.2 to get all the fixes and improvements.
illicit
Dependency owning_ref 0.4 has issues
It may not be actively developed any more. Consider changing the dependency.
topo
Dependency parking_lot 0.11.0 is significantly outdated
Upgrade to 0.12.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
moxie, illicit, moxie-dom
Imprecise dependency requirement scopeguard = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
scopeguard = "1.2.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.
raf
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["scheduler", "events", "browser", "request-animation-frame", "declarative-ui"](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.
moxie-web
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]to theCargo.toml.No repository property
Specify git repository URL in
Cargo.tomlto help users find more information, contribute, and for lib.rs to read more info.Dependency cfg-if 0.1.5 is significantly outdated
Upgrade to 1.0.4 to get all the fixes, and avoid causing duplicate dependencies in projects.
Latest stable release is old
It's been over 7 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").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.
Dependency moxie 0.1 is outdated
Consider upgrading to 0.7.1 to get all the fixes and improvements.
License Apache-2.0/MIT is not in SPDX syntax
Use
ORinstead of/.Missing keywords
Help users find your crates. Add
keywords = ["experimental", "run-time", "moxie", "web"](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.Optional dependency 'wee_alloc' 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 'wee_alloc', 'console_error_panic_hook' may have been unintentional.Published crate contains binary files
The crate contains binary files (ELF exe). Crates are meant to be compiled from source. Please check that you haven't published temporary build files by accident. If you have test fixtures, consider excluding them from crates-io tarball, since Cargo doesn't run tests from crates-io packages.
augdom
Dependency quick-xml 0.17.0 is significantly outdated
Upgrade to 0.40.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement static_assertions = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
static_assertions = "1.1.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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["html-rendering", "dom", "html-string", "text-node", "anywhere"](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.
prettiest
Incorrect category
Crate's categories property in
Cargo.tomlcontains 'web', which isn't a category we recognizelib.rs has simplified and merged some of crates.io categories. Please file a bug if we got it wrong.
mox
Dependency syn ^1 is significantly outdated
Upgrade to 2.0.117 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement syn = ^1
Cargo does not always pick latest versions of dependencies! Specify the version as
syn = "2.0.117". 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.Dependency syn-rsx 0.8.0-beta.2 is outdated
Upgrade to 0.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
topo-macro
Dependency syn 1.0 is significantly outdated
Upgrade to 2.0.117 to get all the fixes, and avoid causing duplicate dependencies in projects.
Buggy README path
The non-local path to readme specified as
\.\./CHANGELOG\.mdexposes a bug in Cargo. Please use a path inside the crate's directory. Symlinks are okay. Please verify the change doesn't break any repo-relative URLs in the README.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").License MIT/Apache-2.0 is not in SPDX syntax
Use
ORinstead of/.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.
illicit-macro
Dependency syn 1.0 is significantly outdated
Upgrade to 2.0.117 to get all the fixes, and avoid causing duplicate dependencies in projects.
Buggy README path
The non-local path to readme specified as
\.\./CHANGELOG\.mdexposes a bug in Cargo. Please use a path inside the crate's directory. Symlinks are okay. Please verify the change doesn't break any repo-relative URLs in the README.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").Users pay attention to the latest release date. Even if the crate is perfectly fine as-is, users may not know that.
License MIT/Apache-2.0 is not in SPDX syntax
Use
ORinstead of/.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.
mox-impl
Dependency syn ^1 is significantly outdated
Upgrade to 2.0.117 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement syn = ^1
Cargo does not always pick latest versions of dependencies! Specify the version as
syn = "2.0.117". 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.Buggy README path
The non-local path to readme specified as
\.\./CHANGELOG\.mdexposes a bug in Cargo. Please use a path inside the crate's directory. Symlinks are okay. Please verify the change doesn't break any repo-relative URLs in the README.Dependency syn-rsx 0.8.0-beta.2 is outdated
Upgrade to 0.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
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").License MIT/Apache-2.0 is not in SPDX syntax
Use
ORinstead of/.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.
parasailors
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.
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.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["science::bio"]to theCargo.toml.
parasail-sys
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.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["science::bio"]to theCargo.toml.Published crate contains binary files
The crate contains binary files (autotools obfuscated code, obscure autoconf code). Crates are meant to be compiled from source. Please check that you haven't published temporary build files by accident. If you have test fixtures, consider excluding them from crates-io tarball, since Cargo doesn't run tests from crates-io packages.
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.
snapshot
Dependency pretty_assertions ^0.2.0 is significantly outdated
Upgrade to 1.4.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
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.
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.
snapshot-proc-macro
Dependency quote 0.6 is significantly outdated
Upgrade to 1.0.45 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency syn 0.14 is significantly outdated
Upgrade to 2.0.117 to get all the fixes, and avoid causing duplicate dependencies in projects.
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.
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.
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.
tow
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/tow ). Please try again later.
towel
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/towel ). Please try again later.
ofl
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/ofl ). Please try again later.
ggf
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/ggf ). Please try again later.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.