From 26e2feb1c08738434d5d19b1f3c1dd1b5a46fef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 08:26:39 +0000 Subject: [PATCH] chore(deps): bump thiserror from 1.0.69 to 2.0.18 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.18. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.18) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- crates/rustapi-mcp/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c671d92..10d2290 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3753,7 +3753,7 @@ dependencies = [ "rustapi-rs", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.18", "tokio", "tracing", "uuid", diff --git a/crates/rustapi-mcp/Cargo.toml b/crates/rustapi-mcp/Cargo.toml index 37a8388..7110cb0 100644 --- a/crates/rustapi-mcp/Cargo.toml +++ b/crates/rustapi-mcp/Cargo.toml @@ -34,7 +34,7 @@ hyper-util = { workspace = true, features = ["tokio"] } # Utilities tracing = { workspace = true } -thiserror = "1.0" +thiserror = "2.0" uuid = { workspace = true, features = ["v4"] } # For MCP tool invocation proxy (calls back into the main HTTP API over localhost)