From c53defc4fc47b52f640c7d9f1db864b332307b88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 20:52:41 +0000 Subject: [PATCH] chore(deps): bump h2 from 0.3.18 to 0.3.19 Bumps [h2](https://github.com/hyperium/h2) from 0.3.18 to 0.3.19. - [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.18...v0.3.19) --- updated-dependencies: - dependency-name: h2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92cac18ef357b..fe8129a6b405a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3618,9 +3618,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.3.18" +version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17f8a914c2987b688368b5138aa05321db91f4090cf26118185672ad588bce21" +checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782" dependencies = [ "bytes 1.4.0", "fnv", diff --git a/Cargo.toml b/Cargo.toml index 6d7f7b357cf3f..d7952094ce30b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -254,7 +254,7 @@ futures-util = { version = "0.3.28", default-features = false } glob = { version = "0.3.1", default-features = false } governor = { version = "0.5.1", default-features = false, features = ["dashmap", "jitter", "std"], optional = true } grok = { version = "2.0.0", default-features = false, optional = true } -h2 = { version = "0.3.16", default-features = false, optional = true } +h2 = { version = "0.3.19", default-features = false, optional = true } hash_hasher = { version = "2.0.0", default-features = false } hashbrown = { version = "0.13.2", default-features = false, optional = true, features = ["ahash"] } headers = { version = "0.3.8", default-features = false }