From 8d0403c602858c0a7eceaa8223569ca7bab3639e Mon Sep 17 00:00:00 2001
From: Frederick Vollbrecht <frederick@vollbrecht.cc>
Date: Mon, 4 Mar 2024 14:43:17 +0100
Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20update=20esp-idf=20release?=
 =?UTF-8?q?=20versions?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 cargo/.cargo/config.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cargo/.cargo/config.toml b/cargo/.cargo/config.toml
index 9dfcfbf..0ffeb0f 100644
--- a/cargo/.cargo/config.toml
+++ b/cargo/.cargo/config.toml
@@ -22,9 +22,9 @@ build-std = ["core", "alloc", "panic_abort"]
 MCU="{{ mcu }}"
 # Note: this variable is not used by the pio builder (`cargo build --features pio`)
 {%- if espidfver == "v4.4" %}
-ESP_IDF_VERSION = "v4.4.6"
+ESP_IDF_VERSION = "v4.4.7"
 {% elsif espidfver == "v5.1" %}
-ESP_IDF_VERSION = "v5.1.2"
+ESP_IDF_VERSION = "v5.1.3"
 {% elsif espidfver == "master" %}
 ESP_IDF_VERSION = "master"
 {% endif %}