From 1a047fb357ee443e04bcc9939bfb42874b3d66f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 03:32:46 +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 72edc3f..372d76d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ httparse = "1" log = "0.4" serde = "1" url = "2" -thiserror = "1.0" +thiserror = "2.0" [build-dependencies] tauri-plugin = { version = "2", features = ["build"] }