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

   Bumps [prost](https://github.com/tokio-rs/prost) from 0.14.1 to 0.14.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.14.2</h1>
   <p><em>PROST!</em> is a <a href="https://protobuf.dev/";>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>
   <h2>⚠️ Heads-up</h2>
   <ul>
   <li>
   <p>Increase MSRV to 1.82 (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1356";>#1356</a>)</p>
   </li>
   <li>
   <p>Update maintenance status to Passively Maintained (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1359";>#1359</a>)</p>
   <p>This excerpt is from the readme:</p>
   <blockquote>
   <p>The current maintainer is not contributing new features and doesn't have 
the time to review new features. Bug fixes and small improvements are welcome. 
Feel free to contribute small and easily reviewable PRs.</p>
   <p>Bug fixes are still important, and security fixes will be released as 
soon as possible. Contact the <code>#prost</code> channel in <a 
href="https://discord.gg/tokio";>Tokio discord</a> if you feel a bug or security 
fix is not getting enough attention.</p>
   <p>The maintainer expects the official <code>protobuf</code> project to 
release their rust library soon and expects it to be as fully featured as the 
C++ library. See their <a 
href="https://github.com/protocolbuffers/protobuf/tree/main/rust";>source 
code</a> and <a 
href="https://crates.io/crates/protobuf/4.33.1-release";>crate</a> for more 
information.</p>
   </blockquote>
   </li>
   </ul>
   <h2>🚀 Features</h2>
   <ul>
   <li>Configure prost path via <code>prost_build::Config</code> or 
<code>#[(prost(prost_path = &quot;::prost&quot;)]</code> (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1274";>#1274</a>)</li>
   <li>Support for deprecated enum and oneof fields (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1316";>#1316</a>)</li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li><em>(prost-build)</em> Resolve OneOf type name conflict with embedded 
message (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1294";>#1294</a>)</li>
   <li><em>(prost-build)</em> Avoid OneOf type collision with enums and keyword 
names (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1341";>#1341</a>)</li>
   </ul>
   <h2>💼 Dependencies</h2>
   <ul>
   <li>Use <code>trait Error</code> from core (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1179";>#1179</a>)</li>
   <li><em>(deps)</em> Update protobuf to v25.8 (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1323";>#1323</a>)</li>
   <li><em>(deps)</em> Update criterion requirement from 0.6 to 0.7 (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1308";>#1308</a>)</li>
   <li><em>(deps)</em> Update petgraph to 0.8 (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1327";>#1327</a>)</li>
   <li><em>(deps)</em> Bump actions/upload-artifact from 4 to 5 (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1351";>#1351</a>)</li>
   <li><em>(deps)</em> Bump actions/checkout from 5 to 6 (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1370";>#1370</a>)</li>
   <li>Bump actions/checkout to v5 (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1312";>#1312</a>)</li>
   <li>Update clippy to version 1.87 (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1292";>#1292</a>)</li>
   <li>Replace once_cell dependency by std lib (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1119";>#1119</a>)</li>
   </ul>
   <h2>📚 Documentation</h2>
   <ul>
   <li>Update outdated link is test documentation (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1289";>#1289</a>)</li>
   <li>Describe use of encoding module (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1322";>#1322</a>)</li>
   <li>Update the readme MSRV to the actual number (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1331";>#1331</a>)</li>
   <li>Update URLs after manual review (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1336";>#1336</a>)</li>
   <li>Answer why fields are wrapped in option (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1358";>#1358</a>)</li>
   </ul>
   <h2>🎨 Styling</h2>
   <ul>
   <li>Add spaces to derive arguments in generated code (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1290";>#1290</a>)</li>
   <li>Use variables directly in the <code>format!</code> string (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1293";>#1293</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/tokio-rs/prost/commits";>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.14.1&new-version=0.14.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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to