From 34480eb13f3ffbf8d8b1c132247251e4327c0261 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 13:33:36 +0000 Subject: [PATCH] deps(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] --- control/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control/Cargo.toml b/control/Cargo.toml index 19175e4..221d4f1 100644 --- a/control/Cargo.toml +++ b/control/Cargo.toml @@ -10,7 +10,7 @@ agent-api = { path = "../agent-api" } tokio = { version = "1.41", features = ["full"] } tokio-util = "0.7" # For CancellationToken anyhow = "1.0" -thiserror = "1.0" +thiserror = "2.0" num_cpus = "1.16" # Kubernetes