Update h2 to fix RUSTSEC-2024-0003.

This commit is contained in:
Justus Winter 2024-01-19 13:19:31 +01:00
parent 4a236421da
commit 23ad94c9f8
No known key found for this signature in database
GPG Key ID: 686F55B4AB2B3386

4
Cargo.lock generated
View File

@ -1399,9 +1399,9 @@ dependencies = [
[[package]]
name = "h2"
version = "0.3.22"
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178"
checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9"
dependencies = [
"bytes",
"fnv",