From f8b559dacddf3c6f681bbbd1e886c661ea4aad19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 10:23:30 -0300 Subject: [PATCH] chore(deps) Update Rust crate windows-registry to 0.3.0 (#11193) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- crates/tauri-bundler/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tauri-bundler/Cargo.toml b/crates/tauri-bundler/Cargo.toml index 485795a2fd6e..35bf4c3aca28 100644 --- a/crates/tauri-bundler/Cargo.toml +++ b/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]