From 2471b672d1b1dbcd452030d50acf8de7b3cc68ca Mon Sep 17 00:00:00 2001 From: Connor Tsui Date: Wed, 8 Jan 2025 18:44:15 -0500 Subject: [PATCH] remove futures diagnose --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3d2ffeb..c40d054 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,6 @@ tokio-uring = "0.5" zipf = "7.0" [dev-dependencies] -futures-diagnose = "1.0" tokio = { version = "1.39", features = ["full"] } [profile.dev]