From d53e7dae51fc0091aeae308d811b5cfb7d6cc0be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 13:48:16 +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.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5b2c2fcf..da557839 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ repository = "https://github.com/atrium-fi/atrium" # Standard host deps used by agents and CLI serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -thiserror = "1.0" +thiserror = "2.0" anyhow = "1.0" tokio = { version = "1.40", features = ["full"] } tracing = "0.1"