diff options
Diffstat (limited to 'libs/leash/Cargo.toml')
| -rw-r--r-- | libs/leash/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/leash/Cargo.toml b/libs/leash/Cargo.toml index 3d3b0e0..82b6cc3 100644 --- a/libs/leash/Cargo.toml +++ b/libs/leash/Cargo.toml @@ -16,4 +16,5 @@ tracing = { workspace = true } tracing-log = { version = "0.2.0" } tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } -opentelemetry-otlp = { version = "0.16.0", features = ["metrics"] } +opentelemetry_sdk = { version = "*", features = ["async-std", "rt-tokio"] } +opentelemetry-otlp = { version = "*", features = ["grpc-tonic", "metrics"] }
\ No newline at end of file |
