From 282602d5c3b8c14ccb77a979b592352aeb2a0d0c Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Wed, 31 Jan 2024 22:47:46 +0100 Subject: [PATCH] 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 . --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a7b2bd..8cb377b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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",