1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-22 02:12:38 +01:00

Bump tauri from 2.0.0-beta.14 to 2.0.0-beta.15 in /src-tauri

Bumps [tauri](https://github.com/tauri-apps/tauri) from 2.0.0-beta.14 to 2.0.0-beta.15.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v2.0.0-beta.14...tauri-v2.0.0-beta.15)

---
updated-dependencies:
- dependency-name: tauri
  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] 2024-04-16 01:26:58 +00:00 committed by Puyodead1
parent a4ec3143cb
commit 0dfde83576
No known key found for this signature in database
GPG Key ID: A4FA4FEC0DD353FC

View File

@ -17,7 +17,7 @@ crate-type = ["staticlib", "cdylib", "rlib"]
tauri-build = { version = "2.0.0-beta.11", features = [] }
[dependencies]
tauri = { version = "2.0.0-alpha", features = ["devtools", "tray-icon"] }
tauri = { version = "2.0.0-beta.15", features = ["devtools", "tray-icon"] }
tauri-plugin-updater = "2.0.0-alpha"
tauri-plugin-process = "2.0.0-alpha"
tauri-plugin-log = "2.0.0-alpha"