Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps gpiocdev from 0.7.3 to 0.8.0.

Changelog

Sourced from gpiocdev's changelog.

Each crate has its own detailed CHANGELOG:

Unreleased

2025-11-19

  • fix #21 - release build incorrectly reporting debounce period (cli).
  • use C enums rather than Rust in uapi structs (uapi and lib)
  • some conversions from uapi to lib can now fail so are TryFrom instead of From (lib).
  • make more struct fields pub (lib).

Crates

2025-03-03

  • fix #18 - set doesn't block using ABI v1 (cli).
  • make tests more robust (lib)
  • update dependencies.

Crates

2024-10-03

  • add Request.lone_value() and set_lone_value() (lib).
  • support android build.

Crates

2024-05-23

  • remove dependencies on nohash-hasher.
  • move some v2::LineConfig functions from lib to uapi.

... (truncated)

Commits
  • dabf4a6 bump versions
  • 1bf79af Update CHANGELOGS.
  • be983f1 Add an example that more closely follows the sample code in issue #21.
  • 056d5ae update msrv based on downstream dependencies
  • 82f3294 Bump criterion version to 0.7.
  • 5f2452c Make contents of new style arrays public.
  • 2b9c667 Don't use Rust enums in uapi structs - stick to C enums.
  • 85bfe36 initialise ChipInfo before passing to kernel in get_chip_info
  • 1b61c8b Fix #21 - read/write parameters passed to ioctls should be mutable.
  • 8112cdc bump rust-version to 1.63 to match libc dependency
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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](warthog618/gpiocdev-rs@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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Nov 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant