mirror of
https://gitlab.com/keys.openpgp.org/hagrid.git
synced 2025-10-06 00:23:08 +02:00
Remove "lazy_static" crate dependency from Cargo.toml.
Additional Changes: - Update Cargo.lock.
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -977,7 +977,6 @@ dependencies = [
|
||||
"glob",
|
||||
"hagrid-database",
|
||||
"hyperx",
|
||||
"lazy_static",
|
||||
"lettre",
|
||||
"multipart",
|
||||
"num_cpus",
|
||||
|
@@ -31,7 +31,6 @@ hex = "0.3"
|
||||
hyperx = "1.4"
|
||||
idna = "0.1"
|
||||
indicatif = "0.11"
|
||||
lazy_static = "1"
|
||||
lettre = { version = "=0.10.0-rc.5", default-features = false }
|
||||
log = "0"
|
||||
multipart = "~0.18"
|
||||
@@ -85,7 +84,6 @@ sha2 = { workspace = true }
|
||||
base64 = { workspace = true }
|
||||
uuid = { workspace = true, features = ["v4"] }
|
||||
rocket_prometheus = { workspace = true }
|
||||
lazy_static = { workspace = true }
|
||||
gettext-macros = { workspace = true }
|
||||
gettext-utils = { workspace = true }
|
||||
gettext = { workspace = true }
|
||||
|
Reference in New Issue
Block a user