From d4d7ce936670ea736427cf4f32c545615cb3ee5c Mon Sep 17 00:00:00 2001 From: asonix Date: Sat, 23 Nov 2024 15:06:51 -0600 Subject: [PATCH] Update thiserror to 2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a460182..a43e8fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2200,7 +2200,7 @@ dependencies = [ "sled", "streem", "subtle", - "thiserror 1.0.69", + "thiserror 2.0.3", "time", "tokio", "tokio-postgres", diff --git a/Cargo.toml b/Cargo.toml index c8a59bb..dd867f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ sha2 = "0.10.8" sled = { version = "0.34.7" } streem = "0.2.0" subtle = { version = "2.6.1", default-features = false } -thiserror = "1.0.61" +thiserror = "2.0.3" time = { version = "0.3.36", features = ["serde", "serde-well-known"] } tokio = { version = "1.38.0", features = ["full", "tracing"] } tokio-postgres = { version = "0.7.10", features = ["with-uuid-1", "with-time-0_3", "with-serde_json-1"] }