From 1c03ce9aef876a9410c50eeae626e0c2b1ce2f36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 16:03:38 +0000 Subject: [PATCH] deps(rust): bump thiserror from 1.0.69 to 2.0.17 in /api Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.17. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.17) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- api/Cargo.lock | 2 +- api/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/Cargo.lock b/api/Cargo.lock index 267a498..1bd8972 100644 --- a/api/Cargo.lock +++ b/api/Cargo.lock @@ -3872,7 +3872,7 @@ dependencies = [ "strum 0.25.0", "subtle", "tar", - "thiserror 1.0.69", + "thiserror 2.0.17", "time", "tokio", "totp-rs", diff --git a/api/Cargo.toml b/api/Cargo.toml index 768a87a..9198f0e 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -37,7 +37,7 @@ reqwest = { version = "0.13", default-features = false, features = ["form", "jso uuid = { version = "1.6", features = ["v4", "serde"] } chrono = { version = "0.4", features = ["serde"] } anyhow = "1.0.103" -thiserror = "1.0" +thiserror = "2.0" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } dotenvy = "0.15"