From 79949c2a8eec254dcb8dc0bcd141a1f610b942a2 Mon Sep 17 00:00:00 2001 From: 0x676e67 Date: Fri, 7 Feb 2025 12:27:42 +0800 Subject: [PATCH] chore: Removal unused deps --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c33aeec8..f42cf8d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,4 @@ anyhow = "1" antidote = "1.0.0" linked_hash_set = "0.1" openssl-macros = "0.1.1" -tower = { version = "0.4", default-features = false, features = ["util"] } -tower-layer = "0.3" -tower-service = "0.3" autocfg = "1.3.0"