remove unused once-cell package
This commit is contained in:
parent
a0b5506b8c
commit
504875e608
|
|
@ -4087,7 +4087,6 @@ dependencies = [
|
|||
"memmap2",
|
||||
"ndarray 0.15.6",
|
||||
"num-traits",
|
||||
"once_cell",
|
||||
"ort",
|
||||
"parking_lot",
|
||||
"proptest",
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue