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.
grafbase
Dependency toml 0.7 is significantly outdated
Consider upgrading to 0.8.20 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Dependency colored 2 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 hex-literal 0.4 is outdated
Consider upgrading to 1.0.0 to get all the fixes and improvements.
Dependency inquire 0.6 is outdated
Consider upgrading to 0.7.5 to get all the fixes and improvements.
Dependency webbrowser 0.8 is outdated
Consider upgrading to 1.0.3 to get all the fixes and improvements.
Failed to verify create's content against its repository
Verified 178 out of 179 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
Files in the crates.io crate compared to the repository:
Cargo.lock
does not match the repository.licenses.html
not found.
Looked for the crate in
cli/crates/cli/
. Fetchedhttps://github.com/grafbase/grafbase.git
tagged0.19.2
(f7632f37ac7abd83b205651aa7fea97653ea0d5a).Checked on 2024-07-28
This check is experimental.
- warning: The crates.io package has no commit hash associated with it.
Imprecise dependency requirement clap = 4
Cargo does not always pick latest versions of dependencies! Specify the version as
clap = "4.5.31"
. 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.
graphql-lint
Failed to verify create's content against its repository
Verified 4 out of 5 files (includes 1 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: The crates.io package has no information about its path inside its repository.
- warning: There is no matching git tag containing version '0.1.3'.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Dependencies don't match: 'thiserror' uses different versions: '1' vs '1.0.59'.
Files in the crates.io crate compared to the repository:
Cargo.toml.orig
does not match the repository.
Looked for the crate in
graphql-lint/
. Fetchedhttps://github.com/grafbase/grafbase.git
6319094f9d4abdd17ab05a3cce5eababff77565d.Checked on 2024-07-28
- warning: The crates.io package has no commit hash associated with it.
Dependency cynic-parser 0.2.3 is significantly outdated
Upgrade to 0.9.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement thiserror = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
thiserror = "2.0.12"
. 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 = ["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.
gqlint
Failed to verify create's content against its repository
Partially verified 5 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: The crates.io package has no information about its path inside its repository.
- warning: Could not find Cargo.toml for this package in its repo (via tags).
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Dependencies don't match: 'thiserror' uses different versions: '1' vs '1.0.59'.
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
gqlint/
. Fetchedhttps://github.com/grafbase/grafbase.git
6319094f9d4abdd17ab05a3cce5eababff77565d.Checked on 2024-08-04
- warning: The crates.io package has no commit hash associated with it.
Imprecise dependency requirement thiserror = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
thiserror = "2.0.12"
. 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.Dependency colored 2.1.0 is a bit outdated
Consider upgrading to 3.0.0 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database", "web-programming::http-server"]
to theCargo.toml
.
grafbase-local-common
Latest prerelease is old
It's been over 21 months. 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"
).Users pay attention to the latest release date. Even if the crate is perfectly fine as-is, users may not know that.
Dependency dirs 5 is outdated
Upgrade to 6.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Failed to verify create's content against its repository
Verified 9 out of 10 files (includes 1 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
Files in the crates.io crate compared to the repository:
licenses.html
not found.
Looked for the crate in
cli/crates/common/
. Fetchedhttps://github.com/grafbase/grafbase.git
tagged0.20.0-rc.3
(37e3a6409160c06c1cd7b7033cd0d31759173063).Checked on 2024-07-28
- warning: The crates.io package has no commit hash associated with it.
Imprecise dependency requirement exitcode = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
exitcode = "1.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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["wasm", "database"]
to theCargo.toml
.
grafbase, gqlint, grafbase-local-server, graphql-lint, grafbase-local-common, grafbase-local-backend
The Cargo package has no git commit information
Before publishing a package, make sure all packaged files are committed to the repository, and there are no "dirty" files. Push this commit to crate's public repository.
To protect against supply chain attacks similar to CVE-2024-3094, lib.rs will soon start flagging non-reproducible packages without public source code as suspicious. Currently only git repositories are supported (but may be hosted anywhere, not just GitHub). If you'd like a different SCM supported, please file a feature request.
grafbase-local-backend
Dependency async-compression 0.3 is significantly outdated
Upgrade to 0.4.20 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency http-cache-reqwest 0.7 is significantly outdated
Upgrade to 0.15.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency async-tar 0.4 is outdated
Upgrade to 0.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency axum 0.6 is outdated
Upgrade to 0.8.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency cynic 2 is outdated
Upgrade to 3.10.0 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 reqwest 0.11 is outdated
Upgrade to 0.12.12 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency reqwest-middleware 0.2 is outdated
Upgrade to 0.4.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tower-http 0.4 is outdated
Upgrade to 0.6.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency webbrowser 0.8 is outdated
Upgrade to 1.0.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Failed to verify create's content against its repository
Verified 26 out of 27 files (includes 1 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
Files in the crates.io crate compared to the repository:
licenses.html
not found.
Looked for the crate in
cli/crates/backend/
. Fetchedhttps://github.com/grafbase/grafbase.git
tagged0.19.2
(f7632f37ac7abd83b205651aa7fea97653ea0d5a).Checked on 2024-07-24
- warning: The crates.io package has no commit hash associated with it.
Imprecise dependency requirement cynic = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
cynic = "3.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 = ["web-programming::http-server"]
to theCargo.toml
.
grafbase-local-server
Dependency version-compare 0.1 is significantly outdated
Upgrade to 0.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement anyhow = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
anyhow = "1.0.97"
. 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.Dependency axum 0.6 is outdated
Upgrade to 0.8.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency base64 0.21 is outdated
Upgrade to 0.22.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency hyper 0.14 is outdated
Upgrade to 1.6.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency integer-encoding 3 is a bit outdated
Consider upgrading to 4.0.2 to get all the fixes and improvements.
Dependency itertools 0.10 is outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency notify 5 is outdated
Upgrade to 8.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency notify-debouncer-mini 0.2 is outdated
Upgrade to 0.6.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency reqwest 0.11 is outdated
Upgrade to 0.12.12 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rust-embed 6 is outdated
Upgrade to 8.6.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency sqlx 0.6 is outdated
Upgrade to 0.8.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strip-ansi-escapes 0.1 is outdated
Upgrade to 0.2.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strum 0.24 is outdated
Upgrade to 0.27.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tantivy 0.19 is outdated
Upgrade to 0.22.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tower-http 0.4 is outdated
Upgrade to 0.6.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency which 4 is a bit outdated
Consider upgrading to 7.0.2 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming::http-server"]
to theCargo.toml
.
grafbase, gqlint, grafbase-local-server, graphql-lint, grafbase-local-common, grafbase-local-backend
Dependency thiserror 1 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.