From 95ae1c09cb21d9f1f38354d3000f91dd49478f00 Mon Sep 17 00:00:00 2001 From: Charlotte Som Date: Wed, 27 Nov 2024 23:12:39 +0200 Subject: [PATCH] dep pruning :3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8de3020..f2dc44b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ bytes = { version = "1.8.0", features = ["serde"] } clap = { version = "4.5.21", features = ["derive"] } fastwebsockets = { version = "0.8.0", features = ["hyper", "unstable-split", "upgrade"] } http-body-util = "0.1.2" -hyper = { version = "1.5.1", features = ["client", "full", "http1", "http2", "server"] } +hyper = { version = "1.5.1", features = ["client", "http1", "http2", "server"] } hyper-util = { version = "0.1.10", features = ["tokio", "server", "client", "http1", "http2"] } ipld-core = "0.4.1" pin-project-lite = "0.2.15"