From 38af386d10ba7894a888169028d53153b54674c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:55:35 +0000 Subject: [PATCH] chore(deps): update esp32c3 requirement from 0.28.0 to 0.29.0 --- updated-dependencies: - dependency-name: esp32c3 dependency-version: 0.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rtic-monotonics/Cargo.toml | 2 +- rtic/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml index 2dc26aec8eb..a78efe10c53 100644 --- a/rtic-monotonics/Cargo.toml +++ b/rtic-monotonics/Cargo.toml @@ -67,7 +67,7 @@ stm32-metapac = { version = "15.0.0", optional = true } # i.MX RT imxrt-ral = { version = "0.6.1", optional = true } -esp32c3 = {version = "0.28.0", optional = true } +esp32c3 = {version = "0.29.0", optional = true } esp32c6 = {version = "0.19.0", optional = true } riscv = {version = "0.13.0", optional = true } diff --git a/rtic/Cargo.toml b/rtic/Cargo.toml index ebfdf1f155a..75dbc8e4a07 100644 --- a/rtic/Cargo.toml +++ b/rtic/Cargo.toml @@ -26,7 +26,7 @@ name = "rtic" [dependencies] riscv-slic = { version = "0.2.0", optional = true } -esp32c3 = { version = "0.28.0", optional = true } +esp32c3 = { version = "0.29.0", optional = true } esp32c6 = { version = "0.19.0", optional = true } riscv = { version = "0.13.0", optional = true } cortex-m = { version = "0.7.0", optional = true }