dependabot[bot] requested elliottt for a review on PR #7796.
dependabot[bot] requested wasmtime-default-reviewers for a review on PR #7796.
dependabot[bot] opened PR #7796 from bytecodealliance:dependabot/cargo/h2-0.4.2
to bytecodealliance:main
:
Bumps h2 from 0.4.0 to 0.4.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/hyperium/h2/releases">h2's releases</a>.</em></p>
<blockquote>
<h2>v0.4.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Limit error resets for misbehaving connections.</li>
<li>Fix selecting MAX_CONCURRENT_STREAMS value if no value is advertised initially.</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/magurotuna"><code>@magurotuna</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/h2/pull/736">hyperium/h2#736</a></li>
</ul>
<h2>v0.4.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: streams awaiting capacity lockout by <a href="https://github.com/dswij"><code>@dswij</code></a> in <a href="https://redirect.github.com/hyperium/h2/pull/730">hyperium/h2#730</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/dswij"><code>@dswij</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/h2/pull/730">hyperium/h2#730</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/hyperium/h2/blob/master/CHANGELOG.md">h2's changelog</a>.</em></p>
<blockquote>
<h1>0.4.2 (January 17th, 2024)</h1>
<ul>
<li>Limit error resets for misbehaving connections.</li>
<li>Fix selecting MAX_CONCURRENT_STREAMS value if no value is advertised initially.</li>
</ul>
<h1>0.4.1 (January 8, 2024)</h1>
<ul>
<li>Fix assigning connection capacity which could starve streams in some instances.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/hyperium/h2/commit/5f5360673877ac29ad2d83fafd3f2b221709ab5a"><code>5f53606</code></a> v0.4.2</li>
<li><a href="https://github.com/hyperium/h2/commit/59570e11ccddbec85f67a0c7aa353f7730c68854"><code>59570e1</code></a> streams: limit error resets for misbehaving connections</li>
<li><a href="https://github.com/hyperium/h2/commit/d2f09fb757e5be928a6720da416dbe8bd37aa208"><code>d2f09fb</code></a> fix: set MAX_CONCURRENT_STREAMS to usize::MAX if no value is advertised initi...</li>
<li><a href="https://github.com/hyperium/h2/commit/66a1ed8cefe11718f9e524821b4590493b51cbc0"><code>66a1ed8</code></a> doc: clarify that the default value of initial_max_send_streams is 100</li>
<li><a href="https://github.com/hyperium/h2/commit/ee1f75a915a040a81ec2f0fc7c66ff87ee0ed7bc"><code>ee1f75a</code></a> v0.4.1</li>
<li><a href="https://github.com/hyperium/h2/commit/756345ecd8e0c3f890c862c72cc3e3f61a621dce"><code>756345e</code></a> fix: streams awaiting capacity lockout (<a href="https://redirect.github.com/hyperium/h2/issues/730">#730</a>)</li>
<li>See full diff in <a href="https://github.com/hyperium/h2/compare/v0.4.0...v0.4.2">compare view</a></li>
</ul>
</details>
<br />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-automerge-start)
[//]: # (dependabot-automerge-end)
<details>
<summary>Dependabot commands and options</summary>
<br />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.</details>
alexcrichton commented on PR #7796:
I was going to vet this today but
cargo vet diff h2 0.4.0 0.4.2
sends me here which says that h2 0.4.2 doesn't exist. I did not attempt to debug much further.
alexcrichton closed without merge PR #7796.
alexcrichton commented on PR #7796:
Given that this isn't critical to Wasmtime itself and users using Wasmtime in a setting like this will need to update anyway, I'm going to close this since given that
cargo vet
isn't working right now I can almost guarantee that we'll forget about this until the next timeh2
is updated at which point we won't be motivated through this PR.
dependabot[bot] commented on PR #7796:
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting
@dependabot ignore this major version
or@dependabot ignore this minor version
.If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
Last updated: Nov 22 2024 at 16:03 UTC