diff --git a/Cargo.lock b/Cargo.lock index ffdf2bc1..20ea4a71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -831,8 +831,7 @@ dependencies = [ [[package]] name = "h2" version = "0.3.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9f1f717ddc7b2ba36df7e871fd88db79326551d3d6f1fc406fbfd28b582ff8e" +source = "git+https://github.com/rahulanand16nov/h2?branch=v0.3.11-pipe#d956cec4ac9dc1ee94aac416f5d338d5b296f902" dependencies = [ "bytes", "fnv", diff --git a/Cargo.toml b/Cargo.toml index 76a17173..3dfd93c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,3 +5,6 @@ members = ["limitador", "limitador-server"] [profile.release] lto = true codegen-units = 1 + +[patch.crates-io] +h2 = { git = "https://github.com/rahulanand16nov/h2", branch = "v0.3.11-pipe" } # This patch can be removed once hyperium/h2#619 is closed. \ No newline at end of file