From a1b61d91eb724efa8dd679e420490a08616e785e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 09:40:31 +0000 Subject: [PATCH] Update all dependencies --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1148459..dc9ecc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,8 @@ edition = "2018" [dependencies] log = "0.4.21" -kube = {version = "0.88.1", features = ["derive", "admission", "runtime"]} -k8s-openapi = { version = "0.21.1", default-features = false, features = ["v1_24"] } +kube = {version = "0.90.0", features = ["derive", "admission", "runtime"]} +k8s-openapi = { version = "0.22.0", default-features = false, features = ["v1_24"] } schemars = "0.8.16" serde = "1.0.197" serde_derive = "1.0.197" @@ -15,10 +15,10 @@ serde_json = "1.0.114" serde_yaml = "0.9.32" tokio = { version = "1.36.0", features = ["rt-multi-thread", "macros"]} futures = "0.3.30" -pyo3 = "0.20.3" -pythonize = "0.20.0" -rcgen = "0.12.1" -base64 = "0.21.7" +pyo3 = "0.21.0" +pythonize = "0.21.0" +rcgen = "0.13.0" +base64 = "0.22.0" argh = "0.1.12" rust-embed = "8.3.0" lazy_static = "1.4.0"