Bump tauri from 1.2.2 to 1.2.3 in /src-tauri (#21)

Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.2.2...tauri-v1.2.3)

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

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

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-12-23 23:43:21 +02:00
committed by GitHub
parent 46c12d10d3
commit 8e128e72ef
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ serde_json = "1.0"
sha2 = "0.10.6"
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/tauri-plugin-window-state", branch = "dev" }
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.2.2", features = ["api-all", "devtools"] }
tauri = { version = "1.2.3", features = ["api-all", "devtools"] }
[features]
# by default Tauri runs in production mode