From db41ef36c23433202ce583434ca573171520cac3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 16:46:06 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 21a47f7..2ce73bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ tokio-tungstenite = "*" futures-util = "0.3.30" uuid = { version = "1.10", features = ["v4", "serde"] } reqwest = { version = "0.12.8", features = ["json"] } -thiserror = "1.0.64" +thiserror = "2.0.0" clokwerk = { version = "0.4.0", features = ["async"] } walkdir = "2.5.0" chrono = { version = "0.4.38", features = ["serde"] }