diff --git a/apps/tauri/src-tauri/Cargo.lock b/apps/tauri/src-tauri/Cargo.lock index 88238bd..18d2187 100644 --- a/apps/tauri/src-tauri/Cargo.lock +++ b/apps/tauri/src-tauri/Cargo.lock @@ -4934,7 +4934,7 @@ dependencies = [ [[package]] name = "tauri-build" version = "2.6.3" -source = "git+https://github.com/tauri-apps/tauri?rev=56d19c39e457b528433dc546106cd0bff4066bc2#56d19c39e457b528433dc546106cd0bff4066bc2" +source = "git+https://github.com/tauri-apps/tauri?rev=5e2856e3209d4ab16d21a1f828ff94b46a35a0b6#5e2856e3209d4ab16d21a1f828ff94b46a35a0b6" dependencies = [ "anyhow", "cargo_toml", @@ -4946,7 +4946,7 @@ dependencies = [ "semver", "serde", "serde_json", - "tauri-utils 2.9.3 (git+https://github.com/tauri-apps/tauri?rev=56d19c39e457b528433dc546106cd0bff4066bc2)", + "tauri-utils 2.9.3 (git+https://github.com/tauri-apps/tauri?rev=5e2856e3209d4ab16d21a1f828ff94b46a35a0b6)", "tauri-winres", "walkdir", ] @@ -5212,7 +5212,7 @@ dependencies = [ [[package]] name = "tauri-utils" version = "2.9.3" -source = "git+https://github.com/tauri-apps/tauri?rev=56d19c39e457b528433dc546106cd0bff4066bc2#56d19c39e457b528433dc546106cd0bff4066bc2" +source = "git+https://github.com/tauri-apps/tauri?rev=5e2856e3209d4ab16d21a1f828ff94b46a35a0b6#5e2856e3209d4ab16d21a1f828ff94b46a35a0b6" dependencies = [ "anyhow", "cargo_metadata", @@ -5300,7 +5300,7 @@ dependencies = [ "serde", "serde_json", "tauri", - "tauri-build 2.6.3 (git+https://github.com/tauri-apps/tauri?rev=56d19c39e457b528433dc546106cd0bff4066bc2)", + "tauri-build 2.6.3 (git+https://github.com/tauri-apps/tauri?rev=5e2856e3209d4ab16d21a1f828ff94b46a35a0b6)", "tauri-plugin-deep-link", "tauri-plugin-log", "tauri-plugin-notification", diff --git a/apps/tauri/src-tauri/Cargo.toml b/apps/tauri/src-tauri/Cargo.toml index 9e277e4..558c61d 100644 --- a/apps/tauri/src-tauri/Cargo.toml +++ b/apps/tauri/src-tauri/Cargo.toml @@ -15,7 +15,7 @@ name = "mobile_lib" crate-type = ["staticlib", "cdylib", "rlib"] [build-dependencies] -tauri-build = { git = "https://github.com/tauri-apps/tauri", rev = "56d19c39e457b528433dc546106cd0bff4066bc2", features = [] } +tauri-build = { git = "https://github.com/tauri-apps/tauri", rev = "5e2856e3209d4ab16d21a1f828ff94b46a35a0b6", features = [] } [dependencies] tauri-plugin-opener = "2"