diff --git a/Cargo.toml b/Cargo.toml index 191421c..6051d7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ telemetry-batteries = { git = "https://github.com/worldcoin/telemetry-batteries" thiserror = "1.0.50" tokio = { version = "1", features = ["macros", "rt-multi-thread"] } toml = "0.8.8" -tower-http = { version = "0.4.4", features = [ "trace", "auth" ] } +tower-http = { version = "0.4.4", features = ["trace", "auth"] } tracing = { version = "0.1", features = ["log"] } tracing-subscriber = { version = "0.3", default-features = false, features = [ "env-filter",