From 678c1983e9f1d29b2405978cb32f42fbe385f433 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 00:57: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 8df6709..889e367 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ reqwest = { version = "0.12.0", features = ["json", "blocking", "stream"] } serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.114" strum = "0.26.1" -thiserror = "1.0.57" +thiserror = "2.0.0" tokio = { version = "1.36.0", features = ["full"] } tokio-stream = "0.1.14"