diff --git a/Cargo.toml b/Cargo.toml index 811e3c9..aa6a1e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ hyper = { version = "0.14.26" } tokio = { version = "1.28.0", features = ["full"] } tracing = "0.1.37" tracing-subscriber = {version = "0.3.17", features = ["env-filter"] } -tower-http = { version = "0.4.0", features = ["fs", "trace", "auth"] } +tower-http = { version = "0.5.2", features = ["fs", "trace", "auth"] } tar = "0.4.38" flate2 = "1.0.26" tokio-util = { version = "0.7.8", features = ["io"] }