dependabot[bot] opened a new pull request, #14622: URL: https://github.com/apache/datafusion/pull/14622
Bumps [prost-derive](https://github.com/tokio-rs/prost) from 0.13.4 to 0.13.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/prost/releases">prost-derive's releases</a>.</em></p> <blockquote> <h2>Prost v0.13.5</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> <h2>Features</h2> <ul> <li>prost-types: Derive Arbitrary (<a href="https://redirect.github.com/tokio-rs/prost/issues/1188">#1188</a>)</li> </ul> <h2>Documentation</h2> <ul> <li>Use intra doc links instead of HTML tags (<a href="https://redirect.github.com/tokio-rs/prost/issues/1219">#1219</a>)</li> </ul> <h2>Dependencies</h2> <ul> <li>Update pulldown-cmark-to-cmark requirement from >=16, <!-- raw HTML omitted -->=16, <=20 (<a href="https://redirect.github.com/tokio-rs/prost/issues/1206">#1206</a>)</li> <li>Update itertools requirement from >=0.10, <!-- raw HTML omitted -->=0.10, <=0.14 (<a href="https://redirect.github.com/tokio-rs/prost/issues/1222">#1222</a>)</li> <li>Update petgraph requirement to include 0.7 (<a href="https://redirect.github.com/tokio-rs/prost/issues/1226">#1226</a>)</li> <li>Update rand requirement from 0.8 to 0.9 (<a href="https://redirect.github.com/tokio-rs/prost/issues/1233">#1233</a>)</li> <li>Bump clippy to 1.83 (<a href="https://redirect.github.com/tokio-rs/prost/issues/1220">#1220</a>)</li> <li>Update flake.lock (<a href="https://redirect.github.com/tokio-rs/prost/issues/1216">#1216</a>)</li> </ul> <h2>Styling</h2> <ul> <li>Replace unnecessary <code>map_or</code> (<a href="https://redirect.github.com/tokio-rs/prost/issues/1221">#1221</a>)</li> <li>prost-build: Use enum getter (<a href="https://redirect.github.com/tokio-rs/prost/issues/1238">#1238</a>)</li> </ul> <h2>Testing</h2> <ul> <li>default_enum_value: Move tests to separate module (<a href="https://redirect.github.com/tokio-rs/prost/issues/1198">#1198</a>)</li> <li>nesting: Move tests to separate module (<a href="https://redirect.github.com/tokio-rs/prost/issues/1218">#1218</a>)</li> <li>recursive_oneof: Move tests to separate module (<a href="https://redirect.github.com/tokio-rs/prost/issues/1225">#1225</a>)</li> <li>boxed_field: Box an oneof field (<a href="https://redirect.github.com/tokio-rs/prost/issues/1235">#1235</a>)</li> <li>groups: Move tests to separate module (<a href="https://redirect.github.com/tokio-rs/prost/issues/1234">#1234</a>)</li> <li>default_string_escape: Move tests to separate module (<a href="https://redirect.github.com/tokio-rs/prost/issues/1239">#1239</a>)</li> <li>Move DecodeError tests closer to the implementation (<a href="https://redirect.github.com/tokio-rs/prost/issues/1227">#1227</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md">prost-derive's changelog</a>.</em></p> <blockquote> <h1>Prost version 0.13.5</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> <h2>Features</h2> <ul> <li>prost-types: Derive Arbitrary (<a href="https://redirect.github.com/tokio-rs/prost/issues/1188">#1188</a>)</li> </ul> <h2>Documentation</h2> <ul> <li>Use intra doc links instead of HTML tags (<a href="https://redirect.github.com/tokio-rs/prost/issues/1219">#1219</a>)</li> </ul> <h2>Dependencies</h2> <ul> <li>Update pulldown-cmark-to-cmark requirement from >=16, <!-- raw HTML omitted -->=16, <=20 (<a href="https://redirect.github.com/tokio-rs/prost/issues/1206">#1206</a>)</li> <li>Update itertools requirement from >=0.10, <!-- raw HTML omitted -->=0.10, <=0.14 (<a href="https://redirect.github.com/tokio-rs/prost/issues/1222">#1222</a>)</li> <li>Update petgraph requirement to include 0.7 (<a href="https://redirect.github.com/tokio-rs/prost/issues/1226">#1226</a>)</li> <li>Update rand requirement from 0.8 to 0.9 (<a href="https://redirect.github.com/tokio-rs/prost/issues/1233">#1233</a>)</li> <li>Bump clippy to 1.83 (<a href="https://redirect.github.com/tokio-rs/prost/issues/1220">#1220</a>)</li> <li>Update flake.lock (<a href="https://redirect.github.com/tokio-rs/prost/issues/1216">#1216</a>)</li> </ul> <h2>Styling</h2> <ul> <li>Replace unnecessary <code>map_or</code> (<a href="https://redirect.github.com/tokio-rs/prost/issues/1221">#1221</a>)</li> <li>prost-build: Use enum getter (<a href="https://redirect.github.com/tokio-rs/prost/issues/1238">#1238</a>)</li> </ul> <h2>Testing</h2> <ul> <li>default_enum_value: Move tests to separate module (<a href="https://redirect.github.com/tokio-rs/prost/issues/1198">#1198</a>)</li> <li>nesting: Move tests to separate module (<a href="https://redirect.github.com/tokio-rs/prost/issues/1218">#1218</a>)</li> <li>recursive_oneof: Move tests to separate module (<a href="https://redirect.github.com/tokio-rs/prost/issues/1225">#1225</a>)</li> <li>boxed_field: Box an oneof field (<a href="https://redirect.github.com/tokio-rs/prost/issues/1235">#1235</a>)</li> <li>groups: Move tests to separate module (<a href="https://redirect.github.com/tokio-rs/prost/issues/1234">#1234</a>)</li> <li>default_string_escape: Move tests to separate module (<a href="https://redirect.github.com/tokio-rs/prost/issues/1239">#1239</a>)</li> <li>Move DecodeError tests closer to the implementation (<a href="https://redirect.github.com/tokio-rs/prost/issues/1227">#1227</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/prost/commit/d505b184e933e1f9ff5679106ffc51b7e3c2755e"><code>d505b18</code></a> chore: Release version 0.13.5 (<a href="https://redirect.github.com/tokio-rs/prost/issues/1240">#1240</a>)</li> <li><a href="https://github.com/tokio-rs/prost/commit/61b4b95cffd5d0bcb5bfd10181b61def2019c432"><code>61b4b95</code></a> style(prost-build): Use enum getter (<a href="https://redirect.github.com/tokio-rs/prost/issues/1238">#1238</a>)</li> <li><a href="https://github.com/tokio-rs/prost/commit/60abdc93cb7fe9fb9b23160c24029a837e39dcc7"><code>60abdc9</code></a> test(default_string_escape): Move tests to separate module (<a href="https://redirect.github.com/tokio-rs/prost/issues/1239">#1239</a>)</li> <li><a href="https://github.com/tokio-rs/prost/commit/35e3f28b0b748290da211bfeb50e088120107dca"><code>35e3f28</code></a> Clean up <code>CodeGenerator</code> by moving compilation-global data and logic to `Cont...</li> <li><a href="https://github.com/tokio-rs/prost/commit/64459076ab4dafd186c41e869daf1a4125364d04"><code>6445907</code></a> test(groups): Move tests to separate module (<a href="https://redirect.github.com/tokio-rs/prost/issues/1234">#1234</a>)</li> <li><a href="https://github.com/tokio-rs/prost/commit/3de85268415a2fe2cecb91b9f2b337ab9924b094"><code>3de8526</code></a> test(boxed_field): Box an oneof field (<a href="https://redirect.github.com/tokio-rs/prost/issues/1235">#1235</a>)</li> <li><a href="https://github.com/tokio-rs/prost/commit/ac98f0f3281bd445169ad58e10c77e71ea9fc593"><code>ac98f0f</code></a> test(recursive_oneof): Move tests to separate module (<a href="https://redirect.github.com/tokio-rs/prost/issues/1225">#1225</a>)</li> <li><a href="https://github.com/tokio-rs/prost/commit/a8208f6cc49d63c1589aa406a6ff219c2e0ccfc3"><code>a8208f6</code></a> test: Move DecodeError tests closer to the implementation (<a href="https://redirect.github.com/tokio-rs/prost/issues/1227">#1227</a>)</li> <li><a href="https://github.com/tokio-rs/prost/commit/0b9af3b84177b484098f0abac96b8817d93fd0d7"><code>0b9af3b</code></a> build(deps): update rand requirement from 0.8 to 0.9 (<a href="https://redirect.github.com/tokio-rs/prost/issues/1233">#1233</a>)</li> <li><a href="https://github.com/tokio-rs/prost/commit/e617832ab432adc7dd799321eb216c82a589d421"><code>e617832</code></a> build(deps): update petgraph requirement to include 0.7 (<a href="https://redirect.github.com/tokio-rs/prost/issues/1226">#1226</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/prost/compare/v0.13.4...v0.13.5">compare view</a></li> </ul> </details> <br /> [](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