diff --git a/src/util/Cargo.toml b/src/util/Cargo.toml index 1ad778e4..f13c1589 100644 --- a/src/util/Cargo.toml +++ b/src/util/Cargo.toml @@ -40,4 +40,4 @@ netapp = "0.4" http = "0.2" hyper = "0.14" -opentelemetry = "0.17" +opentelemetry = { version = "0.17", features = [ "rt-tokio", "metrics", "trace" ] }