diff --git a/ui/src-tauri/Cargo.lock b/ui/src-tauri/Cargo.lock index 111f9f3..a555130 100644 --- a/ui/src-tauri/Cargo.lock +++ b/ui/src-tauri/Cargo.lock @@ -4182,9 +4182,9 @@ dependencies = [ [[package]] name = "tauri-plugin-updater" -version = "2.3.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7351014c140906bcfff59d96e04b1170c8f602557f40eb37f7de356d4e7067b" +checksum = "ce2d39224390c41ba544f02b4f1721f42256320b3fb8c371e9425cbddeb4a68c" dependencies = [ "base64 0.22.1", "dirs", diff --git a/ui/src-tauri/Cargo.toml b/ui/src-tauri/Cargo.toml index 3c8c343..ca89302 100644 --- a/ui/src-tauri/Cargo.toml +++ b/ui/src-tauri/Cargo.toml @@ -28,7 +28,7 @@ tauri-plugin-store = "=2.2.0" async-std = "=1.13.0" [target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies] -tauri-plugin-updater = "=2.3.0" +tauri-plugin-updater = "=2.3.1" tauri-plugin-shell = "=2.2.0" fix-path-env = { git = "https://github.com/tauri-apps/fix-path-env-rs" } interprocess = "=2.2.2"