fix(deps): update rust crate thiserror to v2 (v2) (#2012)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de>
This commit is contained in:
renovate[bot]
2024-11-11 18:33:58 +01:00
committed by GitHub
parent 5dadd205f5
commit 1fe3dab64c
3 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -27,12 +27,12 @@ tauri-plugin = { workspace = true, features = ["build"] }
serde = { workspace = true }
serde_json = { workspace = true }
tauri = { workspace = true }
thiserror = { workspace = true }
serde_repr = "0.1"
byte-unit = "5"
log = { workspace = true, features = ["kv_unstable"] }
time = { version = "0.3", features = ["formatting", "local-offset"] }
fern = "0.7"
thiserror = "1"
[target."cfg(target_os = \"android\")".dependencies]
android_logger = "0.14"