From 12ebadbf26038068dc1e1f3a3b6482e556882253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 12:28:12 +0000 Subject: [PATCH] Update esp-storage requirement from 0.1.0 to 0.2.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...v0.2.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..fcedee1 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.2.0", features = ["esp32c3"] } embedded-storage = "0.3.0" [features]