mirror of
https://github.com/chatmail/core.git
synced 2026-05-15 12:56:30 +03:00
Switch from lazy_static to once_cell
This commit is contained in:
committed by
link2xt
parent
bf72ae4ccc
commit
67cddedf7e
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user