From f13fcd077b15c974c1e145cfb19534fa8be85964 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Tue, 7 May 2024 20:01:29 +0200 Subject: [PATCH] Drop unused hyper dev dependency --- Cargo.lock | 1 - Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8437a23..7cbc40c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1953,7 +1953,6 @@ dependencies = [ "bytes", "chacha20poly1305", "hex", - "hyper", "lru", "mime", "parking_lot", diff --git a/Cargo.toml b/Cargo.toml index cbf6d9d..0a13c03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,6 @@ zstd = "0.13" parking_lot = "0.12.1" [dev-dependencies] -hyper = { version = "1", features = ["server"] } reqwest = { version = "0", default-features = false, features = ["cookies", "json"] } tower = { version = "0", default-features = false, features = ["util", "make"] } tower-service = "0"