diff --git a/Cargo.lock b/Cargo.lock index 6f5c9c1..483daf9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -663,9 +663,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.3.22" +version = "0.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178" +checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9" dependencies = [ "bytes", "fnv", @@ -837,7 +837,7 @@ dependencies = [ "futures-channel", "futures-core", "futures-util", - "h2 0.3.22", + "h2 0.3.24", "http 0.2.9", "http-body 0.4.5", "httparse", @@ -2154,7 +2154,7 @@ dependencies = [ "bytes", "futures-core", "futures-util", - "h2 0.3.22", + "h2 0.3.24", "http 0.2.9", "http-body 0.4.5", "hyper 0.14.27", @@ -2181,7 +2181,7 @@ dependencies = [ "axum 0.6.20", "base64", "bytes", - "h2 0.3.22", + "h2 0.3.24", "http 0.2.9", "http-body 0.4.5", "hyper 0.14.27",