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
+1 -1
View File
@@ -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"