diff --git a/cdviz-collector/Cargo.toml b/cdviz-collector/Cargo.toml index 2a606f7..1a731cd 100644 --- a/cdviz-collector/Cargo.toml +++ b/cdviz-collector/Cargo.toml @@ -13,7 +13,7 @@ publish = false [dependencies] axum = { version = "0.7", optional = true } -axum-tracing-opentelemetry = { version = "0.18", optional = true } +axum-tracing-opentelemetry = { version = "0.18.1", optional = true } cdevents-sdk = { git = "https://github.com/cdevents/sdk-rust" } # cloudevents-sdk = { version = "0.7", features = ["axum"] } // not compatible with axum 0.7 chrono = "0.4"