diff options
author | Yureka <tvl@yuka.dev> | 2024-07-22T12·09+0200 |
---|---|---|
committer | yuka <tvl@yuka.dev> | 2024-07-22T13·36+0000 |
commit | 6774d9c59ce201864b2af05365b8a7ea2fa1066e (patch) | |
tree | 5037eca857f7ecf28148c6156e4d0fdd065eea28 /tvix/tracing/Cargo.toml | |
parent | 8342f70c60a2045e4422d77a06baa187d7ff6c28 (diff) |
chore(tvix/tracing): switch tracing-opentelemetry from git to release r/8398
Change-Id: Ib830c8b642496a6cdf3d4b9093f0343f5fb80622 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12018 Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de>
Diffstat (limited to 'tvix/tracing/Cargo.toml')
-rw-r--r-- | tvix/tracing/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/tracing/Cargo.toml b/tvix/tracing/Cargo.toml index cdcbf4968230..3f3e5330c621 100644 --- a/tvix/tracing/Cargo.toml +++ b/tvix/tracing/Cargo.toml @@ -12,7 +12,7 @@ tracing-indicatif = "0.3.6" tokio = { version = "1.32.0" , features = ["sync", "rt"] } thiserror = "1.0.38" -tracing-opentelemetry = { git = "https://github.com/tokio-rs/tracing-opentelemetry", branch = "otel-0.24", version = "0.25.0", optional = true } +tracing-opentelemetry = { version = "0.25.0", optional = true } opentelemetry = { version = "0.24.0", optional = true } opentelemetry-otlp = { version = "0.17.0", optional = true } opentelemetry_sdk = { version = "0.24.1", features = ["rt-tokio"], optional = true } |