dependabot[bot] opened a new pull request, #882:
URL: https://github.com/apache/datafusion-python/pull/882

   Bumps [prost](https://github.com/tokio-rs/prost) from 0.13.2 to 0.13.3.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md";>prost's 
changelog</a>.</em></p>
   <blockquote>
   <h1>Prost version 0.13.3</h1>
   <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>
   <h3>Features</h3>
   <ul>
   <li><em>(prost-types)</em> Add <code>normalized</code> functions (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1158";>#1158</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li><em>(prost-build)</em> Remove <code>derived(Copy)</code> on boxed fields 
(<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1157";>#1157</a>)</li>
   </ul>
   <h3>Documentation</h3>
   <ul>
   <li><em>(prost-types)</em> Add description of using Any (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1141";>#1141</a>)</li>
   <li><em>(prost-build)</em> Use <code>cargo add</code> in example (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1149";>#1149</a>)</li>
   </ul>
   <h3>Styling</h3>
   <ul>
   <li>Use <code>Path::display()</code> when printing a path (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1150";>#1150</a>)</li>
   <li><code>MessageGraph::new()</code> can't actually fail (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1151";>#1151</a>)</li>
   <li><em>(generated-code)</em> Use <code>Self</code> in 
<code>as_str_name</code> (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1154";>#1154</a>)</li>
   </ul>
   <h3>Testing</h3>
   <ul>
   <li>Actually test <code>skip_debug</code> for <code>prost::Oneof</code> (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1148";>#1148</a>)</li>
   <li><em>(prost-build)</em> Validate error texts (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1152";>#1152</a>)</li>
   <li><em>(prost-build)</em> Fix error texts (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1156";>#1156</a>)</li>
   </ul>
   <h3>Build</h3>
   <ul>
   <li>Increase MSRV to 1.71.1 (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1135";>#1135</a>)</li>
   <li><em>(deps)</em> Update pulldown-cmark to 0.12 and 
pulldown-cmark-to-cmark to 16 (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1144";>#1144</a>)</li>
   <li><em>(protobuf)</em> Compile and install protoc on Windows (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1145";>#1145</a>)</li>
   <li><em>(protobuf)</em> Use same <code>protoc</code> from same repo as 
.proto-files (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1136";>#1136</a>)</li>
   <li><em>(deps)</em> Update pulldown-cmark-to-cmark from 16 to 17 (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1155";>#1155</a>)</li>
   <li>Unify assert on fixtures (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1142";>#1142</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/tokio-rs/prost/commit/9ed944eb633480079037dfceeee61aac6cd0c94f";><code>9ed944e</code></a>
 chore: Release version 0.13.3 (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1164";>#1164</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/prost/commit/fb977f4cc28a3f5c913b963a27b553cf845bb9d2";><code>fb977f4</code></a>
 fix(prost-build): Remove <code>derived(Copy)</code> on boxed fields (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1157";>#1157</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/prost/commit/8d4cac58ef7c5e33ba3279c836966c9109d4554c";><code>8d4cac5</code></a>
 feat(prost-types): Add <code>normalized</code> functions (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1158";>#1158</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/prost/commit/644c328de4a2560d4cd12e01245faf9b8d1ddd0f";><code>644c328</code></a>
 build(deps): update pulldown-cmark-to-cmark from 16 to 17 (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1155";>#1155</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/prost/commit/4b1b982d5f21de68f32d9f3f5b885731f2ccee83";><code>4b1b982</code></a>
 style(generated-code): use <code>Self</code> in <code>as_str_name</code> (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1154";>#1154</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/prost/commit/9fa3f2e5cb6d1d1967644b22cdeecf160410ad41";><code>9fa3f2e</code></a>
 tests(prost-build): Fix error texts (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1156";>#1156</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/prost/commit/7dcd269a0e16e4aea83c070e4b61d8f8cd0c47cd";><code>7dcd269</code></a>
 tests(prost-build): Validate error texts (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1152";>#1152</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/prost/commit/d3fd54c73f413c060592aaf5929c753c0b376252";><code>d3fd54c</code></a>
 style: <code>MessageGraph::new()</code> can't actually fail (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1151";>#1151</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/prost/commit/d059d0515226fe9fa5c7188ea50594112bba231a";><code>d059d05</code></a>
 style: use <code>Path::display()</code> when printing a path (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1150";>#1150</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/prost/commit/18c4681d96b59820bf319b6f84749f17258d248d";><code>18c4681</code></a>
 docs(prost-build): Use <code>cargo add</code> in example (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1149";>#1149</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/tokio-rs/prost/compare/v0.13.2...v0.13.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prost&package-manager=cargo&previous-version=0.13.2&new-version=0.13.3)](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 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)
   
   
   </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-unsubscr...@datafusion.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to