Skip to content

Commit ca3606f

Browse files
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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [#&#8203;8117](https://redirect.github.com/google/flatbuffers/issues/8117)) by [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;dbaileychess](https://redirect.github.com/dbaileychess) in [https://github.com/google/flatbuffers/pull/8459](https://redirect.github.com/google/flatbuffers/pull/8459) #### New Contributors - [@&#8203;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) - [@&#8203;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) - [@&#8203;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) - [@&#8203;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) - [@&#8203;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) - [@&#8203;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) - [@&#8203;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) - [@&#8203;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) - [@&#8203;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) - [@&#8203;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) - [@&#8203;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) - [@&#8203;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) - [@&#8203;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) - [@&#8203;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) - [@&#8203;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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)