diff --git a/rust/Cargo.lock b/rust/Cargo.lock index d97cd6e31..e0794ad67 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -3385,7 +3385,7 @@ dependencies = [ "js-sys", "log", "wasm-bindgen", - "windows-core 0.58.0", + "windows-core 0.61.0", ] [[package]] @@ -6878,9 +6878,9 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "tauri" -version = "2.5.0" +version = "2.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be03adf68fba02f87c4653da7bd73f40b0ecf9c6b7c2c39830f6981d0651912f" +checksum = "e7b0bc1aec81bda6bc455ea98fcaed26b3c98c1648c627ad6ff1c704e8bf8cbc" dependencies = [ "anyhow", "bytes", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index e50a9fcf4..b2af3c471 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -154,7 +154,7 @@ subtle = "2.5.0" supports-color = "3.0.2" swift-bridge = "0.1.57" swift-bridge-build = "0.1.57" -tauri = "2.5.0" +tauri = "2.5.1" tauri-build = "2.1.0" tauri-plugin-dialog = "2.2.1" tauri-plugin-notification = "2.2.2"