Skip to content

Commit

Permalink
Update Rust crate init-tracing-opentelemetry to 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and nfrankel committed Jul 31, 2024
1 parent fde371c commit 50e0196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inventory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tower-http = "0.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
axum-tracing-opentelemetry = "0.18"
init-tracing-opentelemetry = { version = "0.18", features = ["otlp", "tracing_subscriber_ext"] }
init-tracing-opentelemetry = { version = "0.19", features = ["otlp", "tracing_subscriber_ext"] }
opentelemetry = "0.23"
opentelemetry-otlp = { version = "0.16", features = ["reqwest-client"] }
tracing = "0.1"
Expand Down

0 comments on commit 50e0196

Please sign in to comment.