Skip to content

Commit

Permalink
Update bitflags requirement from 1.2.1 to 2.6.0
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.2.1...2.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
1 parent 46f5791 commit a24d729
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 @@ -18,7 +18,7 @@ embedded-hal = { version = "1.0.0" }

libc = "0.2.66"
log = "0.4.8"
bitflags = "1.2.1"
bitflags = "2.6.0"
byteorder = "1.3.2"
lazy_static = "1.4.0"
thiserror = "1.0.58"
Expand Down

0 comments on commit a24d729

Please sign in to comment.