Switch from lazy_static to once_cell (#442)
The latter will hopefully eventually be upstreamed into `std`.
This commit is contained in:
committed by
GitHub
parent
57bb088c7d
commit
5c4259023f
Generated
+2
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user