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",