diff --git a/kube-client/Cargo.toml b/kube-client/Cargo.toml index ec2a9dbd3..6d488ec58 100644 --- a/kube-client/Cargo.toml +++ b/kube-client/Cargo.toml @@ -62,7 +62,7 @@ tokio-util = { version = "0.6.8", optional = true, features = ["io", "codec"] } hyper = { version = "0.14.13", optional = true, features = ["client", "http1", "stream", "tcp"] } hyper-tls = { version = "0.5.0", optional = true } hyper-rustls = { version = "0.23.0", optional = true } -tokio-tungstenite = { version = "0.15.0", optional = true } +tokio-tungstenite = { version = "0.16.1", optional = true } tower = { version = "0.4.6", optional = true, features = ["buffer", "util"] } tower-http = { version = "0.2.0", optional = true, features = ["auth", "map-response-body", "trace"] } hyper-timeout = {version = "0.4.1", optional = true }