Bump h2 from 0.3.15 to 0.3.26 (#9640)

This commit is contained in:
dependabot[bot] 2024-07-06 11:50:17 +00:00 committed by GitHub
parent 515d8238bb
commit 2952603931
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
Cargo.lock generated
View File

@ -2068,9 +2068,9 @@ dependencies = [
[[package]]
name = "h2"
version = "0.3.15"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
dependencies = [
"bytes",
"fnv",
@ -2078,7 +2078,7 @@ dependencies = [
"futures-sink",
"futures-util",
"http",
"indexmap 1.9.2",
"indexmap 2.2.6",
"slab",
"tokio",
"tokio-util",