chore(deps): bump tauri from 2.8.2 to 2.8.4 in /src-tauri

Bumps [tauri](https://github.com/tauri-apps/tauri) from 2.8.2 to 2.8.4.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v2.8.2...tauri-v2.8.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-08-26 01:38:18 +00:00
committed by Xevion
parent 6b6f18a27e
commit eb3c651c7c
2 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ crate-type = ["staticlib", "cdylib", "rlib"]
tauri-build = { version = "2.4.0", features = [] }
[dependencies]
tauri = { version = "2.8.2", features = [] }
tauri = { version = "2.8.4", features = [] }
tauri-plugin-opener = "2.5.0"
serde = { version = "1", features = ["derive"] }
ffprobe = "0.4.0"