From 17001eaaf47ef4a999293a290ed0a1ac25399f02 Mon Sep 17 00:00:00 2001 From: clux Date: Thu, 23 Nov 2023 09:01:24 +0000 Subject: [PATCH] bump a pin Signed-off-by: clux --- 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 c76f2985c..83047eac9 100644 --- a/kube-client/Cargo.toml +++ b/kube-client/Cargo.toml @@ -73,7 +73,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.10.0", optional = true } +hyper-openssl = { version = "0.10.1", optional = true } form_urlencoded = { version = "1.2.0", optional = true } [dependencies.k8s-openapi]