Skip to content

Commit 4c78427

Browse files
committed
Update tower version in example
1 parent 655db4b commit 4c78427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/opentelemetry-tracing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ opentelemetry-stdout = { version = "0.3", features = ["trace"] }
1212
pin-project = "1"
1313
serde_json = "1.0"
1414
tokio = "1"
15-
tower = "0.4"
15+
tower = "0.5"
1616
tracing = "0.1"
1717
tracing-opentelemetry = "0.23"
1818
tracing-subscriber = "0.3"

0 commit comments

Comments
 (0)