Bump tauri from 1.0.3 to 1.0.6 in /src-tauri
Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.0.3 to 1.0.6. - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.0.3...tauri-v1.0.6) --- updated-dependencies: - dependency-name: tauri dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] committed
Sep 30, 2022 at 20:24 UTC
74414d0ce8467e7275f6ff1e816fc59ceca19a23
2 files changed
+76
-16
src-tauri/Cargo.lock
+75
-15
@@ -2881,7 +2881,7 @@ dependencies = [
2881
"unicode-segmentation",
2882
"uuid 0.8.2",
2883
"windows 0.37.0",
2884
- "windows-implement",
2884
+ "windows-implement 0.37.0",
2885
"x11-dl",
2886
]
2887
@@ -2898,9 +2898,9 @@ dependencies = [
2898
2899
[[package]]
2900
name = "tauri"
2901
-version = "1.0.3"
2901
+version = "1.0.6"
2902
source = "registry+https://github.com/rust-lang/crates.io-index"
2903
-checksum = "d61fc211e0bd2c04c0aecd202d2cd72dd797a89da02989a39e1b9691462386d6"
2903
+checksum = "c0aa6a88d71e2be58d0ef063eaa51af33f71b45a7e948afef21ef0152509ba47"
2904
dependencies = [
2905
"anyhow",
2906
"attohttpc",
@@ -2967,9 +2967,9 @@ dependencies = [
2967
2968
[[package]]
2969
name = "tauri-codegen"
2970
-version = "1.0.3"
2970
+version = "1.1.1"
2971
source = "registry+https://github.com/rust-lang/crates.io-index"
2972
-checksum = "f6f1f7928dd040fc03c94207adfad506c0cf5b152982fd1dc0a621f7fd777e22"
2972
+checksum = "356fa253e40ae4d6ff02075011f2f2bb4066f5c9d8c1e16ca6912d7b75903ba6"
2973
dependencies = [
2974
"base64",
2975
"brotli",
@@ -2993,9 +2993,9 @@ dependencies = [
2993
2994
[[package]]
2995
name = "tauri-macros"
2996
-version = "1.0.3"
2996
+version = "1.1.1"
2997
source = "registry+https://github.com/rust-lang/crates.io-index"
2998
-checksum = "e50b9f52871c088857360319a37472d59f4644f1ed004489599d62831a1b6996"
2998
+checksum = "d6051fd6940ddb22af452340d03c66a3e2f5d72e0788d4081d91e31528ccdc4d"
2999
dependencies = [
3000
"heck 0.4.0",
3001
"proc-macro2",
@@ -3047,9 +3047,9 @@ dependencies = [
3047
3048
[[package]]
3049
name = "tauri-utils"
3050
-version = "1.0.3"
3050
+version = "1.1.1"
3051
source = "registry+https://github.com/rust-lang/crates.io-index"
3052
-checksum = "12ff4b68d9faeb57c9c727bf58c9c9768d2b67d8e84e62ce6146e7859a2e9c6b"
3052
+checksum = "1e8fdae6f29cef959809a3c3afef510c5b715a446a597ab8b791497585363f39"
3053
dependencies = [
3054
"brotli",
3055
"ctor",
@@ -3069,7 +3069,7 @@ dependencies = [
3069
"thiserror",
3070
"url",
3071
"walkdir",
3072
- "windows 0.37.0",
3072
+ "windows 0.39.0",
3073
]
3074
3075
[[package]]
@@ -3538,7 +3538,7 @@ dependencies = [
3538
"webview2-com-macros",
3539
"webview2-com-sys",
3540
"windows 0.37.0",
3541
- "windows-implement",
3541
+ "windows-implement 0.37.0",
3542
]
3543
3544
[[package]]
@@ -3633,7 +3633,7 @@ version = "0.37.0"
3633
source = "registry+https://github.com/rust-lang/crates.io-index"
3634
checksum = "57b543186b344cc61c85b5aab0d2e3adf4e0f99bc076eff9aa5927bcc0b8a647"
3635
dependencies = [
3636
- "windows-implement",
3636
+ "windows-implement 0.37.0",
3637
"windows_aarch64_msvc 0.37.0",
3638
"windows_i686_gnu 0.37.0",
3639
"windows_i686_msvc 0.37.0",
@@ -3641,6 +3641,20 @@ dependencies = [
3641
"windows_x86_64_msvc 0.37.0",
3642
]
3643
3644
+[[package]]
3645
+name = "windows"
3646
+version = "0.39.0"
3647
+source = "registry+https://github.com/rust-lang/crates.io-index"
3648
+checksum = "f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a"
3649
+dependencies = [
3650
+ "windows-implement 0.39.0",
3651
+ "windows_aarch64_msvc 0.39.0",
3652
+ "windows_i686_gnu 0.39.0",
3653
+ "windows_i686_msvc 0.39.0",
3654
+ "windows_x86_64_gnu 0.39.0",
3655
+ "windows_x86_64_msvc 0.39.0",
3656
+]
3657
+
3658
[[package]]
3659
name = "windows-bindgen"
3660
version = "0.37.0"
@@ -3648,7 +3662,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3662
checksum = "0bed7be31ade0af08fec9b5343e9edcc005d22b1f11859b8a59b24797f5858e8"
3663
dependencies = [
3664
"windows-metadata",
3651
- "windows-tokens",
3665
+ "windows-tokens 0.37.0",
3666
]
3667
3668
[[package]]
@@ -3658,7 +3672,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3672
checksum = "67a1062e555f7d9d66fd1130ed4f7c6ec41a47529ee0850cd0e926d95b26bb14"
3673
dependencies = [
3674
"syn",
3661
- "windows-tokens",
3675
+ "windows-tokens 0.37.0",
3676
+]
3677
+
3678
+[[package]]
3679
+name = "windows-implement"
3680
+version = "0.39.0"
3681
+source = "registry+https://github.com/rust-lang/crates.io-index"
3682
+checksum = "ba01f98f509cb5dc05f4e5fc95e535f78260f15fea8fe1a8abdd08f774f1cee7"
3683
+dependencies = [
3684
+ "syn",
3685
+ "windows-tokens 0.39.0",
3686
]
3687
3688
[[package]]
@@ -3686,6 +3710,12 @@ version = "0.37.0"
3710
source = "registry+https://github.com/rust-lang/crates.io-index"
3711
checksum = "3263d25f1170419995b78ff10c06b949e8a986c35c208dc24333c64753a87169"
3712
3713
+[[package]]
3714
+name = "windows-tokens"
3715
+version = "0.39.0"
3716
+source = "registry+https://github.com/rust-lang/crates.io-index"
3717
+checksum = "f838de2fe15fe6bac988e74b798f26499a8b21a9d97edec321e79b28d1d7f597"
3718
+
3719
[[package]]
3720
name = "windows_aarch64_msvc"
3721
version = "0.36.1"
@@ -3698,6 +3728,12 @@ version = "0.37.0"
3728
source = "registry+https://github.com/rust-lang/crates.io-index"
3729
checksum = "2623277cb2d1c216ba3b578c0f3cf9cdebeddb6e66b1b218bb33596ea7769c3a"
3730
3731
+[[package]]
3732
+name = "windows_aarch64_msvc"
3733
+version = "0.39.0"
3734
+source = "registry+https://github.com/rust-lang/crates.io-index"
3735
+checksum = "ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2"
3736
+
3737
[[package]]
3738
name = "windows_i686_gnu"
3739
version = "0.24.0"
@@ -3716,6 +3752,12 @@ version = "0.37.0"
3752
source = "registry+https://github.com/rust-lang/crates.io-index"
3753
checksum = "d3925fd0b0b804730d44d4b6278c50f9699703ec49bcd628020f46f4ba07d9e1"
3754
3755
+[[package]]
3756
+name = "windows_i686_gnu"
3757
+version = "0.39.0"
3758
+source = "registry+https://github.com/rust-lang/crates.io-index"
3759
+checksum = "763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b"
3760
+
3761
[[package]]
3762
name = "windows_i686_msvc"
3763
version = "0.24.0"
@@ -3734,6 +3776,12 @@ version = "0.37.0"
3776
source = "registry+https://github.com/rust-lang/crates.io-index"
3777
checksum = "ce907ac74fe331b524c1298683efbf598bb031bc84d5e274db2083696d07c57c"
3778
3779
+[[package]]
3780
+name = "windows_i686_msvc"
3781
+version = "0.39.0"
3782
+source = "registry+https://github.com/rust-lang/crates.io-index"
3783
+checksum = "7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106"
3784
+
3785
[[package]]
3786
name = "windows_x86_64_gnu"
3787
version = "0.24.0"
@@ -3752,6 +3800,12 @@ version = "0.37.0"
3800
source = "registry+https://github.com/rust-lang/crates.io-index"
3801
checksum = "2babfba0828f2e6b32457d5341427dcbb577ceef556273229959ac23a10af33d"
3802
3803
+[[package]]
3804
+name = "windows_x86_64_gnu"
3805
+version = "0.39.0"
3806
+source = "registry+https://github.com/rust-lang/crates.io-index"
3807
+checksum = "6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65"
3808
+
3809
[[package]]
3810
name = "windows_x86_64_msvc"
3811
version = "0.24.0"
@@ -3770,6 +3824,12 @@ version = "0.37.0"
3824
source = "registry+https://github.com/rust-lang/crates.io-index"
3825
checksum = "f4dd6dc7df2d84cf7b33822ed5b86318fb1781948e9663bacd047fc9dd52259d"
3826
3827
+[[package]]
3828
+name = "windows_x86_64_msvc"
3829
+version = "0.39.0"
3830
+source = "registry+https://github.com/rust-lang/crates.io-index"
3831
+checksum = "5e4d40883ae9cae962787ca76ba76390ffa29214667a111db9e0a1ad8377e809"
3832
+
3833
[[package]]
3834
name = "winreg"
3835
version = "0.10.1"
@@ -3828,7 +3888,7 @@ dependencies = [
3888
"webkit2gtk-sys",
3889
"webview2-com",
3890
"windows 0.37.0",
3831
- "windows-implement",
3891
+ "windows-implement 0.37.0",
3892
]
3893
3894
[[package]]
src-tauri/Cargo.toml
+1
-1
@@ -17,7 +17,7 @@ tauri-build = { version = "1.0.3", features = [] }
17
[dependencies]
18
serde_json = "1.0"
19
serde = { version = "1.0", features = ["derive"] }
20
-tauri = { version = "1.0.3", features = ["api-all"] }
20
+tauri = { version = "1.0.6", features = ["api-all"] }
21
winreg = "0.10"
22
notify = "4.0.0"
23