Skip to content

Commit f06a1c3

Browse files
Update hyper-rustls requirement from 0.24.0 to 0.26.0
Updates the requirements on [hyper-rustls](https://github.com/rustls/hyper-rustls) to permit the latest version. - [Release notes](https://github.com/rustls/hyper-rustls/releases) - [Commits](rustls/hyper-rustls@v/0.24.0...v/0.26.0) --- updated-dependencies: - dependency-name: hyper-rustls dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 73af88d commit f06a1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kube-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ kube-core = { path = "../kube-core", version = "=0.88.0" }
5959
jsonpath-rust = { version = "0.4.0", optional = true }
6060
tokio-util = { version = "0.7.0", optional = true, features = ["io", "codec"] }
6161
hyper = { version = "0.14.13", optional = true, features = ["client", "http1", "stream", "tcp"] }
62-
hyper-rustls = { version = "0.24.0", optional = true }
62+
hyper-rustls = { version = "0.26.0", optional = true }
6363
hyper-socks2 = { version = "0.8.0", optional = true, default-features = false }
6464
tokio-tungstenite = { version = "0.20.0", optional = true }
6565
tower = { version = "0.4.13", optional = true, features = ["buffer", "filter", "util"] }

0 commit comments

Comments
 (0)