From 2f73406ae6d76d68628d8f9f2ae000188d70e69f Mon Sep 17 00:00:00 2001 From: 0xKitsune <0xKitsune@protonmail.com> Date: Thu, 14 Dec 2023 09:25:54 -0500 Subject: [PATCH] updated cargo toml to match dev branch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",