Skip to content

Commit 1bb4b05

Browse files
rex4539cijothomas
andauthored
Avoid duplicate crates (open-telemetry#2703)
Co-authored-by: Cijo Thomas <[email protected]>
1 parent 391956f commit 1bb4b05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ log = { workspace = true, optional = true }
1515
opentelemetry = { version = "0.28", path = "../opentelemetry", features = ["logs"] }
1616
tracing = { workspace = true, features = ["std"]}
1717
tracing-core = { workspace = true }
18-
tracing-log = { version = "0.2", optional = true }
18+
tracing-log = { workspace = true, optional = true }
1919
tracing-subscriber = { workspace = true, features = ["registry", "std"] }
20-
tracing-opentelemetry = { version = "0.29", optional = true }
20+
tracing-opentelemetry = { workspace = true, optional = true }
2121

2222
[dev-dependencies]
2323
log = { workspace = true }
24-
opentelemetry-stdout = { path = "../opentelemetry-stdout", features = ["logs"] }
24+
opentelemetry-stdout = { workspace = true, features = ["logs"] }
2525
opentelemetry_sdk = { path = "../opentelemetry-sdk", features = ["logs", "testing"] }
2626
tracing = { workspace = true, features = ["std"]}
2727
tracing-subscriber = { workspace = true, features = ["env-filter","registry", "std", "fmt"] }
28-
tracing-log = "0.2"
28+
tracing-log = { workspace = true }
2929
criterion = { workspace = true }
3030
tokio = { workspace = true, features = ["full"]}
3131

0 commit comments

Comments
 (0)