diff --git a/cdviz-collector/Cargo.toml b/cdviz-collector/Cargo.toml index 4020b1c..13fb169 100644 --- a/cdviz-collector/Cargo.toml +++ b/cdviz-collector/Cargo.toml @@ -14,7 +14,7 @@ publish.workspace = true [dependencies] axum = { version = "0.7", optional = true } -axum-tracing-opentelemetry = { version = "0.16", optional = true } +axum-tracing-opentelemetry = { version = "0.17", optional = true } cdevents-sdk = { git = "https://github.com/cdevents/sdk-rust" } clap = { workspace = true } clap-verbosity-flag = "2.1.2"