diff --git a/kube-client/Cargo.toml b/kube-client/Cargo.toml index bfaa74ab9..411bf529f 100644 --- a/kube-client/Cargo.toml +++ b/kube-client/Cargo.toml @@ -64,7 +64,7 @@ hyper-socks2 = { version = "0.8.0", optional = true, default-features = false } tokio-tungstenite = { version = "0.20.0", optional = true } tower = { version = "0.4.13", optional = true, features = ["buffer", "filter", "util"] } tower-http = { version = "0.4.0", optional = true, features = ["auth", "map-response-body", "trace"] } -hyper-timeout = {version = "0.4.1", optional = true } +hyper-timeout = {version = "0.5.1", optional = true } tame-oauth = { version = "0.9.1", features = ["gcp"], optional = true } pin-project = { version = "1.0.4", optional = true } rand = { version = "0.8.3", optional = true }