mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-18 15:48:56 +00:00
Upgrade Rust dependencies (#6406)
Co-authored-by: Casper Neo <cneo@google.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "flatbuffers"
|
||||
version = "0.8.1"
|
||||
version = "0.8.2"
|
||||
edition = "2018"
|
||||
authors = ["Robert Winslow <hello@rwinslow.com>", "FlatBuffers Maintainers"]
|
||||
license = "Apache-2.0"
|
||||
@@ -11,6 +11,6 @@ keywords = ["flatbuffers", "serialization", "zero-copy"]
|
||||
categories = ["encoding", "data-structures", "memory-management"]
|
||||
|
||||
[dependencies]
|
||||
smallvec = "1.0"
|
||||
bitflags = "1.2"
|
||||
thiserror = "1.0"
|
||||
smallvec = "1.6.1"
|
||||
bitflags = "1.2.1"
|
||||
thiserror = "1.0.23"
|
||||
|
||||
Reference in New Issue
Block a user