From 5327899bc93fccb0ce60baec5acf20be0e80d253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 05:35:22 +0000 Subject: [PATCH] Update hyper-openssl requirement from 0.9.2 to 0.10.1 Updates the requirements on [hyper-openssl](https://github.com/sfackler/hyper-openssl) to permit the latest version. - [Release notes](https://github.com/sfackler/hyper-openssl/releases) - [Changelog](https://github.com/sfackler/hyper-openssl/blob/master/CHANGELOG.md) - [Commits](https://github.com/sfackler/hyper-openssl/compare/0.9.2...0.10.1) --- updated-dependencies: - dependency-name: hyper-openssl dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- kube-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube-client/Cargo.toml b/kube-client/Cargo.toml index 9ed10cbf7..3efc29b5f 100644 --- a/kube-client/Cargo.toml +++ b/kube-client/Cargo.toml @@ -70,7 +70,7 @@ pin-project = { version = "1.0.4", optional = true } rand = { version = "0.8.3", optional = true } secrecy = { version = "0.8.0", features = ["alloc", "serde"] } tracing = { version = "0.1.36", features = ["log"], optional = true } -hyper-openssl = { version = "0.9.2", optional = true } +hyper-openssl = { version = "0.10.1", optional = true } form_urlencoded = { version = "1.2.0", optional = true } [dependencies.k8s-openapi]