diff --git a/Cargo.toml b/Cargo.toml index 2c9ef63b53..eeee163fec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,7 +118,7 @@ tracing-subscriber = { version = "0.3.18", features = [ "fmt", "env-filter", ] } -tracing-opentelemetry = "0.24.0" +tracing-opentelemetry = "0.27.0" getrandom = { version = "0.2.14", features = ["js"] } prometheus = "0.13.4" tonic = { version = "0.11.0", default-features = false } diff --git a/tailcall-upstream-grpc/Cargo.toml b/tailcall-upstream-grpc/Cargo.toml index 97b6b4ecb5..2754334117 100644 --- a/tailcall-upstream-grpc/Cargo.toml +++ b/tailcall-upstream-grpc/Cargo.toml @@ -29,7 +29,7 @@ opentelemetry-otlp = { version = "0.16.0", features = [ "tls-roots", ] } tracing = "0.1.40" -tracing-opentelemetry = "0.24.0" +tracing-opentelemetry = "0.27.0" tracing-subscriber = "0.3.18" derive_more = { workspace = true } thiserror = { workspace = true }