From ff82709f640cfbbb3bd5a2c3e80f5c397d429288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 16:53:14 +0000 Subject: [PATCH] build(deps): update libftd2xx requirement from 0.32 to 0.33 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](https://github.com/ftdi-rs/libftd2xx/compare/0.32.0...0.33.0) --- updated-dependencies: - dependency-name: libftd2xx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 978766a..f744e25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]