Skip to content

Commit 051e0e1

Browse files
authored
build(deps): bump h2 to v0.3.18 (#2394)
The DOS mitigation changes in `h2` v0.3.17 inadvertantly introduced a potential panic (hyperium/h2#674). Version 0.3.18 fixes this, so we should bump the proxy's dependency to avoid panics.
1 parent c7918cf commit 051e0e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,9 +517,9 @@ dependencies = [
517517

518518
[[package]]
519519
name = "h2"
520-
version = "0.3.17"
520+
version = "0.3.18"
521521
source = "registry+https://github.com/rust-lang/crates.io-index"
522-
checksum = "66b91535aa35fea1523ad1b86cb6b53c28e0ae566ba4a460f4457e936cad7c6f"
522+
checksum = "17f8a914c2987b688368b5138aa05321db91f4090cf26118185672ad588bce21"
523523
dependencies = [
524524
"bytes",
525525
"fnv",

0 commit comments

Comments
 (0)