From ec4c2a7b807657fc850b69c15d25400e7e91585f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 15:36:44 +0000 Subject: [PATCH] deps: bump h2 from 0.3.20 to 0.3.24 Pull-Request: #5102. --- Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 98f2503fa2f..10398327fb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1858,9 +1858,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.3.20" +version = "0.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049" +checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9" dependencies = [ "bytes", "fnv", @@ -1868,7 +1868,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.9", - "indexmap 1.9.3", + "indexmap 2.0.0", "slab", "tokio", "tokio-util", @@ -2148,7 +2148,7 @@ dependencies = [ "futures-channel", "futures-core", "futures-util", - "h2 0.3.20", + "h2 0.3.24", "http 0.2.9", "http-body 0.4.5", "httparse", @@ -4854,7 +4854,7 @@ dependencies = [ "encoding_rs", "futures-core", "futures-util", - "h2 0.3.20", + "h2 0.3.24", "http 0.2.9", "http-body 0.4.5", "hyper 0.14.27", @@ -5961,7 +5961,7 @@ dependencies = [ "bytes", "futures-core", "futures-util", - "h2 0.3.20", + "h2 0.3.24", "http 0.2.9", "http-body 0.4.5", "hyper 0.14.27",