Skip to content

Commit 31e2e8b

Browse files
committed
fix(dataplane): Cargo.toml cleanup
sorting and such Signed-off-by: Daniel Noland <[email protected]>
1 parent ee6c568 commit 31e2e8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dataplane/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ routing = { workspace = true }
3535
serde = { workspace = true, features = ["derive"] }
3636
stats = { workspace = true }
3737
tokio = { workspace = true }
38-
tracing = { workspace = true }
39-
tracing-subscriber = { workspace = true, features = ["default"] }
4038
tracectl = { workspace = true }
39+
tracing = { workspace = true }
40+
tracing-subscriber = { workspace = true, default-features = true }
4141
vpcmap = { workspace = true }
4242

4343
[dev-dependencies]

0 commit comments

Comments
 (0)