Fix latest RUSTSEC warning

This commit is contained in:
Damien Elmes 2024-04-05 18:35:28 +07:00
parent 3033b54890
commit 00ba69b5fe
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -1558,7 +1558,7 @@
},
{
"name": "h2",
"version": "0.3.24",
"version": "0.3.26",
"authors": "Carl Lerche <me@carllerche.com>|Sean McArthur <sean@seanmonstar.com>",
"repository": "https://github.com/hyperium/h2",
"license": "MIT",