@setoelkahfi / svara / commits / 4339390

Force fix dependabot alert

mellbacon committed Oct 2, 2022 at 18:17 UTC 43393900b331545d2e01dbc284e57bcea9aedbed
2 files changed +47
src-tauri/Cargo.lock
+44
@@ -62,6 +62,7 @@ dependencies = [
62 "serde_json",
63 "tauri",
64 "tauri-build",
65 + "windows 0.32.0",
66 "winreg",
67 ]
68
@@ -3627,6 +3628,19 @@ dependencies = [
3628 "windows_x86_64_msvc 0.24.0",
3629 ]
3630
3631 +[[package]]
3632 +name = "windows"
3633 +version = "0.32.0"
3634 +source = "registry+https://github.com/rust-lang/crates.io-index"
3635 +checksum = "fbedf6db9096bc2364adce0ae0aa636dcd89f3c3f2cd67947062aaf0ca2a10ec"
3636 +dependencies = [
3637 + "windows_aarch64_msvc 0.32.0",
3638 + "windows_i686_gnu 0.32.0",
3639 + "windows_i686_msvc 0.32.0",
3640 + "windows_x86_64_gnu 0.32.0",
3641 + "windows_x86_64_msvc 0.32.0",
3642 +]
3643 +
3644 [[package]]
3645 name = "windows"
3646 version = "0.37.0"
@@ -3716,6 +3730,12 @@ version = "0.39.0"
3730 source = "registry+https://github.com/rust-lang/crates.io-index"
3731 checksum = "f838de2fe15fe6bac988e74b798f26499a8b21a9d97edec321e79b28d1d7f597"
3732
3733 +[[package]]
3734 +name = "windows_aarch64_msvc"
3735 +version = "0.32.0"
3736 +source = "registry+https://github.com/rust-lang/crates.io-index"
3737 +checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5"
3738 +
3739 [[package]]
3740 name = "windows_aarch64_msvc"
3741 version = "0.36.1"
@@ -3740,6 +3760,12 @@ version = "0.24.0"
3760 source = "registry+https://github.com/rust-lang/crates.io-index"
3761 checksum = "c0866510a3eca9aed73a077490bbbf03e5eaac4e1fd70849d89539e5830501fd"
3762
3763 +[[package]]
3764 +name = "windows_i686_gnu"
3765 +version = "0.32.0"
3766 +source = "registry+https://github.com/rust-lang/crates.io-index"
3767 +checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615"
3768 +
3769 [[package]]
3770 name = "windows_i686_gnu"
3771 version = "0.36.1"
@@ -3764,6 +3790,12 @@ version = "0.24.0"
3790 source = "registry+https://github.com/rust-lang/crates.io-index"
3791 checksum = "bf0ffed56b7e9369a29078d2ab3aaeceea48eb58999d2cff3aa2494a275b95c6"
3792
3793 +[[package]]
3794 +name = "windows_i686_msvc"
3795 +version = "0.32.0"
3796 +source = "registry+https://github.com/rust-lang/crates.io-index"
3797 +checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172"
3798 +
3799 [[package]]
3800 name = "windows_i686_msvc"
3801 version = "0.36.1"
@@ -3788,6 +3820,12 @@ version = "0.24.0"
3820 source = "registry+https://github.com/rust-lang/crates.io-index"
3821 checksum = "384a173630588044205a2993b6864a2f56e5a8c1e7668c07b93ec18cf4888dc4"
3822
3823 +[[package]]
3824 +name = "windows_x86_64_gnu"
3825 +version = "0.32.0"
3826 +source = "registry+https://github.com/rust-lang/crates.io-index"
3827 +checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc"
3828 +
3829 [[package]]
3830 name = "windows_x86_64_gnu"
3831 version = "0.36.1"
@@ -3812,6 +3850,12 @@ version = "0.24.0"
3850 source = "registry+https://github.com/rust-lang/crates.io-index"
3851 checksum = "9bd8f062d8ca5446358159d79a90be12c543b3a965c847c8f3eedf14b321d399"
3852
3853 +[[package]]
3854 +name = "windows_x86_64_msvc"
3855 +version = "0.32.0"
3856 +source = "registry+https://github.com/rust-lang/crates.io-index"
3857 +checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316"
3858 +
3859 [[package]]
3860 name = "windows_x86_64_msvc"
3861 version = "0.36.1"
src-tauri/Cargo.toml
+3
@@ -21,6 +21,9 @@ tauri = { version = "1.0.6", features = ["api-all"] }
21 winreg = "0.10"
22 notify = "4.0.0"
23
24 +[dev-dependencies]
25 +windows = "0.32.0"
26 +
27 [features]
28 # by default Tauri runs in production mode
29 # when `tauri dev` runs it is executed with `cargo run --no-default-features` if `devPath` is an URL