Update Rust crate lazy_static to 1.4.0
This commit is contained in:
parent
0235ac26b7
commit
79df7eb8c8
|
@ -23,7 +23,7 @@ serde = "1.0.197"
|
||||||
serde_with = {version = "3.7.0", features = ["json"]}
|
serde_with = {version = "3.7.0", features = ["json"]}
|
||||||
sha2 = "0.10"
|
sha2 = "0.10"
|
||||||
statistical = "1.0.0"
|
statistical = "1.0.0"
|
||||||
lazy_static = "1"
|
lazy_static = "1.4.0"
|
||||||
hex_fmt = "0.3"
|
hex_fmt = "0.3"
|
||||||
aes-gcm = { version = "0.10", features =["aes"]}
|
aes-gcm = { version = "0.10", features =["aes"]}
|
||||||
base64 = "0.22.0"
|
base64 = "0.22.0"
|
||||||
|
|
Loading…
Reference in New Issue