Compare commits

..
Author SHA1 Message Date
ce6f796aae chore(deps): update tauri-build digest to 2087bca
Some checks failed
renovate/stability-days Updates have not met minimum release age requirement
Dependency builds / Build web (pull_request) Failing after 2m33s
Dependency builds / Build desktop (pull_request) Failing after 2m39s
Dependency builds / Test native MTP (pull_request) Failing after 3m24s
Dependency builds / Build mobile (pull_request) Failing after 4m20s
2026-08-31 11:00:36 +03:00
2 changed files with 17 additions and 17 deletions

View file

@ -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",

View file

@ -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"