mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 21:24:05 +02:00
fix: update dependencies versions in package.json and Cargo.lock files
This commit is contained in:
parent
d548f8dfa7
commit
12b8f9a49e
3 changed files with 97 additions and 78 deletions
|
@ -7,10 +7,10 @@ edition = "2021"
|
|||
rust-version = "1.70"
|
||||
|
||||
[build-dependencies]
|
||||
tauri-build = { version = "2.0.4", features = [] }
|
||||
tauri-build = { version = "2.0.5", features = [] }
|
||||
|
||||
[dependencies]
|
||||
tauri = { version = "2.2.0", features = [
|
||||
tauri = { version = "2.2.3", features = [
|
||||
"macos-private-api",
|
||||
"tray-icon",
|
||||
"image-png"
|
||||
|
@ -22,13 +22,13 @@ tauri-plugin-updater = "2.3.1"
|
|||
tauri-plugin-dialog = "2.2.0"
|
||||
tauri-plugin-fs = "2.2.0"
|
||||
tauri-plugin-clipboard = "2.1.11"
|
||||
tauri-plugin-prevent-default = "1.0.1"
|
||||
tauri-plugin-prevent-default = "1.0.2"
|
||||
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 = ["runtime-tokio-native-tls", "sqlite", "chrono"] }
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
tokio = { version = "1.43.0", features = ["full"] }
|
||||
serde_json = "1.0.135"
|
||||
serde_json = "1.0.137"
|
||||
rdev = "0.5.3"
|
||||
rand = "0.8.5"
|
||||
base64 = "0.22.1"
|
||||
|
@ -41,8 +41,8 @@ lazy_static = "1.5.0"
|
|||
time = "0.3.37"
|
||||
global-hotkey = "0.6.3"
|
||||
chrono = { version = "0.4.39", features = ["serde"] }
|
||||
log = { version = "0.4.22", features = ["std"] }
|
||||
uuid = "1.11.1"
|
||||
log = { version = "0.4.25", features = ["std"] }
|
||||
uuid = "1.12.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