cargo: remove unused ouroboros dependency

I saw this while looking over the Cargo file and remembered Martin removed usage
of this a while back.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2024-07-03 20:50:08 -05:00
parent 31ac0d7e1f
commit c535b1c50d

View file

@ -67,7 +67,6 @@ maplit = "1.0.2"
minus = { version = "5.6.1", features = ["dynamic_output", "search"] } minus = { version = "5.6.1", features = ["dynamic_output", "search"] }
num_cpus = "1.16.0" num_cpus = "1.16.0"
once_cell = "1.19.0" once_cell = "1.19.0"
ouroboros = "0.18.0"
pest = "2.7.11" pest = "2.7.11"
pest_derive = "2.7.11" pest_derive = "2.7.11"
pollster = "0.3.0" pollster = "0.3.0"