feat: update dependencies

This commit is contained in:
2023-03-25 23:37:27 +08:00
parent 010b8c538f
commit b431a94ef9
4 changed files with 430 additions and 220 deletions

View File

@@ -9,15 +9,15 @@ edition = "2021"
zeroize = "1.5"
clap = "2.33"
hex = "0.4"
base64 = "0.13"
base64 = "0.21"
sha2 = "0.10"
lazy_static = "1.4"
serde_derive = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
josekit = "0.8"
secmem-proc = "0.1"
seckey = "0.11"
secmem-proc = "0.3"
seckey = "0.12"
rust_util = { version = "0.6", features = ["use_clap"] }
tokio = { version = "1.19", features = ["full"] }
hyper = { version = "0.14", features = ["client", "server", "tcp", "http1", "http2"] }