Skip to content

Commit bf01e7d

Browse files
cijothomaslalitb
andauthored
chore: Consolidate internal crate dependencies to use workspace dependencies (open-telemetry#3085)
Co-authored-by: Lalit Kumar Bhasin <[email protected]>
1 parent bfda8b9 commit bf01e7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ autobenches = false
1313

1414
[dependencies]
1515
log = { workspace = true, optional = true }
16-
opentelemetry = { version = "0.30", path = "../opentelemetry", features = ["logs"] }
16+
opentelemetry = { workspace = true, features = ["logs"] }
1717
tracing = { workspace = true, features = ["std"]}
1818
tracing-core = { workspace = true }
1919
tracing-log = { workspace = true, optional = true }
@@ -23,7 +23,7 @@ tracing-opentelemetry = { workspace = true, optional = true }
2323
[dev-dependencies]
2424
log = { workspace = true }
2525
opentelemetry-stdout = { workspace = true, features = ["logs"] }
26-
opentelemetry_sdk = { path = "../opentelemetry-sdk", features = ["logs", "testing"] }
26+
opentelemetry_sdk = { workspace = true, features = ["logs", "testing", "internal-logs"] }
2727
tracing = { workspace = true, features = ["std"]}
2828
tracing-subscriber = { workspace = true, features = ["env-filter","registry", "std", "fmt"] }
2929
tracing-log = { workspace = true }

0 commit comments

Comments
 (0)