From c29d609545afe62e1dc0f9e54ef3d0c9dbfaecfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Oct 2022 18:03:12 +0000 Subject: [PATCH] Update i2cdev requirement from 0.4.4 to 0.5.1 Updates the requirements on [i2cdev](https://github.com/rust-embedded/rust-i2cdev) to permit the latest version. - [Release notes](https://github.com/rust-embedded/rust-i2cdev/releases) - [Changelog](https://github.com/rust-embedded/rust-i2cdev/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-embedded/rust-i2cdev/compare/0.4.4...0.5.1) --- updated-dependencies: - dependency-name: i2cdev 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 ebecf95..93f8188 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,5 +19,5 @@ default-features = false version = "0.31.2" [dev-dependencies] -i2cdev = "0.4.4" +i2cdev = "0.5.1" linux-embedded-hal = "0.3.0"