Skip to content

Commit

Permalink
Upgrade Rust dependencies (google#8372)
Browse files Browse the repository at this point in the history
* [Rust] Upgrade bitflags to version 2.6.0

* [Rust] Upgrade num_enum to version 0.7.3

---------

Co-authored-by: Derek Bailey <[email protected]>
  • Loading branch information
2 people authored and Jochen Parmentier committed Oct 29, 2024
1 parent 4cd48fd commit f73605c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rust/flatbuffers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ std = []
serialize = ["serde"]

[dependencies]
bitflags = "1.2.1"
bitflags = "2.6.0"
serde = { version = "1.0", optional = true }

[build-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions rust/flexbuffers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ deserialize_human_readable = []
serde = "1.0.119"
serde_derive = "1.0.119"
byteorder = "1.4.2"
num_enum = "0.5.1"
bitflags = "1.2.1"
num_enum = "0.7.3"
bitflags = "2.6.0"

0 comments on commit f73605c

Please sign in to comment.