Skip to content

Commit

Permalink
Merge pull request #15 from SG60/renovate/tower-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate tower to 0.5.0
  • Loading branch information
SG60 authored Nov 2, 2024
2 parents c429b3e + 044bc59 commit 7a79a6d
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 7a79a6d

Please sign in to comment.