We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af58509 commit d50aed1Copy full SHA for d50aed1
.changesets/fix_geal_update_h2.md
@@ -0,0 +1,5 @@
1
+### Update the h2 dependency to fix a Denial of Service vulnerability
2
+
3
+Fixes https://rustsec.org/advisories/RUSTSEC-2023-0034
4
5
+By [@Geal](https://github.com/Geal) in https://github.com/apollographql/router/pull/2982
Cargo.lock
@@ -2528,9 +2528,9 @@ dependencies = [
2528
2529
[[package]]
2530
name = "h2"
2531
-version = "0.3.16"
+version = "0.3.18"
2532
source = "registry+https://github.com/rust-lang/crates.io-index"
2533
-checksum = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d"
+checksum = "17f8a914c2987b688368b5138aa05321db91f4090cf26118185672ad588bce21"
2534
dependencies = [
2535
"bytes",
2536
"fnv",
0 commit comments