Skip to content

Commit

Permalink
build(deps): bump h2 from 0.3.12 to 0.3.13 (#1579)
Browse files Browse the repository at this point in the history
Bumps [h2](https://github.com/hyperium/h2) from 0.3.12 to 0.3.13.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](hyperium/h2@v0.3.12...v0.3.13)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: direct:production
  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>
  • Loading branch information
dependabot[bot] authored Apr 8, 2022
1 parent 537e802 commit 36721c6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -443,9 +443,9 @@ dependencies = [

[[package]]
name = "h2"
version = "0.3.12"
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62eeb471aa3e3c9197aa4bfeabfe02982f6dc96f750486c0bb0009ac58b26d2b"
checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
dependencies = [
"bytes",
"fnv",
Expand All @@ -456,7 +456,7 @@ dependencies = [
"indexmap",
"slab",
"tokio",
"tokio-util 0.6.9",
"tokio-util 0.7.1",
"tracing",
]

Expand Down Expand Up @@ -2474,6 +2474,7 @@ dependencies = [
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
]

[[package]]
Expand Down

0 comments on commit 36721c6

Please sign in to comment.