From ff3adc47c585f2acca7de0a39df45e9328be4f53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 03:17:54 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1c209b2..4ad611b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ lto = true kube = { version = "0.93.0", default-features = false, features = ["client", "ws", "rustls-tls", "runtime"] } k8s-openapi = { version = "0.22.0", default-features = false, features = ["v1_26"] } anyhow = "1.0.82" -thiserror = "1.0.59" +thiserror = "2.0.0" 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"] }