Update c-types requirement from 2.0.2 to 3.0.0 (#3936)

Updates the requirements on [c-types](https://github.com/dimbleby/rust-c-types) to permit the latest version.
- [Changelog](https://github.com/dimbleby/rust-c-types/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dimbleby/rust-c-types/compare/2.0.2...3.0.0)

---
updated-dependencies:
- dependency-name: c-types
  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] 2023-10-21 18:30:29 -04:00 коммит произвёл GitHub
Родитель f716730dfd
Коммит ffbe4f313b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -50,5 +50,5 @@ cmake = "0.1"
[dependencies]
bitfield = "0.14.0"
libc = "0.2.0"
c-types = "2.0.2"
c-types = "3.0.0"
serde = { version = "1.0.117", features = ["derive"] }