Switch from lazy_static to once_cell

This commit is contained in:
Matt Brubeck 2020-05-22 19:00:21 -07:00
parent 8e13714011
commit 7588b23fcb
3 changed files with 8 additions and 10 deletions

View file

@ -13,7 +13,7 @@ edition = "2018"
[dependencies]
async-tls = "0.7.0"
async-std = "1.5"
lazy_static = "1.4"
once_cell = "1.4"
rustls = "0.17.0"
tree_magic = "0.2.3"
url = "2.1"