From c4f17cc42e47cb1e135139cd421b63e083b4d254 Mon Sep 17 00:00:00 2001 From: Eguo Wang Date: Wed, 16 Oct 2024 10:52:01 +0800 Subject: [PATCH] chore(deps): bump kube version to 0.96.0, k8s-openapi version to 0.23.0 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0c9f92c..cc36b82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "amp-common" description = "Rust libraries shared across Amphitheatre components and libraries" -version = "0.9.2" +version = "0.9.3" edition = "2021" license = "Apache-2.0" homepage = "https://amphitheatre.app" @@ -17,8 +17,8 @@ convert_case = "0.6.0" data-encoding = "2.5.0" dirs = "5.0.1" json_comments = "0.2.2" -k8s-openapi = { version = "0.22.0", default-features = false, features = ["schemars", "latest"] } -kube = { version = "0.93.1", default-features = false, features = ["client", "runtime", "derive", "rustls-tls"] } +k8s-openapi = { version = "0.23.0", default-features = false, features = ["schemars", "latest"] } +kube = { version = "0.96.0", default-features = false, features = ["client", "runtime", "derive", "rustls-tls"] } notify = "6.1.1" oci-distribution = { version = "0.11.0", default-features = false, features = ["rustls-tls", "test-registry"] } schemars = "0.8.16"