From 99acdf74cbab47d809bfaa462bee2cbe2c7a8082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Garillot?= Date: Fri, 12 Jan 2024 13:18:14 -0500 Subject: [PATCH] chore: clean up some obsolete deps --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 921cba1c3..4969b0d98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,8 +39,6 @@ abomonation = "0.7.3" abomonation_derive = { version = "0.1.0", package = "abomonation_derive_ng" } tap = "1.0.1" tracing = "0.1.37" -tracing-texray = "0.2.0" -tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } cfg-if = "1.0.0" once_cell = "1.18.0" itertools = "0.12.0"