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.
rudi, sea-orm-adapter, poem-sea-orm-middleware, from-attr, nade, predawn, predawn-sea-orm, error2, predawn-schema, predawn-schema-macro, poem-extensions, predawn-core
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.
from-attr
Imprecise dependency requirement syn = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
syn = "2.0.98"
. 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.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::procedural-macro-helpers"]
to theCargo.toml
.
poem-sea-orm-middleware
Dependency thiserror 1 is a bit outdated
Consider upgrading to 2.0.11 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.Imprecise dependency requirement poem = 3
Cargo does not always pick latest versions of dependencies! Specify the version as
poem = "3.1.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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database"]
to theCargo.toml
.
sea-orm-adapter
Imprecise dependency requirement casbin = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
casbin = "2.10.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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database"]
to theCargo.toml
.
predawn
Dependency config 0.14 is outdated
Upgrade to 0.15.8 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 tokio-tungstenite 0.24 is outdated
Upgrade to 0.26.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
predawn-schema-macro
Imprecise dependency requirement syn = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
syn = "2.0.98"
. 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.
predawn-sea-orm
Dependency duration-str 0.11 is outdated
Upgrade to 0.13.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement http = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
http = "1.2.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.
predawn, predawn-schema, predawn-core
Imprecise dependency requirement bytes = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
bytes = "1.10.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.
predawn, predawn-sea-orm, predawn-schema, poem-extensions, predawn-core
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming"]
to theCargo.toml
.
poem-openapi-response
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Dependency poem 1.3.35 is outdated
Upgrade to 3.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency poem-openapi 2.0.5 is outdated
Consider upgrading to 5.1.0 to get all the fixes and improvements.
Dependency poem-openapi-macro 0.2.0 is slightly outdated
Consider upgrading to 0.3.0 to get all the fixes and improvements.
from-attr-core, predawn-macro-core, rudi-macro, from-attr-macro, macro-v, poem-extensions-macro, nade-macro
Imprecise dependency requirement syn = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
syn = "2.0.98"
. 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.
poem-extensions
Imprecise dependency requirement poem = 3
Cargo does not always pick latest versions of dependencies! Specify the version as
poem = "3.1.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.
poem-extensions-macro
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/zihantype/poem\-extensions\.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 thiserror 1 is a bit outdated
Consider upgrading to 2.0.11 to get all the fixes and improvements.
nade-macro
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/zihantype/nade\.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.
from-attr-core
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::procedural-macro-helpers"]
to theCargo.toml
.
from-attr-core, predawn-macro-core, rudi-macro, predawn-macro, poem-openapi-response, from-attr-macro, macro-v, rudi-core, poem-openapi-api-derive, poem-extensions-macro, nade-macro, poem-openapi-macro
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.
poem-openapi-api-derive
Dependency syn 1.0.98 is significantly outdated
Upgrade to 2.0.98 to get all the fixes, and avoid causing duplicate dependencies in projects.
poem-openapi-macro
Dependency syn 1.0.98 is significantly outdated
Upgrade to 2.0.98 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.
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 darling 0.14.1 is significantly outdated
Upgrade to 0.20.10 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0.31 is a bit outdated
Consider upgrading to 2.0.11 to get all the fixes and improvements.
predawn-macro-core
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::procedural-macro-helpers"]
to theCargo.toml
.
predawn-macro
Imprecise dependency requirement http = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
http = "1.2.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.
rudi-core
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rust-patterns"]
to theCargo.toml
.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.