From 7f190efbf098749fcd3b63ec1b417c0f7e69fdc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 23:17:42 +0000 Subject: [PATCH] Bump the tauri group with 1 update Bumps the tauri group with 1 update: [tauri](https://github.com/tauri-apps/tauri). - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.5...tauri-v1.5.1) --- updated-dependencies: - dependency-name: tauri dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tauri ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/tauri/src-tauri/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fea798e1c..5e316fd01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4052,9 +4052,9 @@ checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a" [[package]] name = "tauri" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72aee3277d0a0df01472cc704ab5934a51a1f25348838df17bfb3c5cb727880c" +checksum = "0238c5063bf9613054149a1b6bce4935922e532b7d8211f36989a490a79806be" dependencies = [ "anyhow", "bytes", diff --git a/src/tauri/src-tauri/Cargo.toml b/src/tauri/src-tauri/Cargo.toml index efd71ee61..e2dd5fe21 100644 --- a/src/tauri/src-tauri/Cargo.toml +++ b/src/tauri/src-tauri/Cargo.toml @@ -19,7 +19,7 @@ ml2_net = { path = "../../libs/ml2_net" } rand = "0.8" serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } -tauri = { version = "1.5.0", features = ["api-all"] } +tauri = { version = "1.5.1", features = ["api-all"] } tokio = { version = "1.32", features = ["macros", "sync"] } tokio-graceful-shutdown = "0.13" tracing = "0.1"