flatbuffers: upgrade 2.0.8 -> 22.9.29

Changelog:
==========
 Moves swift package to root of repository so it can be used directly
 Rust soundness fixes by @tustvold in #7518
 [TS] Make strict compliant and improve typings

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2022-10-09 08:36:55 +08:00 committed by Khem Raj
parent 525dbf76ab
commit 3ada70df7c

View File

@ -1,3 +1,3 @@
PV = "2.0.8"
SRCREV = "06c5c7ed0bd987a918cf88caafb094f22cdd1721"
PV = "22.9.29"
SRCREV = "c92e78a9f841a6110ec27180d68d1f7f2afda21d"
SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https"