Skip to content

Commit c73f7f9

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ publish = false
88
opentelemetry = { path = "../../../opentelemetry", features = [] }
99
opentelemetry_sdk = { path = "../../../opentelemetry-sdk", features = ["rt-tokio", "testing"] }
1010
opentelemetry-proto = { path = "../../../opentelemetry-proto", features = ["gen-tonic-messages", "trace", "logs", "metrics", "with-serde"] }
11-
tokio = { version = "1.0", features = ["full"] }
12-
serde_json = "1"
13-
testcontainers = { version = "0.23.1", features = ["http_wait"]}
11+
tokio = { workspace = true, features = ["full"] }
12+
serde_json = { workspace = true }
13+
testcontainers = { workspace = true, features = ["http_wait"] }
1414
once_cell.workspace = true
15-
anyhow = "1.0.94"
16-
ctor = "0.2.9"
17-
uuid = { version = "1.3", features = ["v4"] }
15+
anyhow = { workspace = true }
16+
ctor = { workspace = true }
17+
uuid = { workspace = true, features = ["v4"] }
1818
tracing-subscriber = { workspace = true, features = ["env-filter","registry", "std", "fmt"] }
1919
tracing = {workspace = true}
2020

0 commit comments

Comments
 (0)