dependabot[bot] opened a new pull request, #13698: URL: https://github.com/apache/datafusion/pull/13698
Updates the requirements on [prost-build](https://github.com/tokio-rs/prost) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md">prost-build's changelog</a>.</em></p> <blockquote> <h1>Prost version 0.13.4</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>Impl Name for Protobuf well-known wrapper types (<a href="https://redirect.github.com/tokio-rs/prost/issues/1174">#1174</a>)</li> </ul> <h2>Performance</h2> <ul> <li>NonZeroU64 to optimize encoded_len_varint (<a href="https://redirect.github.com/tokio-rs/prost/issues/1192">#1192</a>)</li> </ul> <h2>Dependencies</h2> <ul> <li>Remove unused <code>bytes</code> dependency from <code>prost-build</code> (<a href="https://redirect.github.com/tokio-rs/prost/issues/1169">#1169</a>)</li> <li>Update pulldown-cmark-to-cmark requirement from >=16, <!-- raw HTML omitted -->=16, <=18 (<a href="https://redirect.github.com/tokio-rs/prost/issues/1173">#1173</a>)</li> <li>Update pulldown-cmark-to-cmark requirement from >=16, <!-- raw HTML omitted -->=16, <=19 (<a href="https://redirect.github.com/tokio-rs/prost/issues/1195">#1195</a>)</li> <li>Update protobuf to v25.3 (<a href="https://redirect.github.com/tokio-rs/prost/issues/1165">#1165</a>)</li> <li>Update protobuf to v25.4 (<a href="https://redirect.github.com/tokio-rs/prost/issues/1176">#1176</a>)</li> </ul> <h2>Styling</h2> <ul> <li>Remove explicit lifetimes (<a href="https://redirect.github.com/tokio-rs/prost/issues/1180">#1180</a>)</li> <li>Remove unnecessary empty line after document (<a href="https://redirect.github.com/tokio-rs/prost/issues/1181">#1181</a>)</li> </ul> <h2>Testing</h2> <ul> <li><em>(boxed_field)</em> Confirm <code>Foo::bar</code> is boxed (<a href="https://redirect.github.com/tokio-rs/prost/issues/1168">#1168</a>)</li> <li>Move build.rs to standard location (<a href="https://redirect.github.com/tokio-rs/prost/issues/1167">#1167</a>)</li> <li><em>(custom_debug)</em> Merge <code>skip_debug</code> into <code>custom_debug</code> (<a href="https://redirect.github.com/tokio-rs/prost/issues/1178">#1178</a>)</li> <li>Rename <code>invalid_doctest</code> to <code>disable_comments</code> (<a href="https://redirect.github.com/tokio-rs/prost/issues/1183">#1183</a>)</li> <li><em>(custom_attributes)</em> Move module to separate file (<a href="https://redirect.github.com/tokio-rs/prost/issues/1187">#1187</a>)</li> </ul> <h2>Build</h2> <ul> <li>Bump clippy version to 1.82 (<a href="https://redirect.github.com/tokio-rs/prost/issues/1182">#1182</a>)</li> <li>Restrict permissions of <code>GITHUB_TOKEN</code> (<a href="https://redirect.github.com/tokio-rs/prost/issues/1189">#1189</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/prost/commit/60d4c33d097b1d416586744c3206c401f17ba31e"><code>60d4c33</code></a> chore: Release version 0.13.4 (<a href="https://redirect.github.com/tokio-rs/prost/issues/1197">#1197</a>)</li> <li><a href="https://github.com/tokio-rs/prost/commit/e74de7674e63f68c5f8779dfff42ae78ddf4dc31"><code>e74de76</code></a> build(deps): update pulldown-cmark-to-cmark requirement from >=16, <=18 to >=...</li> <li><a href="https://github.com/tokio-rs/prost/commit/5ae30c5fd2725132c4daa0ef9f6d2f14f1308bd5"><code>5ae30c5</code></a> perf: NonZeroU64 to optimize encoded_len_varint (<a href="https://redirect.github.com/tokio-rs/prost/issues/1192">#1192</a>)</li> <li><a href="https://github.com/tokio-rs/prost/commit/de2a00962d3e0b0ae0b9777b185ec7807b5a7c2d"><code>de2a009</code></a> test(custom_attributes): Move module to separate file (<a href="https://redirect.github.com/tokio-rs/prost/issues/1187">#1187</a>)</li> <li><a href="https://github.com/tokio-rs/prost/commit/5fd9c86f77f099ef452e780a99d438356f9ed6eb"><code>5fd9c86</code></a> ci: Restrict permissions of <code>GITHUB_TOKEN</code> (<a href="https://redirect.github.com/tokio-rs/prost/issues/1189">#1189</a>)</li> <li><a href="https://github.com/tokio-rs/prost/commit/31a55ab3a40459758afdb7f98228e2c2af5c8860"><code>31a55ab</code></a> ci: Bump clippy version to 1.82 (<a href="https://redirect.github.com/tokio-rs/prost/issues/1182">#1182</a>)</li> <li><a href="https://github.com/tokio-rs/prost/commit/eb4b2c6429770cbcebd0e4b462081f4dd7938b5b"><code>eb4b2c6</code></a> test: Rename <code>invalid_doctest</code> to <code>disable_comments</code> (<a href="https://redirect.github.com/tokio-rs/prost/issues/1183">#1183</a>)</li> <li><a href="https://github.com/tokio-rs/prost/commit/75b7e7ab80b1ad7d8c9ff4b894aa7370f575785a"><code>75b7e7a</code></a> chore(build): Remove unnecessary empty line after document (<a href="https://redirect.github.com/tokio-rs/prost/issues/1181">#1181</a>)</li> <li><a href="https://github.com/tokio-rs/prost/commit/e7deb3c5ba37b2e501f00856f9f1da05a097b1a9"><code>e7deb3c</code></a> feat: impl Name for Protobuf well-known wrapper types (<a href="https://redirect.github.com/tokio-rs/prost/issues/1174">#1174</a>)</li> <li><a href="https://github.com/tokio-rs/prost/commit/6d3a7abc29ac5c8f567ff0696e07727ea9f8b310"><code>6d3a7ab</code></a> build(deps): Update protobuf to v25.4 (<a href="https://redirect.github.com/tokio-rs/prost/issues/1176">#1176</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/prost/compare/v0.13.3...v0.13.4">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 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