diff --git a/kube-client/Cargo.toml b/kube-client/Cargo.toml index 19a8bd3f2..3798af9d7 100644 --- a/kube-client/Cargo.toml +++ b/kube-client/Cargo.toml @@ -59,7 +59,7 @@ jsonpath_lib = { version = "0.3.0", optional = true } tokio-util = { version = "0.7.0", optional = true, features = ["io", "codec"] } hyper = { version = "0.14.13", optional = true, features = ["client", "http1", "stream", "tcp"] } hyper-rustls = { version = "0.24.0", optional = true } -tokio-tungstenite = { version = "0.19.0", optional = true } +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 }