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.
typedb-driver
Failed to verify create's content against its repository
Verified 1 out of 50 files (includes 0 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 discover crate's location in its repository (via tags).
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Cargo.toml.orig from the crate tarball could not be verified.
Files in the crates.io crate compared to the repository:
README.md
does not match the repository.src/
driver.rs
exists, but elsewhere in the repo.lib.rs
exists, but elsewhere in the repo.transaction.rs
exists, but elsewhere in the repo.
src/answer/
json.rs
exists, but elsewhere in the repo.concept_row.rs
exists, but elsewhere in the repo.mod.rs
exists, but elsewhere in the repo.concept_document.rs
exists, but elsewhere in the repo.
src/common/
info.rs
exists, but elsewhere in the repo.stream_sync.rs
exists, but elsewhere in the repo.options.rs
exists, but elsewhere in the repo.stream_async.rs
exists, but elsewhere in the repo.id.rs
exists, but elsewhere in the repo.error.rs
exists, but elsewhere in the repo.address.rs
exists, but elsewhere in the repo.promise_async.rs
exists, but elsewhere in the repo.promise_sync.rs
exists, but elsewhere in the repo.mod.rs
exists, but elsewhere in the repo.
src/concept/
type_.rs
exists, but elsewhere in the repo.instance.rs
exists, but elsewhere in the repo.value.rs
exists, but elsewhere in the repo.mod.rs
exists, but elsewhere in the repo.
src/connection/
server_connection.rs
exists, but elsewhere in the repo.runtime.rs
exists, but elsewhere in the repo.driver_options.rs
exists, but elsewhere in the repo.message.rs
exists, but elsewhere in the repo.credentials.rs
exists, but elsewhere in the repo.mod.rs
exists, but elsewhere in the repo.transaction_stream.rs
exists, but elsewhere in the repo.
src/connection/network/
mod.rs
exists, but elsewhere in the repo.stub.rs
exists, but elsewhere in the repo.channel.rs
exists, but elsewhere in the repo.
src/connection/network/proto/
message.rs
exists, but elsewhere in the repo.user.rs
exists, but elsewhere in the repo.concept.rs
exists, but elsewhere in the repo.database.rs
exists, but elsewhere in the repo.mod.rs
exists, but elsewhere in the repo.common.rs
exists, but elsewhere in the repo.
src/connection/network/transmitter/
mod.rs
exists, but elsewhere in the repo.rpc.rs
exists, but elsewhere in the repo.response_sink.rs
exists, but elsewhere in the repo.transaction.rs
exists, but elsewhere in the repo.
src/database/
database.rs
exists, but elsewhere in the repo.mod.rs
exists, but elsewhere in the repo.database_manager.rs
exists, but elsewhere in the repo.
src/user/
user.rs
exists, but elsewhere in the repo.mod.rs
exists, but elsewhere in the repo.user_manager.rs
exists, but elsewhere in the repo.
Fetched
https://github.com/typedb/typedb-driver.git
tagged3.0.5
(688b7e214c638b0fb9c69b00486d6e32712c1893).Checked on 2025-02-02
This check is experimental.
- warning: The crates.io package has no commit hash associated with it.
Dependency chrono-tz 0.9.0 is significantly outdated
Upgrade to 0.10.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.
Locked dependency version typedb-protocol =3.0.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 itertools 0.10.3 is outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["database-driver", "async-api", "typedb", "communication", "run-time"]
(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.
typeql
Failed to verify create's content against its repository
Verified 0 out of 85 files (includes 0 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: Found a Cargo.toml for this package in its repo (via tags), but the version was different.
- warning: Could not discover crate's location in its repository (via tags).
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Cargo.toml.orig from the crate tarball could not be verified.
Files in the crates.io crate compared to the repository:
README.md
does not match the repository.rust/
LICENSE
exists, but elsewhere in the repo.README.md
exists, but elsewhere in the repo.
rust/src/
typeql.rs
exists, but elsewhere in the repo.annotation.rs
exists, but elsewhere in the repo.pretty.rs
exists, but elsewhere in the repo.variable.rs
exists, but elsewhere in the repo.type_.rs
exists, but elsewhere in the repo.value.rs
exists, but elsewhere in the repo.
mod.rs
exists, but elsewhere in the repo.rust/src/common/
date_time.rs
exists, but elsewhere in the repo.variables_retrieved.rs
exists, but elsewhere in the repo.token.rs
exists, but elsewhere in the repo.validatable.rs
exists, but elsewhere in the repo.identifier.rs
exists, but elsewhere in the repo.string.rs
exists, but elsewhere in the repo.mod.rs
exists, but elsewhere in the repo.
rust/src/common/error/
mod.rs
exists, but elsewhere in the repo.macros.rs
exists, but elsewhere in the repo.
mod.rs
exists, but elsewhere in the repo.rust/src/parser/
typeql.pest
exists, but elsewhere in the repo.literal.rs
exists, but elsewhere in the repo.type_.rs
exists, but elsewhere in the repo.pipeline.rs
exists, but elsewhere in the repo.mod.rs
exists, but elsewhere in the repo.redefine.rs
exists, but elsewhere in the repo.expression.rs
exists, but elsewhere in the repo.annotation.rs
exists, but elsewhere in the repo.
rust/src/parser/define/
type_.rs
exists, but elsewhere in the repo.mod.rs
exists, but elsewhere in the repo.function.rs
exists, but elsewhere in the repo.struct_.rs
exists, but elsewhere in the repo.
rust/src/parser/statement/
thing.rs
exists, but elsewhere in the repo.mod.rs
exists, but elsewhere in the repo.type_.rs
exists, but elsewhere in the repo.single.rs
exists, but elsewhere in the repo.
rust/src/parser/test/
list.rs
exists, but elsewhere in the repo.builtin_functions.rs
exists, but elsewhere in the repo.functions.rs
exists, but elsewhere in the repo.write_queries.rs
exists, but elsewhere in the repo.schema_queries.rs
exists, but elsewhere in the repo.sugar.rs
exists, but elsewhere in the repo.group_aggregate.rs
exists, but elsewhere in the repo.autogenerated.rs
exists, but elsewhere in the repo.error.rs
exists, but elsewhere in the repo.builder.rs
exists, but elsewhere in the repo.disjunctions.rs
exists, but elsewhere in the repo.aggregate.rs
exists, but elsewhere in the repo.modifiers.rs
exists, but elsewhere in the repo.match_queries.rs
exists, but elsewhere in the repo.group.rs
exists, but elsewhere in the repo.regex.rs
exists, but elsewhere in the repo.fetch.rs
exists, but elsewhere in the repo.mod.rs
exists, but elsewhere in the repo.nonquery.rs
exists, but elsewhere in the repo.
mod.rs
exists, but elsewhere in the repo.mod.rs
exists, but elsewhere in the repo.mod.rs
exists, but elsewhere in the repo.mod.rs
exists, but elsewhere in the repo.rust/src/query/pipeline/stage/
fetch.rs
exists, but elsewhere in the repo.mod.rs
exists, but elsewhere in the repo.modifier.rs
exists, but elsewhere in the repo.insert.rs
exists, but elsewhere in the repo.match_.rs
exists, but elsewhere in the repo.update.rs
exists, but elsewhere in the repo.put.rs
exists, but elsewhere in the repo.reduce.rs
exists, but elsewhere in the repo.delete.rs
exists, but elsewhere in the repo.
rust/src/query/schema/
mod.rs
exists, but elsewhere in the repo.define.rs
exists, but elsewhere in the repo.redefine.rs
exists, but elsewhere in the repo.undefine.rs
exists, but elsewhere in the repo.
mod.rs
exists, but elsewhere in the repo.rust/src/schema/definable/
struct_.rs
exists, but elsewhere in the repo.function.rs
exists, but elsewhere in the repo.mod.rs
exists, but elsewhere in the repo.
rust/src/schema/definable/type_/
mod.rs
exists, but elsewhere in the repo.capability.rs
exists, but elsewhere in the repo.
mod.rs
exists, but elsewhere in the repo.rust/src/statement/
comparison.rs
exists, but elsewhere in the repo.mod.rs
exists, but elsewhere in the repo.type_.rs
exists, but elsewhere in the repo.
rust/src/statement/thing/
mod.rs
exists, but elsewhere in the repo.isa.rs
exists, but elsewhere in the repo.
mod.rs
exists, but elsewhere in the repo.
Looked for the crate in
rust/
. Fetchedhttps://github.com/typedb/typeql.git
tagged3.0.5
(0f1fbbc82fe8fb9bc3deeb1d1f52f5f8d5b278cb).Checked on 2025-02-02
- warning: The crates.io package has no commit hash associated with it.
Dependency chrono =0.4.38 is significantly outdated
Upgrade to 0.4.40 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency pest =2.7.13 is significantly outdated
Upgrade to 2.7.15 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 pest_derive =2.7.13 is significantly outdated
Upgrade to 2.7.15 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency regex =1.10.6 is significantly outdated
Upgrade to 1.11.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Locked dependency version chrono =0.4.38
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.
Locked dependency version itertools =0.10.5
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.
Locked dependency version pest =2.7.13
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.
Locked dependency version pest_derive =2.7.13
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.
Locked dependency version regex =1.10.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 itertools =0.10.5 is outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["query-language", "user", "database", "pattern", "database-interface"]
(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.
typedb-protocol
Failed to verify create's content against its repository
Verified 0 out of 4 files (includes 0 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: Found a Cargo.toml for this package in its repo (via tags), but the version was different.
- warning: Could not discover crate's location in its repository (via tags).
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Cargo.toml.orig from the crate tarball could not be verified.
Files in the crates.io crate compared to the repository:
grpc/rust/
README.md
exists, but elsewhere in the repo.LICENSE
exists, but elsewhere in the repo.
typedb.protocol.rs
not found.
Looked for the crate in
grpc/rust/
. Fetchedhttps://github.com/typedb/typedb-protocol.git
tagged3.0.0
(111f1a9ed8aac3360c0b5d16e68c1ecebe823137).Checked on 2024-12-21
- warning: The crates.io package has no commit hash associated with it.
Dependency prost =0.13.4 is significantly outdated
Upgrade to 0.13.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Locked dependency version prost =0.13.4
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.
Locked dependency version tonic =0.12.3
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.
Missing keywords
Help users find your crates. Add
keywords = ["remote-procedure", "protocols", "grpc", "type-db", "driver"]
(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.
typedb-driver, typeql, typedb-protocol, typedb-client
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.
typedb-driver, typeql, typedb-protocol, typedb-client
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.
typedb-client
Dependency tonic 0.8.0 is significantly outdated
Upgrade to 0.12.3 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 prost 0.11.0 is outdated
Upgrade to 0.13.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency typedb-protocol 0.1.0 is outdated
Consider upgrading to 3.0.0 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["api-client", "typedb", "concepts", "connect", "return"]
(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.
No issues found in: typeql_lang
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.