diff --git a/Cargo.toml b/Cargo.toml index d2385f7..e51eec5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ publish = false [workspace.dependencies] rstest = "0.18" clap = { version = "4", features = ["derive", "env"] } -init-tracing-opentelemetry = { version = "0.16", features = [ +init-tracing-opentelemetry = { version = "0.17", features = [ "otlp", "tracing_subscriber_ext", ] }