⬆️ 更新依赖版本和修正应用商店链接

This commit is contained in:
目棃
2025-04-12 18:15:20 +08:00
parent da17f8cd03
commit 7df0748816
4 changed files with 197 additions and 196 deletions

36
src-tauri/Cargo.lock generated
View File

@@ -606,9 +606,9 @@ dependencies = [
[[package]]
name = "cc"
version = "1.2.18"
version = "1.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "525046617d8376e3db1deffb079e91cef90a89fc3ca5c185bbf8c9ecdd15cd5c"
checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
dependencies = [
"shlex",
]
@@ -2445,9 +2445,9 @@ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
[[package]]
name = "linux-raw-sys"
version = "0.9.3"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413"
checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
[[package]]
name = "litemap"
@@ -3894,15 +3894,15 @@ dependencies = [
"bitflags 2.9.0",
"errno",
"libc",
"linux-raw-sys 0.9.3",
"linux-raw-sys 0.9.4",
"windows-sys 0.59.0",
]
[[package]]
name = "rustls"
version = "0.23.25"
version = "0.23.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
dependencies = [
"once_cell",
"ring",
@@ -4896,7 +4896,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-deep-link"
version = "2.2.1"
source = "git+ssh://git@github.com/tauri-apps/plugins-workspace.git?branch=v2#2445e103f2ee5f9d0c388a432b25d071627e4b37"
source = "git+ssh://git@github.com/tauri-apps/plugins-workspace.git?branch=v2#db7baff3fce55e05140f1535fa675303d846c199"
dependencies = [
"dunce",
"rust-ini",
@@ -4915,7 +4915,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-dialog"
version = "2.2.1"
source = "git+ssh://git@github.com/tauri-apps/plugins-workspace.git?branch=v2#2445e103f2ee5f9d0c388a432b25d071627e4b37"
source = "git+ssh://git@github.com/tauri-apps/plugins-workspace.git?branch=v2#db7baff3fce55e05140f1535fa675303d846c199"
dependencies = [
"log",
"raw-window-handle",
@@ -4932,7 +4932,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-fs"
version = "2.2.1"
source = "git+ssh://git@github.com/tauri-apps/plugins-workspace.git?branch=v2#2445e103f2ee5f9d0c388a432b25d071627e4b37"
source = "git+ssh://git@github.com/tauri-apps/plugins-workspace.git?branch=v2#db7baff3fce55e05140f1535fa675303d846c199"
dependencies = [
"anyhow",
"dunce",
@@ -4954,7 +4954,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-http"
version = "2.4.3"
source = "git+ssh://git@github.com/tauri-apps/plugins-workspace.git?branch=v2#2445e103f2ee5f9d0c388a432b25d071627e4b37"
source = "git+ssh://git@github.com/tauri-apps/plugins-workspace.git?branch=v2#db7baff3fce55e05140f1535fa675303d846c199"
dependencies = [
"bytes",
"cookie_store",
@@ -4977,7 +4977,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-log"
version = "2.3.1"
source = "git+ssh://git@github.com/tauri-apps/plugins-workspace.git?branch=v2#2445e103f2ee5f9d0c388a432b25d071627e4b37"
source = "git+ssh://git@github.com/tauri-apps/plugins-workspace.git?branch=v2#db7baff3fce55e05140f1535fa675303d846c199"
dependencies = [
"android_logger",
"byte-unit",
@@ -4998,7 +4998,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-opener"
version = "2.2.6"
source = "git+ssh://git@github.com/tauri-apps/plugins-workspace.git?branch=v2#2445e103f2ee5f9d0c388a432b25d071627e4b37"
source = "git+ssh://git@github.com/tauri-apps/plugins-workspace.git?branch=v2#db7baff3fce55e05140f1535fa675303d846c199"
dependencies = [
"dunce",
"glob",
@@ -5019,7 +5019,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-os"
version = "2.2.1"
source = "git+ssh://git@github.com/tauri-apps/plugins-workspace.git?branch=v2#2445e103f2ee5f9d0c388a432b25d071627e4b37"
source = "git+ssh://git@github.com/tauri-apps/plugins-workspace.git?branch=v2#db7baff3fce55e05140f1535fa675303d846c199"
dependencies = [
"gethostname",
"log",
@@ -5036,7 +5036,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-process"
version = "2.2.1"
source = "git+ssh://git@github.com/tauri-apps/plugins-workspace.git?branch=v2#2445e103f2ee5f9d0c388a432b25d071627e4b37"
source = "git+ssh://git@github.com/tauri-apps/plugins-workspace.git?branch=v2#db7baff3fce55e05140f1535fa675303d846c199"
dependencies = [
"tauri",
"tauri-plugin",
@@ -5045,7 +5045,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-shell"
version = "2.2.1"
source = "git+ssh://git@github.com/tauri-apps/plugins-workspace.git?branch=v2#2445e103f2ee5f9d0c388a432b25d071627e4b37"
source = "git+ssh://git@github.com/tauri-apps/plugins-workspace.git?branch=v2#db7baff3fce55e05140f1535fa675303d846c199"
dependencies = [
"encoding_rs",
"log",
@@ -5065,7 +5065,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-single-instance"
version = "2.2.3"
source = "git+ssh://git@github.com/tauri-apps/plugins-workspace.git?branch=v2#2445e103f2ee5f9d0c388a432b25d071627e4b37"
source = "git+ssh://git@github.com/tauri-apps/plugins-workspace.git?branch=v2#db7baff3fce55e05140f1535fa675303d846c199"
dependencies = [
"serde",
"serde_json",
@@ -5079,7 +5079,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-sql"
version = "2.2.0"
source = "git+ssh://git@github.com/tauri-apps/plugins-workspace.git?branch=v2#2445e103f2ee5f9d0c388a432b25d071627e4b37"
source = "git+ssh://git@github.com/tauri-apps/plugins-workspace.git?branch=v2#db7baff3fce55e05140f1535fa675303d846c199"
dependencies = [
"futures-core",
"indexmap 2.9.0",