diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 2eb11d6..ff85c23 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3249,9 +3249,9 @@ checksum = "14c39fd04924ca3a864207c66fc2cd7d22d7c016007f9ce846cbb9326331930a" [[package]] name = "tauri" -version = "1.8.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "570a20223602ad990a30a048f2fdb957ae3e38de3ca9582e04cc09d01e8ccfad" +checksum = "1bf327e247698d3f39af8aa99401c9708384290d1f5c544bf5d251d44c2fea22" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 106451f..4c6ea93 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -13,7 +13,7 @@ edition = "2021" tauri-build = { version = "1.5", features = [] } [dependencies] -tauri = { version = "1.8.0", features = [ "macos-private-api", "fs-all", "path-all", "updater", "window-all", "dialog-all", "shell-open"] } +tauri = { version = "1.8.1", features = [ "macos-private-api", "fs-all", "path-all", "updater", "window-all", "dialog-all", "shell-open"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" libpna = "0.18.0"