You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/06/05 02:12:52 UTC

[GitHub] [incubator-teaclave] dependabot[bot] opened a new pull request, #694: Bump h2 from 0.3.16 to 0.3.19 in /examples/rust/builtin_ordered_set_intersect

dependabot[bot] opened a new pull request, #694:
URL: https://github.com/apache/incubator-teaclave/pull/694

   Bumps [h2](https://github.com/hyperium/h2) from 0.3.16 to 0.3.19.
   <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.3.19</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix counting reset streams when triggered by a GOAWAY.</li>
   <li>Send <code>too_many_resets</code> in opaque debug data of GOAWAY when too many resets received.</li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/Herbstein"><code>@​Herbstein</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/h2/pull/673">hyperium/h2#673</a></li>
   <li><a href="https://github.com/foresterre"><code>@​foresterre</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/h2/pull/680">hyperium/h2#680</a></li>
   </ul>
   <h2>v0.3.18</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>fix: pending-accept remotely-reset streams pattern was checking is_local by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/hyperium/h2/pull/676">hyperium/h2#676</a></li>
   </ul>
   <h2>v0.3.17</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Add <code>Error::is_library()</code> method to check if the originated inside <code>h2</code>.</li>
   <li>Add <code>max_pending_accept_reset_streams(usize)</code> option to client and server
   builders.</li>
   <li>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)</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.3.19 (May 12, 2023)</h1>
   <ul>
   <li>Fix counting reset streams when triggered by a GOAWAY.</li>
   <li>Send <code>too_many_resets</code> in opaque debug data of GOAWAY when too many resets received.</li>
   </ul>
   <h1>0.3.18 (April 17, 2023)</h1>
   <ul>
   <li>Fix panic because of opposite check in <code>is_remote_local()</code>.</li>
   </ul>
   <h1>0.3.17 (April 13, 2023)</h1>
   <ul>
   <li>Add <code>Error::is_library()</code> method to check if the originated inside <code>h2</code>.</li>
   <li>Add <code>max_pending_accept_reset_streams(usize)</code> option to client and server
   builders.</li>
   <li>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)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/hyperium/h2/commit/f126229cf436b3609236582d80a5c25cc944dd4b"><code>f126229</code></a> v0.3.19</li>
   <li><a href="https://github.com/hyperium/h2/commit/3d558a6ed0b2cbaeb11805a7e6ecd53e38b508d6"><code>3d558a6</code></a> Ignore Error::GoAway in State::is_remote_reset</li>
   <li><a href="https://github.com/hyperium/h2/commit/7a77f93ca3a6fea028267a9066c8b976c49203b5"><code>7a77f93</code></a> Rename is_local_reset to is_local_error</li>
   <li><a href="https://github.com/hyperium/h2/commit/70eade5b4bf70c3c117ffc21b14bdfbd9a308567"><code>70eade5</code></a> Add too_many_resets debug_data to the GOAWAY we send (<a href="https://redirect.github.com/hyperium/h2/issues/678">#678</a>)</li>
   <li><a href="https://github.com/hyperium/h2/commit/b0e5470ae557845e5b1f5c304f59f21b1f47f5d8"><code>b0e5470</code></a> Fix markdown code element in error::is_library</li>
   <li><a href="https://github.com/hyperium/h2/commit/072f7ee918d4d155e04320bd1785cd3f5fe6583d"><code>072f7ee</code></a> Serialize debug_data when present in GOAWAY frames</li>
   <li><a href="https://github.com/hyperium/h2/commit/1b9f0704ff24d5f7939d16162082c5a764a0bfaa"><code>1b9f070</code></a> v0.3.18</li>
   <li><a href="https://github.com/hyperium/h2/commit/1c6fa285afe436ca2a1f8abd38a6389353f360b6"><code>1c6fa28</code></a> fix: pending-accept remotely-reset streams pattern was checking is_local</li>
   <li><a href="https://github.com/hyperium/h2/commit/af4bcacf6d3770e9e3dc10fdc631fc8c0bdd472b"><code>af4bcac</code></a> v0.3.17</li>
   <li><a href="https://github.com/hyperium/h2/commit/d3f37e9fbad6608ba74419c355eb1892bd55d977"><code>d3f37e9</code></a> feat: add <code>max_pending_accept_reset_streams(n)</code> options</li>
   <li>Additional commits viewable in <a href="https://github.com/hyperium/h2/compare/v0.3.16...v0.3.19">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.3.16&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'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 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).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave] dependabot[bot] closed pull request #694: Bump h2 from 0.3.16 to 0.3.19 in /examples/rust/builtin_ordered_set_intersect

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #694: Bump h2 from 0.3.16 to 0.3.19 in /examples/rust/builtin_ordered_set_intersect
URL: https://github.com/apache/incubator-teaclave/pull/694


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave] dependabot[bot] commented on pull request #694: Bump h2 from 0.3.16 to 0.3.19 in /examples/rust/builtin_ordered_set_intersect

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #694:
URL: https://github.com/apache/incubator-teaclave/pull/694#issuecomment-1578113256

   Looks like h2 is no longer a dependency, so this is no longer needed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org