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-sdk
Dependency time 0.3.40 is significantly outdated
Upgrade to 0.3.41 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 async-tungstenite 0.28.0 is outdated
Upgrade to 0.29.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
grafbase-sdk, graphql-composition, grafbase-hooks, graphql-federated-graph, graphql-schema-validation, gqlint, graphql-lint, grafbase-local-server, grafbase-local-backend
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming::http-server"]
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.
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
This check is experimental.
- 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.
grafbase-sdk-mock
No repository property
Specify git repository URL in
Cargo.toml
to help users find more information, contribute, and for lib.rs to read more info.Dependency cynic-parser 0.8.7 is significantly outdated
Upgrade to 0.9.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 = ["development-tools::testing"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["mocking", "extension", "grafbase-sdk-mock"]
(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.
grafbase
Dependency toml 0.7 is significantly outdated
Consider upgrading to 0.8.20 to get all the fixes and improvements.
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.4 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:
licenses.html
not found.Cargo.lock
does not match the repository.
Looked for the crate in
cli/crates/cli/
. Fetchedhttps://github.com/grafbase/grafbase.git
tagged0.19.2
(f7632f37ac7abd83b205651aa7fea97653ea0d5a).Checked on 2024-07-28
- 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.32"
. 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.
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 = ["database"]
to theCargo.toml
.
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.
grafbase-sdk, grafbase-sdk-mock, grafbase-local-server
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.
graphql-federated-graph, grafbase-sdk-mock, grafbase-hooks-derive
No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.
grafbase, grafbase-local-common, gqlint, graphql-lint, grafbase-local-server, 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.
opentelemetry-datadog-cloudflare
Dependency opentelemetry-http 0.6 is significantly outdated
Upgrade to 0.29.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tonic-build 0.8 is significantly outdated
Upgrade to 0.12.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency http 0.2 is outdated
Upgrade to 1.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency itertools 0.10 is outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency opentelemetry-semantic-conventions 0.9 is outdated
Upgrade to 0.29.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency prost 0.11 is outdated
Upgrade to 0.13.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency prost-build 0.11 is outdated
Upgrade to 0.13.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Imprecise dependency requirement lazy_static = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
lazy_static = "1.5.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.Optional dependency 'reqwest' 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 'reqwest' may have been unintentional.
graphql-federated-graph
Imprecise dependency requirement bitflags = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
bitflags = "2.9.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.
grafbase-local-backend
Dependency async-compression 0.3 is significantly outdated
Upgrade to 0.4.21 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-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.4 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.
grafbase, grafbase-local-common, gqlint, graphql-lint, grafbase-local-server, grafbase-local-backend
Dependency thiserror 1 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
graphql-schema-validation
Dependency miette 5.10.0 is outdated
Upgrade to 7.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement bitflags = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
bitflags = "2.9.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.
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.
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 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.
opentelemetry-datadog-cloudflare, grafbase-local-server, grafbase-local-backend
Dependency reqwest 0.11 is outdated
Upgrade to 0.12.15 to get all the fixes, and avoid causing duplicate dependencies in projects.
grafbase-hooks-derive
Failed to verify create's content against its repository
Verified 2 out of 5 files (includes 2 Cargo-generated).
- 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).
- Make sure the
repository
URL inCargo.toml
is correct
- Make sure the
- warning: Could not discover crate's location in its repository (via tags).
- warning: Could not find any matching commit in the repository. Used latest commit as a fallback. The results may be incorrect.
Files in the crates.io crate compared to the repository:
Cargo.toml.orig
does not match the repository.src/
expand.rs
not found.lib.rs
not found.
Fetched
https://github.com/grafbase/grafbase.git
7fe1318720d20730d2ebb4b653ffc3e2aab5a789.Checked on 2024-12-01
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.