Update bitfield requirement from 0.13.2 to 0.14.0 (#2895)

Updates the requirements on [bitfield](https://github.com/dzamlo/rust-bitfield) to permit the latest version.
- [Release notes](https://github.com/dzamlo/rust-bitfield/releases)
- [Changelog](https://github.com/dzamlo/rust-bitfield/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dzamlo/rust-bitfield/compare/v0.13.2...v0.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-07-16 13:24:28 -04:00 коммит произвёл GitHub
Родитель a8706a721e
Коммит 761feaff98
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -47,7 +47,7 @@ include = [
cmake = "0.1"
[dependencies]
bitfield = "0.13.2"
bitfield = "0.14.0"
libc = "0.2.0"
c-types = "2.0.2"
serde = { version = "1.0.117", features = ["derive"] }