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.
minifly-cli
Dependency notify 4.0 is significantly outdated
Consider upgrading to 8.2.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 tabled 0.16 is significantly outdated
Consider upgrading to 0.20.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 colored 2.1 is outdated
Consider upgrading to 3.1.0 to get all the fixes and improvements.
Dependency dialoguer 0.11 is outdated
Consider upgrading to 0.12.0 to get all the fixes and improvements.
Dependency dirs 5.0 is outdated
Consider upgrading to 6.0.0 to get all the fixes and improvements.
Dependency indicatif 0.17 is outdated
Consider upgrading to 0.18.4 to get all the fixes and improvements.
Dependency reqwest 0.12 is outdated
Consider upgrading to 0.13.3 to get all the fixes and improvements.
Dependency thiserror 1.0 is outdated
Consider upgrading to 2.0.18 to get all the fixes and improvements.
Dependency toml 0.8 is outdated
Consider upgrading to 1.1.0+spec-1.1.0 to get all the fixes and improvements.
kimberlite-types, kimberlite-properties, minifly-logging, kimberlite-config, kimberlite-agent-protocol, kimberlite-io, kimberlite-event-sourcing, minifly-network, minifly-litefs, minifly-core, minifly-api
No readme property
Specify path to a
READMEfile for the project, so that information about is included in the crates.io tarball.
kimberlite-properties, kimberlite-agent-protocol, kimberlite-event-sourcing
Imprecise dependency requirement serde = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde = "1.0.228". 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.
kimberlite-types
Imprecise dependency requirement bytes = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
bytes = "1.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.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 = ["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.
Missing keywords
Help users find your crates. Add
keywords = ["kimberlite", "finance", "healthcare", "stream-metadata", "audit"](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.
minifly
Dependency notify 4.0 is significantly outdated
Upgrade to 8.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tabled 0.16 is significantly outdated
Upgrade to 0.20.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency colored 2.1 is outdated
Consider upgrading to 3.1.0 to get all the fixes and improvements.
Dependency dialoguer 0.11 is outdated
Upgrade to 0.12.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency dirs 5.0 is outdated
Upgrade to 6.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency indicatif 0.17 is outdated
Consider upgrading to 0.18.4 to get all the fixes and improvements.
Dependency reqwest 0.12 is outdated
Upgrade to 0.13.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency toml 0.8 is outdated
Upgrade to 1.1.0+spec-1.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Failed to verify create's content against its repository
Partially verified 22 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.1.1'.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
cargo update.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
Files in the crates.io crate compared to the repository:
Cargo.locknot found.
Looked for the crate in
minifly/. Fetchedhttps://github.com/noheaddotdev/minifly.gitb2e7ad3e0b00a93de5a713e02e04ca0f15a40ff5.Checked on 2025-06-27
This check is experimental.
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.1.1'.
kimberlite-event-sourcing
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["event-sourcing", "kimberlite", "event-stream", "toolkit", "command-pattern"](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.
kimberlite-config
Imprecise dependency requirement anyhow = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
anyhow = "1.0.102". 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 toml 0.9 is significantly outdated
Upgrade to 1.1.0+spec-1.1.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 = ["config"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["config", "kimberlite", "database", "finance", "data-integrity"](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.
minifly-litefs
Dependency serde_yaml 0.9 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency axum 0.7 is outdated
Upgrade to 0.8.9 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency reqwest 0.12 is outdated
Upgrade to 0.13.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rusqlite 0.32 is outdated
Upgrade to 0.39.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
minifly-logging, minifly-network, minifly-litefs, minifly-core, minifly-api
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/noheaddotdev/minifly\.gitAt 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.
kimberlite-properties
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["simulation", "rust-patterns"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["properties", "violation", "antithesis-style", "annotations", "reached"](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.
kimberlite-io
Imprecise dependency requirement bytes = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
bytes = "1.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 = ["os::unix-apis", "asynchronous"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["abstraction", "kimberlite", "storage", "direct-io", "io-uring"](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 'libc' 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 'libc' may have been unintentional.
kimberlite-agent-protocol
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["authentication"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["control-plane", "kimberlite", "cluster", "protocols", "planes"](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.
minifly, minifly-network, minifly-litefs, minifly-core, minifly-api
Dependency thiserror 1.0 is outdated
Upgrade to 2.0.18 to get all the fixes, and avoid causing duplicate dependencies in projects.
minifly-core
Dependency serde_yaml 0.9 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency toml 0.8 is outdated
Upgrade to 1.1.0+spec-1.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
minifly-api
Dependency bollard 0.17 is significantly outdated
Upgrade to 0.20.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tower-http 0.5 is significantly outdated
Upgrade to 0.6.8 to get all the fixes, and avoid causing duplicate dependencies in projects.
Published crate doesn't match its repository
Partially verified 31 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.locknot found.
Looked for the crate in
minifly-api/. Fetchedhttps://github.com/noheaddotdev/minifly.gite5b3b03ea7be0a88fa96bb4a3bf703b02dd04073.Checked on 2025-06-26
Dependency axum 0.7 is outdated
Upgrade to 0.8.9 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency minifly-core 0.1.2 is outdated
Upgrade to 0.2.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency minifly-litefs 0.1.2 is slightly outdated
Consider upgrading to 0.2.2 to get all the fixes and improvements.
Dependency minifly-logging 0.1.2 is outdated
Consider upgrading to 0.2.2 to get all the fixes and improvements.
Dependency minifly-network 0.1.2 is slightly outdated
Consider upgrading to 0.2.2 to get all the fixes and improvements.
Dependency rand 0.8 is outdated
Consider upgrading to 0.10.1 to get all the fixes and improvements.
Dependency sha2 0.10 is a bit outdated
Consider upgrading to 0.11.0 to get all the fixes and improvements.
kimberlite-mcp
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/kimberlite-mcp ). Please try again later.
kimberlite-sharing
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kimberlite-sharing ) failed. Please try again later.
kimberlite-migration
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kimberlite-migration ) failed. Please try again later.
kimberlite-test-harness
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/kimberlite-test-harness ). Please try again later.
kimberlite-server
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/kimberlite-server ). Please try again later.
kimberlite-client
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/kimberlite-client ). Please try again later.
kimberlite
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/kimberlite ). Please try again later.
kimberlite-compliance
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/kimberlite-compliance ). Please try again later.
kimberlite-abac
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kimberlite-abac ) failed. Please try again later.
kimberlite-vsr
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/kimberlite-vsr ). Please try again later.
kimberlite-wire
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kimberlite-wire ) failed. Please try again later.
kimberlite-directory
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kimberlite-directory ) failed. Please try again later.
kimberlite-kernel
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kimberlite-kernel ) failed. Please try again later.
kimberlite-oracle
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kimberlite-oracle ) failed. Please try again later.
kimberlite-query
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kimberlite-query ) failed. Please try again later.
kimberlite-store
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kimberlite-store ) failed. Please try again later.
kimberlite-rbac
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kimberlite-rbac ) failed. Please try again later.
kimberlite-storage
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kimberlite-storage ) failed. Please try again later.
kimberlite-crypto
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kimberlite-crypto ) failed. Please try again later.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.