From 2fc2db3c4727ca88bdcf53be8d085b0b3f2fb550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 16:13:51 +0000 Subject: [PATCH] Bump gpiocdev from 0.7.3 to 0.8.0 Bumps [gpiocdev](https://github.com/warthog618/gpiocdev-rs) from 0.7.3 to 0.8.0. - [Changelog](https://github.com/warthog618/gpiocdev-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/warthog618/gpiocdev-rs/compare/lib-v0.7.3...lib-v0.8.0) --- updated-dependencies: - dependency-name: gpiocdev dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 73ad53b2..14780605 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -520,9 +520,9 @@ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" [[package]] name = "gpiocdev" -version = "0.7.3" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ae5319702c7dc34334b9f5e2b73d4ffedb0544675b5931af61b3b13a13f928e" +checksum = "4a6009ef6766dd62a7f5933d379d357ae89eaee4e9c2455b6596f359627660a1" dependencies = [ "gpiocdev-uapi", "thiserror", @@ -530,9 +530,9 @@ dependencies = [ [[package]] name = "gpiocdev-uapi" -version = "0.6.4" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbb160ed63d4235176759e49b7e26aa063603ec4547e458ab1ea98483040028c" +checksum = "cb1a3ace06ef708255a33e738ec7a5e7718fe8e53bd9a39299b4f1cd4b13e9a3" dependencies = [ "bitflags 2.10.0", "ioctl-sys", diff --git a/Cargo.toml b/Cargo.toml index 3df87c24..452915a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,4 +42,4 @@ anyhow = "1.0" thiserror = "2.0" bindgen = "0.72" - gpiocdev = { version = "0.7", features = ["uapi_v1"] } + gpiocdev = { version = "0.8", features = ["uapi_v1"] }