chore: update dependencies and versions in package.json and Cargo.lock files

This commit is contained in:
PandaDEV 2025-01-10 23:54:31 +10:00
parent 5ef6d8da77
commit d7fb3af04d
No known key found for this signature in database
GPG key ID: 13EFF9BAF70EE75C
4 changed files with 96 additions and 128 deletions

View file

@ -1,16 +1,16 @@
[package]
name = "qopy"
version = "0.3.4"
version = "0.4.0"
description = "Qopy"
authors = ["pandadev"]
edition = "2021"
rust-version = "1.70"
[build-dependencies]
tauri-build = { version = "2.0.3", features = [] }
tauri-build = { version = "2.0.4", features = [] }
[dependencies]
tauri = { version = "2.1.1", features = [
tauri = { version = "2.2.0", features = [
"macos-private-api",
"tray-icon",
"image-png"
@ -18,22 +18,22 @@ tauri = { version = "2.1.1", 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.3.0"
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-global-shortcut = "2.2.0"
tauri-plugin-aptabase = { git = "https://github.com/aptabase/tauri-plugin-aptabase", branch = "v2" }
sqlx = { version = "0.8.2", features = ["runtime-tokio-native-tls", "sqlite", "chrono"] }
sqlx = { version = "0.8.3", features = ["runtime-tokio-native-tls", "sqlite", "chrono"] }
serde = { version = "1.0.217", features = ["derive"] }
tokio = { version = "1.42.0", features = ["full"] }
serde_json = "1.0.134"
tokio = { version = "1.43.0", features = ["full"] }
serde_json = "1.0.135"
rdev = "0.5.3"
rand = "0.8.5"
base64 = "0.22.1"
image = "0.25.5"
reqwest = { version = "0.12.11", features = ["json", "blocking"] }
reqwest = { version = "0.12.12", features = ["json", "blocking"] }
url = "2.5.4"
regex = "1.11.1"
sha2 = "0.10.8"
@ -42,8 +42,8 @@ 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.0"
active-win-pos-rs = "0.8.4"
uuid = "1.11.1"
active-win-pos-rs = "0.9.0"
include_dir = "0.7.4"
# hyperpolyglot = { git = "https://github.com/0pandadev/hyperpolyglot" }
applications = { git = "https://github.com/HuakunShen/applications-rs", branch = "dev" }