tamasfe / taplo

A TOML toolkit written in Rust
https://taplo.tamasfe.dev
MIT License
1.46k stars 115 forks source link

taplo-cli 0.9.3 --locked depends on yanked versions of bytemuck and futures-util #686

Open dbarnett opened 1 month ago

dbarnett commented 1 month ago

When I run cargo install taplo-cli --locked as suggested in Installation: Cargo in the docs, I see these warnings:

warning: package `bytemuck v1.14.3` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked
warning: package `futures-util v0.3.30` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked

Consider pushing an update with Cargo.lock updated to supported versions of those dependencies.