Skip to content

Commit

Permalink
chore(deps): update rust crate flexbuffers to v24 (#1748)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [flexbuffers](https://google.github.io/flatbuffers/flexbuffers)
([source](https://redirect.github.com/google/flatbuffers)) |
workspace.dependencies | major | `2.0.0` -> `24.0.0` |

---

### Release Notes

<details>
<summary>google/flatbuffers (flexbuffers)</summary>

###
[`v24.12.23`](https://redirect.github.com/google/flatbuffers/releases/tag/v24.12.23)

[Compare
Source](https://redirect.github.com/google/flatbuffers/compare/v2.0.0...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**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent 8ce0d8e commit 0c2a2ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ divan = "0.1.14"
enum-iterator = "2.0.0"
fastlanes = "0.1.5"
flatbuffers = "24.3.25"
flexbuffers = "2.0.0"
flexbuffers = "24.0.0"
flume = "0.11"
fsst-rs = "0.4.1"
futures = { version = "0.3", default-features = false }
Expand Down

0 comments on commit 0c2a2ba

Please sign in to comment.