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.
bgpkit-parser
Optional dependency 'env_logger' 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 'env_logger', 'oneio', 'regex', 'clap', 'chrono', 'hex', 'bytes', 'serde_json' may have been unintentional.
bgpkit-parser, bgpkit-broker, bgpkit-commons
Imprecise dependency requirement regex = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
regex = "1.11.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.
ris-live-rs
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 bgpkit-parser 0.10.11-beta.1 is a bit outdated
Consider upgrading to 0.11.0 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Dependency tungstenite 0.24.0 is outdated
Consider upgrading to 0.26.2 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming::websocket"]
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.
bgpkit-broker
Dependency async-nats 0.34.0 is significantly outdated
Upgrade to 0.39.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency axum-prometheus 0.5.0 is significantly outdated
Upgrade to 0.8.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency itertools 0.12.0 is significantly outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tabled 0.13 is significantly outdated
Upgrade to 0.18.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency which 5.0 is significantly outdated
Upgrade to 7.0.2 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 axum 0.7 is outdated
Upgrade to 0.8.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bgpkit-commons 0.5 is outdated
Consider upgrading to 0.7.3 to get all the fixes and improvements.
Dependency dirs 5 is outdated
Upgrade to 6.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency scraper 0.17 is significantly outdated
Upgrade to 0.23.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency sqlx 0.7 is outdated
Upgrade to 0.8.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tower-http 0.5 is outdated
Upgrade to 0.6.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency utoipa 4 is a bit outdated
Consider upgrading to 5.3.0 to get all the fixes and improvements.
Dependency utoipa-swagger-ui 5 is outdated
Upgrade to 9.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Optional dependency 'indicatif' 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 'indicatif', 'axum-prometheus', 'regex', 'dirs', 'which', 'tempfile', 'utoipa', 'itertools', 'sqlx', 'tower-http', 'utoipa-swagger-ui', 'futures', 'num_cpus', 'oneio', 'bgpkit-commons', 'tabled', 'clap', 'tokio', 'axum', 'tracing-subscriber', 'async-nats', 'futures-util', 'humantime', 'scraper', 'http' may have been unintentional.
oneio
Dependency bzip2 0.4.4 is a bit outdated
Consider upgrading to 0.5.2 to get all the fixes and improvements.
Dependency rust-s3 0.34.0-rc4 is outdated
Upgrade to 0.35.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement flate2 = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
flate2 = "1.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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["compression"]
to theCargo.toml
.Optional dependency 'bzip2' 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 'bzip2', 'xz2', 'clap', 'suppaftp', 'rust-s3', 'serde', 'flate2', 'hex', 'reqwest', 'ring', 'tracing', 'lz4', 'serde_json' may have been unintentional.
monocle
Dependency rusqlite 0.33 is significantly outdated
Upgrade to 0.34.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rpki 0.16.1 is outdated
Upgrade to 0.18.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ureq 2.12 is a bit outdated
Consider upgrading to 3.0.8 to get all the fixes and improvements.
oneio, bgpkit-broker, radar-rs
Dependency thiserror 1.0 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
bgpkit-broker, monocle, bgpkit-commons, valley-free, ribeye, as2org-rs, asnames
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["network-programming"]
to theCargo.toml
.
bgp-models
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.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 enum-primitive-derive 0.2 is outdated
Upgrade to 0.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency itertools 0.10.1 is outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["data-structures"]
to theCargo.toml
.
ribeye
Dependency itertools 0.12.0 is significantly outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bgpkit-parser 0.10.0-alpha.8 is a bit outdated
Consider upgrading to 0.11.0 to get all the fixes and improvements.
Dependency oneio 0.15.6 is outdated
Upgrade to 0.17.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement tempfile = 3
Cargo does not always pick latest versions of dependencies! Specify the version as
tempfile = "3.17.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.Optional dependency 'oneio' 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 'oneio', 'rayon', 'clap', 'dotenvy', 'openssl', 'tracing-subscriber', 'serde', 'chrono', 'tempfile', 'itertools', 'ipnet', 'bgpkit-broker', 'serde_json' may have been unintentional.
ipnet-trie
Dependency prefix-trie 0.2.5 is a bit outdated
Consider upgrading to 0.6.0 to get all the fixes and improvements.
Optional dependency 'bincode' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Feature 'bincode' may have been unintentional.
valley-free
Dependency pyo3 0.15.1 is significantly outdated
Upgrade to 0.23.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bzip2 0.4 is a bit outdated
Consider upgrading to 0.5.2 to get all the fixes and improvements.
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?
radar-rs
Dependency reqwest 0.11 is outdated
Upgrade to 0.12.12 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming"]
to theCargo.toml
.
auth0_rs
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.Dependency jsonwebtoken 7.2.0 is significantly outdated
Upgrade to 9.3.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"
).Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["authentication"]
to theCargo.toml
.
as2org-rs
Dependency oneio 0.16.8 is outdated
Upgrade to 0.17.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
asnames
Dependency oneio 0.10.1 is outdated
Upgrade to 0.17.0 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
.