From 2c2573e9b56337dc750bd7aa9a59344868a0547e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 16:17:56 +0000 Subject: [PATCH] chore(deps): update esp32c6 requirement from 0.21.0 to 0.22.0 --- updated-dependencies: - dependency-name: esp32c6 dependency-version: 0.22.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 8a8c222ff41d..a7ccdd78d2c1 100644 --- a/rtic-monotonics/Cargo.toml +++ b/rtic-monotonics/Cargo.toml @@ -68,7 +68,7 @@ stm32-metapac = { version = "15.0.0", optional = true } imxrt-ral = { version = "0.6.1", optional = true } esp32c3 = {version = "0.30.0", optional = true } -esp32c6 = {version = "0.21.0", optional = true } +esp32c6 = {version = "0.22.0", optional = true } riscv = {version = "0.15.0", optional = true } [build-dependencies] diff --git a/rtic/Cargo.toml b/rtic/Cargo.toml index a589eddf4481..6fafd456bb72 100644 --- a/rtic/Cargo.toml +++ b/rtic/Cargo.toml @@ -27,7 +27,7 @@ name = "rtic" [dependencies] riscv-slic = { version = "0.2.0", optional = true } esp32c3 = { version = "0.30.0", optional = true } -esp32c6 = { version = "0.21.0", optional = true } +esp32c6 = { version = "0.22.0", optional = true } riscv = { version = "0.15.0", optional = true } cortex-m = { version = "0.7.0", optional = true } bare-metal = "1.0.0"