Bump tauri from 1.0.4 to 1.0.6 in /src-tauri

Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.0.4 to 1.0.6.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.0.4...tauri-v1.0.6)

---
updated-dependencies:
- dependency-name: tauri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-09-16 19:33:19 +00:00
committed by GitHub
parent e6365b5592
commit 151e7c3919
2 changed files with 3 additions and 3 deletions

4
src-tauri/Cargo.lock generated
View File

@@ -3948,9 +3948,9 @@ dependencies = [
[[package]]
name = "tauri"
version = "1.0.4"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "827f61bd3dd40276694be5c7ffc40d65b94ab00d9f8c1a4a4db07f2cdc306c83"
checksum = "c0aa6a88d71e2be58d0ef063eaa51af33f71b45a7e948afef21ef0152509ba47"
dependencies = [
"anyhow",
"attohttpc",

View File

@@ -24,7 +24,7 @@ sudo = "0.6.0"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.0.0-rc.9", features = ["api-all"] }
tauri = { version = "1.0.6", features = ["api-all"] }
# Access system process info.
sysinfo = "0.24.6"