We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880027a commit c063c69Copy full SHA for c063c69
1 file changed
Cargo.toml
@@ -88,7 +88,7 @@ tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread", "fs"] }
88
tokio-rustls = { version = "0.26.0", default-features = false, features = ["ring", "logging", "tls12"] }
89
tokio-test = "0.4.4"
90
tower = { version = "0.5.1", features = ["util"] }
91
-tower-http = { version = "*", features = ["trace"] } # We don't actually use this crate, but we need to enable the `trace` feature
+tower-http = { version = "0.7", features = ["trace"] } # We don't actually use this crate, but we need to enable the `trace` feature
92
tracing = "0.1.40"
93
tracing-appender = "0.2.3"
94
tracing-opentelemetry = "0.33.0"
0 commit comments