Bump tauri-build from 1.0.0-rc.7 to 1.0.0-rc.8 in /src-tauri (#8)

Bumps [tauri-build](https://github.com/tauri-apps/tauri) from 1.0.0-rc.7 to 1.0.0-rc.8.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-build-v1.0.0-rc.7...tauri-build-v1.0.0-rc.8)

---
updated-dependencies:
- dependency-name: tauri-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-05-08 12:51:43 +05:30 committed by GitHub
parent c12033df06
commit 6e1559cace
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

5
src-tauri/Cargo.lock generated
View file

@ -2856,12 +2856,13 @@ dependencies = [
[[package]]
name = "tauri-build"
version = "1.0.0-rc.7"
version = "1.0.0-rc.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e6448e80778032b4f9dd86b5efc8214d5bfc81a11efa502bb5211b05d422b14"
checksum = "3f85528e1a51b1d79761f56a0af8fb639ffa282e6bb01b012cdd552673e45be6"
dependencies = [
"anyhow",
"cargo_toml",
"semver 1.0.9",
"serde_json",
"tauri-utils",
"winres",

View file

@ -12,7 +12,7 @@ edition = "2021"
rust-version = "1.57"
[build-dependencies]
tauri-build = { version = "1.0.0-rc.7", features = [] }
tauri-build = { version = "1.0.0-rc.8", features = [] }
[dependencies]
serde_json = "1.0.81"