feat: update versions

This commit is contained in:
2022-10-01 23:12:17 +08:00
parent 0351735531
commit 611b50f380

View File

@@ -11,13 +11,13 @@ clap = "2.33"
hex = "0.4"
base64 = "0.13"
sha2 = "0.10"
lazy_static = "1.4.0"
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.1"
seckey = "0.11.2"
secmem-proc = "0.1"
seckey = "0.11"
rust_util = { version = "0.6", features = ["use_clap"] }
tokio = { version = "1.19", features = ["full"] }
hyper = { version = "0.14", features = ["client", "server", "tcp", "http1", "http2"] }