From e69cf3261cf0d55fc4450db0c91dfd7851a95e35 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 5 Apr 2024 18:35:28 +0700 Subject: [PATCH] Fix latest RUSTSEC warning --- Cargo.lock | 4 ++-- cargo/licenses.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0d6711817..5ed3130b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2293,9 +2293,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", diff --git a/cargo/licenses.json b/cargo/licenses.json index 22a762032..0750497ac 100644 --- a/cargo/licenses.json +++ b/cargo/licenses.json @@ -1558,7 +1558,7 @@ }, { "name": "h2", - "version": "0.3.24", + "version": "0.3.26", "authors": "Carl Lerche |Sean McArthur ", "repository": "https://github.com/hyperium/h2", "license": "MIT",