Skip to content

Commit

Permalink
Update tower version in example
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeHahn committed Oct 3, 2024
1 parent 655db4b commit 4c78427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/opentelemetry-tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ opentelemetry-stdout = { version = "0.3", features = ["trace"] }
pin-project = "1"
serde_json = "1.0"
tokio = "1"
tower = "0.4"
tower = "0.5"
tracing = "0.1"
tracing-opentelemetry = "0.23"
tracing-subscriber = "0.3"

0 comments on commit 4c78427

Please sign in to comment.