Add missing opentelemetry features

This commit is contained in:
Alex 2022-04-08 14:21:04 +02:00
parent 62f0715abe
commit 5d404dcd54
Signed by: lx
GPG Key ID: 0E496D15096376BE
1 changed files with 1 additions and 1 deletions

View File

@ -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" ] }