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"