From 5c2f5db11af907c22a218535183d71da15fc49b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:33:11 +0000 Subject: [PATCH] Update esp32c3 requirement from 0.25.0 to 0.26.0 --- updated-dependencies: - dependency-name: esp32c3 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 24b739cdff..79017ec0ab 100644 --- a/rtic-monotonics/Cargo.toml +++ b/rtic-monotonics/Cargo.toml @@ -67,7 +67,7 @@ stm32-metapac = { version = "15.0.0", optional = true } imxrt-ral = { version = "0.5.3", optional = true } -esp32c3 = {version = "0.25.0", optional = true } +esp32c3 = {version = "0.26.0", optional = true } riscv = {version = "0.12.1", optional = true } diff --git a/rtic/Cargo.toml b/rtic/Cargo.toml index 0cc6a076e1..5c9fae77d2 100644 --- a/rtic/Cargo.toml +++ b/rtic/Cargo.toml @@ -26,7 +26,7 @@ name = "rtic" [dependencies] riscv-slic = { version = "0.1.1", optional = true } -esp32c3 = { version = "0.25.0", optional = true } +esp32c3 = { version = "0.26.0", optional = true } riscv = { version = "0.12.1", optional = true } cortex-m = { version = "0.7.0", optional = true } bare-metal = "1.0.0"