We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6c568 commit 31e2e8bCopy full SHA for 31e2e8b
dataplane/Cargo.toml
@@ -35,9 +35,9 @@ routing = { workspace = true }
35
serde = { workspace = true, features = ["derive"] }
36
stats = { workspace = true }
37
tokio = { workspace = true }
38
-tracing = { workspace = true }
39
-tracing-subscriber = { workspace = true, features = ["default"] }
40
tracectl = { workspace = true }
+tracing = { workspace = true }
+tracing-subscriber = { workspace = true, default-features = true }
41
vpcmap = { workspace = true }
42
43
[dev-dependencies]
0 commit comments