@@ -11,8 +11,10 @@ autobenches = false
1111
1212[dependencies ]
1313anyhow = " 1.0"
14- libdd-common = { version = " 3.0.0" , path = " ../libdd-common" , default-features = false }
14+ libdd-capabilities = { path = " ../libdd-capabilities" , version = " 0.1.0" }
15+ libdd-common = { version = " 3.0.2" , path = " ../libdd-common" , default-features = false }
1516libdd-ddsketch = { version = " 1.0.1" , path = " ../libdd-ddsketch" }
17+ libdd-shared-runtime = { version = " 1.0.0" , path = " ../libdd-shared-runtime" }
1618libdd-trace-protobuf = { version = " 3.0.1" , path = " ../libdd-trace-protobuf" }
1719libdd-trace-utils = { version = " 3.0.1" , path = " ../libdd-trace-utils" , default-features = false }
1820hashbrown = { version = " 0.15" }
@@ -25,8 +27,6 @@ tracing = { version = "0.1", default-features = false }
2527async-trait = " 0.1.85"
2628
2729[target .'cfg(not(target_arch = "wasm32"))' .dependencies ]
28- libdd-capabilities = { path = " ../libdd-capabilities" }
29- libdd-shared-runtime = { path = " ../libdd-shared-runtime" }
3030libdd-capabilities-impl = { version = " 0.1.0" , path = " ../libdd-capabilities-impl" }
3131
3232[lib ]
@@ -42,7 +42,7 @@ criterion = "0.5.1"
4242httpmock = " 0.8.0-alpha.1"
4343libdd-trace-utils = { path = " ../libdd-trace-utils" , features = [" test-utils" ] }
4444rand = " 0.8.5"
45- tokio = { version = " 1.23" , features = [" rt-multi-thread" , " macros" , " test-util" , " time" ] }
45+ tokio = { version = " 1.23" , features = [" rt-multi-thread" , " macros" , " test-util" , " time" ], default-features = false }
4646
4747[features ]
4848default = [" https" ]
0 commit comments