1
Fork 0

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] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-10-29 18:03:12 +00:00 committed by GitHub
parent 17c9a709d2
commit c29d609545
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"