Clean up formatting in Cargo.toml (#18632)

This PR cleans up some formatting in some `Cargo.toml` files.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-10-02 10:38:23 -04:00 committed by GitHub
parent 21336eb124
commit cfd61f9337
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 26 additions and 27 deletions

View file

@ -17,19 +17,19 @@ test-support = ["tempfile", "git2", "rand"]
[dependencies]
anyhow.workspace = true
async-fs.workspace = true
collections.workspace = true
dirs.workspace = true
futures-lite.workspace = true
futures.workspace = true
git2 = { workspace = true, optional = true }
globset.workspace = true
log.workspace = true
rand = {workspace = true, optional = true}
rand = { workspace = true, optional = true }
regex.workspace = true
rust-embed.workspace = true
serde.workspace = true
serde_json.workspace = true
async-fs.workspace = true
futures-lite.workspace = true
take-until = "0.2.0"
tempfile = { workspace = true, optional = true }
unicase.workspace = true
@ -39,5 +39,5 @@ tendril = "0.4.3"
[dev-dependencies]
git2.workspace = true
tempfile.workspace = true
rand.workspace = true
tempfile.workspace = true