Skip to content

Commit 0bb03a1

Browse files
chore: Bump github.com/google/flatbuffers from 24.3.25+incompatible to 24.12.23+incompatible (#229)
Bumps [github.com/google/flatbuffers](https://github.com/google/flatbuffers) from 24.3.25+incompatible to 24.12.23+incompatible. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/flatbuffers/releases">github.com/google/flatbuffers's releases</a>.</em></p> <blockquote> <h2>v24.12.23</h2> <h2>What's Changed</h2> <ul> <li>Avoid ODR violations with flatbuffers::Verifier. by <a href="https://github.com/fergushenderson"><code>@​fergushenderson</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8274">google/flatbuffers#8274</a></li> <li>Improve error handling on Object API name collision. by <a href="https://github.com/mbeards"><code>@​mbeards</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8275">google/flatbuffers#8275</a></li> <li>[Kotlin] Add workflow to release kotlin multiplatform version by <a href="https://github.com/paulovap"><code>@​paulovap</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8014">google/flatbuffers#8014</a></li> <li>Remove npm/rules_js dependency for C++ only use cases by <a href="https://github.com/philsc"><code>@​philsc</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/7990">google/flatbuffers#7990</a></li> <li>[Python] Fix various codegen problems by <a href="https://github.com/anton-bobukh"><code>@​anton-bobukh</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8292">google/flatbuffers#8292</a></li> <li>[gRPC] Add new options to control the gRPC code generation by <a href="https://github.com/anton-bobukh"><code>@​anton-bobukh</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8298">google/flatbuffers#8298</a></li> <li>Update build.yml to ubuntu-24.04 by <a href="https://github.com/dbaileychess"><code>@​dbaileychess</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8319">google/flatbuffers#8319</a></li> <li>Trying to fix bazel on macOS and Xcode 14.3 by <a href="https://github.com/mustiikhalil"><code>@​mustiikhalil</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8304">google/flatbuffers#8304</a></li> <li>Update build.yml by <a href="https://github.com/dbaileychess"><code>@​dbaileychess</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8321">google/flatbuffers#8321</a></li> <li>Add missing opertors to VectorIterator by <a href="https://github.com/Icantjuddle"><code>@​Icantjuddle</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8309">google/flatbuffers#8309</a></li> <li>[.NET] Add netstandard2.0 as target by <a href="https://github.com/bjornharrtell"><code>@​bjornharrtell</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8295">google/flatbuffers#8295</a></li> <li>[Kotlin] Update to kotlin 1.9.10 by <a href="https://github.com/paulovap"><code>@​paulovap</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8307">google/flatbuffers#8307</a></li> <li>dart: Fix incorrect write in Float64 write method by <a href="https://github.com/NotTsunami"><code>@​NotTsunami</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8290">google/flatbuffers#8290</a></li> <li>Added automatic publishing to crates.io on publish by <a href="https://github.com/rdelfin"><code>@​rdelfin</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8263">google/flatbuffers#8263</a></li> <li>Update release.sh by <a href="https://github.com/dbaileychess"><code>@​dbaileychess</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8322">google/flatbuffers#8322</a></li> <li>Fix operator== for flatbuffers::optional by <a href="https://github.com/mikudehuane"><code>@​mikudehuane</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8223">google/flatbuffers#8223</a></li> <li>[C++] Make code compile with -Wfloat-equal by <a href="https://github.com/fliiiix"><code>@​fliiiix</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8221">google/flatbuffers#8221</a></li> <li>[C++] Allow using FLATBUFFERS_MIN_BUFFER_SIZE in other namespaces by <a href="https://github.com/dominiklohmann"><code>@​dominiklohmann</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8229">google/flatbuffers#8229</a></li> <li>[Python] Generate <code>.pyi</code> stub files when <code>--python-typing</code> is on. by <a href="https://github.com/anton-bobukh"><code>@​anton-bobukh</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8312">google/flatbuffers#8312</a></li> <li>[Swift] Sets Swift minimum support to 5.8 by <a href="https://github.com/mustiikhalil"><code>@​mustiikhalil</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8228">google/flatbuffers#8228</a></li> <li>[C++] Update the validator to skip structs in namespaces other than the current one. by <a href="https://github.com/anton-bobukh"><code>@​anton-bobukh</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8324">google/flatbuffers#8324</a></li> <li>[BinaryAnnotator] Add more options that control the generation of <code>.afb</code> files by <a href="https://github.com/anton-bobukh"><code>@​anton-bobukh</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8323">google/flatbuffers#8323</a></li> <li>[Python] Render enums as Python IntEnum by <a href="https://github.com/fliiiix"><code>@​fliiiix</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8145">google/flatbuffers#8145</a></li> <li>[gRPC] Update the code generator for Python to produce typed handlers by <a href="https://github.com/anton-bobukh"><code>@​anton-bobukh</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8326">google/flatbuffers#8326</a></li> <li>Add parentheses in FLATBUFFERS_MAX_BUFFER_SIZE, FLATBUFFERS_MAX_64_BUFFER_SIZE to avoid preprocessor definition collision by <a href="https://github.com/mspanc"><code>@​mspanc</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8377">google/flatbuffers#8377</a></li> <li>Add &quot;empty()&quot; to vector by <a href="https://github.com/alphalex-google"><code>@​alphalex-google</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8369">google/flatbuffers#8369</a></li> <li>Remove unused comment and fix typo. by <a href="https://github.com/lamtrinhdev"><code>@​lamtrinhdev</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8366">google/flatbuffers#8366</a></li> <li>Upgrade Rust dependencies by <a href="https://github.com/gschulze"><code>@​gschulze</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8372">google/flatbuffers#8372</a></li> <li>[jumbo] Add begin()/end() to DetachedBuffer. by <a href="https://github.com/pkasting"><code>@​pkasting</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8370">google/flatbuffers#8370</a></li> <li>Add a unit test for odd-sized small structs (for <a href="https://redirect.github.com/google/flatbuffers/issues/8117">#8117</a>) by <a href="https://github.com/nolen777"><code>@​nolen777</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8363">google/flatbuffers#8363</a></li> <li>Update libs.versions.toml by <a href="https://github.com/mikhsol"><code>@​mikhsol</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8387">google/flatbuffers#8387</a></li> <li>docs: update README.md by <a href="https://github.com/eltociear"><code>@​eltociear</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8383">google/flatbuffers#8383</a></li> <li>Use actions/upload-artifact@v4 on CI by <a href="https://github.com/aardappel"><code>@​aardappel</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8410">google/flatbuffers#8410</a></li> <li>Attempt to fix Rust CI by <a href="https://github.com/aardappel"><code>@​aardappel</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8411">google/flatbuffers#8411</a></li> <li>[Swift] Fixes spelling mistake in the word position by <a href="https://github.com/mustiikhalil"><code>@​mustiikhalil</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8330">google/flatbuffers#8330</a></li> <li>[Swift] Addresses a bug where verifier skips capacity when verifying ID on buffers by <a href="https://github.com/mustiikhalil"><code>@​mustiikhalil</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8413">google/flatbuffers#8413</a></li> <li>[Swift] Updates CocoaPods author info &amp; fixes bug with versioning not working as expected by <a href="https://github.com/mustiikhalil"><code>@​mustiikhalil</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8328">google/flatbuffers#8328</a></li> <li>Update grpc-core version by <a href="https://github.com/mikhsol"><code>@​mikhsol</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8412">google/flatbuffers#8412</a></li> <li>FlexBuffers: support &quot;natural utf8&quot; output in ToString by <a href="https://github.com/aardappel"><code>@​aardappel</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8426">google/flatbuffers#8426</a></li> <li>use ALIGN for Push::alignment in struct types by <a href="https://github.com/bkietz"><code>@​bkietz</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8398">google/flatbuffers#8398</a></li> <li>Removes 'size' and 'alignment' as Rust keywords by <a href="https://github.com/csmulhern"><code>@​csmulhern</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8139">google/flatbuffers#8139</a></li> <li>dart: use enhanced enums by <a href="https://github.com/vaind"><code>@​vaind</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8313">google/flatbuffers#8313</a></li> <li>[Swift] Improves vectors performance &amp; arrays within lib by <a href="https://github.com/mustiikhalil"><code>@​mustiikhalil</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8415">google/flatbuffers#8415</a></li> <li>FlatBuffers Version 24.12.23 by <a href="https://github.com/dbaileychess"><code>@​dbaileychess</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8459">google/flatbuffers#8459</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/fergushenderson"><code>@​fergushenderson</code></a> made their first contribution in <a href="https://redirect.github.com/google/flatbuffers/pull/8274">google/flatbuffers#8274</a></li> <li><a href="https://github.com/Icantjuddle"><code>@​Icantjuddle</code></a> made their first contribution in <a href="https://redirect.github.com/google/flatbuffers/pull/8309">google/flatbuffers#8309</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/a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757"><code>a2cd1ea</code></a> FlatBuffers Version 24.12.23 (<a href="https://redirect.github.com/google/flatbuffers/issues/8459">#8459</a>)</li> <li><a href="https://github.com/google/flatbuffers/commit/32e63af6840ded893c7788b8330a82674edd59a1"><code>32e63af</code></a> Kotlin MacOs switch to macos-13</li> <li><a href="https://github.com/google/flatbuffers/commit/1f4a9038ce84e68fcba82ca427557c5ddde23eec"><code>1f4a903</code></a> [Swift] Improves vectors performance &amp; arrays within lib (<a href="https://redirect.github.com/google/flatbuffers/issues/8415">#8415</a>)</li> <li><a href="https://github.com/google/flatbuffers/commit/a9df44828dc266370da147edbc43f9343ef5f0a7"><code>a9df448</code></a> dart: use enhanced enums (<a href="https://redirect.github.com/google/flatbuffers/issues/8313">#8313</a>)</li> <li><a href="https://github.com/google/flatbuffers/commit/5f453ef738d74a29f1391b8f2e4bbfa8e6ac6a0e"><code>5f453ef</code></a> Removes 'size' and 'alignment' as Rust keywords (<a href="https://redirect.github.com/google/flatbuffers/issues/8139">#8139</a>)</li> <li><a href="https://github.com/google/flatbuffers/commit/49061f8c7c99363eeea25c5e4337ebb499928467"><code>49061f8</code></a> use ALIGN for Push::alignment in struct types (<a href="https://redirect.github.com/google/flatbuffers/issues/8398">#8398</a>)</li> <li><a href="https://github.com/google/flatbuffers/commit/807adb73b20f0afd1cfe92c576339ac8d21592a7"><code>807adb7</code></a> FlexBuffers: support &quot;natural utf8&quot; output in ToString (<a href="https://redirect.github.com/google/flatbuffers/issues/8426">#8426</a>)</li> <li><a href="https://github.com/google/flatbuffers/commit/2f59a0319b4633d32fc509171964ede47d57acad"><code>2f59a03</code></a> Update grpc-core version (<a href="https://redirect.github.com/google/flatbuffers/issues/8412">#8412</a>)</li> <li><a href="https://github.com/google/flatbuffers/commit/6a8898573cc4b3fbdec48e147f5b7948ed0d06cd"><code>6a88985</code></a> [Swift] Updates CocoaPods author info &amp; fixes bug with versioning not working...</li> <li><a href="https://github.com/google/flatbuffers/commit/d7a70db6ac51fbd6bba0a74f4c0f0ad2cdc7681d"><code>d7a70db</code></a> (fix): <a href="https://redirect.github.com/google/flatbuffers/issues/8408">#8408</a> fixes a bug where the capacity of the buffer isnt verified befor...</li> <li>Additional commits viewable in <a href="https://github.com/google/flatbuffers/compare/v24.3.25...v24.12.23">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/google/flatbuffers&package-manager=go_modules&previous-version=24.3.25+incompatible&new-version=24.12.23+incompatible)](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 249ec02 commit 0bb03a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
2828
github.com/goccy/go-json v0.10.4
2929
github.com/golang/snappy v0.0.4
30-
github.com/google/flatbuffers v24.3.25+incompatible
30+
github.com/google/flatbuffers v24.12.23+incompatible
3131
github.com/google/uuid v1.6.0
3232
github.com/hamba/avro/v2 v2.27.0
3333
github.com/klauspost/asmfmt v1.3.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek
4040
github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
4141
github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=
4242
github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
43-
github.com/google/flatbuffers v24.3.25+incompatible h1:CX395cjN9Kke9mmalRoL3d81AtFUxJM+yDthflgJGkI=
44-
github.com/google/flatbuffers v24.3.25+incompatible/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8=
43+
github.com/google/flatbuffers v24.12.23+incompatible h1:ubBKR94NR4pXUCY/MUsRVzd9umNW7ht7EG9hHfS9FX8=
44+
github.com/google/flatbuffers v24.12.23+incompatible/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8=
4545
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
4646
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
4747
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=

0 commit comments

Comments
 (0)