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.
sedona-geometry
Dependency serde_with 1 is significantly outdated
Upgrade to 3.16.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.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 lru 0.12 is outdated
Upgrade to 0.16.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.
Failed to verify create's content against its repository
Partially verified 17 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'apache-sedona-db-0.2.0'.
- 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
rust/sedona-geometry/. Fetchedhttps://github.com/apache/sedona-db.gitc63c1fe3f0e05b1920f3f3d4388b98dfc7d1f633.Checked on 2025-12-07
This check is experimental.
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'apache-sedona-db-0.2.0'.
thrift
Dependency integer-encoding 3.0.3 is a bit outdated
Consider upgrading to 4.1.0 to get all the fixes and improvements.
Dependency ordered-float 2.0 is outdated
Upgrade to 5.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Latest stable release is old
It's been over 3 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?
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["parser-implementations"]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.
spatialbench
Dependency geo 0.31.0 is outdated
Upgrade to 0.32.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.8 is outdated
Consider upgrading to 0.9.2 to get all the fixes and improvements.
Failed to verify create's content against its repository
Partially verified 40 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'sedona-spatialbench-0.1.0'.
- 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
spatialbench/. Fetchedhttps://github.com/apache/sedona-spatialbench.git73cc56a1ab8df0efea39572cb8baaf168bfe945a.Checked on 2025-12-07
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'sedona-spatialbench-0.1.0'.
sedona-geo-generic-alg
Dependency i_overlay 4.0.0, < 4.1.0 is a bit outdated
Consider upgrading to 4.3.0 to get all the fixes and improvements.
Failed to verify create's content against its repository
Verified 41 out of 42 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'apache-sedona-db-0.2.0'.
- 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.README.mddoes not match the repository.
Looked for the crate in
rust/sedona-geo-generic-alg/. Fetchedhttps://github.com/apache/sedona-db.gite377aec67474264adcacdbdad90860b032a78d85.Checked on 2025-12-07
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'apache-sedona-db-0.2.0'.
spatialbench-arrow
Dependency arrow 56 is outdated
Upgrade to 57.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency geo 0.31.0 is outdated
Upgrade to 0.32.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency geozero 0.14.0 is a bit outdated
Consider upgrading to 0.15.1 to get all the fixes and improvements.
Failed to verify create's content against its repository
Partially verified 14 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'sedona-spatialbench-0.1.0'.
- 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
spatialbench-arrow/. Fetchedhttps://github.com/apache/sedona-spatialbench.git73cc56a1ab8df0efea39572cb8baaf168bfe945a.Checked on 2025-12-07
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'sedona-spatialbench-0.1.0'.
Imprecise dependency requirement arrow = 56
Cargo does not always pick latest versions of dependencies! Specify the version as
arrow = "57.2.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.
sedona-geo-traits-ext
Failed to verify create's content against its repository
Verified 20 out of 21 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'apache-sedona-db-0.2.0'.
- 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.README.mddoes not match the repository.
Looked for the crate in
rust/sedona-geo-traits-ext/. Fetchedhttps://github.com/apache/sedona-db.gite377aec67474264adcacdbdad90860b032a78d85.Checked on 2025-12-07
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'apache-sedona-db-0.2.0'.
Imprecise dependency requirement byteorder = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
byteorder = "1.5.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.
sedona-cli
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/sedona-cli ) failed. Please try again later.
sedona-adbc
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/sedona-adbc ) failed. Please try again later.
sedona
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/sedona ) failed. Please try again later.
sedona-testing
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/sedona-testing ) failed. Please try again later.
sedona-datasource
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/sedona-datasource ) failed. Please try again later.
sedona-spatial-join
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/sedona-spatial-join ) failed. Please try again later.
sedona-raster-functions
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/sedona-raster-functions ) failed. Please try again later.
sedona-raster
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/sedona-raster ) failed. Please try again later.
sedona-geoparquet
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/sedona-geoparquet ) failed. Please try again later.
sedona-geo
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/sedona-geo ) failed. Please try again later.
sedona-geoarrow-c
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/sedona-geoarrow-c ) failed. Please try again later.
sedona-s2geography
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/sedona-s2geography ) failed. Please try again later.
sedona-proj
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/sedona-proj ) failed. Please try again later.
sedona-geos
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/sedona-geos ) failed. Please try again later.
sedona-tg
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/sedona-tg ) failed. Please try again later.
sedona-functions
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/sedona-functions ) failed. Please try again later.
sedona-expr
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/sedona-expr ) failed. Please try again later.
sedona-schema
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/sedona-schema ) failed. Please try again later.
sedona-common
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/sedona-common ) failed. Please try again later.
spatialbench-cli
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/spatialbench-cli ) 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.