1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-21 18:02:32 +01:00

Bump tauri from 2.0.0-beta.16 to 2.0.0-beta.19 in /src-tauri

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

---
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-05-11 16:15:56 +00:00 committed by Puyodead1
parent 6617666f6c
commit c063a51c8b
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.12", features = [] }
[dependencies]
tauri = { version = "2.0.0-beta.16", features = ["devtools", "tray-icon"] }
tauri = { version = "2.0.0-beta.19", features = ["devtools", "tray-icon"] }
tauri-plugin-updater = "2.0.0-beta.4"
tauri-plugin-process = "2.0.0-alpha"
tauri-plugin-log = "2.0.0-alpha"