Skip to content

Commit

Permalink
fix(deps): update rust crate tower to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 2, 2024
1 parent c429b3e commit 044bc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry-tracing-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] }
# Integration between the tracing crate and the opentelemetry crate
tracing-opentelemetry = "0.25.0"
tonic = "0.12.0"
tower = { version = "0.4.13", optional = true }
tower = { version = "0.5.0", optional = true }
http = { version = "1.0.0", optional = true }
opentelemetry-http = { version = "0.13", optional = true }
opentelemetry-stdout = { version = "0.5", features = ["trace"] }
Expand Down

0 comments on commit 044bc59

Please sign in to comment.