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

Bump tauri from 2.0.4 to 2.0.5 in /src-tauri

Bumps [tauri](https://github.com/tauri-apps/tauri) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v2.0.4...tauri-v2.0.5)

---
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-10-21 01:11:07 +00:00 committed by GitHub
parent b0eb8878e1
commit 8232e66789
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
src-tauri/Cargo.lock generated
View File

@ -3963,9 +3963,9 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
[[package]] [[package]]
name = "tauri" name = "tauri"
version = "2.0.4" version = "2.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44438500b50708bfc1e6083844e135d1b516325aae58710dcd8fb67e050ae87c" checksum = "5ce2818e803ce3097987296623ed8c0d9f65ed93b4137ff9a83e168bdbf62932"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bytes", "bytes",

View File

@ -17,7 +17,7 @@ crate-type = ["staticlib", "cdylib", "rlib"]
tauri-build = { version = "2.0.1", features = [] } tauri-build = { version = "2.0.1", features = [] }
[dependencies] [dependencies]
tauri = { version = "2.0.2", features = ["devtools", "tray-icon"] } tauri = { version = "2.0.5", features = ["devtools", "tray-icon"] }
tauri-plugin-updater = "2.0.2" tauri-plugin-updater = "2.0.2"
tauri-plugin-process = "2.0.1" tauri-plugin-process = "2.0.1"
tauri-plugin-log = "2.0.1" tauri-plugin-log = "2.0.1"