Skip to content

Commit 2769200

Browse files
authored
chore(cubestore): Upgrade flatbuffers to 23.1.21 (#6224)
1 parent fa284a4 commit 2769200

File tree

7 files changed

+628
-185
lines changed

7 files changed

+628
-185
lines changed

packages/cubejs-docker/DEVELOPMENT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Release version
99
```sh
1010
docker build -t cubejs/cube:latest -f latest.Dockerfile .
1111
docker buildx build --platform linux/amd64 -t cubejs/cube:latest -f latest.Dockerfile .
12+
docker buildx build --platform linux/amd64,linux/arm64 -t cubejs/cube:latest -f latest.Dockerfile .
1213
```
1314

1415
### Alpine

rust/cubestore/Cargo.lock

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

rust/cubestore/cubestore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ tarpc = { version = "0.24", features = ["tokio1"] }
7373
pin-project-lite = "0.2.4"
7474
paste = "1.0.4"
7575
mysql_common = "0.26.0"
76-
flatbuffers = "0.7.0"
76+
flatbuffers = "23.1.21"
7777
http-auth-basic = "0.1.2"
7878
tracing = "0.1.25"
7979
tracing-futures = { version = "0.2.5", features = ["tokio", "tokio-executor"] }

0 commit comments

Comments
 (0)