From ad74a9eea6891dcb05e97628bec5e51b37a54400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 13:04:08 +0000 Subject: [PATCH] Update esp-storage requirement from 0.1.0 to 0.3.0 Updates the requirements on [esp-storage](https://github.com/esp-rs/esp-storage) to permit the latest version. - [Release notes](https://github.com/esp-rs/esp-storage/releases) - [Commits](https://github.com/esp-rs/esp-storage/compare/v0.1.0...v.0.3.0) --- updated-dependencies: - dependency-name: esp-storage 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 92ee3d8..9d0eaa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ dht-sensor ={ version = "0.2.1", optional=true} postcard = "1.0.4" tsl2591 = { version = "0.2.0", optional = true} # For acessing and writing the flash storage -esp-storage = { version = "0.1.0", features = ["esp32c3"] } +esp-storage = { version = "0.3.0", features = ["esp32c3"] } embedded-storage = "0.3.0" [features]