Bump tauri-build from 1.2.1 to 1.3.0 in /src-tauri (#57)

Bumps [tauri-build](https://github.com/tauri-apps/tauri) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-build-v1.2.1...tauri-build-v1.3)

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

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]
2023-05-12 16:37:21 -02:00
committed by GitHub
parent 961334c34c
commit 96830b792d
2 changed files with 369 additions and 63 deletions

View File

@@ -12,7 +12,7 @@ rust-version = "1.68"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = { version = "1.2.1", features = [] }
tauri-build = { version = "1.3.0", features = [] }
[dependencies]
serde_json = "1.0"