Skip to content

Commit

Permalink
Update bitflags requirement from 1.3.2 to 2.4.2
Browse files Browse the repository at this point in the history
Updates the requirements on [bitflags](https://github.com/bitflags/bitflags) to permit the latest version.
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](bitflags/bitflags@1.3.2...2.4.2)

---
updated-dependencies:
- dependency-name: bitflags
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 10, 2024
1 parent b7ba232 commit a9ee68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ once_cell = "1.14"
num = "0.4"
num-traits = "0.2"
num-derive = "0.4"
bitflags = "1.3.2"
bitflags = "2.4.2"
widestring = "1.0"
zerocopy = "0.6"
time = { version = "0.3", features = ["large-dates"], optional = true }
Expand Down

0 comments on commit a9ee68a

Please sign in to comment.