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,27 +1,27 @@
|
||||
[package]
|
||||
name = "gpcommon"
|
||||
version = "0.1.0"
|
||||
version.workspace = true
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.14", features = ["full"] }
|
||||
tokio-util = "0.7"
|
||||
thiserror = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
bytes = "1.0"
|
||||
serde_json = "1.0"
|
||||
async-trait = "0.1"
|
||||
ring = "0.16"
|
||||
data-encoding = "2.3"
|
||||
log = "0.4"
|
||||
is_executable = "1.0"
|
||||
configparser = "3.0"
|
||||
shlex = "1.0"
|
||||
anyhow = "1.0"
|
||||
tempfile = "3.8"
|
||||
lexopt = "0.3.0"
|
||||
anyhow.workspace = true
|
||||
async-trait.workspace = true
|
||||
bytes.workspace = true
|
||||
configparser.workspace = true
|
||||
data-encoding.workspace = true
|
||||
is_executable.workspace = true
|
||||
lexopt.workspace = true
|
||||
log.workspace = true
|
||||
ring.workspace = true
|
||||
serde_json.workspace = true
|
||||
serde.workspace = true
|
||||
shlex.workspace = true
|
||||
tempfile.workspace = true
|
||||
thiserror.workspace = true
|
||||
tokio-util.workspace = true
|
||||
tokio.workspace = true
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.0"
|
||||
|
Reference in New Issue
Block a user