瀏覽代碼

chore(deps) Update Rust crate thiserror to 1.0.28 (#2560)

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <wusyong9104@gmail.com>
Co-authored-by: david <david@lemarier.ca>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: chip <chip@chip.sh>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] 4 年之前
父節點
當前提交
9b6162a617
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/tauri-utils/Cargo.toml

+ 1 - 1
core/tauri-utils/Cargo.toml

@@ -13,7 +13,7 @@ readme = "README.md"
 [dependencies]
 serde = { version = "1.0", features = [ "derive" ] }
 serde_json = "1.0"
-thiserror = "1.0.26"
+thiserror = "1.0.28"
 phf = { version = "0.10", features = [ "macros" ] }
 zstd = "0.9"
 url = { version = "2.2", features = [ "serde" ] }