remove unused once-cell package

This commit is contained in:
Tuan Tran
2026-03-01 14:26:29 +07:00
parent a0b5506b8c
commit 504875e608
2 changed files with 0 additions and 2 deletions

View File

@@ -4087,7 +4087,6 @@ dependencies = [
"memmap2",
"ndarray 0.15.6",
"num-traits",
"once_cell",
"ort",
"parking_lot",
"proptest",

View File

@@ -47,7 +47,6 @@ tokio = { workspace = true, features = ["sync", "rt"] }
# Additional utilities
parking_lot = "0.12"
once_cell = "1.19"
memmap2 = "0.9"
[dev-dependencies]