From 99979ae76dd2932f7404538a9e0daa8f72ca47e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 16:46:21 +0000 Subject: [PATCH] build(deps): update eeprom24x requirement from 0.6.0 to 0.7.0 Updates the requirements on [eeprom24x](https://github.com/eldruin/eeprom24x-rs) to permit the latest version. - [Release notes](https://github.com/eldruin/eeprom24x-rs/releases) - [Changelog](https://github.com/eldruin/eeprom24x-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/eldruin/eeprom24x-rs/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: eeprom24x 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 83c8951..6f6e66a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ nb = "1" [dev-dependencies] cfg-if = "1" -eeprom24x = "0.6.0" +eeprom24x = "0.7.0" lm75 = "0.2.0" spi-memory = "0.2.0" version-sync = "0.9.2"