From 7d7cb9f6c660d759fc236c8990a386a240281c6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 18:27:55 +0000 Subject: [PATCH] chore(deps): Bump thiserror from 1.0.69 to 2.0.18 in /graphql-dns-api 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] --- graphql-dns-api/Cargo.lock | 2 +- graphql-dns-api/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/graphql-dns-api/Cargo.lock b/graphql-dns-api/Cargo.lock index 50e7334..f29b8f0 100644 --- a/graphql-dns-api/Cargo.lock +++ b/graphql-dns-api/Cargo.lock @@ -2549,7 +2549,7 @@ dependencies = [ "serde_json", "sha3", "surrealdb", - "thiserror 1.0.69", + "thiserror 2.0.18", "tokio", "tokio-test", "tower", diff --git a/graphql-dns-api/Cargo.toml b/graphql-dns-api/Cargo.toml index 1933e04..9d008d3 100644 --- a/graphql-dns-api/Cargo.toml +++ b/graphql-dns-api/Cargo.toml @@ -39,7 +39,7 @@ serde_json = "1.0" uuid = { version = "1.6", features = ["v4", "serde"] } chrono = { version = "0.4", features = ["serde"] } anyhow = "1.0" -thiserror = "1.0" +thiserror = "2.0" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } reqwest = { version = "0.11", features = ["json"] }