Skip to content

Commit 2200a31

Browse files
build(deps): bump h2 from 0.3.18 to 0.3.22 (#11662)
Bumps [h2](https://github.com/hyperium/h2) from 0.3.18 to 0.3.22. - [Release notes](https://github.com/hyperium/h2/releases) - [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md) - [Commits](hyperium/h2@v0.3.18...v0.3.22) --- updated-dependencies: - dependency-name: h2 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent af56bf6 commit 2200a31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -712,17 +712,17 @@ dependencies = [
712712

713713
[[package]]
714714
name = "h2"
715-
version = "0.3.18"
715+
version = "0.3.22"
716716
source = "registry+https://github.com/rust-lang/crates.io-index"
717-
checksum = "17f8a914c2987b688368b5138aa05321db91f4090cf26118185672ad588bce21"
717+
checksum = "4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178"
718718
dependencies = [
719719
"bytes",
720720
"fnv",
721721
"futures-core",
722722
"futures-sink",
723723
"futures-util",
724724
"http",
725-
"indexmap 1.9.2",
725+
"indexmap 2.0.0",
726726
"slab",
727727
"tokio",
728728
"tokio-util",

0 commit comments

Comments
 (0)