From 83d92016ea989680c426772cb777389baeff4f3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 08:41:23 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to 1.0.58 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e2ffb93..4307e31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ lto = true kube = { version = "0.88.1", default-features = false, features = ["client", "ws", "rustls-tls", "runtime"] } k8s-openapi = { version = "0.21.1", default-features = false, features = ["v1_26"] } anyhow = "1.0.81" -thiserror = "1.0.57" +thiserror = "1.0.58" futures = "0.3.30" tokio = { version = "1.36.0", default-features = false, features = ["rt-multi-thread", "net", "macros"] } tokio-stream = { version = "0.1.14", features = ["net"] }