Bump h2 from 0.3.9 to 0.3.17 (#2451)

Bumps [h2](https://github.com/hyperium/h2) from 0.3.9 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.9...v0.3.17)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-04-27 00:50:53 +02:00
committed by GitHub
parent c0f575a4ca
commit 0304efb0b2
+8 -21
View File
@@ -4050,9 +4050,9 @@ dependencies = [
[[package]] [[package]]
name = "h2" name = "h2"
version = "0.3.9" version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f072413d126e57991455e0a922b31e4c8ba7c2ffbebf6b78b4f8521397d65cd" checksum = "66b91535aa35fea1523ad1b86cb6b53c28e0ae566ba4a460f4457e936cad7c6f"
dependencies = [ dependencies = [
"bytes", "bytes",
"fnv", "fnv",
@@ -4063,7 +4063,7 @@ dependencies = [
"indexmap", "indexmap",
"slab", "slab",
"tokio", "tokio",
"tokio-util 0.6.9", "tokio-util",
"tracing", "tracing",
] ]
@@ -4591,7 +4591,7 @@ dependencies = [
"thiserror", "thiserror",
"tokio", "tokio",
"tokio-rustls", "tokio-rustls",
"tokio-util 0.7.1", "tokio-util",
"tracing", "tracing",
"webpki-roots", "webpki-roots",
] ]
@@ -4673,7 +4673,7 @@ dependencies = [
"soketto", "soketto",
"tokio", "tokio",
"tokio-stream", "tokio-stream",
"tokio-util 0.7.1", "tokio-util",
"tower", "tower",
"tracing", "tracing",
] ]
@@ -5277,7 +5277,7 @@ dependencies = [
"thiserror", "thiserror",
"tinytemplate", "tinytemplate",
"tokio", "tokio",
"tokio-util 0.7.1", "tokio-util",
"webrtc", "webrtc",
] ]
@@ -13510,21 +13510,7 @@ dependencies = [
"futures-core", "futures-core",
"pin-project-lite 0.2.9", "pin-project-lite 0.2.9",
"tokio", "tokio",
"tokio-util 0.7.1", "tokio-util",
]
[[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",
"pin-project-lite 0.2.9",
"tokio",
] ]
[[package]] [[package]]
@@ -13539,6 +13525,7 @@ dependencies = [
"futures-sink", "futures-sink",
"pin-project-lite 0.2.9", "pin-project-lite 0.2.9",
"tokio", "tokio",
"tracing",
] ]
[[package]] [[package]]