remove unused once-cell package
This commit is contained in:
1
rust-port/wifi-densepose-rs/Cargo.lock
generated
1
rust-port/wifi-densepose-rs/Cargo.lock
generated
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user