From 5736cf293e67141dabb7a27b9d791af7a7bcd8ad Mon Sep 17 00:00:00 2001 From: 4JX <79868816+4JX@users.noreply.github.com> Date: Fri, 21 Oct 2022 17:51:44 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 93462f1..93ee440 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -282,5 +282,5 @@ path = "tests/multipart.rs" required-features = ["multipart"] [patch.crates-io] -hyper = { git = "https://github.com/4JX/hyper.git", branch = "0.14.x-patched", ref = "bd25359" } +hyper = { git = "https://github.com/4JX/hyper.git", branch = "v0.14.18-patched", ref = "bd25359" } h2 = { git = "https://github.com/4JX/h2.git", ref = "b088466" } diff --git a/README.md b/README.md index 3848dcb..2c7b60d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ It is currently missing HTTP/2 `PRIORITY` support. (PRs to [h2](https://github.c ```toml [patch.crates-io] -hyper = { git = "https://github.com/4JX/hyper.git", branch = "0.14.x-patched" } +hyper = { git = "https://github.com/4JX/hyper.git", branch = "v0.14.18-patched" } h2 = { git = "https://github.com/4JX/h2.git", branch = "imp" } ```