From 894bdd9b7fad27bacec62e735c3f02be45d96464 Mon Sep 17 00:00:00 2001 From: Luqman Aden Date: Sat, 19 Feb 2022 14:34:18 -0800 Subject: [PATCH] Required hyper changes are included in v0.14.15 onwards. --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7ea13639d..ac2147b1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -233,7 +233,3 @@ required-features = ["deflate"] name = "multipart" path = "tests/multipart.rs" required-features = ["multipart"] - -# TODO: Remove once a new version w/ https://github.com/hyperium/hyper/pull/2680 gets released -[patch.crates-io] -hyper = { git = "https://github.com/hyperium/hyper.git", branch = "master" }