Skip to content

Commit

Permalink
fix(deps): update rust crate axum-tracing-opentelemetry to 0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 22, 2024
1 parent 391ab9e commit 9f82967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdviz-collector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publish = false

[dependencies]
axum = { version = "0.7", optional = true }
axum-tracing-opentelemetry = { version = "0.19", optional = true }
axum-tracing-opentelemetry = { version = "0.21", optional = true }
bytes = { version = "1.7", optional = true }
# cdevents-sdk = { git = "https://github.com/cdevents/sdk-rust" }
cdevents-sdk = "0.1"
Expand Down

0 comments on commit 9f82967

Please sign in to comment.