From 641bf98fed69bf3bb38849d818ee38d0eab3765e Mon Sep 17 00:00:00 2001 From: Kirill Fomichev Date: Wed, 3 Apr 2024 15:18:38 -0400 Subject: [PATCH] deps: update `h2` crate (`RUSTSEC-2024-0332`) (#316) --- CHANGELOG.md | 2 ++ Cargo.lock | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adaf9ac5..2c08acab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ The minor version will be incremented upon a breaking change and the patch versi ### Fixes +- deps: update `h2` crate (`RUSTSEC-2024-0332`) ([#316](https://github.com/rpcpool/yellowstone-grpc/pull/316)) + ### Features - client: add gRPC channel options to Node.js ([#306](https://github.com/rpcpool/yellowstone-grpc/pull/306)) diff --git a/Cargo.lock b/Cargo.lock index 1cb07049..eaa7f7b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1571,9 +1571,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",