Fix cargo-sort errors (#8945)

The `cargo-sort` job in CI is [failing](https://github.com/sigp/lighthouse/actions/runs/22781651620/job/66088700318?pr=8932) since [cargo-sort v2.1.1](https://github.com/DevinR528/cargo-sort/releases/tag/v2.1.1) has been released, which reports new errors for our Cargo.toml files.


  Ran `cargo-sort` formatter locally with the new version.


Co-Authored-By: ackintosh <sora.akatsuki@gmail.com>
This commit is contained in:
Akihito Nakano
2026-03-07 08:09:33 +09:00
committed by Michael Sproul
parent 5a174f2a00
commit 6a92761f44
5 changed files with 15 additions and 20 deletions

View File

@@ -1,10 +1,7 @@
[package]
name = "account_manager"
version = { workspace = true }
authors = [
"Paul Hauner <paul@paulhauner.com>",
"Luke Anderson <luke@sigmaprime.io>",
]
authors = ["Paul Hauner <paul@paulhauner.com>", "Luke Anderson <luke@sigmaprime.io>"]
edition = { workspace = true }
[dependencies]