-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): bump h2 from 0.3.20 to 0.3.24 in /src-tauri #168
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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](hyperium/h2@v0.3.20...v0.3.24) --- updated-dependencies: - dependency-name: h2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Jan 19, 2024
@dependabot squash and merge
…On 1/19/24 17:16, dependabot[bot] wrote:
This automated pull request fixes a [security vulnerability](https://github.com/woollygoods/huehuehue/security/dependabot/10) (moderate severity).
[Learn more about Dependabot security updates](https://docs.github.com/github/managing-security-vulnerabilities/configuring-dependabot-security-updates).
---------------------------------------------------------------
Bumps [h2](https://github.com/hyperium/h2) from 0.3.20 to 0.3.24.
Release notes
Sourced from [h2's releases](https://github.com/hyperium/h2/releases).
> v0.3.24
>
> Fixed
>
> - Limit error resets for misbehaving connections.
>
> v0.3.23
>
> What's Changed
>
> - cherry-pick fix: streams awaiting capacity lockout in [hyperium/h2#734](https://redirect.github.com/hyperium/h2/pull/734)
>
> 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
>
> - [@tottoto](https://github.com/tottoto) made their first contribution in [hyperium/h2#714](https://redirect.github.com/hyperium/h2/pull/714)
> - [@xiaoyawei](https://github.com/xiaoyawei) made their first contribution in [hyperium/h2#712](https://redirect.github.com/hyperium/h2/pull/712)
> - [@Protryon](https://github.com/Protryon) made their first contribution in [hyperium/h2#719](https://redirect.github.com/hyperium/h2/pull/719)
> - [@4JX](https://github.com/4JX) made their first contribution in [hyperium/h2#638](https://redirect.github.com/hyperium/h2/pull/638)
> - [@vuittont60](https://github.com/vuittont60) made their first contribution in [hyperium/h2#724](https://redirect.github.com/hyperium/h2/pull/724)
>
> v0.3.21
>
> What's Changed
>
> - Fix opening of new streams over peer's max concurrent limit.
> - Fix RecvStream to return data even if it has received a CANCEL stream error.
> - Update MSRV to 1.63.
>
> New Contributors
>
> - [@DDtKey](https://github.com/DDtKey) made their first contribution in [hyperium/h2#703](https://redirect.github.com/hyperium/h2/pull/703)
> - [@jwilm](https://github.com/jwilm) made their first contribution in [hyperium/h2#707](https://redirect.github.com/hyperium/h2/pull/707)
Changelog
Sourced from [h2's changelog](https://github.com/hyperium/h2/blob/v0.3.24/CHANGELOG.md).
> 0.3.24 (January 17, 2024)
>
> - Limit error resets for misbehaving connections.
>
> 0.3.23 (January 10, 2024)
>
> - Backport fix from 0.4.1 for stream capacity assignment.
>
> 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.
>
> 0.3.21 (August 21, 2023)
>
> - Fix opening of new streams over peer's max concurrent limit.
> - Fix RecvStream to return data even if it has received a CANCEL stream error.
> - Update MSRV to 1.63.
Commits
- [7243ab5](hyperium/h2@7243ab5) Prepare v0.3.24
- [d919cd6](hyperium/h2@d919cd6) streams: limit error resets for misbehaving connections
- [a7eb14a](hyperium/h2@a7eb14a) v0.3.23
- [b668c7f](hyperium/h2@b668c7f) fix: streams awaiting capacity lockout ([#730](https://redirect.github.com/hyperium/h2/issues/730)) ([#734](https://redirect.github.com/hyperium/h2/issues/734))
- [0f412d8](hyperium/h2@0f412d8) v0.3.22
- [c7ca62f](hyperium/h2@c7ca62f) docs: fix typos ([#724](https://redirect.github.com/hyperium/h2/issues/724))
- [ef743ec](hyperium/h2@ef743ec) Add a setter for header_table_size ([#638](https://redirect.github.com/hyperium/h2/issues/638))
- [56651e6](hyperium/h2@56651e6) fix lint about unused import
- [4aa7b16](hyperium/h2@4aa7b16) Fix documentation for max_send_buffer_size ([#718](https://redirect.github.com/hyperium/h2/issues/718))
- [d03c54a](hyperium/h2@d03c54a) chore(dependencies): update tracing minimal version to 0.1.35
- Additional commits viewable in [compare view](hyperium/h2@v0.3.20...v0.3.24)
[Dependabot compatibility score](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/woollygoods/huehuehue/network/alerts).
---------------------------------------------------------------
You can view, comment on, or merge this pull request online at:
#168
Commit Summary
- [caa728f](caa728f) chore(deps): bump h2 from 0.3.20 to 0.3.24 in /src-tauri
File Changes
([1 file](https://github.com/woollygoods/huehuehue/pull/168/files))
- M [src-tauri/Cargo.lock](https://github.com/woollygoods/huehuehue/pull/168/files#diff-91fed938c12ef6620ac89e4130fe1f2b92c58b68083fc6bbc71c3e0f381a25cd) (38)
Patch Links:
- https://github.com/woollygoods/huehuehue/pull/168.patch
- https://github.com/woollygoods/huehuehue/pull/168.diff
—
Reply to this email directly, [view it on GitHub](#168), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AISLPXHAXMKZXUUUSONG5RTYPKL6HAVCNFSM6AAAAABCCGCIZ2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGA4TAOBWGM4TINI).
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #168 +/- ##
=======================================
Coverage 0.00% 0.00%
=======================================
Files 4 4
Lines 130 128 -2
=======================================
+ Misses 130 128 -2 ☔ View full report in Codecov by Sentry. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps h2 from 0.3.20 to 0.3.24.
Release notes
Sourced from h2's releases.
Changelog
Sourced from h2's changelog.
Commits
7243ab5
Prepare v0.3.24d919cd6
streams: limit error resets for misbehaving connectionsa7eb14a
v0.3.23b668c7f
fix: streams awaiting capacity lockout (#730) (#734)0f412d8
v0.3.22c7ca62f
docs: fix typos (#724)ef743ec
Add a setter for header_table_size (#638)56651e6
fix lint about unused import4aa7b16
Fix documentation for max_send_buffer_size (#718)d03c54a
chore(dependencies): update tracing minimal version to 0.1.35Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot will merge this PR once CI passes on it, as requested by @d3psi.
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)You can disable automated security fix PRs for this repo from the Security Alerts page.