From 0787fee659870b3866593899c2dd6536ba19d0cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sun, 5 May 2019 08:40:11 +0800 Subject: [PATCH] chore(deps): update flatbuffers requirement from 0.5.0 to 0.6.0 (#20) Updates the requirements on [flatbuffers](https://github.com/google/flatbuffers) to permit the latest version. - [Release notes](https://github.com/google/flatbuffers/releases) - [Commits](https://github.com/google/flatbuffers/commits) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- flatbuffers-verifier/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 08f59a5..527219f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [dependencies] [dev-dependencies] -flatbuffers = "0.5.0" +flatbuffers = "0.6.0" flatbuffers-verifier = { path = "flatbuffers-verifier" } proptest = "0.9.1" diff --git a/flatbuffers-verifier/Cargo.toml b/flatbuffers-verifier/Cargo.toml index 93d0a7c..6244c23 100644 --- a/flatbuffers-verifier/Cargo.toml +++ b/flatbuffers-verifier/Cargo.toml @@ -9,4 +9,4 @@ description = "Support library for the flatbuffers verifier generated by cfbc." edition = "2018" [dependencies] -flatbuffers = "0.5.0" +flatbuffers = "0.6.0"