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
+1
-1
@@ -49,7 +49,7 @@ zeroize = "1"
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.9"
|
||||
lazy_static = "1"
|
||||
once_cell = "1"
|
||||
rsa = { version = "0.7.1", features = ["hazmat"] }
|
||||
signature = { version = "1.6.4", features = ["hazmat-preview"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user