diff --git a/apps/tauri/src-tauri/Cargo.lock b/apps/tauri/src-tauri/Cargo.lock index 94b48db..f88a861 100644 --- a/apps/tauri/src-tauri/Cargo.lock +++ b/apps/tauri/src-tauri/Cargo.lock @@ -4911,6 +4911,26 @@ dependencies = [ "windows", ] +[[package]] +name = "tauri-build" +version = "2.6.3" +source = "git+https://github.com/tauri-apps/tauri?rev=2087bcae25cf0fca2f944777cdadfef773639f19#2087bcae25cf0fca2f944777cdadfef773639f19" +dependencies = [ + "anyhow", + "cargo_toml", + "dirs", + "glob", + "heck 0.5.0", + "json-patch 4.2.0", + "schemars 0.8.22", + "semver", + "serde", + "serde_json", + "tauri-utils 2.9.3 (git+https://github.com/tauri-apps/tauri?rev=2087bcae25cf0fca2f944777cdadfef773639f19)", + "tauri-winres", + "walkdir", +] + [[package]] name = "tauri-build" version = "2.6.3" @@ -4931,26 +4951,6 @@ dependencies = [ "walkdir", ] -[[package]] -name = "tauri-build" -version = "2.6.3" -source = "git+https://github.com/tauri-apps/tauri?rev=f4feb2ba71ae018f0fc200453ae9cf12a6b0c05f#f4feb2ba71ae018f0fc200453ae9cf12a6b0c05f" -dependencies = [ - "anyhow", - "cargo_toml", - "dirs", - "glob", - "heck 0.5.0", - "json-patch 4.2.0", - "schemars 0.8.22", - "semver", - "serde", - "serde_json", - "tauri-utils 2.9.3 (git+https://github.com/tauri-apps/tauri?rev=f4feb2ba71ae018f0fc200453ae9cf12a6b0c05f)", - "tauri-winres", - "walkdir", -] - [[package]] name = "tauri-codegen" version = "2.6.3" @@ -5172,6 +5172,42 @@ dependencies = [ "uuid", ] +[[package]] +name = "tauri-utils" +version = "2.9.3" +source = "git+https://github.com/tauri-apps/tauri?rev=2087bcae25cf0fca2f944777cdadfef773639f19#2087bcae25cf0fca2f944777cdadfef773639f19" +dependencies = [ + "anyhow", + "cargo_metadata", + "ctor 1.0.12", + "dom_query 0.28.0", + "dunce", + "glob", + "http", + "infer 0.22.0", + "json-patch 4.2.0", + "log", + "memchr", + "phf", + "plist", + "proc-macro2", + "quote", + "regex", + "schemars 0.8.22", + "semver", + "serde", + "serde-untagged", + "serde_json", + "serde_with", + "swift-rs", + "thiserror 2.0.19", + "toml 1.1.4+spec-1.1.0", + "url", + "urlpattern 0.6.0", + "uuid", + "walkdir", +] + [[package]] name = "tauri-utils" version = "2.9.3" @@ -5209,42 +5245,6 @@ dependencies = [ "walkdir", ] -[[package]] -name = "tauri-utils" -version = "2.9.3" -source = "git+https://github.com/tauri-apps/tauri?rev=f4feb2ba71ae018f0fc200453ae9cf12a6b0c05f#f4feb2ba71ae018f0fc200453ae9cf12a6b0c05f" -dependencies = [ - "anyhow", - "cargo_metadata", - "ctor 1.0.12", - "dom_query 0.28.0", - "dunce", - "glob", - "http", - "infer 0.22.0", - "json-patch 4.2.0", - "log", - "memchr", - "phf", - "plist", - "proc-macro2", - "quote", - "regex", - "schemars 0.8.22", - "semver", - "serde", - "serde-untagged", - "serde_json", - "serde_with", - "swift-rs", - "thiserror 2.0.19", - "toml 1.1.4+spec-1.1.0", - "url", - "urlpattern 0.6.0", - "uuid", - "walkdir", -] - [[package]] name = "tauri-winres" version = "0.3.6" @@ -5300,7 +5300,7 @@ dependencies = [ "serde", "serde_json", "tauri", - "tauri-build 2.6.3 (git+https://github.com/tauri-apps/tauri?rev=f4feb2ba71ae018f0fc200453ae9cf12a6b0c05f)", + "tauri-build 2.6.3 (git+https://github.com/tauri-apps/tauri?rev=2087bcae25cf0fca2f944777cdadfef773639f19)", "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 77965b3..f2dd387 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 = "f4feb2ba71ae018f0fc200453ae9cf12a6b0c05f", features = [] } +tauri-build = { git = "https://github.com/tauri-apps/tauri", rev = "2087bcae25cf0fca2f944777cdadfef773639f19", features = [] } [dependencies] tauri-plugin-opener = "2"