Switch from lazy_static to once_cell (#442)

The latter will hopefully eventually be upstreamed into `std`.
This commit is contained in:
Tony Arcieri (iqlusion)
2022-11-14 13:52:27 -07:00
committed by GitHub
parent 57bb088c7d
commit 5c4259023f
5 changed files with 15 additions and 22 deletions
Generated
+2 -2
View File
@@ -1277,12 +1277,12 @@ dependencies = [
"elliptic-curve",
"env_logger",
"hmac",
"lazy_static",
"log",
"nom",
"num-bigint-dig",
"num-integer",
"num-traits",
"once_cell",
"p256",
"p384",
"pbkdf2",
@@ -1307,8 +1307,8 @@ version = "0.6.0"
dependencies = [
"clap",
"env_logger",
"lazy_static",
"log",
"once_cell",
"sha2",
"subtle-encoding",
"termcolor",