From 91e2f57291a4c7c1f41293124fd5251a599fc34f Mon Sep 17 00:00:00 2001 From: Kevin Beckers Date: Mon, 24 Jun 2024 10:00:38 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e9667f9..3a6f3f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ categories = ["embedded", "api-bindings"] default = ["log"] [dependencies] -esp-idf-sys = { version = "0.34.0" } +esp-idf-sys = { version = "0.35.0" } # If the `log` feature is enabled, the crate does some internal logging during the OTA operations log = { version = "0.4", optional = true }