Skip to content

Commit

Permalink
Update bitfield requirement from 0.16.1 to 0.17.0
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/master/CHANGELOG.md)
- [Commits](dzamlo/rust-bitfield@v0.16.1...v0.17.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 14, 2024
1 parent f26df95 commit a78bf62
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.16.1"
bitfield = "0.17.0"
libc = "0.2.0"
c-types = "4.0.0"
serde = { version = "1.0.117", features = ["derive"] }

0 comments on commit a78bf62

Please sign in to comment.