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"