@@ -15,17 +15,17 @@ log = { workspace = true, optional = true }
1515opentelemetry = { version = " 0.28" , path = " ../opentelemetry" , features = [" logs" ] }
1616tracing = { workspace = true , features = [" std" ]}
1717tracing-core = { workspace = true }
18- tracing-log = { version = " 0.2 " , optional = true }
18+ tracing-log = { workspace = true , optional = true }
1919tracing-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 ]
2323log = { workspace = true }
24- opentelemetry-stdout = { path = " ../opentelemetry-stdout " , features = [" logs" ] }
24+ opentelemetry-stdout = { workspace = true , features = [" logs" ] }
2525opentelemetry_sdk = { path = " ../opentelemetry-sdk" , features = [" logs" , " testing" ] }
2626tracing = { workspace = true , features = [" std" ]}
2727tracing-subscriber = { workspace = true , features = [" env-filter" ," registry" , " std" , " fmt" ] }
28- tracing-log = " 0.2 "
28+ tracing-log = { workspace = true }
2929criterion = { workspace = true }
3030tokio = { workspace = true , features = [" full" ]}
3131
0 commit comments