mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-07-07 21:48:20 +02:00
chore(deps): update reqwest and tauri plugin versions in Cargo.toml and Cargo.lock
This commit is contained in:
parent
8d3206a483
commit
7aaa26b207
2 changed files with 32 additions and 28 deletions
|
@ -15,10 +15,10 @@ 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"
|
||||
|
@ -37,7 +37,7 @@ rdev = "0.5.3"
|
|||
rand = "0.9.1"
|
||||
base64 = "0.22.1"
|
||||
image = "0.25.6"
|
||||
reqwest = { version = "0.12.19", features = ["json", "blocking"] }
|
||||
reqwest = { version = "0.12.20", features = ["json", "blocking"] }
|
||||
url = "2.5.4"
|
||||
regex = "1.11.1"
|
||||
sha2 = "0.10.9"
|
||||
|
@ -46,7 +46,7 @@ time = "0.3.41"
|
|||
global-hotkey = "0.7.0"
|
||||
chrono = { version = "0.4.41", features = ["serde"] }
|
||||
log = { version = "0.4.27", features = ["std"] }
|
||||
uuid = { version = "1.17.0", features = ["v4"]}
|
||||
uuid = { version = "1.17.0", features = ["v4"] }
|
||||
include_dir = "0.7.4"
|
||||
# hyperpolyglot = { git = "https://github.com/0pandadev/hyperpolyglot" }
|
||||
applications = { git = "https://github.com/HuakunShen/applications-rs", branch = "fix/win-app-detection" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue