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.
dbsp, feldera-sqllib, feldera_rust_decimal, feldera-ijson
Dependency rkyv 0.7.45 is a bit outdated
Consider upgrading to 0.8.10 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
feldera-size-of
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.Dependency hashbrown 0.13.2 is significantly outdated
Upgrade to 0.15.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
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 bigdecimal 0.3.0 is outdated
Upgrade to 0.4.8 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ordered-float 3.0.0 is outdated
Upgrade to 5.0.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.
dbsp
Dependency hashbrown 0.14.2 is significantly outdated
Upgrade to 0.15.2 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 ptr_meta 0.2.0 is significantly outdated
Upgrade to 0.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tarpc 0.33.0 is significantly outdated
Upgrade to 0.36.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency textwrap 0.15.0 is significantly outdated
Upgrade to 0.16.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement thiserror = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
thiserror = "2.0.12"
. 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.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 binrw 0.13.3 is outdated
Upgrade to 0.14.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency derive_more 1.0 is outdated
Upgrade to 2.0.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency fastbloom 0.8.0 is outdated
Upgrade to 0.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency io-uring 0.6.3 is outdated
Upgrade to 0.7.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency metrics 0.23.0 is outdated
Upgrade to 0.24.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ordered-float 4.2.0 is outdated
Upgrade to 5.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency petgraph 0.6.0 is a bit outdated
Consider upgrading to 0.8.1 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 typedmap 0.3.0 is outdated
Upgrade to 0.6.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency zip 0.6.2 is outdated
Upgrade to 2.6.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
feldera-sqllib
Dependency geo 0.26.0 is significantly outdated
Upgrade to 0.30.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement thiserror = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
thiserror = "2.0.12"
. 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.Dependency metrics 0.23.0 is outdated
Upgrade to 0.24.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
feldera_rust_decimal
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 diesel 1.0 is outdated
Upgrade to 2.2.10 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ndarray 0.15.6 is outdated
Upgrade to 0.16.1 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.
Failed to verify create's content against its repository
Verified 46 out of 60 files (includes 2 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:
.buildnumber
does not match the repository..gitignore
does not match the repository.CHANGELOG.md
does not match the repository.README.md
does not match the repository.Cargo.toml.orig
does not match the repository.version.rs
does not match the repository.src/
lib.rs
does not match the repository.str.rs
does not match the repository.maths.rs
does not match the repository.decimal.rs
does not match the repository.
src/postgres/
common.rs
does not match the repository.driver.rs
does not match the repository.diesel.rs
does not match the repository.
decimal_tests.rs
does not match the repository.
Fetched
https://github.com/paupino/rust-decimal.git
913dc5bc13dd20f9977f5a5591da0465d4db641a.Checked on 2024-08-30
This check is experimental.
- warning: Could not find Cargo.toml for this package in its repo (via tags).
Optional dependency 'diesel1' 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 'diesel1', 'serde_json', 'diesel2', 'rkyv' may have been unintentional.
fda
Dependency arrow 54.2.0 is outdated
Consider upgrading to 55.0.0 to get all the fixes and improvements.
Dependency json_to_table 0.9.0 is outdated
Consider upgrading to 0.11.0 to get all the fixes and improvements.
Dependency tabled 0.17 is outdated
Consider upgrading to 0.19.0 to get all the fixes and improvements.
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 = ["fda", "sql", "feldera", "data-analytics", "data-pipeline"]
(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.
feldera-types
Dependency serde_yaml 0.9.34 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency erased-serde 0.3.31 is outdated
Upgrade to 0.4.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency utoipa 4.2 is a bit outdated
Consider upgrading to 5.3.0 to get all the fixes and improvements.
Optional dependency 'proptest' 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 'proptest', 'proptest-derive' may have been unintentional.
feldera-rest-api
Dependency progenitor 0.7.0 is outdated
Upgrade to 0.9.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.
feldera-ijson
Dependency ctor 0.2.4 is outdated
Upgrade to 0.4.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency dashmap 5.5 is outdated
Consider upgrading to 6.1.0 to get all the fixes and improvements.
Dependency ordered-float 3.9.1 is outdated
Upgrade to 5.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Failed to verify create's content against its repository
Verified 21 out of 30 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.README.md
does not match the repository.Cargo.toml.orig
does not match the repository.src/
lib.rs
does not match the repository.rkyv.rs
not found.value.rs
does not match the repository.string.rs
does not match the repository.number.rs
does not match the repository.object.rs
does not match the repository.array.rs
does not match the repository.
Fetched
https://github.com/diggsey/ijson.git
f1305b960441b335b77814fcf428e91d6b52eb0d.Checked on 2024-08-30
- warning: Could not find Cargo.toml for this package in its repo (via tags).
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["encoding"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["ijson", "feldera-ijson", "serialization", "value"]
(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.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.64, 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.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.