build(deps): bump bitfield from 0.16.1 to 0.17.0

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](https://github.com/dzamlo/rust-bitfield/compare/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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-09 12:26:15 +00:00 committed by Lencerf
parent 0073a89bc0
commit 48b1f36ac1
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -129,9 +129,9 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
[[package]]
name = "bitfield"
version = "0.16.1"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5acf59e2452f0c4b968b15ce4b9468f57b45f7733b919d68b19fcc39264bfb8"
checksum = "f798d2d157e547aa99aab0967df39edd0b70307312b6f8bd2848e6abe40896e0"
[[package]]
name = "bitflags"

View file

@ -13,7 +13,7 @@ test-hv = []
[dependencies]
zerocopy = { version = "0.7.32", features = ["derive", "alloc"] }
bitflags = "2.4.0"
bitfield = "0.16.1"
bitfield = "0.17.0"
log = "0.4"
mio = { version = "1", features = ["os-poll", "os-ext", "net"] }
libc = "0.2.158"