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.
gel-stream
Locked dependency version derive-io =0.5.0
This can easily cause a dependency resolution conflict. If you must work around a semver-breaking dependency that can't be yanked, use a range of versions or fork it.
Dependency foreign-types 0.3 is a bit outdated
Consider upgrading to 0.5.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 rustls-platform-verifier 0.5.1 is outdated
Upgrade to 0.6.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rustls-tokio-stream 0.6.0 is outdated
Upgrade to 0.8.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency socket2 0.5.2 is outdated
Upgrade to 0.6.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement rustls-pemfile = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
rustls-pemfile = "2.2.0". IfCargo.lockends 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-versionsflag, 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-versionsCargo 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 = ["network-programming"]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.
Missing keywords
Help users find your crates. Add
keywords = ["data-streaming", "server", "tls", "tcp", "openssl"](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.
gel-stream, gel-dsn, gel-jwt, gel-auth, gel-tokio, gel-protocol, gel-config, gel-db-protocol, gel-pg-protocol, gel-errors, gel-protogen, gel-pg-captive, edgedb-client
No repository property
Specify git repository URL in
Cargo.tomlto help users find more information, contribute, and for lib.rs to read more info.
gel-stream, gel-dsn, gel-jwt, gel-auth, gel-tokio, gel-protocol, gel-config, gel-db-protocol, gel-pg-protocol, gel-errors, gel-protogen, gel-pg-captive, edgedb-client, tls-api-test-2
License MIT/Apache-2.0 is not in SPDX syntax
Use
ORinstead of/.
gel-dsn, gel-tokio, gel-protocol, gel-db-protocol, gel-pg-protocol, gel-errors, gel-pg-captive, edgedb-client
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database"]to theCargo.toml.
gel-jwt
Locked dependency version const-oid =0.9.6
This can easily cause a dependency resolution conflict. If you must work around a semver-breaking dependency that can't be yanked, use a range of versions or fork it.
Dependency const-oid =0.9.6 is slightly outdated
Consider upgrading to 0.10.1 to get all the fixes and improvements.
Dependency jsonwebtoken 9.3 is outdated
Upgrade to 10.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Easy way to bump dependencies:
cargo install cargo-edit; cargo upgrade -i; Also check out Dependabot service on GitHub.Dependency rand 0.8.5 is outdated
Consider upgrading to 0.9.2 to get all the fixes and improvements.
Imprecise dependency requirement base64ct = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
base64ct = "1.8.0". IfCargo.lockends 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-versionsflag, used by users of old Rust versions.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["cryptography"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["jwt", "gel", "rsa-key", "symmetric-key", "database"](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.Optional dependency 'pyo3' 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 'pyo3' may have been unintentional.
gel-protogen
Dependency const-str 0.6 is significantly outdated
Upgrade to 0.7.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency gel-protogen-proc-macros 0.1.2 has issues
It may not be actively developed any more. Consider changing the dependency.
Locked dependency version type-mapper =0.1.2
This can easily cause a dependency resolution conflict. If you must work around a semver-breaking dependency that can't be yanked, use a range of versions or fork it.
Imprecise dependency requirement uuid = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
uuid = "1.18.0". IfCargo.lockends 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-versionsflag, used by users of old Rust versions.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["encoding"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["writer", "parser", "protocols", "gel", "serialization-protocols"](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.
gel-protocol
Imprecise dependency requirement serde_json = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde_json = "1.0.145". IfCargo.lockends 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-versionsflag, 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 keywords
Help users find your crates. Add
keywords = ["database-client", "gel", "model", "gel-tokio", "low-level"](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.Optional dependency 'serde_json' 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 'serde_json', 'bigdecimal', 'serde', 'num-traits', 'num-bigint', 'chrono' may have been unintentional.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.85, which is newer than the last 2018-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --editionand updateedition="…"inCargo.toml.Using the latest edition helps avoid old quirks of the compiler, and ensures Rust code has consistent syntax and behavior across all projects.
gel-auth
Dependency md5 0.7.0 is a bit outdated
Consider upgrading to 0.8.0 to get all the fixes and improvements.
Dependency roaring 0.10.6 is slightly outdated
Consider upgrading to 0.11.2 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database", "authentication"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["gel", "md5", "postgresql", "scram", "database"](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.
gel-db-protocol
README missing from crate tarball
Cargo sometimes fails to package the
READMEfile. Ensure the path to theREADMEinCargo.tomlis valid, and points to a file inside the crate's directory.Missing keywords
Help users find your crates. Add
keywords = ["protocols", "edge-db", "gel", "low-level", "wire"](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.
gel-tokio
Dependency base16ct 0.2.0 is slightly outdated
Consider upgrading to 0.3.0 to get all the fixes and improvements.
Imprecise dependency requirement rustls-pemfile = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
rustls-pemfile = "2.2.0". IfCargo.lockends 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-versionsflag, used by users of old Rust versions.Missing keywords
Help users find your crates. Add
keywords = ["client-database", "tokio-client", "tokio-runtime", "gel", "transaction"](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.Optional dependency 'dirs' 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 'dirs', 'gel-derive', 'serde_json' may have been unintentional.
gel-dsn
Imprecise dependency requirement gel-errors = 0
Cargo does not always pick latest versions of dependencies! Specify the version as
gel-errors = "0.5.4". IfCargo.lockends 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-versionsflag, used by users of old Rust versions.Missing keywords
Help users find your crates. Add
keywords = ["dsn", "gel", "postgresql", "data-source", "parser"](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.
gel-config
Imprecise dependency requirement indexmap = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
indexmap = "2.11.0". IfCargo.lockends 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-versionsflag, used by users of old Rust versions.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database", "config"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["config", "gel", "parser-config"](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.
edgedb-client
Dependency async-std 1.10 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency edgedb-derive 0.3.0 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency edgedb-errors 0.2.0 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency edgedb-protocol 0.3.0 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency rustls 0.20.2 is significantly outdated
Upgrade to 0.23.32 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rustls-pemfile 0.3.0 is significantly outdated
Upgrade to 2.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tls-api 0.7.0 is significantly outdated
Upgrade to 0.12.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency typemap 0.3.3 has issues
It may not be actively developed any more. Consider changing the dependency.
Imprecise dependency requirement anyhow = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
anyhow = "1.0.100". IfCargo.lockends 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-versionsflag, used by users of old Rust versions.Dependency dirs 4.0.0 is outdated
Upgrade to 6.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.8 is outdated
Consider upgrading to 0.9.2 to get all the fixes and improvements.
Dependency rustls-native-certs 0.6.1 is outdated
Upgrade to 0.8.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency snafu 0.7.0 is outdated
Upgrade to 0.8.9 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tls-api-not-tls 0.7.0 is a bit outdated
Consider upgrading to 0.12.1 to get all the fixes and improvements.
Dependency tls-api-rustls 0.7.0 is outdated
Upgrade to 0.12.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency webpki-roots 0.22.2 is outdated
Upgrade to 1.0.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Latest stable release is old
It's been over 3 years. 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").If the crate is truly stable, why not make a 1.0.0 release?
Missing keywords
Help users find your crates. Add
keywords = ["async-std", "database-client", "edge-db", "progress", "task"](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.
gel-pg-captive
Dependency socket2 0.5 is outdated
Upgrade to 0.6.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement tempfile = 3
Cargo does not always pick latest versions of dependencies! Specify the version as
tempfile = "3.23.0". IfCargo.lockends 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-versionsflag, used by users of old Rust versions.Missing keywords
Help users find your crates. Add
keywords = ["testing", "postgresql", "captive", "server", "server-for-testing"](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.
gel-errors
Missing keywords
Help users find your crates. Add
keywords = ["gel", "error", "database-client"](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.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.85, which is newer than the last 2018-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --editionand updateedition="…"inCargo.toml.
gel-pg-protocol
Missing keywords
Help users find your crates. Add
keywords = ["gel", "protocols", "postgresql", "wire"](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.
tls-api-test-2
Dependency async-std 1.9.0 has issues
It may not be actively developed any more. Consider changing the dependency.
Latest stable release is old
It's been over 10 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").Nightly crates tend to have a short lifespan. We're delisting them if they're not updated frequently.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::testing"]to theCargo.toml.Optional dependency 'tokio' 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 'tokio', 'async-std' may have been unintentional.
edgedb-sdk, gel-derive, edgedb-protocol, edgedb-errors, edgedb-tokio, edgedb-sdk-macros, edgedb-derive
No repository property
Specify git repository URL in
Cargo.tomlto help users find more information, contribute, and for lib.rs to read more info.
edgedb-sdk
Dependency edgedb-errors 0.2.0 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency edgedb-protocol 0.3.0 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency uuid 0.8.1 is significantly outdated
Upgrade to 1.18.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
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.
Dependency bitflags 1.3.2 is outdated
Upgrade to 2.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency http 0.2.6 is outdated
Upgrade to 1.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0.30 is outdated
Consider upgrading to 2.0.17 to get all the fixes and improvements.
Latest stable release is old
It's been over 3 years. 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").Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["wasm"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["edge-db", "sdk", "handler", "wasm", "request"](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.
scram-2
Dependency rand 0.8.5 is outdated
Consider upgrading to 0.9.2 to get all the fixes and improvements.
Failed to verify create's content against its repository
Partially verified 14 files (includes 2 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
- warning: There is no matching git tag containing version '0.7.0'.
git tag v0.7.0 103f35fac202fdb4f100931636be33f8df430a26; git push origin --tags
Fetched
https://github.com/tomprogrammer/scram.git103f35fac202fdb4f100931636be33f8df430a26.Checked on 2025-04-09
This check is experimental.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["cryptography"]to theCargo.toml.
edgedb-sdk, edgedb-sdk-macros, edgedb-server, edgeql, edgedb-model, edgeql-rust, edgeql-parser, edgedb
README missing from crate tarball
Cargo sometimes fails to package the
READMEfile. Ensure the path to theREADMEinCargo.tomlis valid, and points to a file inside the crate's directory.
edgedb-sdk, gel-derive, edgedb-protocol, edgedb-errors, edgedb-tokio, edgedb-sdk-macros, edgedb-derive
License MIT/Apache-2.0 is not in SPDX syntax
Use
ORinstead of/.
edgedb-tokio
Dependency edgedb-derive 0.6 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency dirs 5.0.0 is outdated
Upgrade to 6.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["edge-db", "database-client", "renamed", "gel-tokio", "tokio-client"](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.
edgedb-protocol, edgedb-errors, edgedb-tokio, edgedb-derive
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.
gel-derive
Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.85, which is newer than the last 2018-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --editionand updateedition="…"inCargo.toml.
edgedb-protocol
Missing keywords
Help users find your crates. Add
keywords = ["database-client", "edge-db", "renamed", "edgedb-tokio", "client-database"](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.
edgedb-protocol, edgedb-errors, edgedb-tokio
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database"]to theCargo.toml.
edgedb-protocol, edgedb-errors, edgedb-derive
Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.75, which is newer than the last 2018-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --editionand updateedition="…"inCargo.toml.
edgedb-errors
Missing keywords
Help users find your crates. Add
keywords = ["edge-db", "database-client", "renamed", "error"](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.
edgedb-sdk-macros
Dependency syn 1.0.81 is significantly outdated
Upgrade to 2.0.106 to get all the fixes, and avoid causing duplicate dependencies in projects.
Latest stable release is old
It's been over 3 years. 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").
gel
No readme property
Specify path to a
READMEfile for the project, so that information about is included in the crates.io tarball.
gel, edgedb-server, edgeql, edgedb-model, edgeql-rust, edgeql-parser, edgedb
Crate is 'reserved'
Please be respectful of crates.io and don't squat crate names.
It's OK if you intend to publish this project in the near future. Keep in mind that even if you have good intentions, things may not go as planned. crates.io won't reclaim abandoned crates, so reserving good names may end up wasting the good names.
gel-protogen-proc-macros
Crate contains junk files
The crate contains boilerplate Rust files with no real functionality.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.