Skip to content

Commit

Permalink
build(deps): update libftd2xx requirement from 0.32 to 0.33
Browse files Browse the repository at this point in the history
Updates the requirements on [libftd2xx](https://github.com/ftdi-rs/libftd2xx) to permit the latest version.
- [Release notes](https://github.com/ftdi-rs/libftd2xx/releases)
- [Changelog](https://github.com/ftdi-rs/libftd2xx/blob/main/CHANGELOG.md)
- [Commits](ftdi-rs/libftd2xx@0.32.0...0.33.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and newAM committed Sep 6, 2024
1 parent aa14c00 commit ff82709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ eh1 = { package = "embedded-hal", version = "1" }
ehnb1 = { package = "embedded-hal-nb", version = "1" }
ftdi = { version = "0.1.3", optional = true }
ftdi-mpsse = "0.1"
libftd2xx = { version = "0.32", optional = true }
libftd2xx = { version = "0.33", optional = true }
nb = "1"

[dev-dependencies]
Expand Down

0 comments on commit ff82709

Please sign in to comment.