Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): update bitfield requirement from 0.15.0 to 0.16.1
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>
dependabot[bot] authored Jul 26, 2024
1 parent 0fbbd46 commit da6bb75
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
@@ -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.16.1"
msru = "0.2.0"
clap = { version = "<4.5", features = [ "derive" ] }
codicon = "3.0"

0 comments on commit da6bb75

Please sign in to comment.