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

2
Cargo.lock generated
View file

@ -6,7 +6,7 @@ version = "1.1.0"
dependencies = [
"async-std",
"async-tls",
"lazy_static",
"once_cell",
"rustls",
"tree_magic",
"url",