Switch from lazy_static to once_cell

This commit is contained in:
Alexander Krotov
2020-10-17 15:25:47 +03:00
committed by link2xt
parent bf72ae4ccc
commit 67cddedf7e
11 changed files with 955 additions and 682 deletions

2
Cargo.lock generated
View File

@@ -1033,7 +1033,6 @@ dependencies = [
"indexmap",
"itertools",
"kamadak-exif",
"lazy_static",
"lettre_email",
"libc",
"log",
@@ -1041,6 +1040,7 @@ dependencies = [
"native-tls",
"num-derive",
"num-traits",
"once_cell",
"percent-encoding",
"pgp",
"pretty_assertions",