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.
libsqlite3-sys
Dependency prettyplease ^0.2.20 is slightly outdated
Consider upgrading to 0.3.0 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Dependency syn ^2.0.89 is outdated
Consider upgrading to 3.0.3 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.Needs more categories
Please more specific categories that describe functionality of the crate. Expand
categories = ["database", "external-ffi-bindings"]in yourCargo.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 'openssl-sys' 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 'openssl-sys', 'bindgen', 'syn', 'prettyplease', 'cc', 'pkg-config', 'quote', 'vcpkg' may have been unintentional.
sqlite3-parser
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/sqlite3-parser ). Please try again later.
rustyline
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/rustyline ). Please try again later.
rusqlite
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/rusqlite ). Please try again later.
rusqlite-macros
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/rusqlite-macros ). Please try again later.
rustyline-derive
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/rustyline-derive ). Please try again later.
sqlpop
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/sqlpop ). 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.