Skip to content

Commit

Permalink
Bump bitfield from 0.16.1 to 0.17.0
Browse files Browse the repository at this point in the history
Bumps [bitfield](https://github.com/dzamlo/rust-bitfield) from 0.16.1 to 0.17.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 5d1aab5 commit aebe039
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion usbsas-hid/hid-user/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ links = "X11,Xtst"
license = "GPL-3.0"

[dependencies]
bitfield = "0.16"
bitfield = "0.17"
env_logger = "0.11"
log = "0.4"
rusb = { version = "0.9", features = ["vendored"] }
Expand Down

0 comments on commit aebe039

Please sign in to comment.