@@ -28,20 +28,20 @@ rt-tokio-current-thread = ["tokio", "opentelemetry_sdk/rt-tokio-current-thread"]
2828rt-async-std = [" async-std" , " opentelemetry_sdk/rt-async-std" ]
2929
3030[dependencies ]
31- async-std = { version = " 1.10 " , optional = true }
32- async-trait = { version = " 0.1 " , optional = true }
33- base64 = { version = " 0.13 " , optional = true }
34- once_cell = " 1.17.1 "
35- opentelemetry = { version = " 0.21 " , path = " ../opentelemetry" }
36- opentelemetry_sdk = { version = " 0.20 " , path = " ../opentelemetry-sdk" }
37- opentelemetry-semantic-conventions = { version = " 0.12 " , path = " ../opentelemetry-semantic-conventions" , optional = true }
38- serde_json = { version = " 1 " , optional = true }
39- tokio = { version = " 1.0 " , features = [" fs" , " io-util" ], optional = true }
31+ async-std = { workspace = true , optional = true }
32+ async-trait = { workspace = true , optional = true }
33+ base64 = { workspace = true , optional = true }
34+ once_cell = { workspace = true }
35+ opentelemetry = { path = " ../opentelemetry" }
36+ opentelemetry_sdk = { path = " ../opentelemetry-sdk" }
37+ opentelemetry-semantic-conventions = { path = " ../opentelemetry-semantic-conventions" , optional = true }
38+ serde_json = { workspace = true , optional = true }
39+ tokio = { workspace = true , features = [" fs" , " io-util" ], optional = true }
4040
4141# futures
42- futures-core = { version = " 0.3 " , optional = true }
43- futures-util = { version = " 0.3 " , optional = true , default-features = false }
42+ futures-core = { workspace = true , optional = true }
43+ futures-util = { workspace = true , optional = true , default-features = false }
4444
4545[dev-dependencies ]
46- base64 = " 0.13 "
46+ base64 = { workspace = true }
4747opentelemetry_sdk = { path = " ../opentelemetry-sdk" , features = [" trace" , " testing" ] }
0 commit comments