Update Cargo.toml

This commit is contained in:
4JX
2022-10-21 17:51:44 +02:00
parent a99f023e0b
commit 5736cf293e
2 changed files with 2 additions and 2 deletions

View File

@@ -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" }