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.
pravega-client, pravega-client-shared, pravega-client-retry, pravega-wire-protocol, pravega-controller-client, pravega-connection-pool
Dependency snafu 0.6 is outdated
Upgrade to 0.8.5 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.
pravega-client
Dependency structopt 0.3 has issues
It has been losing active users, which may be a sign it's deprecated or obsolete. Consider replacing it with a different crate.
Dependency async-stream 0.2 is significantly outdated
Upgrade to 0.3.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bytes 0.5 is significantly outdated
Upgrade to 1.10.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 enum-iterator 0.6 is significantly outdated
Upgrade to 2.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency futures-intrusive 0.3 is significantly outdated
Upgrade to 0.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency metrics 0.15.1 is significantly outdated
Upgrade to 0.24.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency metrics-exporter-prometheus 0.4.0 is significantly outdated
Upgrade to 0.17.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency pcg_rand 0.11 is significantly outdated
Upgrade to 0.13.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.7 is significantly outdated
Upgrade to 0.9.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tokio-util 0.3 is significantly outdated
Upgrade to 0.7.15 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tracing-subscriber 0.2 is significantly outdated
Upgrade to 0.3.19 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency clap 2.33 is outdated
Upgrade to 4.5.37 to get all the fixes, and avoid causing duplicate dependencies in projects.
Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.63, 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.
pravega-controller-client
Dependency structopt 0.3 has issues
It has been losing active users, which may be a sign it's deprecated or obsolete. Consider replacing it with a different crate.
Dependency jsonwebtoken 7 is significantly outdated
Upgrade to 9.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency prost 0.8 is significantly outdated
Upgrade to 0.13.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tokio-rustls 0.22.0 is significantly outdated
Upgrade to 0.26.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tonic 0.5 is significantly outdated
Upgrade to 0.13.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tonic-build 0.5 is significantly outdated
Upgrade to 0.13.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency clap 2.33 is outdated
Upgrade to 4.5.37 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency derive_more 0.99.9 is outdated
Upgrade to 2.0.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency num-derive 0.3 is outdated
Upgrade to 0.4.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ordered-float 2.7 is outdated
Upgrade to 5.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Optional dependency 'clap' 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 'clap', 'structopt' may have been unintentional.
pravega-client-shared
Dependency bytes 0.4 is significantly outdated
Upgrade to 1.10.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tokio-rustls 0.22.0 is significantly outdated
Upgrade to 0.26.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency derive_more 0.99.9 is outdated
Upgrade to 2.0.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency num-derive 0.3 is outdated
Upgrade to 0.4.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ordered-float 2.7 is outdated
Upgrade to 5.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
pravega-client-config
Dependency derive_builder 0.9 is significantly outdated
Upgrade to 0.20.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency getset 0.0.9 is significantly outdated
Upgrade to 0.1.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tracing-subscriber 0.2 is significantly outdated
Upgrade to 0.3.19 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.
pravega-client, pravega-client-shared, pravega-wire-protocol, pravega-controller-client, pravega-connection-pool
Dependency uuid 0.8 is significantly outdated
Upgrade to 1.16.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
pravega-wire-protocol
Dependency tokio-rustls 0.22 is significantly outdated
Upgrade to 0.26.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
pravega-client-auth, pravega-client-config
Dependency base64 0.12 is significantly outdated
Upgrade to 0.22.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
pravega-client, pravega-client-shared, pravega-wire-protocol
Dependency derive-new 0.5 is outdated
Upgrade to 0.7.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
pravega-client, pravega-client-shared, pravega-controller-client
Imprecise dependency requirement im = 15
Cargo does not always pick latest versions of dependencies! Specify the version as
im = "15.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.
pravega-connection-pool
Dependency dashmap 3.4 is significantly outdated
Upgrade to 6.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
bincode2
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"
).It's an opportunity to update it to the current Rust edition.
pravega-client-channel
Dependency futures-intrusive 0.4 is outdated
Upgrade to 0.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
pravega-client-macros
Dependency syn 1.0 is significantly outdated
Upgrade to 2.0.101 to get all the fixes, and avoid causing duplicate dependencies in 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
.