Drop lazy_static (#1168)

Co-authored-by: Stuart Reilly <sreilly@scottlogic.com>
This commit is contained in:
Stuart Reilly
2025-06-12 07:32:29 +01:00
committed by GitHub
parent c7163b63db
commit 30941ed26d
5 changed files with 22 additions and 34 deletions

View File

@@ -33,7 +33,6 @@ clap_complete = "~4.5"
clap_mangen = "~0.2"
walkdir = "~2.5"
console = "~0.15"
lazy_static = "~1.4"
chrono = "~0.4"
glob = "~0.3"
strum = { version = "~0.26", features = ["derive"] }