chore(deps): update dependencies in Cargo.lock and Cargo.toml, including tauri plugins and various libraries
Some checks failed
Nightly Builds / build-macos (arm64, --target aarch64-apple-darwin) (push) Has been cancelled
Nightly Builds / build-macos (x64, --target x86_64-apple-darwin) (push) Has been cancelled
Nightly Builds / build-windows (arm64, --target aarch64-pc-windows-msvc, aarch64-pc-windows-msvc) (push) Has been cancelled
Nightly Builds / build-windows (x64, --target x86_64-pc-windows-msvc, x86_64-pc-windows-msvc) (push) Has been cancelled
Nightly Builds / prepare (push) Successful in 18s
Nightly Builds / build-ubuntu (push) Failing after 26s

This commit is contained in:
0PandaDEV 2025-06-23 10:51:17 +02:00
parent ca814e511e
commit 07d89683bd
No known key found for this signature in database
GPG key ID: 85A398412EEB8FC9
3 changed files with 154 additions and 115 deletions

View file

@ -15,14 +15,14 @@ tauri = { version = "2.5.1", features = [
"tray-icon",
"image-png",
] }
tauri-plugin-sql = { version = "2.2.0", features = ["sqlite"] }
tauri-plugin-autostart = "2.3.0"
tauri-plugin-os = "2.2.1"
tauri-plugin-updater = "2.7.1"
tauri-plugin-sql = { version = "2.2.1", features = ["sqlite"] }
tauri-plugin-autostart = "2.4.0"
tauri-plugin-os = "2.2.2"
tauri-plugin-updater = "2.8.1"
tauri-plugin-dialog = "2.2.2"
tauri-plugin-fs = "2.3.0"
tauri-plugin-clipboard = "2.1.11"
tauri-plugin-prevent-default = "2.1.0"
tauri-plugin-prevent-default = "2.1.1"
tauri-plugin-global-shortcut = "2.2.1"
tauri-plugin-aptabase = "1.0.0"
sqlx = { version = "0.8.6", features = [
@ -37,7 +37,7 @@ rdev = "0.5.3"
rand = "0.9.1"
base64 = "0.22.1"
image = "0.25.6"
reqwest = { version = "0.12.15", features = ["json", "blocking"] }
reqwest = { version = "0.12.20", features = ["json", "blocking"] }
url = "2.5.4"
regex = "1.11.1"
sha2 = "0.10.9"
@ -52,7 +52,7 @@ include_dir = "0.7.4"
applications = { git = "https://github.com/HuakunShen/applications-rs", branch = "fix/win-app-detection" }
glob = "0.3.2"
meta_fetcher = "0.1.1"
parking_lot = "0.12.3"
parking_lot = "0.12.4"
[features]
custom-protocol = ["tauri/custom-protocol"]