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"