remove unused once-cell package
This commit is contained in:
parent
a0b5506b8c
commit
504875e608
|
|
@ -4087,7 +4087,6 @@ dependencies = [
|
||||||
"memmap2",
|
"memmap2",
|
||||||
"ndarray 0.15.6",
|
"ndarray 0.15.6",
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"once_cell",
|
|
||||||
"ort",
|
"ort",
|
||||||
"parking_lot",
|
"parking_lot",
|
||||||
"proptest",
|
"proptest",
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,6 @@ tokio = { workspace = true, features = ["sync", "rt"] }
|
||||||
|
|
||||||
# Additional utilities
|
# Additional utilities
|
||||||
parking_lot = "0.12"
|
parking_lot = "0.12"
|
||||||
once_cell = "1.19"
|
|
||||||
memmap2 = "0.9"
|
memmap2 = "0.9"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue