Parcourir la source

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] il y a 9 mois
Parent
commit
f8b559dacd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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]