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.
veilid-hashlink
Dependency hashbrown 0.14.3 is significantly outdated
Upgrade to 0.15.3 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.
Published crate doesn't match its repository
Partially verified 18 files (includes 2 Cargo-generated).
Fetched
https://gitlab.com/veilid/hashlink.git
38ed917cdc9216b23d4098e3c67892156e8380f0.Checked on 2024-09-29
This check is experimental.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["data-structures"]
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.
Optional dependency 'serde' 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 'serde' may have been unintentional.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.71, which is newer than the last 2018-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and 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.
veilid-core, veilid-tools, keyring-manager
Published crate contains binary files
The crate contains binary files (JAR file). Crates are meant to be compiled from source. Please check that you haven't published temporary build files by accident. If you have test fixtures, consider excluding them from crates-io tarball, since Cargo doesn't run tests from crates-io packages.
veilid-tools
Dependency android_logger 0.13.3 is significantly outdated
Upgrade to 0.15.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency async-io 1.13.0 is significantly outdated
Upgrade to 2.4.0 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 async-std 1.13.0 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency netlink-sys =0.8.5 is significantly outdated
Upgrade to 0.8.7 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency nix 0.27.1 is significantly outdated
Upgrade to 0.30.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency time 0.3.38 is significantly outdated
Upgrade to 0.3.41 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tracing-oslog 0.1.2 is significantly outdated
Upgrade to 0.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency validator 0.19.0 is significantly outdated
Upgrade to 0.20.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Locked dependency version netlink-packet-route =0.17.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 netlink-sys =0.8.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 rtnetlink =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.
Dependency async-tungstenite 0.28.2 is outdated
Upgrade to 0.29.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency getrandom 0.2 is outdated
Upgrade to 0.3.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency imbl 3.0.0 is outdated
Upgrade to 5.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency jni-sys 0.3.0 is slightly outdated
Consider upgrading to 0.4.0 to get all the fixes and improvements.
Dependency ndk 0.7.0 is outdated
Upgrade to 0.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency netlink-packet-route =0.17.1 is a bit outdated
Consider upgrading to 0.23.0 to get all the fixes and improvements.
Dependency rand 0.8.5 is a bit outdated
Consider upgrading to 0.9.1 to get all the fixes and improvements.
Dependency rand_chacha 0.3.1 is outdated
Upgrade to 0.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand_core 0.6.4 is a bit outdated
Consider upgrading to 0.9.3 to get all the fixes and improvements.
Dependency rtnetlink =0.13.1 is slightly outdated
Consider upgrading to 0.16.0 to get all the fixes and improvements.
Dependency thiserror 1.0.69 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Imprecise dependency requirement ctrlc = ^3
Cargo does not always pick latest versions of dependencies! Specify the version as
ctrlc = "3.4.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 categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["network-programming"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["veilid", "networking", "veilid-tools", "applications", "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.No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.Optional dependency 'async-std' 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 'async-std', 'tokio', 'tokio-stream', 'ws_stream_wasm', 'tokio-util' may have been unintentional.
veilid-core
Dependency async-std 1.13.0 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency async-tungstenite 0.27.0 is significantly outdated
Upgrade to 0.29.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency nix 0.27.1 is significantly outdated
Upgrade to 0.30.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tracing-oslog 0.1.2 is significantly outdated
Upgrade to 0.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency windows 0.51.1 is significantly outdated
Upgrade to 0.61.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency capnp 0.19.8 is outdated
Upgrade to 0.21.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency capnpc 0.19.0 is outdated
Consider upgrading to 0.21.0 to get all the fixes and improvements.
Dependency config 0.13.4 is outdated
Upgrade to 0.15.11 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency directories 5.0.1 is outdated
Consider upgrading to 6.0.0 to get all the fixes and improvements.
Dependency getrandom 0.2.15 is outdated
Upgrade to 0.3.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency hickory-resolver 0.24.4 is outdated
Consider upgrading to 0.25.1 to get all the fixes and improvements.
Dependency jni-sys 0.3.0 is slightly outdated
Consider upgrading to 0.4.0 to get all the fixes and improvements.
Dependency maxminddb 0.24.0 is outdated
Upgrade to 0.26.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ndk 0.7.0 is outdated
Upgrade to 0.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency reqwest 0.11 is outdated
Upgrade to 0.12.15 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rustls 0.21.12 is outdated
Upgrade to 0.23.26 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rustls-pemfile 1.0.4 is outdated
Upgrade to 2.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency sanitize-filename 0.5.0 is outdated
Upgrade to 0.6.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency sysinfo ^0.30.13 is outdated
Upgrade to 0.35.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0.69 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Dependency tsify 0.4.5 is slightly outdated
Consider upgrading to 0.5.5 to get all the fixes and improvements.
Dependency webpki-roots 0.25.4 is outdated
Upgrade to 0.26.10 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 = ["database"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["veilid", "applications", "signature", "node", "framework"]
(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 readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.Optional dependency 'reqwest' 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 'reqwest', 'hickory-resolver', 'async-std', 'maxminddb', 'tokio', 'tokio-stream', 'async-std-resolver', 'tokio-util' may have been unintentional.
veilid-igd
Dependency async-std 1 has issues
It may not be actively developed any more. Consider changing the dependency.
Published crate doesn't match its repository
Partially verified 29 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Fetched
https://gitlab.com/veilid/rust-igd.git
64409460d4af5154dc9198798a5cfa5934156b93.Checked on 2024-08-10
Dependency attohttpc 0.24 is outdated
Consider upgrading to 0.29.2 to get all the fixes and improvements.
Dependency http 0.2 is outdated
Upgrade to 1.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency hyper 0.14 is outdated
Upgrade to 1.6.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.8 is a bit outdated
Consider upgrading to 0.9.1 to get all the fixes and improvements.
Dependency xmltree 0.10 is a bit outdated
Consider upgrading to 0.11.0 to get all the fixes and improvements.
Imprecise dependency requirement url = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
url = "2.5.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.
keyvaluedb, keyvaluedb-shared-tests, keyvaluedb-memorydb, keyvaluedb-sqlite, keyvaluedb-web, keyring-manager
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.
keyvaluedb, keyvaluedb-shared-tests, keyvaluedb-memorydb, veilid-igd
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.
veilid-bugsalot
Published crate doesn't match its repository
Partially verified 13 files (includes 2 Cargo-generated).
Fetched
https://gitlab.com/veilid/bugsalot.git
a55887ad56ad52ac6ae94dd9a86e8a66bf8b7149.Checked on 2024-08-10
Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.57, which is newer than the last 2018-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and updateedition="…"
inCargo.toml
.
veilid-async-tls
Dependency rustls 0.21 is outdated
Upgrade to 0.23.26 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rustls-pemfile 1.0 is outdated
Upgrade to 2.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rustls-webpki 0.101.4 is outdated
Upgrade to 0.103.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency webpki-roots 0.22.3 is outdated
Upgrade to 0.26.10 to get all the fixes, and avoid causing duplicate dependencies in projects.
Failed to verify create's content against its repository
Verified 24 out of 29 files (includes 2 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:
Cargo.toml.orig
does not match the repository.README.md
does not match the repository.connector.rs
does not match the repository.tests/
test.rs
does not match the repository.google.rs
does not match the repository.
Fetched
https://github.com/async-rs/async-tls.git
taggedv0.12.0
(b9400e6204d6dc85a85c7ee8f2a5450997f769e6).Checked on 2024-07-28
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.Missing keywords
Help users find your crates. Add
keywords = ["tls", "async-tls", "veilid-async-tls", "notice", "async-write"]
(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.
keyvaluedb-web
Dependency async-lock 2.8.0 is significantly outdated
Upgrade to 3.4.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement web-sys = ^0
Cargo does not always pick latest versions of dependencies! Specify the version as
web-sys = "0.3.77"
. 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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["browser", "keyvaluedb-web", "key-value-database"]
(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.
keyring-manager
Dependency core-foundation 0.9.3 is a bit outdated
Consider upgrading to 0.10.0 to get all the fixes and improvements.
Dependency directories 5.0.1 is outdated
Consider upgrading to 6.0.0 to get all the fixes and improvements.
Dependency fs4 0.6.6 is outdated
Upgrade to 0.13.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ndk ^0.7 is outdated
Upgrade to 0.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency secret-service 2.0.2 is outdated
Upgrade to 5.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency security-framework 2.9.2 is a bit outdated
Consider upgrading to 3.2.0 to get all the fixes and improvements.
Imprecise dependency requirement android_logger = ^0
Cargo does not always pick latest versions of dependencies! Specify the version as
android_logger = "0.15.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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["authentication"]
to theCargo.toml
.Optional dependency 'android_logger' 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 'android_logger', 'simplelog', 'backtrace' may have been unintentional.
keyvaluedb, keyvaluedb-shared-tests, keyvaluedb-memorydb, keyvaluedb-sqlite, keyvaluedb-web, veilid-wasm, veilid-flutter
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.
veilid-async-tungstenite
Dependency async-std 1.0 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency gio 0.18 is outdated
Upgrade to 0.20.9 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency glib 0.18 is outdated
Upgrade to 0.20.9 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rustls-native-certs 0.6 is outdated
Upgrade to 0.8.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tokio-rustls 0.24 is outdated
Upgrade to 0.26.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tungstenite 0.20 is outdated
Upgrade to 0.26.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency webpki-roots 0.25 is outdated
Upgrade to 0.26.10 to get all the fixes, and avoid causing duplicate dependencies in projects.
Failed to verify create's content against its repository
Verified 32 out of 33 files (includes 3 Cargo-generated).
- 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
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.Cargo.toml.orig
does not match the repository.
Fetched
https://github.com/sdroege/async-tungstenite.git
tagged0.23.0
(c4fb3afb8a94f2c89508c45bbd09215097b315bc).Checked on 2024-07-28
- warning: Could not find Cargo.toml for this package in its repo (via tags).
Optional dependency 'real-tokio-openssl' 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 'real-tokio-openssl', 'async-std', 'openssl', 'gio', 'glib', 'real-async-native-tls', 'real-tokio-rustls', 'real-native-tls', 'rustls-native-certs', 'tokio', 'real-async-tls', 'webpki-roots', 'real-tokio-native-tls' may have been unintentional.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.70, which is newer than the last 2018-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and updateedition="…"
inCargo.toml
.
keyvaluedb-sqlite
Dependency rusqlite 0.29.0 is outdated
Upgrade to 0.35.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 = ["database"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["traits", "keyvaluedb-sqlite", "key-value-database"]
(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.
keyvaluedb
Missing keywords
Help users find your crates. Add
keywords = ["key-value-database", "read", "cache"]
(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.
keyvaluedb-shared-tests
Missing keywords
Help users find your crates. Add
keywords = ["keyvaluedb-shared-tests", "key-value-database", "testing"]
(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.
keyvaluedb-memorydb
Missing keywords
Help users find your crates. Add
keywords = ["traits", "keyvaluedb-memorydb", "key-value-database"]
(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.
veilid-wasm
Crate is 'reserved'
Please be respectful of crates.io and don't squat crate names.
It's OK if you intend to publish this project in the near future. Keep in mind that even if you have good intentions, things may not go as planned. crates.io won't reclaim abandoned crates, so reserving good names may end up wasting the good names.
veilid-flutter
Crate is 'reserved'
Please be respectful of crates.io and don't squat crate names.
No issues found in: veilid-tracing-wasm
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.