Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update ftdi-embedded-hal requirement from 0.15.0 to 0.16.0 #256

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 6, 2023

Updates the requirements on ftdi-embedded-hal to permit the latest version.

Release notes

Sourced from ftdi-embedded-hal's releases.

Version 0.15.1

Fixed

  • Changed the Error and ErrorKind types from private to public.
Changelog

Sourced from ftdi-embedded-hal's changelog.

[0.15.1] - 2023-05-13

Fixed

  • Changed the Error and ErrorKind types from private to public.

[0.15.0] - 2023-04-22

Changed

  • Updated the alpha release of embedded-hal from 1.0.0-alpha.9 to 1.0.0-alpha.10.

[0.14.0] - 2022-11-27

Changed

  • Removed lifetimes on OutputPin, InputPin, I2c, Spi, and SpiDevice to improve ease-of-use.

[0.13.0] - 2022-09-28

Changed

  • Updated the alpha release of embedded-hal from 1.0.0-alpha.8 to 1.0.0-alpha.9.

[0.12.0] - 2022-09-03

Added

  • Added re-exports for libftd2xx and ftdi when the respective feature is used.
  • Added embedded-hal version 1.0.0-alpha.8 trait implementations for:
    • GPIOs
    • Delay
    • SPI

Changed

  • Changed the embedded-hal version 0.2 re-export name from embedded-hal to eh0 to differentiate from embedded-hal version 1.0.0-alpha.8.

[0.11.0] - 2022-01-18

Added

  • Added support for input pins.

Changed

  • The ad0 - ad7 methods to get an OutputPin now return a Result to support input pins, previously these methods were infallible.

[0.10.0] - 2021-11-08

Added

  • Added support for libftdi1 as a backend.

Changed

  • Renamed to ftdi-embedded-hal.
  • The ftd2xx backend is no longer enabled by default.
  • Changed the error type to support multiple backends.
  • Updated the edition from 2018 to 2021.

[0.9.1] - 2021-08-10

Fixed

  • Call close() on Drop, allowing recovery from failures in init().

... (truncated)

Commits

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 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)

Updates the requirements on [ftdi-embedded-hal](https://github.com/ftdi-rs/ftdi-embedded-hal) to permit the latest version.
- [Release notes](https://github.com/ftdi-rs/ftdi-embedded-hal/releases)
- [Changelog](https://github.com/ftdi-rs/ftdi-embedded-hal/blob/main/CHANGELOG.md)
- [Commits](ftdi-rs/ftdi-embedded-hal@v0.15.0...v0.15.1)

---
updated-dependencies:
- dependency-name: ftdi-embedded-hal
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 6, 2023
@newAM
Copy link
Owner

newAM commented Jul 9, 2023

@dependabot ignore this minor version

Covered by #255

@dependabot dependabot bot closed this Jul 9, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 9, 2023

OK, I won't notify you about version 0.15.x again, unless you re-open this PR. 😢

@dependabot dependabot bot deleted the dependabot/cargo/ftdi-embedded-hal-0.16.0 branch July 9, 2023 18:50
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