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.
pg-trunk, controller, tembo-cli
Dependency rand 0.8.5 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
pg-trunk, tembo-stacks, pgmq, pgx_pgmq, coredb-cli, pgui-api, pgx_prometheus_exporter, pgmq-core
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.
tembo-stacks
Dependency serde_yaml 0.9.21 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency utoipa 3 is significantly outdated
Upgrade to 5.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement utoipa = 3
Cargo does not always pick latest versions of dependencies! Specify the version as
utoipa = "5.3.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 keywords
Help users find your crates. Add
keywords = ["postgresql", "stack", "database", "deployment", "tembo"]
(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.
controller
Dependency itertools 0.11.0 is significantly outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency kube 0.84.0 is significantly outdated
Upgrade to 0.98.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency opentelemetry 0.19.0 is significantly outdated
Upgrade to 0.27.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency serde_yaml 0.9.25 has issues
It may not be actively developed any more. Consider changing the dependency.
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.
Dependency tracing-opentelemetry 0.19.0 is significantly outdated
Upgrade to 0.28.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency utoipa 3.5.0 is significantly outdated
Upgrade to 5.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency opentelemetry-otlp 0.12.0 is outdated
Upgrade to 0.27.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency reqwest 0.11.20 is outdated
Upgrade to 0.12.12 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0.44 is a bit outdated
Consider upgrading to 2.0.11 to get all the fixes and improvements.
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 = ["kubernetes-cluster", "postgresql", "key", "operator", "postgresql-extension"]
(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 'opentelemetry-otlp' 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 'opentelemetry-otlp', 'tonic' may have been unintentional.
temboclient, controller, nile-client-rs, tembodataclient, registry-s3
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.
pg-trunk
Dependency bollard 0.14.0 is significantly outdated
Consider upgrading to 0.18.1 to get all the fixes and improvements.
Dependency toml 0.7.2 is significantly outdated
Consider upgrading to 0.8.19 to get all the fixes and improvements.
Dependency base64 0.21 is outdated
Consider upgrading to 0.22.1 to get all the fixes and improvements.
Dependency colorful 0.2.2 is a bit outdated
Consider upgrading to 0.3.2 to get all the fixes and improvements.
Dependency env_logger 0.10.0 is outdated
Consider upgrading to 0.11.6 to get all the fixes and improvements.
Dependency fs-err 2.9.0 is a bit outdated
Consider upgrading to 3.1.0 to get all the fixes and improvements.
Dependency hyper 0.14.24 is outdated
Consider upgrading to 1.6.0 to get all the fixes and improvements.
Dependency reqwest 0.11.16 is outdated
Consider upgrading to 0.12.12 to get all the fixes and improvements.
Dependency tee_readwrite 0.1.0 is outdated
Consider upgrading to 0.2.0 to get all the fixes and improvements.
Dependency which 4.4.0 is a bit outdated
Consider upgrading to 7.0.1 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["postgresql-extension", "package-manager", "trunk", "build", "install"]
(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.
pg-trunk, coredb-cli, tembo-cli
Dependency serde_yaml 0.9.17 has issues
It may not be actively developed any more. Consider changing the dependency.
tembo-telemetry
Dependency opentelemetry 0.21 is significantly outdated
Upgrade to 0.27.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency opentelemetry-otlp 0.14 is significantly outdated
Upgrade to 0.27.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tracing-opentelemetry 0.22 is significantly outdated
Upgrade to 0.28.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency opentelemetry_sdk 0.21 is outdated
Upgrade to 0.27.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
tembo-stacks, controller, tembo-cli
Dependency k8s-openapi 0.18.0 is significantly outdated
Upgrade to 0.24.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
pgx_pgmq
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 pgmq 0.5.1 is slightly outdated
Consider upgrading to 0.30.0 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["message-queue", "postgresql", "postgresql-extension", "amazon-sqs", "redis-queue"]
(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.
temboclient
Dependency serde_with ^2.0 is outdated
Upgrade to 3.12.0 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 = ["web-programming::http-client"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["cloud", "api-client", "tembo", "generated-client", "platform"]
(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.
pgx_prometheus_exporter
Dependency prometheus-client 0.19.0-alpha.2 is significantly outdated
Upgrade to 0.23.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Latest prerelease is old
It's been over 23 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.
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.
Dependency pgx 0.6.1 is outdated
Upgrade to 0.7.4 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["postgresql", "prometheus-metrics", "extension", "pgx", "uptime"]
(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.
pgmq
Imprecise dependency requirement tokio = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
tokio = "1.43.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.
temboclient, tembodataclient, tembo-cli
Dependency reqwest ^0.11 is outdated
Upgrade to 0.12.12 to get all the fixes, and avoid causing duplicate dependencies in projects.
pgui-api
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/coredb\-io/coredb\.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.
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.Dependency base64 0.21.0 is outdated
Upgrade to 0.22.1 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.
nile-client-rs
Dependency reqwest 0.11.13 is outdated
Upgrade to 0.12.12 to get all the fixes, and avoid causing duplicate dependencies in projects.
nile-client-rs, tembodataclient, tembo-cli
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming"]
to theCargo.toml
.
coredb-cli
Missing keywords
Help users find your crates. Add
keywords = ["postgresql", "core-db", "database", "progress"]
(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.
registry-s3
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Dependency chrono =0.4.23 is significantly outdated
Upgrade to 0.4.39 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency reqwest =0.11.14 is significantly outdated
Upgrade to 0.12.12 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency sha-1 =0.10.1 has issues
It may not be actively developed any more. Consider changing the dependency.
Locked dependency version base64 =0.13.1
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 chrono =0.4.23
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 hmac =0.12.1
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 reqwest =0.11.14
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 sha-1 =0.10.1
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.
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.Dependency base64 =0.13.1 is outdated
Upgrade to 0.22.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["s3", "io", "storing", "interaction", "pgtrunk"]
(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.
tembodataclient
Missing keywords
Help users find your crates. Add
keywords = ["api-client", "data", "tembo", "cloud", "find"]
(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.
pgmq-core
Dependency sqlx 0.7.2 is outdated
Upgrade to 0.8.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement tokio = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
tokio = "1.43.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.
coredb-operator
Dependency k8s-openapi 0.16.0 is significantly outdated
Upgrade to 0.24.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency kube 0.77.0 is significantly outdated
Upgrade to 0.98.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency opentelemetry 0.18.0 is significantly outdated
Upgrade to 0.27.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency opentelemetry-otlp 0.11.0 is significantly outdated
Upgrade to 0.27.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency serde_yaml 0.9.14 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency tonic 0.8.3 is significantly outdated
Upgrade to 0.12.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tracing-opentelemetry 0.18.0 is significantly outdated
Upgrade to 0.28.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0.37 is a bit outdated
Consider upgrading to 2.0.11 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
.Missing keywords
Help users find your crates. Add
keywords = ["controller", "core-db", "operator", "status", "object"]
(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 'opentelemetry-otlp' 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 'opentelemetry-otlp', 'tonic' may have been unintentional.
tembo-cli
Failed to verify create's content against its repository
Verified 6 out of 67 files (includes 3 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).
Files in the crates.io crate compared to the repository:
README.md
does not match the repository.Cargo.lock
does not match the repository.Cargo.toml.orig
does not match the repository.rust-toolchain
does not match the repository.config.toml
not found.context
not found.examples/analytics/
tembo.toml
not found..gitignore
not found.
examples/merge/
overlay.toml
not found.tembo.toml
not found..gitignore
not found.
examples/migrations-1/
tembo.toml
not found..gitignore
not found.
examples/migrations-1/tembo-migrations/migration-test/
2024052302_add_email_to_users.sql
not found.2024052301_create_users_table.sql
not found.2024052303_insert_sample_data.sql
not found.
examples/migrations-2/
tembo.toml
not found..gitignore
not found.
20240621_create_custom_table.sql
not found.examples/minimal/
tembo.toml
not found..gitignore
not found.
examples/multiple-instances/
docker-compose.yml_bck
not found.tembo.toml
not found..gitignore
not found.
examples/set/
tembo.toml
not found..gitignore
not found.
examples/single-instance/
tembo.toml
not found..gitignore
not found.
examples/stack-file/
sample-stack-file.yaml
not found.tembo.toml
not found.
examples/vector/
.gitignore
not found.tembo.toml
not found.
src/
tui.rs
not found.lib.rs
not found.main.rs
does not match the repository.
src/cli/
docker.rs
does not match the repository.tembo_config.rs
not found.mod.rs
does not match the repository.context.rs
does not match the repository.file_utils.rs
does not match the repository.sqlx_utils.rs
not found.
src/cmd/
top.rs
not found.context.rs
does not match the repository.login.rs
not found.apply.rs
does not match the repository.init.rs
does not match the repository.delete.rs
not found.validate.rs
not found.logs.rs
not found.mod.rs
does not match the repository.
src/cmd/context/
list.rs
does not match the repository.set.rs
does not match the repository.
tembo/
init_pgdata.sh.template
not found.docker-compose.yml.template
not found.Dockerfile.template
does not match the repository.
tests/
integration_tests_docker.rs
not found.integration_tests_cloud.rs
not found.
docker-compose.yml
not found.tests/local-app-services/instance-1/
custom.conf
not found.Dockerfile
not found.
tests/local-app-services/instance-2/
Dockerfile
not found.custom.conf
not found.
Fetched
https://github.com/tembo-io/tembo-cli.git
10343ed277bdec5d674daf0ff9a19dc8e642b539.Checked on 2025-02-02
This check is experimental.
Dependency itertools 0.12.1 is significantly outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency test-case =2.0.0-rc2 is significantly outdated
Upgrade to 3.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tokio-tungstenite 0.21.0 is significantly outdated
Upgrade to 0.26.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency base64 0.21.5 is outdated
Upgrade to 0.22.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency clerk-rs 0.1.7 is slightly outdated
Consider upgrading to 0.4.0 to get all the fixes and improvements.
Dependency colorful 0.2.2 is a bit outdated
Consider upgrading to 0.3.2 to get all the fixes and improvements.
Dependency controller 0.50.1 is outdated
Consider upgrading to 0.54.3 to get all the fixes and improvements.
Dependency crossterm 0.27.0 is outdated
Upgrade to 0.28.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency dirs 5.0.1 is outdated
Upgrade to 6.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency hyper 0.14.27 is outdated
Upgrade to 1.6.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency jsonwebtoken 8.3.0 is outdated
Upgrade to 9.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency mockall 0.11.4 is outdated
Upgrade to 0.13.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tembo-stacks 0.16.7 is slightly outdated
Consider upgrading to 0.25.1 to get all the fixes and improvements.
Dependency tungstenite 0.21.0 is outdated
Upgrade to 0.26.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency webbrowser 0.8.12 is outdated
Upgrade to 1.0.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["tembo", "command", "postgresql", "cloud", "deployment"]
(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.
coredb
Crate contains junk files
The crate contains boilerplate Rust files with no real functionality.
No issues found in: tembo-pg-cnpg coredb-pg-base coredb-pg-slim coredb-pg
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.