From 7ec491aa3df56281ed3b6d10259e23218fe46a06 Mon Sep 17 00:00:00 2001 From: vicanso Date: Fri, 14 Feb 2025 21:11:49 +0800 Subject: [PATCH] test: remove unuse dependencies --- Cargo.lock | 4 ---- pingap-util/Cargo.toml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5281a32..7125cc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3273,19 +3273,15 @@ dependencies = [ "base64 0.22.1", "bytes", "dirs", - "http 1.2.0", "ipnet", "itoa", "once_cell", "path-absolutize", - "pingora", "pretty_assertions", - "regex", "rustc_version_runtime", "snafu", "substring", "tempfile", - "tokio", "tokio-test", "toml", ] diff --git a/pingap-util/Cargo.toml b/pingap-util/Cargo.toml index 250f153..2279854 100644 --- a/pingap-util/Cargo.toml +++ b/pingap-util/Cargo.toml @@ -26,14 +26,10 @@ path-absolutize = { workspace = true } dirs = { workspace = true } once_cell = { workspace = true } bytes = { workspace = true } -http = { workspace = true } -pingora = { workspace = true } -regex = { workspace = true } snafu = { workspace = true } substring = { workspace = true } itoa = { workspace = true } toml = { workspace = true } -tokio = { workspace = true } [dev-dependencies]