From c8165c56a95624fddf5bbe7459a3847ca9d3b7ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 00:27:52 +0800 Subject: [PATCH] Bump h2 from 0.3.24 to 0.3.26 in /tests/hello-rustls (#238) --- tests/hello-rustls/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/hello-rustls/Cargo.lock b/tests/hello-rustls/Cargo.lock index 6cbfe20..d833c1e 100644 --- a/tests/hello-rustls/Cargo.lock +++ b/tests/hello-rustls/Cargo.lock @@ -157,9 +157,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.3.24" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9" +checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" dependencies = [ "bytes", "fnv",