Bump tauri-build from 1.0.0-rc.9 to 1.0.0-rc.10 in /src-tauri (#19)

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

---
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-25 11:02:56 +05:30 committed by GitHub
parent 85236350a6
commit 74ae0eb8a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
src-tauri/Cargo.lock generated
View file

@ -2776,9 +2776,9 @@ dependencies = [
[[package]]
name = "tauri-build"
version = "1.0.0-rc.9"
version = "1.0.0-rc.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae2a4dfb8e5d8a5a4325fda01e9ddf327db23115dce0f54a4a3f9e8f74341f28"
checksum = "08486bbcae11faef73a8ca6f0d57a269089c584462582d70f6a971ac1213c7b6"
dependencies = [
"anyhow",
"cargo_toml",

View file

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