From b4e6120e69a97745fbceb9bddbf5ab4a6d431ce4 Mon Sep 17 00:00:00 2001 From: xmakro Date: Tue, 11 Jun 2024 19:56:37 +0100 Subject: [PATCH 1/4] Update k8s-openapi to latest version --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bc10045..64b85ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kube_quantity" -version = "0.7.1" +version = "0.8.0" authors = ["Thomas Kosiewski "] description = "kube_quantity is a library adding arithmetic operations to the Quantity type from the k8s-openapi crate." @@ -16,13 +16,13 @@ categories = ["algorithms", "data-structures", "encoding"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -k8s-openapi = { version = "0.21.1", default-features = false } +k8s-openapi = { version = "0.22.0", default-features = false } nom = "7.1.3" rust_decimal = "1.32.0" thiserror = "1.0.48" [dev-dependencies] -k8s-openapi = { version = "0.21.1", default-features = false, features = [ +k8s-openapi = { version = "0.22.0", default-features = false, features = [ "v1_29", ] } From 33808733fafe64a5e19cd6570b6139b538203c3f Mon Sep 17 00:00:00 2001 From: xmakro Date: Thu, 19 Sep 2024 01:12:26 -0700 Subject: [PATCH 2/4] Update to k8s-openapi 0.23.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 64b85ac..1194b85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,13 +16,13 @@ categories = ["algorithms", "data-structures", "encoding"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -k8s-openapi = { version = "0.22.0", default-features = false } +k8s-openapi = { version = "0.23.0", default-features = false } nom = "7.1.3" rust_decimal = "1.32.0" thiserror = "1.0.48" [dev-dependencies] -k8s-openapi = { version = "0.22.0", default-features = false, features = [ +k8s-openapi = { version = "0.23.0", default-features = false, features = [ "v1_29", ] } From d31ccc104f9fd3eab1c5d9964ff078145546b43d Mon Sep 17 00:00:00 2001 From: xmakro Date: Thu, 19 Sep 2024 01:12:57 -0700 Subject: [PATCH 3/4] Undo --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1194b85..64b85ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,13 +16,13 @@ categories = ["algorithms", "data-structures", "encoding"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -k8s-openapi = { version = "0.23.0", default-features = false } +k8s-openapi = { version = "0.22.0", default-features = false } nom = "7.1.3" rust_decimal = "1.32.0" thiserror = "1.0.48" [dev-dependencies] -k8s-openapi = { version = "0.23.0", default-features = false, features = [ +k8s-openapi = { version = "0.22.0", default-features = false, features = [ "v1_29", ] } From fb23cc3eb46105a9681ae12a03ea06a5d7080543 Mon Sep 17 00:00:00 2001 From: xmakro Date: Mon, 23 Sep 2024 14:15:46 -0700 Subject: [PATCH 4/4] Upgrade crates --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 64b85ac..3453b59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,13 +16,13 @@ categories = ["algorithms", "data-structures", "encoding"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -k8s-openapi = { version = "0.22.0", default-features = false } +k8s-openapi = { version = "0.23.0", default-features = false } nom = "7.1.3" rust_decimal = "1.32.0" -thiserror = "1.0.48" +thiserror = "1.0.64" [dev-dependencies] -k8s-openapi = { version = "0.22.0", default-features = false, features = [ +k8s-openapi = { version = "0.23.0", default-features = false, features = [ "v1_29", ] }