Skip to content

Commit

Permalink
chore(deps): update flatbuffers requirement from 0.5.0 to 0.6.0 (#20)
Browse files Browse the repository at this point in the history
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] <support@dependabot.com>
  • Loading branch information
dependabot[bot] authored and doitian committed May 5, 2019
1 parent 0ebe228 commit 0787fee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion flatbuffers-verifier/Cargo.toml
Expand Up @@ -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"

0 comments on commit 0787fee

Please sign in to comment.