Bump tauri from 1.8.0 to 1.8.1 in /src-tauri

Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.8.0...tauri-v1.8.1)

---
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-14 20:46:24 +00:00 committed by GitHub
parent bffe15f6f3
commit 33814da047
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

@ -3510,9 +3510,9 @@ dependencies = [
[[package]]
name = "tauri"
version = "1.8.0"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "570a20223602ad990a30a048f2fdb957ae3e38de3ca9582e04cc09d01e8ccfad"
checksum = "1bf327e247698d3f39af8aa99401c9708384290d1f5c544bf5d251d44c2fea22"
dependencies = [
"anyhow",
"base64 0.22.1",

View file

@ -17,7 +17,7 @@ tauri-build = { version = "1.5.5", features = [] }
[dependencies]
serde_json = "1.0.109"
serde = { version = "1.0.193", features = ["derive"] }
tauri = { version = "1.8.0", features = ["api-all", "devtools", "updater"] }
tauri = { version = "1.8.1", features = ["api-all", "devtools", "updater"] }
tauri-plugin-localhost = "0.1.0"
[features]