Skip to content

Commit

Permalink
Update bitfield requirement from 0.15.0 to 0.16.1 (#4419)
Browse files Browse the repository at this point in the history
Updates the requirements on [bitfield](https://github.com/dzamlo/rust-bitfield) to permit the latest version.
- [Changelog](https://github.com/dzamlo/rust-bitfield/blob/v0.16.1/CHANGELOG.md)
- [Commits](dzamlo/rust-bitfield@v0.15.0...v0.16.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 28, 2024
1 parent 8befddf commit f47ba20
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 @@ -48,7 +48,7 @@ include = [
cmake = "0.1"

[dependencies]
bitfield = "0.15.0"
bitfield = "0.16.1"
libc = "0.2.0"
c-types = "3.0.0"
serde = { version = "1.0.117", features = ["derive"] }

0 comments on commit f47ba20

Please sign in to comment.