Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump h2 from 0.3.21 to 0.4.0 #175

Merged
merged 4 commits into from
Dec 25, 2023
Merged

Bump h2 from 0.3.21 to 0.4.0 #175

merged 4 commits into from
Dec 25, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 16, 2023

Bumps h2 from 0.3.21 to 0.4.0.

Release notes

Sourced from h2's releases.

v0.3.22

What's Changed

  • Add header_table_size(usize) option to client and server builders.
  • Improve throughput when vectored IO is not available.
  • Update indexmap to 2.

New Contributors

Changelog

Sourced from h2's changelog.

0.4.0 (November 15, 2023)

  • Update to http 1.0.
  • Remove deprecated Server::poll_close().

0.3.22 (November 15, 2023)

  • Add header_table_size(usize) option to client and server builders.
  • Improve throughput when vectored IO is not available.
  • Update indexmap to 2.
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 16, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/h2-0.4.0 branch from a8ad36f to a1bbbb2 Compare November 17, 2023 02:31
@dependabot dependabot bot force-pushed the dependabot/cargo/h2-0.4.0 branch from a1bbbb2 to c3f90a9 Compare November 17, 2023 03:24
@dependabot dependabot bot force-pushed the dependabot/cargo/h2-0.4.0 branch from c3f90a9 to 82b9279 Compare November 21, 2023 00:37
@dependabot dependabot bot force-pushed the dependabot/cargo/h2-0.4.0 branch from 82b9279 to 0cb1894 Compare November 21, 2023 02:56
@dependabot dependabot bot force-pushed the dependabot/cargo/h2-0.4.0 branch from 0cb1894 to a7eb80e Compare November 21, 2023 03:07
@dependabot dependabot bot force-pushed the dependabot/cargo/h2-0.4.0 branch from a7eb80e to 969aa66 Compare November 22, 2023 02:26
@dependabot dependabot bot force-pushed the dependabot/cargo/h2-0.4.0 branch from 969aa66 to b3b0f00 Compare November 22, 2023 19:19
@dependabot dependabot bot force-pushed the dependabot/cargo/h2-0.4.0 branch from b3b0f00 to 45481d9 Compare November 23, 2023 02:34
@dependabot dependabot bot force-pushed the dependabot/cargo/h2-0.4.0 branch from 45481d9 to 826884a Compare November 23, 2023 05:26
@dependabot dependabot bot force-pushed the dependabot/cargo/h2-0.4.0 branch from 826884a to f172411 Compare November 27, 2023 03:04
@dependabot dependabot bot force-pushed the dependabot/cargo/h2-0.4.0 branch from f172411 to dbba2ba Compare November 28, 2023 01:43
@dependabot dependabot bot force-pushed the dependabot/cargo/h2-0.4.0 branch from dbba2ba to cdb51be Compare November 28, 2023 03:07
@dependabot dependabot bot force-pushed the dependabot/cargo/h2-0.4.0 branch from cdb51be to 31a4572 Compare November 29, 2023 03:04
@dependabot dependabot bot force-pushed the dependabot/cargo/h2-0.4.0 branch from 31a4572 to b299adb Compare November 30, 2023 07:26
github-actions[bot]
github-actions bot previously approved these changes Nov 30, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/h2-0.4.0 branch from 3caaaaf to 914d7ef Compare December 7, 2023 14:37
github-actions[bot]
github-actions bot previously approved these changes Dec 7, 2023
dependabot bot and others added 2 commits December 26, 2023 07:05
Bumps [h2](https://github.com/hyperium/h2) from 0.3.21 to 0.4.0.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](hyperium/h2@v0.3.21...v0.4.0)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@ibigbug ibigbug force-pushed the dependabot/cargo/h2-0.4.0 branch from 04fd225 to c1636fd Compare December 25, 2023 20:06
@ibigbug ibigbug enabled auto-merge (squash) December 25, 2023 20:19
@ibigbug ibigbug disabled auto-merge December 25, 2023 20:19
@ibigbug ibigbug enabled auto-merge (squash) December 25, 2023 20:25
@ibigbug ibigbug merged commit 163b99b into master Dec 25, 2023
5 checks passed
@ibigbug ibigbug deleted the dependabot/cargo/h2-0.4.0 branch December 25, 2023 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant