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.
tynm
Dependency nom 7.1.3 is a bit outdated
Consider upgrading to 8.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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rust-patterns"]
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.
fn_graph
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["asynchronous"]
to theCargo.toml
.Optional dependency 'futures' 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 'futures' may have been unintentional.
resman
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["concurrency"]
to theCargo.toml
.Optional dependency 'fn_meta' 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 'fn_meta' may have been unintentional.
type_reg
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["encoding"]
to theCargo.toml
.Optional dependency 'indexmap' 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 'indexmap' may have been unintentional.
interruptible
Imprecise dependency requirement tokio = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
tokio = "1.44.0"
. 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.
daggy
Optional dependency 'serde' 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 'serde' may have been unintentional.
peace_resources
Dependency peace_core 0.0.13 is significantly outdated
Upgrade to 0.0.14 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 peace_data 0.0.13 is significantly outdated
Upgrade to 0.0.14 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency peace_fmt 0.0.13 is significantly outdated
Upgrade to 0.0.14 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency type_reg 0.7.0 is significantly outdated
Upgrade to 0.8.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency resman 0.17.0 is outdated
Upgrade to 0.18.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
hull
Dependency structopt 0.2 has issues
It has been losing active users, which may be a sign it's deprecated or obsolete. Consider replacing it with a different crate.
Dependency structopt-derive 0.2 has issues
It has been losing active users, which may be a sign it's deprecated or obsolete. Consider replacing it with a different crate.
Latest stable release is old
It's been over 6 years. How did the experiment go? 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?
Dependency cargo_metadata 0.6 is significantly outdated
Consider upgrading to 0.19.2 to get all the fixes and improvements.
Dependency duct 0.10 is significantly outdated
Consider upgrading to 0.13.7 to get all the fixes and improvements.
Dependency shell-words 0.1 is significantly outdated
Consider upgrading to 1.1.0 to get all the fixes and improvements.
Dependency which 1.0 is significantly outdated
Consider upgrading to 7.0.2 to get all the fixes and improvements.
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.
srcerr
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.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"
).
peace_cli, peace_webi_components, peace_rt_model, peace_rt, peace_rt_model_native, peace_rt_model_web, yaml_error_context_hack, dot_ix_playground
Dependency serde_yaml 0.9.34 has issues
It may not be actively developed any more. Consider changing the dependency.
specs
Dependency ahash 0.7.6 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency shred 0.15.0 is significantly outdated
Upgrade to 0.16.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Optional dependency 'specs-derive' 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 'specs-derive', 'uuid', 'serde' may have been unintentional.
peace_webi, peace_rt_model_web, peace_item_specs
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.
fn_meta
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools"]
to theCargo.toml
.Optional dependency 'smallvec' 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 'smallvec' may have been unintentional.
peace_webi_output
Dependency axum 0.7.9 is outdated
Upgrade to 0.8.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Published crate contains binary files
The crate contains binary files (WOFF font). 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.
lf2_codec, ssh_jumper, ssh_jumper_model, plain_path, choochoo
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.
proc_macro_roids
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::procedural-macro-helpers"]
to theCargo.toml
.
peace_flow_model, peace_rt, peace_data, peace_cmd_model
Dependency fn_graph 0.15.0 is a bit outdated
Consider upgrading to 0.16.0 to get all the fixes and improvements.
enser
Dependency serde_yaml 0.9.21 has issues
It may not be actively developed any more. Consider changing the dependency.
anymap2
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"
).
peace_rt_model
Optional dependency 'peace_rt_model_hack' 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 'peace_rt_model_hack' may have been unintentional.
dot_ix_playground
Dependency axum 0.7.9 is outdated
Upgrade to 0.8.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Published crate contains binary files
The crate contains binary files (WOFF font). 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.
shred
Optional dependency 'rayon' 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 'rayon' may have been unintentional.
own
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::build-utils"]
to theCargo.toml
.
ssh_cfg
Dependency async-fs 1.5.0 is outdated
Upgrade to 2.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency dirs 4.0.0 is outdated
Upgrade to 6.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency indexmap 1.7.0 is outdated
Upgrade to 2.8.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 = ["config"]
to theCargo.toml
.
peace_rt_model_core, peace_core
Dependency serde_yaml 0.9.34 has issues
It may not be actively developed any more. Consider changing the dependency.
serde_tagged
Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.53, which is newer than the last 2015-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.
builder_macro
Latest stable release is old
It's been over 8 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.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rust-patterns"]
to theCargo.toml
.
peace_item_sh_sync_cmd
Dependency miette 5.7.0 is outdated
Upgrade to 7.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency peace 0.0.10 is outdated
Upgrade to 0.0.14 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0.40 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
credent_model, credent_cli, credent_cli_model, credent_fs, ssh_jumper, credent_fs_model, ssh_jumper_model, mysql_async_support_rt, mysql_async_support_model, shred-derive, specs-derive, zzzz_rt_logic, amethyst_test, amethyst_window, amethyst_rendy, amethyst_derive
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.
peace_item_spec_tar_x, peace_item_spec_sh_cmd, peace_item_spec_sh_sync_cmd, peace_item_spec_file_download, peace_item_spec_blank
Dependency miette 5.7.0 is outdated
Upgrade to 7.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
peace_item_spec_tar_x, peace_item_spec_sh_cmd, peace_item_spec_sh_sync_cmd, peace_item_spec_file_download, peace_item_spec_blank
Dependency peace 0.0.9 is outdated
Upgrade to 0.0.14 to get all the fixes, and avoid causing duplicate dependencies in projects.
peace_item_spec_tar_x, peace_item_spec_sh_cmd, peace_item_spec_sh_sync_cmd, peace_item_spec_file_download, peace_item_spec_blank
Dependency thiserror 1.0.40 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
credent_fs
Dependency dirs 3.0.1 is significantly outdated
Upgrade to 6.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency async-fs 1.5.0 is outdated
Upgrade to 2.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency toml 0.5.6 is outdated
Upgrade to 0.8.20 to get all the fixes, and avoid causing duplicate dependencies in projects.
peace_item_spec_file_download
Dependency reqwest 0.11.16 is outdated
Upgrade to 0.12.14 to get all the fixes, and avoid causing duplicate dependencies in projects.
credent_cli
Dependency rpassword 5.0.0 is significantly outdated
Upgrade to 7.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency smol 1.2.5 is outdated
Upgrade to 2.0.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
ssh_jumper
Dependency async-io 1.4.1 is significantly outdated
Upgrade to 2.4.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency async-ssh2-lite 0.2.1 is outdated
Upgrade to 0.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency async-std-resolver 0.20.3 is outdated
Upgrade to 0.24.4 to get all the fixes, and avoid causing duplicate dependencies in projects.
peace_cmd_rt
Dependency fn_graph 0.15.0 is a bit outdated
Consider upgrading to 0.16.0 to get all the fixes and improvements.
ssh_cfg, credent, credent_model, credent_cli, mysql_async_support, credent_cli_model, credent_fs, ssh_jumper, credent_fs_model, ssh_jumper_model, mysql_async_support_rt, plain_path, mysql_async_support_model, enum_variant_type
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"
).
mysql_async_support_model
Dependency mysql_async 0.27.1 is significantly outdated
Upgrade to 0.35.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Buggy README path
The non-local path to readme specified as
\.\./\.\.//README\.md
exposes 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 indexmap 1.6.2 is outdated
Upgrade to 2.8.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ssh_jumper 0.2.0 is slightly outdated
Consider upgrading to 0.4.0 to get all the fixes and improvements.
credent, credent_model, credent_cli, credent_cli_model, credent_fs, credent_fs_model
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["authentication"]
to theCargo.toml
.
credent_model
Dependency base64 0.13.0 is outdated
Upgrade to 0.22.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
credent_model, credent_cli, credent_cli_model, credent_fs, ssh_jumper, credent_fs_model, ssh_jumper_model, mysql_async_support_rt, zzzz_rt_logic
Buggy README path
The non-local path to readme specified as
\.\./\.\./README\.md
exposes 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.
lf2_parse
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["games", "parser-implementations"]
to theCargo.toml
.
mysql_async_support_rt
Dependency mysql_async 0.27.1 is significantly outdated
Upgrade to 0.35.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ssh_jumper 0.2.0 is slightly outdated
Consider upgrading to 0.4.0 to get all the fixes and improvements.
enum_variant_type
Dependency syn 1.0.82 is significantly outdated
Upgrade to 2.0.100 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency proc_macro_roids 0.7.0 is outdated
Upgrade to 0.8.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
mysql_async_support, mysql_async_support_rt, mysql_async_support_model
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database"]
to theCargo.toml
.
plain_path
Dependency dirs 3.0.1 is significantly outdated
Upgrade to 6.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
credent_cli_model
Dependency smol 1.2.5 is outdated
Upgrade to 2.0.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
ssh_jumper_model
Dependency async-ssh2-lite 0.2.1 is outdated
Upgrade to 0.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency async-std-resolver 0.20.3 is outdated
Upgrade to 0.24.4 to get all the fixes, and avoid causing duplicate dependencies in projects.
credent_fs_model
Dependency toml 0.5.6 is outdated
Upgrade to 0.8.20 to get all the fixes, and avoid causing duplicate dependencies in projects.
shred-derive
Dependency syn 1.0.55 is significantly outdated
Upgrade to 2.0.100 to get all the fixes, and avoid causing duplicate dependencies in projects.
peace_full_spec_id_macro
Dependency syn 1.0.98 is significantly outdated
Upgrade to 2.0.100 to get all the fixes, and avoid causing duplicate dependencies in projects.
specs-derive
Dependency syn 1.0.14 is significantly outdated
Upgrade to 2.0.100 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"
).
specs-derive, daggy2, amethyst_test, amethyst_error, amethyst_window, amethyst_assets, amethyst_rendy, amethyst_derive
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.
amethyst_assets
Dependency err-derive 0.2.3 has issues
It has been losing active users, which may be a sign it's deprecated or obsolete. Consider replacing it with a different crate.
Dependency crossbeam-queue 0.1.2 is significantly outdated
Upgrade to 0.3.12 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency inventory 0.1.5 is significantly outdated
Upgrade to 0.3.20 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency objekt 0.1.2 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency parking_lot 0.10 is significantly outdated
Upgrade to 0.12.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ron 0.5 is significantly outdated
Upgrade to 0.8.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency derive-new 0.5 is outdated
Upgrade to 0.7.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency erased-serde 0.3.9 is outdated
Upgrade to 0.4.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
amethyst_rendy
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 approx 0.3.2 is significantly outdated
Upgrade to 0.5.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency failure 0.1 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency gltf 0.15 is significantly outdated
Upgrade to 1.4.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency palette 0.4 is significantly outdated
Upgrade to 0.7.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ron 0.5 is significantly outdated
Upgrade to 0.8.1 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.
Dependency derive-new 0.5.6 is outdated
Upgrade to 0.7.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency glsl-layout 0.3 is outdated
Consider upgrading to 0.5.0 to get all the fixes and improvements.
Dependency rendy 0.4.1 is outdated
Upgrade to 0.5.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
amethyst_test
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.
Dependency derive-new 0.5 is outdated
Upgrade to 0.7.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
amethyst_test, amethyst_window, amethyst_rendy, amethyst_derive
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/amethyst/amethyst\.git
At the moment we only support git, and attempt fetching when we index a new release. Cloning is necessary for lib.rs to gather data that is missing on crates.io, e.g. to correctly resolve relative URLs in README files, which depend on repository layout and non-standard URL schemes of repository hosts.
amethyst_window
Dependency winit 0.19 is significantly outdated
Upgrade to 0.30.9 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 = ["gui"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["amethyst", "display", "winit", "window", "windowing"]
(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.
amethyst_window, amethyst_assets, amethyst_rendy
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.
daggy2
Optional dependency 'serde' 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 'serde' may have been unintentional.
amethyst_derive
Dependency syn 1.0 is significantly outdated
Upgrade to 2.0.100 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency heck 0.3.1 is outdated
Upgrade to 0.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency proc-macro-crate 0.1 is outdated
Upgrade to 3.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency proc_macro_roids 0.7 is outdated
Upgrade to 0.8.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
rust_runnables
Internal error
We couldn't check this crate at this time, because: deadline has elapsed. Please try again later.
No issues found in: id_newtype dot_ix dot_ix_web_components dot_ix_rt dot_ix_model dot_ix_static_check_macros peace_items peace_item_tar_x peace_item_sh_cmd peace_item_file_download peace_item_blank peace peace_diff peace_cli_model peace_webi_rt peace_cmd peace_rt_model_hack peace_code_gen peace_cfg peace_params peace_resource_rt peace_webi_model peace_params_derive peace_item_model peace_data_derive peace_fmt peace_static_check_macros peace_value_traits rt_ref enser_derive shrev peace_rt_logic zzzz
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.