From c535b1c50db1f1e0e2e0f0d6feb408ae8a6ff3e2 Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Wed, 3 Jul 2024 20:50:08 -0500 Subject: [PATCH] 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 --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 286d6d7e5d..bd0ded306e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,6 @@ maplit = "1.0.2" minus = { version = "5.6.1", features = ["dynamic_output", "search"] } num_cpus = "1.16.0" once_cell = "1.19.0" -ouroboros = "0.18.0" pest = "2.7.11" pest_derive = "2.7.11" pollster = "0.3.0"