diff options
| author | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2024-07-07 01:06:16 +0400 |
|---|---|---|
| committer | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2024-07-07 01:06:16 +0400 |
| commit | b1be9c4c52b7388ab9d84f9a8d9b2f143e0deb25 (patch) | |
| tree | 3455e18842d47380305c84b327d4cd8921c09960 /libs/leash/Cargo.toml | |
| parent | 00f6dac1b98d0623350fb74ab04cc3b5109aa6b7 (diff) | |
fix leash sub-component
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 |
