Bump h2 from 0.3.20 to 0.3.24

Bumps [h2](https://github.com/hyperium/h2) from 0.3.20 to 0.3.24.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.24/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.20...v0.3.24)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-19 16:20:22 +00:00 committed by GitHub
parent 262b20fdba
commit b5b2333a05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

24
Cargo.lock generated
View File

@ -2054,9 +2054,9 @@ dependencies = [
[[package]]
name = "h2"
version = "0.3.20"
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049"
checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9"
dependencies = [
"bytes",
"fnv",
@ -2064,7 +2064,7 @@ dependencies = [
"futures-sink",
"futures-util",
"http 0.2.11",
"indexmap 1.9.3",
"indexmap",
"slab",
"tokio",
"tokio-util",
@ -2834,16 +2834,6 @@ dependencies = [
"uuid",
]
[[package]]
name = "indexmap"
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
"autocfg",
"hashbrown 0.12.3",
]
[[package]]
name = "indexmap"
version = "2.1.0"
@ -3552,7 +3542,7 @@ dependencies = [
"hex",
"http 0.2.11",
"index-scheduler",
"indexmap 2.1.0",
"indexmap",
"insta",
"is-terminal",
"itertools 0.11.0",
@ -3727,7 +3717,7 @@ dependencies = [
"grenad",
"heed",
"hf-hub",
"indexmap 2.1.0",
"indexmap",
"insta",
"itertools 0.11.0",
"json-depth-checker",
@ -4879,7 +4869,7 @@ version = "1.0.111"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4"
dependencies = [
"indexmap 2.1.0",
"indexmap",
"itoa",
"ryu",
"serde",
@ -5493,7 +5483,7 @@ version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03"
dependencies = [
"indexmap 2.1.0",
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",