From 7642dab33e68970c33c1f8a4a043cf2919dd7b36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 08:26:19 +0000 Subject: [PATCH] Bump thiserror from 1.0.69 to 2.0.17 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] --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59c3c4b..1b38661 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -620,7 +620,7 @@ dependencies = [ "serde_json", "serde_yaml", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.17", "tokio", "toml", "toml_edit", @@ -3677,7 +3677,7 @@ dependencies = [ "smallvec", "socket2 0.5.10", "sqlx", - "thiserror 1.0.69", + "thiserror 2.0.17", "tokio", "tower 0.4.13", "tower-http 0.5.2", @@ -3720,7 +3720,7 @@ dependencies = [ "sha2", "sqlx", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.17", "tokio", "tracing", "tracing-opentelemetry", @@ -3739,7 +3739,7 @@ dependencies = [ "serde", "serde_json", "sqlx", - "thiserror 1.0.69", + "thiserror 2.0.17", "tokio", "tracing", "uuid", @@ -3804,7 +3804,7 @@ dependencies = [ "rustapi-core", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.17", "tokio", "tracing", ] @@ -3821,7 +3821,7 @@ dependencies = [ "rustapi-openapi", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.17", "tokio", "toon-format", "tracing", @@ -3840,7 +3840,7 @@ dependencies = [ "rustapi-macros", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.17", "tokio", ] @@ -3856,7 +3856,7 @@ dependencies = [ "serde", "serde_json", "tera", - "thiserror 1.0.69", + "thiserror 2.0.17", "tokio", "tracing", ] @@ -3880,7 +3880,7 @@ dependencies = [ "serde", "serde_json", "sha1", - "thiserror 1.0.69", + "thiserror 2.0.17", "tokio", "tokio-tungstenite", "tracing", diff --git a/Cargo.toml b/Cargo.toml index 9850e72..33b5bf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ tower-http = { version = "0.5", features = ["full"] } tower-service = "0.3" # Utilities -thiserror = "1.0" +thiserror = "2.0" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } futures-util = "0.3"