From 95a2c8f7e09bb63ee6a68eaef1aba38546c00519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 09:48:15 +0000 Subject: [PATCH] chore: Bump thiserror from 1.0.69 to 2.0.8 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.8. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.8) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- backend/Cargo.toml | 2 +- core/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f99b66b8..09ac374bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -605,7 +605,7 @@ dependencies = [ "sentry", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.8", "tokio", "tracing", ] @@ -3068,7 +3068,7 @@ dependencies = [ "serde_json", "sqlx", "sqlxmq", - "thiserror 1.0.69", + "thiserror 2.0.8", "tokio", "tokio-executor-trait", "tokio-reactor-trait", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index c2eaa105d..1905cf562 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -37,7 +37,7 @@ sqlx = { version = "0.7", default-features = false, features = [ "migrate", ] } sqlxmq = "0.5" -thiserror = "1.0" +thiserror = "2.0" tokio = { version = "1.40", features = ["macros"] } tracing = "0.1.40" tracing-subscriber = "0.3.18" diff --git a/core/Cargo.toml b/core/Cargo.toml index 2ec27134b..c175b3b82 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -45,6 +45,6 @@ sentry = { version = "0.32", default-features = false, features = [ ], optional = true } serde = { version = "1.0.214", features = ["derive"] } serde_json = "1.0.133" -thiserror = "1.0" +thiserror = "2.0" tokio = { version = "1.40.0", features = ["rt-multi-thread", "macros"] } tracing = "0.1.40"