From 7000f46fe88c520f74eef06257074628c1c3afe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:59:29 +0200 Subject: [PATCH] chore(deps): bump tauri from 1.8.0 to 1.8.1 in /webapp/native (#1329) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- webapp/native/Cargo.lock | 4 ++-- webapp/native/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/native/Cargo.lock b/webapp/native/Cargo.lock index e90df973..340c54be 100644 --- a/webapp/native/Cargo.lock +++ b/webapp/native/Cargo.lock @@ -3638,9 +3638,9 @@ checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" [[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", diff --git a/webapp/native/Cargo.toml b/webapp/native/Cargo.toml index de1ff2aa..53625779 100644 --- a/webapp/native/Cargo.toml +++ b/webapp/native/Cargo.toml @@ -15,7 +15,7 @@ tauri-build = { version = "1.5.5", features = [] } [dependencies] serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } -tauri = { version = "1.8.0", features = [ "updater", "fs-read-dir", "protocol-asset", "fs-remove-file", "fs-create-dir", "fs-remove-dir", "fs-read-file", "fs-write-file", "fs-exists", "http-all", "dialog-all", "path-all", "shell-execute", "shell-open", "shell-sidecar", "window-all"] } +tauri = { version = "1.8.1", features = [ "updater", "fs-read-dir", "protocol-asset", "fs-remove-file", "fs-create-dir", "fs-remove-dir", "fs-read-file", "fs-write-file", "fs-exists", "http-all", "dialog-all", "path-all", "shell-execute", "shell-open", "shell-sidecar", "window-all"] } tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" } sysinfo = { version = "0.32.0", features = ["apple-app-store"] } dirs = "5.0.1"