Merge pull request #165 from rust-vmm/dependabot/cargo/libgpiod-584910b

build(deps): bump libgpiod from `d96c27a` to `584910b`
This commit is contained in:
Viresh Kumar 2022-07-11 13:33:10 +05:30 committed by GitHub
commit 47dd5047d4
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",
]