You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/08/01 13:44:44 UTC

[GitHub] [arrow-rs] dependabot[bot] opened a new pull request, #2267: Update prost-types requirement from 0.10.0 to 0.11.0

dependabot[bot] opened a new pull request, #2267:
URL: https://github.com/apache/arrow-rs/pull/2267

   Updates the requirements on [prost-types](https://github.com/tokio-rs/prost) to permit the latest version.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/tokio-rs/prost/releases">prost-types's releases</a>.</em></p>
   <blockquote>
   <h2>v0.11.0</h2>
   <p><em>PROST!</em> is a <a href="https://developers.google.com/protocol-buffers/">Protocol Buffers</a> implementation for the <a href="https://www.rust-lang.org/">Rust Language</a>. <code>prost</code> generates simple, idiomatic Rust code from <code>proto2</code> and <code>proto3</code> files.</p>
   <p>Relase 0.11 brings a few breaking changes and changes to how prost sources protoc.</p>
   <ul>
   <li><code>prost-build</code> now requires <code>protoc</code> to be available in the path or set
   via the <code>PROTOC</code> env var.</li>
   <li><code>prost-types</code> now contains new <code>Timestamp</code>/<code>Duration</code> <code>FromStr</code> implementations.</li>
   <li>MSRV bump to <code>1.56</code> and all crates have been moved to edition 2021</li>
   </ul>
   <p>Notible changes that are not breaking:</p>
   <ul>
   <li><code>prost-build</code> now has a <code>cleanup-markdown</code> feature for cleaining up
   code blocks from protobuf files so that they work under rustdoc tests.</li>
   <li><code>prost-build</code> now generates <code>as_str_name</code> for message types.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/tokio-rs/prost/commit/4459a1e36a63a0e10e418b823957cc80d9fbc744"><code>4459a1e</code></a> chore: Prepare 0.11 release (<a href="https://github-redirect.dependabot.com/tokio-rs/prost/issues/692">#692</a>)</li>
   <li><a href="https://github.com/tokio-rs/prost/commit/c6495d31137fc651c6b8110c4e02571c6ff71063"><code>c6495d3</code></a> Expose bytes crate publicly (<a href="https://github-redirect.dependabot.com/tokio-rs/prost/issues/690">#690</a>)</li>
   <li><a href="https://github.com/tokio-rs/prost/commit/b314e8490f4787e643dc46774d3896104862272e"><code>b314e84</code></a> Clean up edition move &amp; clippy warnings (<a href="https://github-redirect.dependabot.com/tokio-rs/prost/issues/691">#691</a>)</li>
   <li><a href="https://github.com/tokio-rs/prost/commit/e744211edff774c2ad3f9538fd5d2ee67c9dce64"><code>e744211</code></a> Update readme for build changes (<a href="https://github-redirect.dependabot.com/tokio-rs/prost/issues/689">#689</a>)</li>
   <li><a href="https://github.com/tokio-rs/prost/commit/11b540629b86f0d3f2ff11143307683c04a20a7c"><code>11b5406</code></a> Move edition to 2021 (<a href="https://github-redirect.dependabot.com/tokio-rs/prost/issues/688">#688</a>)</li>
   <li><a href="https://github.com/tokio-rs/prost/commit/6c2c75a0a602e2c5c25918130befb0d61a18aaaf"><code>6c2c75a</code></a> Permit overflow with wrapping. (<a href="https://github-redirect.dependabot.com/tokio-rs/prost/issues/686">#686</a>)</li>
   <li><a href="https://github.com/tokio-rs/prost/commit/25ab1cc77cba01568d7a72b01f7725f13b8cc095"><code>25ab1cc</code></a> Update actions/checkout action to v3 (<a href="https://github-redirect.dependabot.com/tokio-rs/prost/issues/681">#681</a>)</li>
   <li><a href="https://github.com/tokio-rs/prost/commit/bb9d2889719ad2ea2c6a99cddd94a1f539cac8b6"><code>bb9d288</code></a> Replace <code>.to_str_name()</code> with <code>.as_str_name()</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/prost/issues/680">#680</a>)</li>
   <li><a href="https://github.com/tokio-rs/prost/commit/ac57645ca92a20e8263a1d1d597331fe514dbbb2"><code>ac57645</code></a> Remove build.rs (<a href="https://github-redirect.dependabot.com/tokio-rs/prost/issues/657">#657</a>)</li>
   <li><a href="https://github.com/tokio-rs/prost/commit/38ba547df6ce1c64dee2167f18673deb85a0a5fe"><code>38ba547</code></a> chore: Fix clippy warnings (<a href="https://github-redirect.dependabot.com/tokio-rs/prost/issues/671">#671</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/tokio-rs/prost/compare/v0.10.0...v0.11.0">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 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)
   
   
   </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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-rs] tustvold closed pull request #2267: Update prost-types requirement from 0.10.0 to 0.11.0

Posted by GitBox <gi...@apache.org>.
tustvold closed pull request #2267: Update prost-types requirement from 0.10.0 to 0.11.0
URL: https://github.com/apache/arrow-rs/pull/2267


-- 
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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-rs] dependabot[bot] commented on pull request #2267: Update prost-types requirement from 0.10.0 to 0.11.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #2267:
URL: https://github.com/apache/arrow-rs/pull/2267#issuecomment-1201483163

   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`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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: github-unsubscribe@arrow.apache.org

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