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.
p2p-net-oura
Failed to verify create's content against its repository
Could not check any files
- warning: The crates.io package has no information about its path inside its repository.
- error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
- Make sure the
repository
URL inCargo.toml
is correct and works withgit clone
. The repository must be public.
- Make sure the
Checked on 2024-08-04
This check is experimental.
Dependency libp2p-core 0.29.0 is significantly outdated
Upgrade to 0.43.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 libp2p-dns 0.29.0 is significantly outdated
Upgrade to 0.43.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency libp2p-gossipsub 0.32.0 is significantly outdated
Upgrade to 0.48.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency libp2p-identify 0.30.0 is significantly outdated
Upgrade to 0.46.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency libp2p-kad 0.31.0 is significantly outdated
Upgrade to 0.47.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency libp2p-mplex 0.29.0 is significantly outdated
Upgrade to 0.43.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency libp2p-noise 0.32.0 is significantly outdated
Upgrade to 0.46.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency libp2p-ping 0.30.0 is significantly outdated
Upgrade to 0.46.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency libp2p-plaintext 0.29.0 is significantly outdated
Upgrade to 0.43.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency libp2p-pnet 0.21.0 is significantly outdated
Upgrade to 0.26.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency libp2p-relay 0.3.0 is significantly outdated
Upgrade to 0.19.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency libp2p-request-response 0.12.0 is significantly outdated
Upgrade to 0.28.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency libp2p-swarm 0.30.0 is significantly outdated
Upgrade to 0.46.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency libp2p-swarm-derive 0.24.0 is significantly outdated
Upgrade to 0.35.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency libp2p-tcp 0.29.0 is significantly outdated
Upgrade to 0.43.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency libp2p-wasm-ext 0.29.0 is significantly outdated
Upgrade to 0.40.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency libp2p-websocket 0.30.0 is significantly outdated
Upgrade to 0.45.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency libp2p-yamux 0.33.0 is significantly outdated
Upgrade to 0.47.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency multiaddr 0.13.0 is significantly outdated
Upgrade to 0.18.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency parking_lot 0.11.0 is significantly outdated
Upgrade to 0.12.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency atomic 0.5.0 is outdated
Upgrade to 0.6.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency libp2p-deflate 0.29.0 is outdated
Upgrade to 0.40.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency libp2p-floodsub 0.30.0 is outdated
Upgrade to 0.46.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency libp2p-uds 0.29.0 is outdated
Upgrade to 0.42.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement bytes = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
bytes = "1.10.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.
libp2p-mdns-ouro
Failed to verify create's content against its repository
Could not check any files
- warning: The crates.io package has no information about its path inside its repository.
- error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
- Make sure the
repository
URL inCargo.toml
is correct and works withgit clone
. The repository must be public.
- Make sure the
Checked on 2024-08-04
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/tigthor/p2p\-net\.git
At the moment we only support git, and attempt fetching when we index a new release. Cloning is necessary for lib.rs to gather data that is missing on crates.io, e.g. to correctly resolve relative URLs in README files, which depend on repository layout and non-standard URL schemes of repository hosts.
Dependency if-watch 0.2.0 is significantly outdated
Upgrade to 3.2.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 libp2p-core 0.29.0 is significantly outdated
Upgrade to 0.43.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency libp2p-swarm 0.30.0 is significantly outdated
Upgrade to 0.46.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency socket2 0.4.0 is significantly outdated
Upgrade to 0.5.9 to get all the fixes, and avoid causing duplicate dependencies in projects.
README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.Dependency async-io 1.3.1 is outdated
Upgrade to 2.4.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.8.3 is a bit outdated
Consider upgrading to 0.9.1 to get all the fixes and improvements.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.