From 2c7dec32e4aa3a248d5264a57f01dd6ca0d82057 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Jun 2025 20:07:27 +0000 Subject: [PATCH] Update imxrt-ral requirement from 0.5.3 to 0.6.1 Updates the requirements on [imxrt-ral](https://github.com/imxrt-rs/imxrt-ral) to permit the latest version. - [Release notes](https://github.com/imxrt-rs/imxrt-ral/releases) - [Changelog](https://github.com/imxrt-rs/imxrt-ral/blob/master/CHANGELOG.md) - [Commits](https://github.com/imxrt-rs/imxrt-ral/compare/0.5.3...0.6.1) --- updated-dependencies: - dependency-name: imxrt-ral dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rtic-monotonics/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml index 991a84c9bb3..2dc26aec8eb 100644 --- a/rtic-monotonics/Cargo.toml +++ b/rtic-monotonics/Cargo.toml @@ -65,7 +65,7 @@ nrf9160-pac = { version = "0.12.2", optional = true } stm32-metapac = { version = "15.0.0", optional = true } # i.MX RT -imxrt-ral = { version = "0.5.3", optional = true } +imxrt-ral = { version = "0.6.1", optional = true } esp32c3 = {version = "0.28.0", optional = true } esp32c6 = {version = "0.19.0", optional = true }