Removed once cell dependency

This commit is contained in:
Valmo Trindade
2025-11-30 10:43:43 -03:00
parent 9763cb6697
commit 9bda92d389
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@@ -75,7 +75,6 @@ dependencies = [
"lazy_static",
"log",
"log4rs",
"once_cell",
"serde",
"uuid",
]

View File

@@ -9,7 +9,6 @@ chrono = "0.4.39"
lazy_static = "1.5.0"
log = "0.4.22"
log4rs = "1.3.0"
once_cell = "1.19.0"
serde = { version = "1.0.210", features = ["derive"] }
[dependencies.uuid]