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.
iwdrs
Imprecise dependency requirement uuid = ^1
Cargo does not always pick latest versions of dependencies! Specify the version as
uuid = "1.24.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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["authentication"]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 = ["iwd", "agent", "daemon", "station", "networking"](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.
tenere
Dependency ansi-to-tui ^7 is outdated
Upgrade to 8.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.Dependency bat ^0.25 is outdated
Upgrade to 0.26.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 reqwest ^0.12 is outdated
Upgrade to 0.13.4 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strum ^0.27 is outdated
Upgrade to 0.28.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strum_macros ^0.27 is outdated
Upgrade to 0.28.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement arboard = ^3
Cargo does not always pick latest versions of dependencies! Specify the version as
arboard = "3.6.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 = ["artificial-intelligence"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["tui", "chatgpt", "llm-interface", "llama-cpp", "ollama"](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.
bluetui
Dependency tui-input ^0.12 is significantly outdated
Upgrade to 0.15.3 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.Missing keywords
Help users find your crates. Add
keywords = ["bluetooth", "tui", "linux", "devices", "adapter"](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.
impala
Dependency strum ^0.27.2 is outdated
Upgrade to 0.28.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strum_macros ^0.27 is outdated
Upgrade to 0.28.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 = ["network-programming"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["wifi", "tui", "networking", "station", "linux"](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.
impala, bluetui, tegratop, agadir
Imprecise dependency requirement anyhow = ^1
Cargo does not always pick latest versions of dependencies! Specify the version as
anyhow = "1.0.104". 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.
lobtui
Dependency crossterm ^0.28 is outdated
Upgrade to 0.29.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency reqwest ^0.12 is outdated
Upgrade to 0.13.4 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency scraper ^0.23 is significantly outdated
Upgrade to 0.27.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement clap = ^4
Cargo does not always pick latest versions of dependencies! Specify the version as
clap = "4.6.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 keywords
Help users find your crates. Add
keywords = ["tui", "website", "lobste", "page", "story"](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.
agadir
Dependency ansi-to-tui ^4 is significantly outdated
Upgrade to 8.0.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency crossterm ^0.27 is significantly outdated
Upgrade to 0.29.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ratatui ^0.26 is significantly outdated
Upgrade to 0.30.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency russh ^0.43 is significantly outdated
Upgrade to 0.62.4 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency russh-keys ^0.43 is significantly outdated
Upgrade to 0.49.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency serde_yaml ^0.9 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency bat ^0.24 is outdated
Upgrade to 0.26.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency dirs ^5 is outdated
Upgrade to 6.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ed25519-dalek ^2 is a bit outdated
Consider upgrading to 3.0.0 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["blog", "terminal", "post"](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.
tegratop
Dependency strum ^0.26 is outdated
Upgrade to 0.28.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strum_macros ^0.26 is outdated
Upgrade to 0.28.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["nvidia-jetson", "board", "monitoring", "tui", "statistics"](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.
bouncinamation
Dependency crossterm ^0.26.1 is significantly outdated
Upgrade to 0.29.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ratatui ^0.20.1 is significantly outdated
Upgrade to 0.30.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand ^0.8.5 is outdated
Upgrade to 0.10.2 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").If the crate is truly stable, why not make a 1.0.0 release?
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["multimedia::video"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["animation", "dvd", "bouncing", "logo", "terminal"](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.
snakers
Dependency crossterm ^0.26.1 is significantly outdated
Upgrade to 0.29.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ratatui ^0.20.1 is significantly outdated
Upgrade to 0.30.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand ^0.8.5 is outdated
Upgrade to 0.10.2 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").Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["games"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["snake-game", "day", "old", "key", "arrow-key"](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.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.