Compare commits

..
Author SHA1 Message Date
c6643c3373 chore(deps): update tauri-build digest to cb2ecac
Some checks failed
renovate/stability-days Updates have not met minimum release age requirement
Dependency builds / Build desktop (pull_request) Failing after 2m4s
Dependency builds / Build web (pull_request) Failing after 2m8s
Dependency builds / Test native MTP (pull_request) Failing after 3m11s
Dependency builds / Build mobile (pull_request) Failing after 4m14s
2026-08-31 14:00:38 +03:00
2 changed files with 5 additions and 5 deletions

View file

@ -4934,7 +4934,7 @@ dependencies = [
[[package]]
name = "tauri-build"
version = "2.6.3"
source = "git+https://github.com/tauri-apps/tauri?rev=f4feb2ba71ae018f0fc200453ae9cf12a6b0c05f#f4feb2ba71ae018f0fc200453ae9cf12a6b0c05f"
source = "git+https://github.com/tauri-apps/tauri?rev=cb2ecac53a505b974ef24f0d4f66ac04fc298eff#cb2ecac53a505b974ef24f0d4f66ac04fc298eff"
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=f4feb2ba71ae018f0fc200453ae9cf12a6b0c05f)",
"tauri-utils 2.9.3 (git+https://github.com/tauri-apps/tauri?rev=cb2ecac53a505b974ef24f0d4f66ac04fc298eff)",
"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=f4feb2ba71ae018f0fc200453ae9cf12a6b0c05f#f4feb2ba71ae018f0fc200453ae9cf12a6b0c05f"
source = "git+https://github.com/tauri-apps/tauri?rev=cb2ecac53a505b974ef24f0d4f66ac04fc298eff#cb2ecac53a505b974ef24f0d4f66ac04fc298eff"
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=f4feb2ba71ae018f0fc200453ae9cf12a6b0c05f)",
"tauri-build 2.6.3 (git+https://github.com/tauri-apps/tauri?rev=cb2ecac53a505b974ef24f0d4f66ac04fc298eff)",
"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 = "cb2ecac53a505b974ef24f0d4f66ac04fc298eff", features = [] }
[dependencies]
tauri-plugin-opener = "2"