mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-05-20 07:26:58 -04:00
refactor: update the dependencies
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "app"
|
||||
version = "0.1.0"
|
||||
version.workspace = true
|
||||
description = "A Tauri App"
|
||||
authors = ["you"]
|
||||
license = ""
|
||||
@@ -20,21 +20,21 @@ tauri = { version = "1.3", features = ["fs-write-file", "http-all", "os-all", "p
|
||||
tauri-plugin-log = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1", features = [
|
||||
"colored",
|
||||
] }
|
||||
serde_json = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
log = "0.4"
|
||||
webkit2gtk = "0.18.2"
|
||||
regex = "1"
|
||||
url = "2.3"
|
||||
tokio = { version = "1.14", features = ["full"] }
|
||||
veil = "0.1.6"
|
||||
whoami = "1.4.1"
|
||||
tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
|
||||
openssl = "0.10"
|
||||
keyring = "2"
|
||||
aes-gcm = { version = "0.10", features = ["std"] }
|
||||
anyhow.workspace = true
|
||||
hex = "0.4"
|
||||
anyhow = "1.0"
|
||||
keyring = "2"
|
||||
log.workspace = true
|
||||
openssl = "0.10"
|
||||
regex.workspace = true
|
||||
serde_json.workspace = true
|
||||
serde.workspace = true
|
||||
tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
|
||||
tokio.workspace = true
|
||||
url.workspace = true
|
||||
veil = "0.1.6"
|
||||
webkit2gtk = "0.18.2"
|
||||
whoami = "1.4.1"
|
||||
|
||||
[features]
|
||||
# by default Tauri runs in production mode
|
||||
|
Reference in New Issue
Block a user