Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yanked dependencies #208

Closed
mossmann opened this issue Oct 29, 2024 · 1 comment · Fixed by #209
Closed

yanked dependencies #208

mossmann opened this issue Oct 29, 2024 · 1 comment · Fixed by #209

Comments

@mossmann
Copy link
Member

Seen while building Packetry 0.4.0 for crates.io:

warning: package `bytemuck v1.16.0` in Cargo.lock is yanked in registry `crates-io`, consider updating to a version that is not yanked
warning: package `futures-util v0.3.30` in Cargo.lock is yanked in registry `crates-io`, consider updating to a version that is not yanked
@martinling
Copy link
Member

Running cargo update for bytemuck and futures-util bumps them to 1.19.0 and 0.3.31 respectively, and the tests pass. PR at #209.

@miek miek closed this as completed in #209 Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants