From d691b7a9757354c8e27b9fe54941316fc08c81f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 22:46:03 +0000 Subject: [PATCH 1/2] fix(deps): update rust crate thiserror to 1.0.59 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a8dffb4..09b6cc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ lto = true kube = { version = "0.90.0", default-features = false, features = ["client", "ws", "rustls-tls", "runtime"] } k8s-openapi = { version = "0.21.1", default-features = false, features = ["v1_26"] } anyhow = "1.0.82" -thiserror = "1.0.58" +thiserror = "1.0.59" futures = "0.3.30" tokio = { version = "1.37.0", default-features = false, features = ["rt-multi-thread", "net", "macros"] } tokio-stream = { version = "0.1.15", features = ["net"] } From 7cde599109f817cde5db657419cadce8a661a267 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 03:14:31 +0000 Subject: [PATCH 2/2] fix(deps): update rust crate serde_json to 1.0.116 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 09b6cc5..4ad6bf8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ tokio = { version = "1.37.0", default-features = false, features = ["rt-multi-th tokio-stream = { version = "0.1.15", features = ["net"] } tracing = "0.1.40" tracing-subscriber = "0.3.18" -serde_json = "1.0.115" +serde_json = "1.0.116" clap = { version = "4.5.4", features = ["derive"] } byte-unit = "5.1.4" rand = "0.8.5"