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"] }