⬆️ 更新依赖

This commit is contained in:
BTMuli
2026-05-06 16:34:23 +08:00
parent 82750ccc3c
commit f2d1712a56
4 changed files with 1028 additions and 1365 deletions

720
src-tauri/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,7 +17,7 @@ name = "teyvat_guide_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { version = "2.5.6", features = [] }
tauri-build = { version = "2.6.0", features = [] }
[dependencies]
chrono = "0.4.44"
@@ -25,11 +25,11 @@ image = "0.25.10"
log = "0.4.29"
prost = "=0.14.1"
prost-types = "=0.14.1"
sentry = { version = "0.47.0", features = ["backtrace", "panic"] }
sentry = { version = "0.48.1", features = ["backtrace", "panic"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
tauri = { version = "2.10.3", features = ["tray-icon"] }
tauri-utils = "2.8.3"
tauri = { version = "2.11.0", features = ["tray-icon"] }
tauri-utils = "2.9.0"
tauri-plugin-machine-uid = "0.1.3"
url = "2.5.8"
walkdir = "2.5.0"