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.
apache-avro
Dependency typed-builder 0.19.1 is significantly outdated
Upgrade to 0.20.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.
Dependency bzip2 0.4.4 is a bit outdated
Consider upgrading to 0.5.2 to get all the fixes and improvements.
Dependency rand 0.8.5 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Dependency strum 0.26.3 is outdated
Upgrade to 0.27.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strum_macros 0.26.4 is outdated
Upgrade to 0.27.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0.63 is a bit outdated
Consider upgrading to 2.0.11 to get all the fixes and improvements.
Easy way to bump dependencies:
cargo install cargo-edit; cargo upgrade -i
; Also check out Dependabot service on GitHub.
apache-avro, apache-avro-test-helper, apache-avro-derive
The Cargo package has no git commit information
Before publishing a package, make sure all packaged files are committed to the repository, and there are no "dirty" files. Push this commit to crate's public repository.
To protect against supply chain attacks similar to CVE-2024-3094, lib.rs will soon start flagging non-reproducible packages without public source code as suspicious. Currently only git repositories are supported (but may be hosted anywhere, not just GitHub). If you'd like a different SCM supported, please file a feature request.
iceberg-catalog-hms, iceberg-catalog-memory
Imprecise dependency requirement serde_json = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde_json = "1.0.139"
. 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.
iceberg
Dependency arrow-arith 53 is outdated
Upgrade to 54.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency arrow-array 53 is outdated
Upgrade to 54.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency arrow-cast 53 is outdated
Upgrade to 54.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency arrow-ord 53 is outdated
Upgrade to 54.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency arrow-schema 53 is outdated
Upgrade to 54.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency arrow-select 53 is outdated
Upgrade to 54.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency arrow-string 53 is outdated
Upgrade to 54.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency opendal 0.50.1 is outdated
Upgrade to 0.52.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ordered-float 4 is outdated
Upgrade to 5.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency parquet 53.1 is outdated
Upgrade to 54.2.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.0 to get all the fixes and improvements.
Imprecise dependency requirement array-init = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
array-init = "2.1.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.
iceberg-catalog-rest
Imprecise dependency requirement serde = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde = "1.0.218"
. 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.
iceberg, iceberg-catalog-memory, iceberg-catalog-rest
Dependency itertools 0.13 is outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
apache-avro-test-helper
Dependency ctor 0.2.8 is outdated
Upgrade to 0.4.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency env_logger 0.10.2 is outdated
Upgrade to 0.11.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
apache-avro-derive
Failed to verify create's content against its repository
Partially verified 5 files (includes 1 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: There is no matching git tag containing version '0.17.0'.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Dependencies don't match: 'serde_json' uses different versions: '1.0.120' vs '1.0.122'.
Looked for the crate in
lang/rust/avro_derive/
. Fetchedhttps://github.com/apache/avro.git
e91fd0e5d89e2d718d58215616c086d61524f5e3.Checked on 2024-08-07
This check is experimental.
- warning: The crates.io package has no commit hash associated with it.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.