diff --git a/Cargo.lock b/Cargo.lock index ef5aaf1..28f03a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -96,7 +96,7 @@ dependencies = [ "serde", "serde_json", "sqlx", - "thiserror 1.0.69", + "thiserror 2.0.16", "tokio", "tower", "tower-http", @@ -632,7 +632,7 @@ dependencies = [ "jsonwebtoken", "rand 0.9.2", "serde", - "thiserror 1.0.69", + "thiserror 2.0.16", "tracing", ] @@ -647,7 +647,7 @@ dependencies = [ "once_cell", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.16", "tracing", ] @@ -664,7 +664,7 @@ dependencies = [ "reqwest", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.16", "tokio", "tracing", ] diff --git a/Cargo.toml b/Cargo.toml index fba9f69..3994ffc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter","fmt","json"] } tracing-error = "0.2" # Errors / Utils -thiserror = "1" +thiserror = "2" anyhow = "1" once_cell = "1" uuid = { version = "1", features = ["v4"] }