From 90daf54287958760d8530eb1f0881809817a4ff3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 04:49:59 +0000 Subject: [PATCH] Bump tauri-build from 2.0.0-beta.9 to 2.0.0-beta.10 Bumps [tauri-build](https://github.com/tauri-apps/tauri) from 2.0.0-beta.9 to 2.0.0-beta.10. - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/tauri-build-v2.0.0-beta.9...tauri-build-v2.0.0-beta.10) --- updated-dependencies: - dependency-name: tauri-build dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- eml-client/src-tauri/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b9bf4a..a3103c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4777,9 +4777,9 @@ dependencies = [ [[package]] name = "tauri-build" -version = "2.0.0-beta.9" +version = "2.0.0-beta.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4671dc132fefbcd7d17c4019679abc190717216818dee608a4990418ad66f335" +checksum = "1e851a54f222a49babb6b8b94869307e0bf95be086ed92983c42a56d5ed92132" dependencies = [ "anyhow", "cargo_toml", @@ -4956,9 +4956,9 @@ dependencies = [ [[package]] name = "tauri-utils" -version = "2.0.0-beta.9" +version = "2.0.0-beta.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ec939fd261ec3848b30027a236c0c5a9039d48fa729b4873bdc353a1f4afff1" +checksum = "ef6a9ec42c3429fac6d46f4af147c765963a6fca18062dd73833032d812231af" dependencies = [ "brotli", "cargo_metadata", diff --git a/eml-client/src-tauri/Cargo.toml b/eml-client/src-tauri/Cargo.toml index 53ca741..459a544 100644 --- a/eml-client/src-tauri/Cargo.toml +++ b/eml-client/src-tauri/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" build = "src/build.rs" [build-dependencies] -tauri-build = { version = "^2.0.0-beta", features = [] } +tauri-build = { version = "^2.0.0-beta.10", features = [] } [dependencies] ammonia = "^3.1.2"