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.
cobble-core
Dependency async_zip 0.0.9 is significantly outdated
Upgrade to 0.0.17 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 derive_builder 0.11 is significantly outdated
Upgrade to 0.20.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency nix 0.25 is significantly outdated
Upgrade to 0.29.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency base64 0.13 is outdated
Upgrade to 0.22.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency fork 0.1 is a bit outdated
Consider upgrading to 0.2.0 to get all the fixes and improvements.
Dependency ipc-channel 0.16 is outdated
Upgrade to 0.19.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency reqwest 0.11 is outdated
Consider upgrading to 0.12.9 to get all the fixes and improvements.
Dependency thiserror 1.0 is slightly outdated
Consider upgrading to 2.0.8 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.Optional dependency 'tar' 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 'tar', 'fastnbt', 'base64', 'anyhow', 'oauth2', 'mime_guess', 'flate2' may have been unintentional.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.