Stream: git-wasmtime

Topic: wasmtime / PR #7796 build(deps): bump h2 from 0.4.0 to 0.4.2


view this post on Zulip Wasmtime GitHub notifications bot (Jan 19 2024 at 15:27):

dependabot[bot] requested elliottt for a review on PR #7796.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 19 2024 at 15:27):

dependabot[bot] requested wasmtime-default-reviewers for a review on PR #7796.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 19 2024 at 15:27):

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 compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=h2&package-manager=cargo&previous-version=0.4.0&new-version=0.4.2)

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:

</details>

view this post on Zulip Wasmtime GitHub notifications bot (Jan 22 2024 at 20:29):

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.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 22 2024 at 20:32):

alexcrichton closed without merge PR #7796.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 22 2024 at 20:32):

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 time h2 is updated at which point we won't be motivated through this PR.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 22 2024 at 20:32):

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: Oct 23 2024 at 20:03 UTC