From 611b50f380b972e85c4e0c81e535febaac509751 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 1 Oct 2022 23:12:17 +0800 Subject: [PATCH] feat: update versions --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fdadc88..9690c70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }