From 0245f034dba7cdfcf9883ad41205fea2bafd537b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 16:05:24 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to v2 --- Cargo.toml | 2 +- plugins/log/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a17d33eafb..f745db634e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ tauri-build = "2.0.1" tauri-plugin = "2.0.1" tauri-utils = "2.0.1" serde_json = "1" -thiserror = "1" +thiserror = "2" url = "2" schemars = "0.8" dunce = "1" diff --git a/plugins/log/Cargo.toml b/plugins/log/Cargo.toml index ad7f6bb339..6ef855d141 100644 --- a/plugins/log/Cargo.toml +++ b/plugins/log/Cargo.toml @@ -32,7 +32,7 @@ byte-unit = "5" log = { workspace = true, features = ["kv_unstable"] } time = { version = "0.3", features = ["formatting", "local-offset"] } fern = "0.7" -thiserror = "1" +thiserror = "2" [target."cfg(target_os = \"android\")".dependencies] android_logger = "0.14"