From 582e6d7bab001845f9b7761b2862a2855e6f54eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 16:50:53 +0000 Subject: [PATCH] chore(deps): bump h2 from 0.3.11 to 0.3.17 Bumps [h2](https://github.com/hyperium/h2) from 0.3.11 to 0.3.17. - [Release notes](https://github.com/hyperium/h2/releases) - [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/h2/compare/v0.3.11...v0.3.17) --- updated-dependencies: - dependency-name: h2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Cargo.lock | 36 +++++++++++------------------------- 1 file changed, 11 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b4d714ec..7a547bfe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -388,7 +388,7 @@ dependencies = [ "percent-encoding", "pin-project", "tokio", - "tokio-util 0.7.2", + "tokio-util", "tracing", ] @@ -680,7 +680,7 @@ dependencies = [ "memchr", "pin-project-lite", "tokio", - "tokio-util 0.7.2", + "tokio-util", ] [[package]] @@ -1128,7 +1128,7 @@ dependencies = [ "thiserror", "tokio", "tokio-retry", - "tokio-util 0.7.2", + "tokio-util", "tonic", "tower", "tracing", @@ -1175,9 +1175,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.3.11" +version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9f1f717ddc7b2ba36df7e871fd88db79326551d3d6f1fc406fbfd28b582ff8e" +checksum = "66b91535aa35fea1523ad1b86cb6b53c28e0ae566ba4a460f4457e936cad7c6f" dependencies = [ "bytes", "fnv", @@ -1188,7 +1188,7 @@ dependencies = [ "indexmap", "slab", "tokio", - "tokio-util 0.6.9", + "tokio-util", "tracing", ] @@ -2244,7 +2244,7 @@ dependencies = [ "ryu", "sha1", "tokio", - "tokio-util 0.7.2", + "tokio-util", "url", ] @@ -2319,7 +2319,7 @@ dependencies = [ "serde_urlencoded", "tokio", "tokio-native-tls", - "tokio-util 0.7.2", + "tokio-util", "tower-service", "url", "wasm-bindgen", @@ -2928,20 +2928,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "tokio-util" -version = "0.6.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0" -dependencies = [ - "bytes", - "futures-core", - "futures-sink", - "log 0.4.17", - "pin-project-lite", - "tokio", -] - [[package]] name = "tokio-util" version = "0.7.2" @@ -2992,7 +2978,7 @@ dependencies = [ "tokio", "tokio-rustls 0.23.4", "tokio-stream", - "tokio-util 0.7.2", + "tokio-util", "tower", "tower-layer", "tower-service", @@ -3015,7 +3001,7 @@ dependencies = [ "rand", "slab", "tokio", - "tokio-util 0.7.2", + "tokio-util", "tower-layer", "tower-service", "tracing", @@ -3107,7 +3093,7 @@ version = "1.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 0.1.10", "rand", "static_assertions", ]