feat(updater): improve tracing and error logging (#2513)

This commit is contained in:
Lucas Fernandes Nogueira
2025-03-09 03:24:45 +02:00
committed by GitHub
parent cb38f54f4a
commit ac60d589ec
4 changed files with 38 additions and 5 deletions
+1
View File
@@ -30,6 +30,7 @@ tauri = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
log = { workspace = true }
tokio = "1"
reqwest = { version = "0.12", default-features = false, features = [
"json",