From b294dd67ae9e8a27053acf7e528c36d0d9138082 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Sep 2021 13:44:27 -0300 Subject: [PATCH] chore(deps) Update Tauri Bundler (#2606) Co-authored-by: Lucas Nogueira Co-authored-by: lucasfernog Co-authored-by: Ngo Iok Ui (Wu Yu Wei) Co-authored-by: david Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: chip Co-authored-by: Renovate Bot --- tooling/bundler/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/bundler/Cargo.toml b/tooling/bundler/Cargo.toml index e008ec6b0..c3dc7abd6 100644 --- a/tooling/bundler/Cargo.toml +++ b/tooling/bundler/Cargo.toml @@ -45,7 +45,7 @@ regex = "1" attohttpc = "0.17" uuid = { version = "0.8", features = [ "v4", "v5" ] } bitness = "0.4" -winreg = "0.9" +winreg = "0.10" sha2 = "0.9" hex = "0.4"