Skip to content

Commit

Permalink
fix(deps): update rust crate axum-tracing-opentelemetry to 0.19.0 (#164)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 7, 2024
1 parent 4d3e321 commit ea4adcd
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 22 deletions.
115 changes: 94 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
axum = { version = "0.7.4", features = ["tracing"] }
axum-tracing-opentelemetry = { version = "0.16.0" }
axum-tracing-opentelemetry = { version = "0.19.0" }
changecase = "0.0.7"
http = { version = "1.0.0" }
init-tracing-opentelemetry = { version = "0.16.0", features = [
Expand Down

0 comments on commit ea4adcd

Please sign in to comment.