You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by "dependabot[bot]" <no...@github.com.INVALID> on 2023/06/05 02:13:00 UTC

[apache/incubator-teaclave] Bump h2 from 0.3.16 to 0.3.19 in /examples/rust/builtin_echo (PR #693)

Bumps [h2](https://github.com/hyperium/h2) from 0.3.16 to 0.3.19.
&lt;details&gt;
&lt;summary&gt;Release notes&lt;/summary&gt;
&lt;p&gt;&lt;em&gt;Sourced from &lt;a href=&quot;https://github.com/hyperium/h2/releases&quot;&gt;h2&#39;s releases&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;h2&gt;v0.3.19&lt;/h2&gt;
&lt;h2&gt;What&#39;s Changed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix counting reset streams when triggered by a GOAWAY.&lt;/li&gt;
&lt;li&gt;Send &lt;code&gt;too_many_resets&lt;/code&gt; in opaque debug data of GOAWAY when too many resets received.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;New Contributors&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/Herbstein&quot;&gt;&lt;code&gt;@​Herbstein&lt;/code&gt;&lt;/a&gt; made their first contribution in &lt;a href=&quot;https://redirect.github.com/hyperium/h2/pull/673&quot;&gt;hyperium/h2#673&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/foresterre&quot;&gt;&lt;code&gt;@​foresterre&lt;/code&gt;&lt;/a&gt; made their first contribution in &lt;a href=&quot;https://redirect.github.com/hyperium/h2/pull/680&quot;&gt;hyperium/h2#680&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;v0.3.18&lt;/h2&gt;
&lt;h2&gt;What&#39;s Changed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: pending-accept remotely-reset streams pattern was checking is_local by &lt;a href=&quot;https://github.com/seanmonstar&quot;&gt;&lt;code&gt;@​seanmonstar&lt;/code&gt;&lt;/a&gt; in &lt;a href=&quot;https://redirect.github.com/hyperium/h2/pull/676&quot;&gt;hyperium/h2#676&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;v0.3.17&lt;/h2&gt;
&lt;h2&gt;What&#39;s Changed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add &lt;code&gt;Error::is_library()&lt;/code&gt; method to check if the originated inside &lt;code&gt;h2&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Add &lt;code&gt;max_pending_accept_reset_streams(usize)&lt;/code&gt; option to client and server
builders.&lt;/li&gt;
&lt;li&gt;Fix theoretical memory growth when receiving too many HEADERS and then
RST_STREAM frames faster than an application can accept them off the queue.
(CVE-2023-26964)&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;/details&gt;
&lt;details&gt;
&lt;summary&gt;Changelog&lt;/summary&gt;
&lt;p&gt;&lt;em&gt;Sourced from &lt;a href=&quot;https://github.com/hyperium/h2/blob/master/CHANGELOG.md&quot;&gt;h2&#39;s changelog&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;h1&gt;0.3.19 (May 12, 2023)&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Fix counting reset streams when triggered by a GOAWAY.&lt;/li&gt;
&lt;li&gt;Send &lt;code&gt;too_many_resets&lt;/code&gt; in opaque debug data of GOAWAY when too many resets received.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1&gt;0.3.18 (April 17, 2023)&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Fix panic because of opposite check in &lt;code&gt;is_remote_local()&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1&gt;0.3.17 (April 13, 2023)&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Add &lt;code&gt;Error::is_library()&lt;/code&gt; method to check if the originated inside &lt;code&gt;h2&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Add &lt;code&gt;max_pending_accept_reset_streams(usize)&lt;/code&gt; option to client and server
builders.&lt;/li&gt;
&lt;li&gt;Fix theoretical memory growth when receiving too many HEADERS and then
RST_STREAM frames faster than an application can accept them off the queue.
(CVE-2023-26964)&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;/details&gt;
&lt;details&gt;
&lt;summary&gt;Commits&lt;/summary&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/hyperium/h2/commit/f126229cf436b3609236582d80a5c25cc944dd4b&quot;&gt;&lt;code&gt;f126229&lt;/code&gt;&lt;/a&gt; v0.3.19&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/hyperium/h2/commit/3d558a6ed0b2cbaeb11805a7e6ecd53e38b508d6&quot;&gt;&lt;code&gt;3d558a6&lt;/code&gt;&lt;/a&gt; Ignore Error::GoAway in State::is_remote_reset&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/hyperium/h2/commit/7a77f93ca3a6fea028267a9066c8b976c49203b5&quot;&gt;&lt;code&gt;7a77f93&lt;/code&gt;&lt;/a&gt; Rename is_local_reset to is_local_error&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/hyperium/h2/commit/70eade5b4bf70c3c117ffc21b14bdfbd9a308567&quot;&gt;&lt;code&gt;70eade5&lt;/code&gt;&lt;/a&gt; Add too_many_resets debug_data to the GOAWAY we send (&lt;a href=&quot;https://redirect.github.com/hyperium/h2/issues/678&quot;&gt;#678&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/hyperium/h2/commit/b0e5470ae557845e5b1f5c304f59f21b1f47f5d8&quot;&gt;&lt;code&gt;b0e5470&lt;/code&gt;&lt;/a&gt; Fix markdown code element in error::is_library&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/hyperium/h2/commit/072f7ee918d4d155e04320bd1785cd3f5fe6583d&quot;&gt;&lt;code&gt;072f7ee&lt;/code&gt;&lt;/a&gt; Serialize debug_data when present in GOAWAY frames&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/hyperium/h2/commit/1b9f0704ff24d5f7939d16162082c5a764a0bfaa&quot;&gt;&lt;code&gt;1b9f070&lt;/code&gt;&lt;/a&gt; v0.3.18&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/hyperium/h2/commit/1c6fa285afe436ca2a1f8abd38a6389353f360b6&quot;&gt;&lt;code&gt;1c6fa28&lt;/code&gt;&lt;/a&gt; fix: pending-accept remotely-reset streams pattern was checking is_local&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/hyperium/h2/commit/af4bcacf6d3770e9e3dc10fdc631fc8c0bdd472b&quot;&gt;&lt;code&gt;af4bcac&lt;/code&gt;&lt;/a&gt; v0.3.17&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/hyperium/h2/commit/d3f37e9fbad6608ba74419c355eb1892bd55d977&quot;&gt;&lt;code&gt;d3f37e9&lt;/code&gt;&lt;/a&gt; feat: add &lt;code&gt;max_pending_accept_reset_streams(n)&lt;/code&gt; options&lt;/li&gt;
&lt;li&gt;Additional commits viewable in &lt;a href=&quot;https://github.com/hyperium/h2/compare/v0.3.16...v0.3.19&quot;&gt;compare view&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/details&gt;
&lt;br /&gt;


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=h2&amp;package-manager=cargo&amp;previous-version=0.3.16&amp;new-version=0.3.19)](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&#39;t alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

&lt;details&gt;
&lt;summary&gt;Dependabot commands and options&lt;/summary&gt;
&lt;br /&gt;

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 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/apache/incubator-teaclave/network/alerts).

&lt;/details&gt;
You can view, comment on, or merge this pull request online at:

  https://github.com/apache/incubator-teaclave/pull/693

-- Commit Summary --

  * Bump h2 from 0.3.16 to 0.3.19 in /examples/rust/builtin_echo

-- File Changes --

    M examples/rust/builtin_echo/Cargo.lock (4)

-- Patch Links --

https://github.com/apache/incubator-teaclave/pull/693.patch
https://github.com/apache/incubator-teaclave/pull/693.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/pull/693
You are receiving this because you are subscribed to this thread.

Message ID: &lt;apache/incubator-teaclave/pull/693@github.com&gt;

Re: [apache/incubator-teaclave] Bump h2 from 0.3.16 to 0.3.19 in /examples/rust/builtin_echo (PR #693)

Posted by "dependabot[bot]" <no...@github.com.INVALID>.
Closed #693.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/pull/693#event-9442770527
You are receiving this because you are subscribed to this thread.

Message ID: <ap...@github.com>

Re: [apache/incubator-teaclave] Bump h2 from 0.3.16 to 0.3.19 in /examples/rust/builtin_echo (PR #693)

Posted by "dependabot[bot]" <no...@github.com.INVALID>.
Looks like h2 is no longer a dependency, so this is no longer needed.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/pull/693#issuecomment-1578113784
You are receiving this because you are subscribed to this thread.

Message ID: <ap...@github.com>