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.
lol_html
Dependency selectors 0.33 is significantly outdated
Upgrade to 0.35.0 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.
cf-rustracing
Dependency rand 0.8.1 is outdated
Consider upgrading to 0.10.0 to get all the fixes and improvements.
Imprecise dependency requirement tokio = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
tokio = "1.49.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.Optional dependency 'backtrace' 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 'backtrace' may have been unintentional.
shellflip
Dependency nix 0.25 is significantly outdated
Upgrade to 0.31.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency sd-notify 0.3 is significantly outdated
Upgrade to 0.4.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
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.
Dependency thiserror 1.0 is outdated
Upgrade to 2.0.18 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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["os::unix-apis"]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.
cf-reqwest
Dependency cookie_store 0.21.0 is significantly outdated
Upgrade to 0.22.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency h3 0.0.6 is significantly outdated
Upgrade to 0.0.8 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency h3-quinn 0.0.7 is significantly outdated
Upgrade to 0.0.10 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rustls-native-certs 0.7 is significantly outdated
Upgrade to 0.8.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency system-configuration 0.6.0 is significantly outdated
Upgrade to 0.7.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency windows-registry 0.2 is significantly outdated
Upgrade to 0.6.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency hickory-resolver 0.24 is outdated
Upgrade to 0.25.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency wasm-streams 0.4 is a bit outdated
Consider upgrading to 0.5.0 to get all the fixes and improvements.
Dependency webpki-roots 0.26.0 is outdated
Upgrade to 1.0.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement http = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
http = "1.4.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.Optional dependency 'h2' 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 'h2' may have been unintentional.
cloudflare-soos
No repository property
Specify git repository URL in
Cargo.tomlto help users find more information, contribute, and for lib.rs to read more info.
svg-hush
Dependency xml-rs 0.8.17 has issues
It may not be actively developed any more. Consider changing the dependency.
boring-sys
Missing keywords
Help users find your crates. Add
keywords = ["boring-ssl", "tls", "built", "https-connector", "bindings"](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.
all-the-same
Dependency syn 1 is significantly outdated
Upgrade to 2.0.114 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement syn = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
syn = "2.0.114". 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.
foundations-macros
Imprecise dependency requirement syn = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
syn = "2.0.114". 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 darling 0.21 is outdated
Upgrade to 0.23.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
two-rusty-forks-macro
Dependency syn 1 is significantly outdated
Upgrade to 2.0.114 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement syn = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
syn = "2.0.114". 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.Buggy README path
The non-local path to readme specified as
\.\./README\.mdexposes a bug in Cargo. Please use a path inside the crate's directory. Symlinks are okay. Please verify the change doesn't break any repo-relative URLs in the README.Latest stable release is old
It's been over 5 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?
License MIT/Apache-2.0 is not in SPDX syntax
Use
ORinstead of/.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.
httx
Failed to verify create's content against its repository
Could not check any files
- warning: The crates.io package has no information about its path inside its repository.
- error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
- Make sure the
repositoryURL inCargo.tomlis correct and works withgit clone. The repository must be public.
- Make sure the
Checked on 2024-10-23
This check is experimental.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]to theCargo.toml.Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/cloudflare/httx\.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.
No readme property
Specify path to a
READMEfile for the project, so that information about is included in the crates.io tarball.Missing keywords
Help users find your crates. Add
keywords = ["http"](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.
quiche-mallard
Dependency qlog 0.13 is significantly outdated
Upgrade to 0.15.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency sfv 0.9 is significantly outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency intrusive-collections 0.9.5 is slightly outdated
Consider upgrading to 0.10.0 to get all the fixes and improvements.
Imprecise dependency requirement once_cell = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
once_cell = "1.21.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.Optional dependency 'foreign-types-shared' 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 'foreign-types-shared', 'boring', 'pkg-config' may have been unintentional.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.66, 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.
hyper-boring
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/hyper-boring ) failed. Please try again later.
tokio-boring
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/tokio-boring ) failed. Please try again later.
boring
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/boring ) failed. Please try again later.
foundations
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/foundations ) failed. Please try again later.
cf-rustracing-jaeger
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/cf-rustracing-jaeger ) failed. Please try again later.
two-rusty-forks
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/two-rusty-forks ) failed. Please try again later.
data-url-encode-macro
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/data-url-encode-macro ) failed. Please try again later.
data-url-encode-macro-impl
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/data-url-encode-macro-impl ) failed. Please try again later.
No issues found in: cloudflare-zlib-sys cloudflare-zlib
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.