Remove "lazy_static" crate dependency from Cargo.toml.

Additional Changes:
- Update Cargo.lock.
This commit is contained in:
Zeke Fast
2025-04-29 23:22:05 +02:00
parent fefebaaffe
commit 37e6b2cb09
2 changed files with 0 additions and 3 deletions

1
Cargo.lock generated
View File

@@ -977,7 +977,6 @@ dependencies = [
"glob",
"hagrid-database",
"hyperx",
"lazy_static",
"lettre",
"multipart",
"num_cpus",

View File

@@ -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 }