From 1ff27b4ab7f4911d9bc8edb5ece9c38108830e52 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 19 Apr 2023 15:31:00 +1000 Subject: [PATCH] Bump h2 version https://github.com/hyperium/h2/issues/674 --- Cargo.lock | 4 ++-- cargo/licenses.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 167fb82e3..5adcc9566 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1522,9 +1522,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.3.17" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66b91535aa35fea1523ad1b86cb6b53c28e0ae566ba4a460f4457e936cad7c6f" +checksum = "17f8a914c2987b688368b5138aa05321db91f4090cf26118185672ad588bce21" dependencies = [ "bytes", "fnv", diff --git a/cargo/licenses.json b/cargo/licenses.json index bca94eaa5..c2f0e4ec4 100644 --- a/cargo/licenses.json +++ b/cargo/licenses.json @@ -928,7 +928,7 @@ }, { "name": "h2", - "version": "0.3.16", + "version": "0.3.18", "authors": "Carl Lerche |Sean McArthur ", "repository": "https://github.com/hyperium/h2", "license": "MIT",