From cb9dd92d2365d9d552e17d222a29f4b3d9b554d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 11:02:06 +0000 Subject: [PATCH] build(deps): update thiserror requirement from 1.0 to 2.0 Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.0...2.0.18) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- runtime/sidecar-watcher/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/sidecar-watcher/Cargo.toml b/runtime/sidecar-watcher/Cargo.toml index 37b023a6d..d9eaf1c6c 100644 --- a/runtime/sidecar-watcher/Cargo.toml +++ b/runtime/sidecar-watcher/Cargo.toml @@ -25,7 +25,7 @@ axum = "0.7" jsonschema = "0.17" once_cell = "1.19" metrics = "0.21" -thiserror = "1.0" +thiserror = "2.0" k8s-openapi = { version = "0.20", features = ["v1_28"] } kube = { version = "0.87", features = ["client", "config"] } # Performance optimization dependencies