Skip to content

Commit d50aed1

Browse files
authored
1 parent af58509 commit d50aed1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changesets/fix_geal_update_h2.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

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

25292529
[[package]]
25302530
name = "h2"
2531-
version = "0.3.16"
2531+
version = "0.3.18"
25322532
source = "registry+https://github.com/rust-lang/crates.io-index"
2533-
checksum = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d"
2533+
checksum = "17f8a914c2987b688368b5138aa05321db91f4090cf26118185672ad588bce21"
25342534
dependencies = [
25352535
"bytes",
25362536
"fnv",

0 commit comments

Comments
 (0)