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.
cnctd_cli
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/connected\-dot/cnctd\_cli\.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.
No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.Dependency colored 2.1.0 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 strum 0.26.2 is outdated
Consider upgrading to 0.27.1 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Dependency strum_macros 0.26.2 is outdated
Consider upgrading to 0.27.1 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["config"]
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 = ["scaffolding", "projects", "cli"]
(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.
cnctd_server
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/connected\-dot/cnctd\_server\.git
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming::http-server"]
to theCargo.toml
.
cnctd_rest
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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["network-programming"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["http-request", "rest", "methods"]
(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.
cnctd_dialogue
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/connected\-dot/cnctd\_dialogue\.git
No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.Dependency colored 2.1.0 is a bit outdated
Consider upgrading to 3.0.0 to get all the fixes and improvements.
Dependency strum 0.26.3 is outdated
Upgrade to 0.27.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strum_macros 0.26.4 is outdated
Upgrade to 0.27.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["dialog", "cnctd-dialogue", "cnctd"]
(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.
cnctd_dialogue, cnctd_git, cnctd_mta, cnctd_db
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.
cnctd_aws
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/connected\-dot/cnctd\_aws\.git
Dependency urlencoding 1.0.1 is significantly outdated
Upgrade to 2.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rust-s3 0.33.0 is outdated
Upgrade to 0.35.1 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 = ["network-programming"]
to theCargo.toml
.
cnctd_cargo
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/connected\-dot/cnctd\_cargo\.git
Dependency toml_edit 0.20.0 is significantly outdated
Upgrade to the latest version 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 = ["development-tools::cargo-plugins"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["cargo", "methods", "cnctd-cargo"]
(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.
cnctd_server, cnctd_rest, cnctd_aws, cnctd_cargo, cnctd_git, cnctd_midi, cnctd_config, cnctd_mta, cnctd_db
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.
cnctd_git
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 git2 0.18.1 is outdated
Upgrade to the latest version to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency reqwest 0.11.20 is outdated
Upgrade to the latest version to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["git", "methods", "cnctd-git"]
(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.
cnctd_bump
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["version-bump", "cargo-version", "npm", "projects", "default"]
(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.
cnctd_solana
Cryptocurrency crate
This crate has been classified as related to cyrptocurrencies. If you believe this categorization is a mistake, then please review crate's categories and keywords, or file a bug. If it is related, then please reconsider your choices, and yank it.
Author of this site is firmly convinced that cryptocurrencies have a net-negative effect on society.
cnctd_redis
Dependency redis 0.25.3 is outdated
Upgrade to 0.29.1 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
.Missing keywords
Help users find your crates. Add
keywords = ["redis", "redis-rs", "methods"]
(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.
cnctd_midi
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/connected\-dot/cnctd\_midi\.git
Dependency midir 0.9.1 is outdated
Upgrade to the latest version 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::audio"]
to theCargo.toml
.
cnctd_roku
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/connected\-dot/cnctd\_roku\.git
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.Dependency dirs 5.0.1 is outdated
Upgrade to the latest version 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 = ["hardware-support"]
to theCargo.toml
.
cnctd_mta
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/connected\-dot/cnctd\_mta\.git
Dependency gtfs-rt 0.4.0 is a bit outdated
Consider upgrading to 0.5.0 to get all the fixes and improvements.
Dependency prost 0.11 is outdated
Upgrade to 0.13.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency prost-derive 0.11 is outdated
Upgrade to 0.13.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency reqwest 0.11.26 is outdated
Upgrade to 0.12.12 to get all the fixes, and avoid causing duplicate dependencies in projects.
cnctd_config
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/connected\-dot/cnctd\_config\.git
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["config"]
to theCargo.toml
.
cnctd_db
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/connected\-dot/cnctd\_db\.git
Dependency sqlx 0.7.4 is outdated
Upgrade to 0.8.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
cnctd_db_macros
Crate contains junk files
The crate contains boilerplate Rust files with no real functionality.
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/connected\-dot/cnctd\_db\_macros\.git
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.
cnctd_solana_programs
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/cnctd_solana_programs ). Please try again later.
cnctd_smart_home, cnctd_macos, cnctd, cnctd_utils, cnctd_spotify, cnctd_shell, cnctd_xcode, cnctd_server_api, cnctd_npm, cnctd_go, cnctd_docker, cnctd_android_project
Internal error
We couldn't check this crate at this time, because: deadline has elapsed. 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
.