diff --git a/cdviz-collector/Cargo.toml b/cdviz-collector/Cargo.toml index c2bdff0..4999884 100644 --- a/cdviz-collector/Cargo.toml +++ b/cdviz-collector/Cargo.toml @@ -56,7 +56,7 @@ thiserror = "1" time = "0.3" tokio = { version = "1.37", features = ["full"] } tracing = "0.1" -tracing-opentelemetry-instrumentation-sdk = { version = "0.19" } +tracing-opentelemetry-instrumentation-sdk = { version = "0.21" } [dev-dependencies] assert2 = "0.3"