瀏覽代碼

chore(deps) Update Rust crate windows-registry to 0.3.0 (#11193)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 9 月之前
父節點
當前提交
f8b559dacd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      crates/tauri-bundler/Cargo.toml

+ 1 - 1
crates/tauri-bundler/Cargo.toml

@@ -48,7 +48,7 @@ regex = "1"
 
 [target."cfg(target_os = \"windows\")".dependencies]
 bitness = "0.4"
-windows-registry = "0.2.0"
+windows-registry = "0.3.0"
 glob = "0.3"
 
 [target."cfg(target_os = \"windows\")".dependencies.windows-sys]