Commit ca3606f
authored
chore(deps): update rust crate flatbuffers to v24.12.23 (#1746)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [flatbuffers](https://google.github.io/flatbuffers/)
([source](https://redirect.github.com/google/flatbuffers)) |
workspace.dependencies | minor | `24.3.25` -> `24.12.23` |
---
### Release Notes
<details>
<summary>google/flatbuffers (flatbuffers)</summary>
###
[`v24.12.23`](https://redirect.github.com/google/flatbuffers/releases/tag/v24.12.23)
[Compare
Source](https://redirect.github.com/google/flatbuffers/compare/v24.3.25...v24.12.23)
#### What's Changed
- Avoid ODR violations with flatbuffers::Verifier. by
[@​fergushenderson](https://redirect.github.com/fergushenderson)
in
[https://github.com/google/flatbuffers/pull/8274](https://redirect.github.com/google/flatbuffers/pull/8274)
- Improve error handling on Object API name collision. by
[@​mbeards](https://redirect.github.com/mbeards) in
[https://github.com/google/flatbuffers/pull/8275](https://redirect.github.com/google/flatbuffers/pull/8275)
- \[Kotlin] Add workflow to release kotlin multiplatform version by
[@​paulovap](https://redirect.github.com/paulovap) in
[https://github.com/google/flatbuffers/pull/8014](https://redirect.github.com/google/flatbuffers/pull/8014)
- Remove npm/rules_js dependency for C++ only use cases by
[@​philsc](https://redirect.github.com/philsc) in
[https://github.com/google/flatbuffers/pull/7990](https://redirect.github.com/google/flatbuffers/pull/7990)
- \[Python] Fix various codegen problems by
[@​anton-bobukh](https://redirect.github.com/anton-bobukh) in
[https://github.com/google/flatbuffers/pull/8292](https://redirect.github.com/google/flatbuffers/pull/8292)
- \[gRPC] Add new options to control the gRPC code generation by
[@​anton-bobukh](https://redirect.github.com/anton-bobukh) in
[https://github.com/google/flatbuffers/pull/8298](https://redirect.github.com/google/flatbuffers/pull/8298)
- Update build.yml to ubuntu-24.04 by
[@​dbaileychess](https://redirect.github.com/dbaileychess) in
[https://github.com/google/flatbuffers/pull/8319](https://redirect.github.com/google/flatbuffers/pull/8319)
- Trying to fix bazel on macOS and Xcode 14.3 by
[@​mustiikhalil](https://redirect.github.com/mustiikhalil) in
[https://github.com/google/flatbuffers/pull/8304](https://redirect.github.com/google/flatbuffers/pull/8304)
- Update build.yml by
[@​dbaileychess](https://redirect.github.com/dbaileychess) in
[https://github.com/google/flatbuffers/pull/8321](https://redirect.github.com/google/flatbuffers/pull/8321)
- Add missing opertors to VectorIterator by
[@​Icantjuddle](https://redirect.github.com/Icantjuddle) in
[https://github.com/google/flatbuffers/pull/8309](https://redirect.github.com/google/flatbuffers/pull/8309)
- \[.NET] Add netstandard2.0 as target by
[@​bjornharrtell](https://redirect.github.com/bjornharrtell) in
[https://github.com/google/flatbuffers/pull/8295](https://redirect.github.com/google/flatbuffers/pull/8295)
- \[Kotlin] Update to kotlin 1.9.10 by
[@​paulovap](https://redirect.github.com/paulovap) in
[https://github.com/google/flatbuffers/pull/8307](https://redirect.github.com/google/flatbuffers/pull/8307)
- dart: Fix incorrect write in Float64 write method by
[@​NotTsunami](https://redirect.github.com/NotTsunami) in
[https://github.com/google/flatbuffers/pull/8290](https://redirect.github.com/google/flatbuffers/pull/8290)
- Added automatic publishing to crates.io on publish by
[@​rdelfin](https://redirect.github.com/rdelfin) in
[https://github.com/google/flatbuffers/pull/8263](https://redirect.github.com/google/flatbuffers/pull/8263)
- Update release.sh by
[@​dbaileychess](https://redirect.github.com/dbaileychess) in
[https://github.com/google/flatbuffers/pull/8322](https://redirect.github.com/google/flatbuffers/pull/8322)
- Fix operator== for flatbuffers::optional by
[@​mikudehuane](https://redirect.github.com/mikudehuane) in
[https://github.com/google/flatbuffers/pull/8223](https://redirect.github.com/google/flatbuffers/pull/8223)
- \[C++] Make code compile with -Wfloat-equal by
[@​fliiiix](https://redirect.github.com/fliiiix) in
[https://github.com/google/flatbuffers/pull/8221](https://redirect.github.com/google/flatbuffers/pull/8221)
- \[C++] Allow using FLATBUFFERS_MIN_BUFFER_SIZE in other namespaces by
[@​dominiklohmann](https://redirect.github.com/dominiklohmann) in
[https://github.com/google/flatbuffers/pull/8229](https://redirect.github.com/google/flatbuffers/pull/8229)
- \[Python] Generate `.pyi` stub files when `--python-typing` is on. by
[@​anton-bobukh](https://redirect.github.com/anton-bobukh) in
[https://github.com/google/flatbuffers/pull/8312](https://redirect.github.com/google/flatbuffers/pull/8312)
- \[Swift] Sets Swift minimum support to 5.8 by
[@​mustiikhalil](https://redirect.github.com/mustiikhalil) in
[https://github.com/google/flatbuffers/pull/8228](https://redirect.github.com/google/flatbuffers/pull/8228)
- \[C++] Update the validator to skip structs in namespaces other than
the current one. by
[@​anton-bobukh](https://redirect.github.com/anton-bobukh) in
[https://github.com/google/flatbuffers/pull/8324](https://redirect.github.com/google/flatbuffers/pull/8324)
- \[BinaryAnnotator] Add more options that control the generation of
`.afb` files by
[@​anton-bobukh](https://redirect.github.com/anton-bobukh) in
[https://github.com/google/flatbuffers/pull/8323](https://redirect.github.com/google/flatbuffers/pull/8323)
- \[Python] Render enums as Python IntEnum by
[@​fliiiix](https://redirect.github.com/fliiiix) in
[https://github.com/google/flatbuffers/pull/8145](https://redirect.github.com/google/flatbuffers/pull/8145)
- \[gRPC] Update the code generator for Python to produce typed handlers
by [@​anton-bobukh](https://redirect.github.com/anton-bobukh) in
[https://github.com/google/flatbuffers/pull/8326](https://redirect.github.com/google/flatbuffers/pull/8326)
- Add parentheses in FLATBUFFERS_MAX_BUFFER_SIZE,
FLATBUFFERS_MAX\_64\_BUFFER_SIZE to avoid preprocessor definition
collision by [@​mspanc](https://redirect.github.com/mspanc) in
[https://github.com/google/flatbuffers/pull/8377](https://redirect.github.com/google/flatbuffers/pull/8377)
- Add "empty()" to vector by
[@​alphalex-google](https://redirect.github.com/alphalex-google)
in
[https://github.com/google/flatbuffers/pull/8369](https://redirect.github.com/google/flatbuffers/pull/8369)
- Remove unused comment and fix typo. by
[@​lamtrinhdev](https://redirect.github.com/lamtrinhdev) in
[https://github.com/google/flatbuffers/pull/8366](https://redirect.github.com/google/flatbuffers/pull/8366)
- Upgrade Rust dependencies by
[@​gschulze](https://redirect.github.com/gschulze) in
[https://github.com/google/flatbuffers/pull/8372](https://redirect.github.com/google/flatbuffers/pull/8372)
- \[jumbo] Add begin()/end() to DetachedBuffer. by
[@​pkasting](https://redirect.github.com/pkasting) in
[https://github.com/google/flatbuffers/pull/8370](https://redirect.github.com/google/flatbuffers/pull/8370)
- Add a unit test for odd-sized small structs (for
[#​8117](https://redirect.github.com/google/flatbuffers/issues/8117))
by [@​nolen777](https://redirect.github.com/nolen777) in
[https://github.com/google/flatbuffers/pull/8363](https://redirect.github.com/google/flatbuffers/pull/8363)
- Update libs.versions.toml by
[@​mikhsol](https://redirect.github.com/mikhsol) in
[https://github.com/google/flatbuffers/pull/8387](https://redirect.github.com/google/flatbuffers/pull/8387)
- docs: update README.md by
[@​eltociear](https://redirect.github.com/eltociear) in
[https://github.com/google/flatbuffers/pull/8383](https://redirect.github.com/google/flatbuffers/pull/8383)
- Use actions/upload-artifact@v4 on CI by
[@​aardappel](https://redirect.github.com/aardappel) in
[https://github.com/google/flatbuffers/pull/8410](https://redirect.github.com/google/flatbuffers/pull/8410)
- Attempt to fix Rust CI by
[@​aardappel](https://redirect.github.com/aardappel) in
[https://github.com/google/flatbuffers/pull/8411](https://redirect.github.com/google/flatbuffers/pull/8411)
- \[Swift] Fixes spelling mistake in the word position by
[@​mustiikhalil](https://redirect.github.com/mustiikhalil) in
[https://github.com/google/flatbuffers/pull/8330](https://redirect.github.com/google/flatbuffers/pull/8330)
- \[Swift] Addresses a bug where verifier skips capacity when verifying
ID on buffers by
[@​mustiikhalil](https://redirect.github.com/mustiikhalil) in
[https://github.com/google/flatbuffers/pull/8413](https://redirect.github.com/google/flatbuffers/pull/8413)
- \[Swift] Updates CocoaPods author info & fixes bug with versioning not
working as expected by
[@​mustiikhalil](https://redirect.github.com/mustiikhalil) in
[https://github.com/google/flatbuffers/pull/8328](https://redirect.github.com/google/flatbuffers/pull/8328)
- Update grpc-core version by
[@​mikhsol](https://redirect.github.com/mikhsol) in
[https://github.com/google/flatbuffers/pull/8412](https://redirect.github.com/google/flatbuffers/pull/8412)
- FlexBuffers: support "natural utf8" output in ToString by
[@​aardappel](https://redirect.github.com/aardappel) in
[https://github.com/google/flatbuffers/pull/8426](https://redirect.github.com/google/flatbuffers/pull/8426)
- use ALIGN for Push::alignment in struct types by
[@​bkietz](https://redirect.github.com/bkietz) in
[https://github.com/google/flatbuffers/pull/8398](https://redirect.github.com/google/flatbuffers/pull/8398)
- Removes 'size' and 'alignment' as Rust keywords by
[@​csmulhern](https://redirect.github.com/csmulhern) in
[https://github.com/google/flatbuffers/pull/8139](https://redirect.github.com/google/flatbuffers/pull/8139)
- dart: use enhanced enums by
[@​vaind](https://redirect.github.com/vaind) in
[https://github.com/google/flatbuffers/pull/8313](https://redirect.github.com/google/flatbuffers/pull/8313)
- \[Swift] Improves vectors performance & arrays within lib by
[@​mustiikhalil](https://redirect.github.com/mustiikhalil) in
[https://github.com/google/flatbuffers/pull/8415](https://redirect.github.com/google/flatbuffers/pull/8415)
- FlatBuffers Version 24.12.23 by
[@​dbaileychess](https://redirect.github.com/dbaileychess) in
[https://github.com/google/flatbuffers/pull/8459](https://redirect.github.com/google/flatbuffers/pull/8459)
#### New Contributors
- [@​fergushenderson](https://redirect.github.com/fergushenderson)
made their first contribution in
[https://github.com/google/flatbuffers/pull/8274](https://redirect.github.com/google/flatbuffers/pull/8274)
- [@​Icantjuddle](https://redirect.github.com/Icantjuddle) made
their first contribution in
[https://github.com/google/flatbuffers/pull/8309](https://redirect.github.com/google/flatbuffers/pull/8309)
- [@​NotTsunami](https://redirect.github.com/NotTsunami) made
their first contribution in
[https://github.com/google/flatbuffers/pull/8290](https://redirect.github.com/google/flatbuffers/pull/8290)
- [@​rdelfin](https://redirect.github.com/rdelfin) made their
first contribution in
[https://github.com/google/flatbuffers/pull/8263](https://redirect.github.com/google/flatbuffers/pull/8263)
- [@​mikudehuane](https://redirect.github.com/mikudehuane) made
their first contribution in
[https://github.com/google/flatbuffers/pull/8223](https://redirect.github.com/google/flatbuffers/pull/8223)
- [@​dominiklohmann](https://redirect.github.com/dominiklohmann)
made their first contribution in
[https://github.com/google/flatbuffers/pull/8229](https://redirect.github.com/google/flatbuffers/pull/8229)
- [@​mspanc](https://redirect.github.com/mspanc) made their first
contribution in
[https://github.com/google/flatbuffers/pull/8377](https://redirect.github.com/google/flatbuffers/pull/8377)
- [@​alphalex-google](https://redirect.github.com/alphalex-google)
made their first contribution in
[https://github.com/google/flatbuffers/pull/8369](https://redirect.github.com/google/flatbuffers/pull/8369)
- [@​lamtrinhdev](https://redirect.github.com/lamtrinhdev) made
their first contribution in
[https://github.com/google/flatbuffers/pull/8366](https://redirect.github.com/google/flatbuffers/pull/8366)
- [@​gschulze](https://redirect.github.com/gschulze) made their
first contribution in
[https://github.com/google/flatbuffers/pull/8372](https://redirect.github.com/google/flatbuffers/pull/8372)
- [@​nolen777](https://redirect.github.com/nolen777) made their
first contribution in
[https://github.com/google/flatbuffers/pull/8363](https://redirect.github.com/google/flatbuffers/pull/8363)
- [@​mikhsol](https://redirect.github.com/mikhsol) made their
first contribution in
[https://github.com/google/flatbuffers/pull/8387](https://redirect.github.com/google/flatbuffers/pull/8387)
- [@​eltociear](https://redirect.github.com/eltociear) made their
first contribution in
[https://github.com/google/flatbuffers/pull/8383](https://redirect.github.com/google/flatbuffers/pull/8383)
- [@​bkietz](https://redirect.github.com/bkietz) made their first
contribution in
[https://github.com/google/flatbuffers/pull/8398](https://redirect.github.com/google/flatbuffers/pull/8398)
- [@​csmulhern](https://redirect.github.com/csmulhern) made their
first contribution in
[https://github.com/google/flatbuffers/pull/8139](https://redirect.github.com/google/flatbuffers/pull/8139)
**Full Changelog**:
google/flatbuffers@v24.3.25...v24.12.23
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/spiraldb/vortex).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 6d80788 commit ca3606f
1 file changed
+2
-2
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments