Skip to content

Commit

Permalink
build(deps): bump bitfield from 0.14.0 to 0.15.0
Browse files Browse the repository at this point in the history
Bumps [bitfield](https://github.com/dzamlo/rust-bitfield) from 0.14.0 to 0.15.0.
- [Changelog](https://github.com/dzamlo/rust-bitfield/blob/master/CHANGELOG.md)
- [Commits](dzamlo/rust-bitfield@v0.14.0...v0.15.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 Apr 12, 2024
1 parent 6e71e9d commit 721bdf2
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.14"
bitfield = "0.15"
env_logger = "0.11"
log = "0.4"
rusb = { version = "0.9", features = ["vendored"] }
Expand Down

0 comments on commit 721bdf2

Please sign in to comment.