Skip to content

Commit 88f2dcc

Browse files
chore(deps): update rust crate flatbuffers to v25 (#2050)
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 | major | `24.3.25` -> `25.0.0` | --- ### Release Notes <details> <summary>google/flatbuffers (flatbuffers)</summary> ### [`v25.1.21`](https://redirect.github.com/google/flatbuffers/blob/HEAD/CHANGELOG.md#25121-January-21-2025) [Compare Source](https://redirect.github.com/google/flatbuffers/compare/v24.12.23...v25.1.21) - Rust Full Reflection ([#&#8203;8102](https://redirect.github.com/google/flatbuffers/issues/8102)) - Mostly documentation updates hosted at https://flatbuffers.dev </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Adam Gutglick <adam@spiraldb.com>
1 parent 852f1d2 commit 88f2dcc

File tree

4 files changed

+23
-12
lines changed

4 files changed

+23
-12
lines changed

.github/actions/setup-flatc/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ runs:
77
id: download-flatc
88
shell: bash
99
run: |
10-
wget -O /tmp/flatc.zip https://github.com/google/flatbuffers/releases/download/v24.12.23/Linux.flatc.binary.clang++-18.zip
10+
wget -O /tmp/flatc.zip https://github.com/google/flatbuffers/releases/download/v25.1.21/Linux.flatc.binary.clang++-18.zip
1111
unzip /tmp/flatc.zip flatc
1212
mv flatc /usr/local/bin/

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,4 +246,5 @@ jobs:
246246
cargo xtask generate-proto
247247
- name: "Make sure no files changed after regenerating"
248248
run: |
249+
git status --porcelain
249250
test -z "$(git status --porcelain)"

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ divan = "0.1.14"
8181
dyn-hash = "0.2.0"
8282
enum-iterator = "2.0.0"
8383
fastlanes = "0.1.5"
84-
flatbuffers = "24.3.25"
85-
flexbuffers = "25.0.0"
84+
flatbuffers = "25"
85+
flexbuffers = "25"
8686
flume = "0.11"
8787
fsst-rs = "0.4.1"
8888
futures = { version = "0.3", default-features = false }

0 commit comments

Comments
 (0)