diff --git a/Cargo.lock b/Cargo.lock index a9b8c4b68..fb53535fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2591,7 +2591,7 @@ dependencies = [ "signal-hook-tokio", "tempfile", "testcontainers", - "thiserror 1.0.69", + "thiserror 2.0.3", "tokio", "tokio-postgres", "tokio-postgres-rustls", @@ -2639,7 +2639,7 @@ dependencies = [ "serde", "serde_json", "serde_test", - "thiserror 1.0.69", + "thiserror 2.0.3", "tokio", "tracing", "trillium", @@ -2693,7 +2693,7 @@ dependencies = [ "sqlx", "tempfile", "testcontainers", - "thiserror 1.0.69", + "thiserror 2.0.3", "tokio", "tokio-postgres", "tracing", @@ -2722,7 +2722,7 @@ dependencies = [ "prio", "rand", "reqwest", - "thiserror 1.0.69", + "thiserror 2.0.3", "tokio", "tracing", "tracing-log", @@ -2751,7 +2751,7 @@ dependencies = [ "retry-after", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.3", "tokio", "tracing", "url", @@ -2795,7 +2795,7 @@ dependencies = [ "stopper", "tempfile", "testcontainers", - "thiserror 1.0.69", + "thiserror 2.0.3", "tokio", "tokio-stream", "tracing", @@ -2924,7 +2924,7 @@ dependencies = [ "rand", "serde", "serde_test", - "thiserror 1.0.69", + "thiserror 2.0.3", "url", ] diff --git a/Cargo.toml b/Cargo.toml index 2faa10003..a0dac9d72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,7 +101,7 @@ sqlx = "0.8.2" stopper = "0.2.8" tempfile = "3.14.0" testcontainers = "0.22.0" -thiserror = "1.0" +thiserror = "2.0" tracing = "0.1.40" tracing-chrome = "0.7.2" tracing-log = "0.2.0"