Merge pull request #379 from nix-community/dependabot/cargo/h2-0.3.24

build(deps): bump h2 from 0.3.22 to 0.3.24
This commit is contained in:
figsoda 2024-01-29 13:44:14 -05:00 committed by GitHub
commit 63ffa76626
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
Cargo.lock generated
View File

@ -2025,9 +2025,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",