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
@@ -17,8 +17,8 @@ rust-version = "1.56"
|
||||
[dependencies]
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
env_logger = "0.9"
|
||||
lazy_static = "1"
|
||||
log = "0.4"
|
||||
once_cell = "1"
|
||||
sha2 = "0.10"
|
||||
subtle-encoding = "0.5"
|
||||
termcolor = "1"
|
||||
|
||||
Reference in New Issue
Block a user