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.
operi
Imprecise dependency requirement tempfile = 3
Cargo does not always pick latest versions of dependencies! Specify the version as
tempfile = "3.25.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 = ["parser-implementations", "authentication"]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 = ["sdk", "sdk-for-building", "anyhow", "json-schema", "artificial-intelligence"](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.
operi-abi
Dependency wit-bindgen 0.51 is slightly outdated
Consider upgrading to 0.53.1 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
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 = ["tool-module", "stable-abi", "run-time", "operi", "wasm-target"](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.
operi-build
No repository property
Specify git repository URL in
Cargo.tomlto help users find more information, contribute, and for lib.rs to read more info.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::build-utils"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["build-time", "utilities", "operi", "utilities-for-operi", "embedding"](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.
serde_keyed_derive
Imprecise dependency requirement syn = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
syn = "2.0.116". 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.
Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.56, which is newer than the last 2015-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.
if-changed
Dependency git2 0.18.3 is significantly outdated
Upgrade to 0.20.4 to get all the fixes, and avoid causing duplicate dependencies in projects.
unfmt_macros
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.
cargo-operi
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/cargo-operi ) failed. Please try again later.
operi-runtime
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/operi-runtime ) failed. Please try again later.
operai-runtime
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/operai-runtime ). Please try again later.
operai-core
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/operai-core ). Please try again later.
operai-macro
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/operai-macro ). Please try again later.
operai-embedding
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/operai-embedding ). Please try again later.
brwse-bridge-postgres
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/brwse-bridge-postgres ). Please try again later.
brwse-bridge-cli
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/brwse-bridge-cli ). Please try again later.
brwse-bridge-registry
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/brwse-bridge-registry ). Please try again later.
brwse-bridge-http
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/brwse-bridge-http ). Please try again later.
aiflow
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/aiflow ). Please try again later.
geocoding-async
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/geocoding-async ). Please try again later.
No issues found in: operi-macro addr-spec unfmt
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.