Sort Cargo.tomls (#24417)

This PR sorts the dependencies in a number of `Cargo.toml` files.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-02-06 21:14:57 -05:00 committed by GitHub
parent d6d0d7d3e4
commit 888a2df3f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 18 additions and 18 deletions

View file

@ -131,7 +131,7 @@ worktree = { workspace = true, features = ["test-support"] }
livekit_client_macos = { workspace = true, features = ["test-support"] }
[target.'cfg(not(target_os = "macos"))'.dev-dependencies]
livekit_client = {workspace = true, features = ["test-support"] }
livekit_client = { workspace = true, features = ["test-support"] }
[package.metadata.cargo-machete]
ignored = ["async-stripe"]