Skip to content

Commit

Permalink
chore(deps): bump h2 from 0.3.18 to 0.3.19 (#17388)
Browse files Browse the repository at this point in the history
Bumps [h2](https://github.com/hyperium/h2) from 0.3.18 to 0.3.19.
- [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.19)

---
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 May 15, 2023
1 parent ac51b8a commit 6088abd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ futures-util = { version = "0.3.28", default-features = false }
glob = { version = "0.3.1", default-features = false }
governor = { version = "0.5.1", default-features = false, features = ["dashmap", "jitter", "std"], optional = true }
grok = { version = "2.0.0", default-features = false, optional = true }
h2 = { version = "0.3.16", default-features = false, optional = true }
h2 = { version = "0.3.19", default-features = false, optional = true }
hash_hasher = { version = "2.0.0", default-features = false }
hashbrown = { version = "0.13.2", default-features = false, optional = true, features = ["ahash"] }
headers = { version = "0.3.8", default-features = false }
Expand Down

0 comments on commit 6088abd

Please sign in to comment.