Skip to content

Commit d16ffa5

Browse files
authored
bump h2 to v0.3.12 and remove patch (#1538)
Version v0.3.12 of `h2` has been published, so we no longer need the patch added in #1536 to pick up unreleased changes. Signed-off-by: Eliza Weisman <[email protected]>
1 parent cbb3390 commit d16ffa5

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,9 @@ dependencies = [
443443

444444
[[package]]
445445
name = "h2"
446-
version = "0.3.11"
447-
source = "git+https://github.com/hyperium/h2?branch=master#b8eab381c053ccf3ebf99d3ef1c0fd27f5e11d89"
446+
version = "0.3.12"
447+
source = "registry+https://github.com/rust-lang/crates.io-index"
448+
checksum = "62eeb471aa3e3c9197aa4bfeabfe02982f6dc96f750486c0bb0009ac58b26d2b"
448449
dependencies = [
449450
"bytes",
450451
"fnv",

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,4 @@ debug = false
7777
lto = true
7878

7979
[patch.crates-io]
80-
h2 = { git = "https://github.com/hyperium/h2", branch = "master" }
8180
webpki = { git = "https://github.com/linkerd/webpki", branch = "cert-dns-names-0.22" }

deny.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ skip-tree = [
6363
unknown-registry = "deny"
6464
unknown-git = "deny"
6565
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
66-
allow-git = [
67-
"https://github.com/hyperium/h2",
68-
]
6966

7067
[sources.allow-org]
7168
github = [

0 commit comments

Comments
 (0)