From d039fd12ff5f366ff35a2800c1c2c496f5428d92 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Wed, 13 Nov 2024 19:32:41 +0200 Subject: [PATCH] unused deps --- libsql/Cargo.toml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libsql/Cargo.toml b/libsql/Cargo.toml index a43bcef5c0..c336f54a4b 100644 --- a/libsql/Cargo.toml +++ b/libsql/Cargo.toml @@ -101,17 +101,9 @@ sync = [ "dep:hyper", "dep:http", "dep:tokio", - "dep:anyhow", - "dep:bincode", "dep:zerocopy", "dep:bytes", - "dep:uuid", - "dep:tokio-stream", - "dep:parking_lot", "dep:tokio", - "dep:tonic", - "dep:tonic-web", - "dep:tower-http", "dep:futures", "dep:reqwest", ]