Skip to content

Commit ddd9d47

Browse files
committed
fix udeps
1 parent 2bb55d9 commit ddd9d47

3 files changed

Lines changed: 5 additions & 22 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread", "fs"] }
8787
tokio-rustls = { version = "0.26.0", default-features = false, features = ["ring", "logging", "tls12"] }
8888
tokio-test = "0.4.4"
8989
tower = { version = "0.5.1", features = ["util"] }
90-
tower-http = { version = "0.7.0", features = ["trace"] }
90+
tower-http = { version = "*", features = ["trace"] } # We don't actually use this crate, but we need to enable the `trace` feature
9191
tracing = "0.1.40"
9292
tracing-appender = "0.2.3"
9393
tracing-opentelemetry = "0.33.0"

crates/stackable-webhook/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ serde_json.workspace = true
2828
snafu.workspace = true
2929
tokio-rustls.workspace = true
3030
tokio.workspace = true
31-
tower-http.workspace = true
31+
tower-http.workspace = true # We don't actually use this crate, but we need to enable the `trace` feature
3232
tower.workspace = true
3333
tracing.workspace = true
3434
tracing-opentelemetry.workspace = true

0 commit comments

Comments
 (0)