diff --git a/examples/Cargo.toml b/examples/Cargo.toml index ad5f3cb1c..16526ffe3 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -49,7 +49,7 @@ warp = { version = "0.3", default-features = false, features = ["tls"] } http = "0.2.5" json-patch = "0.2.6" tower = { version = "0.4.6", features = ["limit"] } -tower-http = { version = "0.2.0", features = ["trace", "decompression-gzip"] } +tower-http = { version = "0.3.2", features = ["trace", "decompression-gzip"] } hyper = { version = "0.14.13", features = ["client", "http1", "stream", "tcp"] } thiserror = "1.0.29" backoff = "0.4.0" diff --git a/kube-client/Cargo.toml b/kube-client/Cargo.toml index 89f9f7c87..dec763852 100644 --- a/kube-client/Cargo.toml +++ b/kube-client/Cargo.toml @@ -64,7 +64,7 @@ hyper-tls = { version = "0.5.0", optional = true } hyper-rustls = { version = "0.23.0", optional = true } tokio-tungstenite = { version = "0.17.1", optional = true } tower = { version = "0.4.6", optional = true, features = ["buffer", "filter", "util"] } -tower-http = { version = "0.2.0", optional = true, features = ["auth", "map-response-body", "trace"] } +tower-http = { version = "0.3.2", optional = true, features = ["auth", "map-response-body", "trace"] } hyper-timeout = {version = "0.4.1", optional = true } tame-oauth = { version = "0.7.0", features = ["gcp"], optional = true } pin-project = { version = "1.0.4", optional = true }