build(deps): bump libgpiod from d96c27a to 584910b

Bumps [libgpiod](https://github.com/vireshk/libgpiod) from `d96c27a` to `584910b`.
- [Release notes](https://github.com/vireshk/libgpiod/releases)
- [Commits](d96c27a6b8...584910baf3)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-07-11 04:08:43 +00:00 committed by GitHub
parent 9e40aa9110
commit c13ea65d2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
Cargo.lock generated
View File

@ -195,8 +195,9 @@ checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b"
[[package]]
name = "libgpiod"
version = "0.1.0"
source = "git+https://github.com/vireshk/libgpiod#d96c27a6b868a737f3601bd63fb44556ec5773d7"
source = "git+https://github.com/vireshk/libgpiod#584910baf342bee3511361c3e486ad4f3e5437f2"
dependencies = [
"libc",
"libgpiod-sys",
"thiserror",
"vmm-sys-util",
@ -205,7 +206,7 @@ dependencies = [
[[package]]
name = "libgpiod-sys"
version = "0.1.0"
source = "git+https://github.com/vireshk/libgpiod#d96c27a6b868a737f3601bd63fb44556ec5773d7"
source = "git+https://github.com/vireshk/libgpiod#584910baf342bee3511361c3e486ad4f3e5437f2"
dependencies = [
"cc",
]