Update h2 to 0.3.24 to fix vulnerability RUSTSEC-2024-0003 (#474)

The update fixes a resource exhaustion vulnerability in h2 which
may lead to Denial of Service. For more information on that see
<https://rustsec.org/advisories/RUSTSEC-2024-0003>.
This commit is contained in:
Dirk Stolle 2024-01-31 22:47:46 +01:00 committed by GitHub
parent 750cc21b0a
commit 282602d5c3
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -666,9 +666,9 @@ checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
[[package]]
name = "h2"
version = "0.3.23"
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b553656127a00601c8ae5590fcfdc118e4083a7924b6cf4ffc1ea4b99dc429d7"
checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9"
dependencies = [
"bytes",
"fnv",