Replace lazy_static with once_cell

`once_cell` is a simpler macroless alternative that will be added to the standard library.
This commit is contained in:
Brian Bowman
2022-07-09 05:53:13 -05:00
parent c3119ce7a7
commit e75474fde7
5 changed files with 10 additions and 25 deletions

View File

@@ -33,7 +33,7 @@ zip-extract = "0.1.1"
zip = "0.6.2"
# For creating a "global" downloads list.
lazy_static = "1.4.0"
once_cell = "1.13.0"
# Program opener.
open = "2.1.2"