mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 21:24:05 +02:00
chore: update dependencies and Rust crate versions
This commit is contained in:
parent
1cb993616c
commit
a3145c2572
3 changed files with 86 additions and 30 deletions
|
@ -18,11 +18,11 @@ tauri = { version = "2.2.5", features = [
|
|||
tauri-plugin-sql = { version = "2.2.0", features = ["sqlite"] }
|
||||
tauri-plugin-autostart = "2.2.0"
|
||||
tauri-plugin-os = "2.2.0"
|
||||
tauri-plugin-updater = "2.4.0"
|
||||
tauri-plugin-updater = "2.5.0"
|
||||
tauri-plugin-dialog = "2.2.0"
|
||||
tauri-plugin-fs = "2.2.0"
|
||||
tauri-plugin-clipboard = "2.1.11"
|
||||
tauri-plugin-prevent-default = "1.0.2"
|
||||
tauri-plugin-prevent-default = "1.1.0"
|
||||
tauri-plugin-global-shortcut = "2.2.0"
|
||||
tauri-plugin-aptabase = { git = "https://github.com/aptabase/tauri-plugin-aptabase", branch = "v2" }
|
||||
sqlx = { version = "0.8.3", features = [
|
||||
|
@ -46,7 +46,7 @@ time = "0.3.37"
|
|||
global-hotkey = "0.6.3"
|
||||
chrono = { version = "0.4.39", features = ["serde"] }
|
||||
log = { version = "0.4.25", features = ["std"] }
|
||||
uuid = "1.12.1"
|
||||
uuid = "1.13.1"
|
||||
active-win-pos-rs = "0.9.0"
|
||||
include_dir = "0.7.4"
|
||||
# hyperpolyglot = { git = "https://github.com/0pandadev/hyperpolyglot" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue