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.
When I run
cargo install taplo-cli --locked
as suggested in Installation: Cargo in the docs, I see these warnings:Consider pushing an update with Cargo.lock updated to supported versions of those dependencies.