From 834cdc8abe541406df60ffb26ee4c1d7a7f1f0e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Jan 2023 00:33:09 +0000 Subject: [PATCH] flatc: Update to version 23.1.21 --- bucket/flatc.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/flatc.json b/bucket/flatc.json index 9013b45eca..35db603ad5 100644 --- a/bucket/flatc.json +++ b/bucket/flatc.json @@ -1,12 +1,12 @@ { - "version": "23.1.4", + "version": "23.1.21", "description": "An efficient serialization library for multiple languages", "homepage": "https://google.github.io/flatbuffers/index.html", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/google/flatbuffers/releases/download/v23.1.4/Windows.flatc.binary.zip", - "hash": "147eade22d2b742e8da409d022a8d0eb87e75abe0c8f384ed3de67ea08c3b8d9" + "url": "https://github.com/google/flatbuffers/releases/download/v23.1.21/Windows.flatc.binary.zip", + "hash": "294c0eda21030b6171ceddae79f54dd1fae05c085edab2922ea0e4b709058b60" } }, "bin": "flatc.exe",