Bump tauri from 1.0.6 to 1.0.7 in /src-tauri

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

---
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-11-20 17:14:59 +00:00
committed by Magix
parent 3d2425fb3d
commit 6c40044931
2 changed files with 3 additions and 3 deletions

View File

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