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

   Updates the requirements on 
[flatbuffers](https://github.com/google/flatbuffers) to permit the latest 
version.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/google/flatbuffers/releases";>flatbuffers's 
releases</a>.</em></p>
   <blockquote>
   <h2>v24.3.25</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix License by <a href="https://github.com/p0fi";><code>@​p0fi</code></a> 
in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8253";>google/flatbuffers#8253</a></li>
   <li>Fix handling non null-terminated string_views in LookupByKey by <a 
href="https://github.com/mpawlowski-eyeo";><code>@​mpawlowski-eyeo</code></a> in 
<a 
href="https://redirect.github.com/google/flatbuffers/pull/8203";>google/flatbuffers#8203</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/p0fi";><code>@​p0fi</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8253";>google/flatbuffers#8253</a></li>
   <li><a 
href="https://github.com/mpawlowski-eyeo";><code>@​mpawlowski-eyeo</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8203";>google/flatbuffers#8203</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/google/flatbuffers/compare/v24.3.7...v24.3.25";>https://github.com/google/flatbuffers/compare/v24.3.7...v24.3.25</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/google/flatbuffers/blob/master/CHANGELOG.md";>flatbuffers's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[24.3.25] (March 25 2024)(<a 
href="https://github.com/google/flatbuffers/releases/tag/v24.3.25";>https://github.com/google/flatbuffers/releases/tag/v24.3.25</a>)</h2>
   <ul>
   <li>Fixed license metadata parsing (<a 
href="https://redirect.github.com/google/flatbuffers/issues/8253";>#8253</a>)</li>
   <li>[C++] Allow string_view in <code>LookUpByKey</code> in addition to 
null-terminated c-style strings (<a 
href="https://redirect.github.com/google/flatbuffers/issues/8203";>#8203</a>)</li>
   </ul>
   <h2>[24.3.7] (March 7 2024)(<a 
href="https://github.com/google/flatbuffers/releases/tag/v24.3.7";>https://github.com/google/flatbuffers/releases/tag/v24.3.7</a>)</h2>
   <ul>
   <li>Just to fix some of the CI build issues from the 24.3.6 release.</li>
   </ul>
   <h2>[24.3.6] (March 6 2024)(<a 
href="https://github.com/google/flatbuffers/releases/tag/v24.3.6";>https://github.com/google/flatbuffers/releases/tag/v24.3.6</a>)</h2>
   <ul>
   <li>Fix typescript object API to allow 0 values for null-default scalars (<a 
href="https://redirect.github.com/google/flatbuffers/issues/7864";>#7864</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/google/flatbuffers/releases/tag/v23.5.26";>23.5.26 (May 
26 2023)</a></h2>
   <ul>
   <li>Mostly bug fixing for 64-bit support</li>
   <li>Adds support for specifying underling type of unions in C++ and TS/JS 
(<a 
href="https://redirect.github.com/google/flatbuffers/issues/7954";>#7954</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/google/flatbuffers/releases/tag/v23.5.9";>23.5.9 (May 9 
2023)</a></h2>
   <ul>
   <li>64-bit support for C++ (<a 
href="https://redirect.github.com/google/flatbuffers/issues/7935";>#7935</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/google/flatbuffers/releases/tag/v23.5.8";>23.5.8 (May 8 
2023)</a></h2>
   <ul>
   <li>add key_field to compiled tests</li>
   <li>Add golden language directory</li>
   <li>Rework cmake flatc codegeneration (<a 
href="https://redirect.github.com/google/flatbuffers/issues/7938";>#7938</a>)</li>
   <li>remove defining generated files in test srcs</li>
   <li>Add binary schema reflection (<a 
href="https://redirect.github.com/google/flatbuffers/issues/7932";>#7932</a>)</li>
   <li>Migrate from rules_nodejs to rules_js/rules_ts (take 2) (<a 
href="https://redirect.github.com/google/flatbuffers/issues/7928";>#7928</a>)</li>
   <li><code>flat_buffers.dart</code>: mark const variable finals for internal 
Dart linters</li>
   <li>fixed some windows warnings (<a 
href="https://redirect.github.com/google/flatbuffers/issues/7929";>#7929</a>)</li>
   <li>inject no long for FBS generation to remove logs in flattests (<a 
href="https://redirect.github.com/google/flatbuffers/issues/7926";>#7926</a>)</li>
   <li>Revert &quot;Migrate from rules_nodejs to rules_js/rules_ts (<a 
href="https://redirect.github.com/google/flatbuffers/issues/7923";>#7923</a>)&quot;
 (<a 
href="https://redirect.github.com/google/flatbuffers/issues/7927";>#7927</a>)</li>
   <li>Migrate from rules_nodejs to rules_js/rules_ts (<a 
href="https://redirect.github.com/google/flatbuffers/issues/7923";>#7923</a>)</li>
   <li>Only generate <a 
href="https://github.com/kotlin";><code>@​kotlin</code></a>.ExperimentalUnsigned 
annotation on create*Vector methods having an unsigned array type parameter. 
(<a 
href="https://redirect.github.com/google/flatbuffers/issues/7881";>#7881</a>)</li>
   <li>additional check for absl::string_view availability (<a 
href="https://redirect.github.com/google/flatbuffers/issues/7897";>#7897</a>)</li>
   <li>Optionally generate Python type annotations (<a 
href="https://redirect.github.com/google/flatbuffers/issues/7858";>#7858</a>)</li>
   <li>Replace deprecated command with environment file (<a 
href="https://redirect.github.com/google/flatbuffers/issues/7921";>#7921</a>)</li>
   <li>drop glibc from runtime dependencies (<a 
href="https://redirect.github.com/google/flatbuffers/issues/7906";>#7906</a>)</li>
   <li>Make JSON supporting advanced union features (<a 
href="https://redirect.github.com/google/flatbuffers/issues/7869";>#7869</a>)</li>
   <li>Allow to use functions from <code>BuildFlatBuffers.cmake</code> from a 
flatbuffers installation installed with CMake. (<a 
href="https://redirect.github.com/google/flatbuffers/issues/7912";>#7912</a>)</li>
   <li>TS/JS: Use TypeError instead of Error when appropriate (<a 
href="https://redirect.github.com/google/flatbuffers/issues/7910";>#7910</a>)</li>
   <li>Go: make generated code more compliant to &quot;go fmt&quot; (<a 
href="https://redirect.github.com/google/flatbuffers/issues/7907";>#7907</a>)</li>
   <li>Support file_identifier in Go (<a 
href="https://redirect.github.com/google/flatbuffers/issues/7904";>#7904</a>)</li>
   <li>Optionally generate type prefixes and suffixes for python code (<a 
href="https://redirect.github.com/google/flatbuffers/issues/7857";>#7857</a>)</li>
   <li>Go: add test for FinishWithFileIdentifier (<a 
href="https://redirect.github.com/google/flatbuffers/issues/7905";>#7905</a>)</li>
   <li>Fix go_sample.sh (<a 
href="https://redirect.github.com/google/flatbuffers/issues/7903";>#7903</a>)</li>
   <li>[TS/JS] Upgrade dependencies (<a 
href="https://redirect.github.com/google/flatbuffers/issues/7889";>#7889</a>)</li>
   <li>Add a FileWriter interface (<a 
href="https://redirect.github.com/google/flatbuffers/issues/7821";>#7821</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/google/flatbuffers/commit/595bf0007ab1929570c7671f091313c8fc20644e";><code>595bf00</code></a>
 FlatBuffers Version v24.3.25</li>
   <li><a 
href="https://github.com/google/flatbuffers/commit/0cfb7eb80b05c058e19e50fb575263908e601469";><code>0cfb7eb</code></a>
 Fix handling non null-terminated string_views in LookupByKey (<a 
href="https://redirect.github.com/google/flatbuffers/issues/8203";>#8203</a>)</li>
   <li><a 
href="https://github.com/google/flatbuffers/commit/67eb95de9281087ccbba9aafd6e8ab1958d12045";><code>67eb95d</code></a>
 <code>presubmit.yml</code>: Use xcode 14.2</li>
   <li><a 
href="https://github.com/google/flatbuffers/commit/b1f617fcb2821f67453dc037cd0a6ebd8eb44de0";><code>b1f617f</code></a>
 Fix License (<a 
href="https://redirect.github.com/google/flatbuffers/issues/8253";>#8253</a>)</li>
   <li><a 
href="https://github.com/google/flatbuffers/commit/960cd4d635b98fc5daeeafee8b0a5601d45c70ad";><code>960cd4d</code></a>
 Lobster: Support required fields</li>
   <li><a 
href="https://github.com/google/flatbuffers/commit/6ff9e90e7e399f3977e99a315856b57c8afe5b4d";><code>6ff9e90</code></a>
 FlatBuffers Version v24.3.7</li>
   <li><a 
href="https://github.com/google/flatbuffers/commit/5b32e8f5c2a69f782fcbb300f8f5f88bc5080510";><code>5b32e8f</code></a>
 : Don't depend on java version</li>
   <li><a 
href="https://github.com/google/flatbuffers/commit/0bed8cd4a001850de9591563df99b435349ba05e";><code>0bed8cd</code></a>
 FlatBuffers Version v24.3.6</li>
   <li><a 
href="https://github.com/google/flatbuffers/commit/7cd216c51e7e921bd687c70f7b673ea71578abe7";><code>7cd216c</code></a>
 FlatBuffers Version v24.3.6</li>
   <li><a 
href="https://github.com/google/flatbuffers/commit/129ef422e8a4e89d87a7216a865602673a6d0bf3";><code>129ef42</code></a>
 Target .NET Standard 2.1, .NET 6, .NET 8 only (<a 
href="https://redirect.github.com/google/flatbuffers/issues/8184";>#8184</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/google/flatbuffers/compare/v23.1.21...v24.3.25";>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: [email protected]

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

Reply via email to