Skip to content

Commit

Permalink
build(deps): update bitfield requirement from 0.15.0 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.15.0...v0.17.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 0fbbd46 commit bea4626
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 @@ -27,7 +27,7 @@ serde = { version = "1.0", features = ["derive"] }
# serde_json is just for the example, not required in general
serde_json = "1.0"
bincode = "1.3.3"
bitfield = "0.15.0"
bitfield = "0.17.0"
msru = "0.2.0"
clap = { version = "<4.5", features = [ "derive" ] }
codicon = "3.0"
Expand Down

0 comments on commit bea4626

Please sign in to comment.