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.
lunatic-redis
Dependency ahash 0.7.6 has issues
It may not be actively developed any more. Consider changing the dependency.
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 lunatic 0.12.0 is outdated
Upgrade to 0.14.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.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database"]
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.
Optional dependency 'sha1_smol' 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 'sha1_smol' may have been unintentional.
lunatic-mysql
Imprecise dependency requirement serde = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde = "1.0.217"
. 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.
Dependency lru 0.7 is outdated
Upgrade to 0.12.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency lunatic 0.12 is outdated
Upgrade to 0.14.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency mysql_common 0.29.1 is outdated
Upgrade to 0.34.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency twox-hash 1 is slightly outdated
Consider upgrading to 2.1.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.License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.
nightfly
Dependency cookie 0.15 is significantly outdated
Upgrade to 0.18.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency cookie_store 0.15 is significantly outdated
Upgrade to 0.21.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency proc-macro-hack 0.5.19 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency base64 0.13 is outdated
Upgrade to 0.22.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency brotli 3.3.4 is outdated
Upgrade to 7.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency http 0.2 is outdated
Consider upgrading to 1.2.0 to get all the fixes and improvements.
Dependency http-body 0.4.5 is outdated
Upgrade to 1.0.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency lunatic 0.13.1 is outdated
Upgrade to 0.14.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0 is slightly outdated
Consider upgrading to 2.0.10 to get all the fixes and improvements.
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.
sqlite-bindings-lunatic
Dependency sqlite3-sys 0.14 is significantly outdated
Upgrade to 0.17.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Incorrect category
Crate's categories property in
Cargo.toml
contains 'lunatic', 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.
lunatic-diesel
Dependency bigdecimal >=0.0.13, < 0.4.0 is outdated
Upgrade to 0.4.7 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency lunatic 0.12.0 is outdated
Upgrade to 0.14.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 = ["diesel", "sqlite", "connection", "lunatic", "orm"]
(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.
mqtt_packet_3_5
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 = ["packet", "mqtt", "messages", "codes", "properties"]
(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.
sqlite-bindings-lunatic, lunatic-db, lunatic-diesel
License Apache-2.0/MIT is not in SPDX syntax
Use
OR
instead of/
.
lunatic-db
Incorrect category
Crate's categories property in
Cargo.toml
contains 'database-driver', which isn't a category we recognize
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.