diff --git a/Cargo.toml b/Cargo.toml index a60c1c8..bbab4cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,6 @@ tokio = { version = "1.37.0", features = ["full"] } toml = "0.8.12" tonic = { version = "0.12.0", features = ["tls", "tls-roots"] } tower-cookies = { version = "0.10.0", features = ["signed", "private"]} -tower-http = { version = "0.5.2", features = ["tracing", "trace"] } +tower-http = { version = "0.6.0", features = ["tracing", "trace"] } tracing = "0.1.40" url = "2.5.0"