From a41a74ecaede1573e6027bc3aa54522ed83864ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 20:27:28 +0000 Subject: [PATCH] deps(rust): 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 | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d07e0e5..9900bf1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1696,7 +1696,7 @@ dependencies = [ "subtle", "syslog", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.18", "tracing", "url", "uuid", @@ -1935,7 +1935,7 @@ dependencies = [ "serde_yaml", "sha2", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.18", "tokio", "tokio-test", "tracing", @@ -1957,7 +1957,7 @@ dependencies = [ "reqwest", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.18", "tracing", ] diff --git a/Cargo.toml b/Cargo.toml index 9fc0940..9ced64f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,5 +25,5 @@ serde_json = "1.0" tokio = { version = "1.0", features = ["full"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["json"] } -thiserror = "1.0" +thiserror = "2.0" anyhow = "1.0"