From e88a486fb5ee575474f9352ed1ddc582f8699d1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:54:24 +0000 Subject: [PATCH] Update imxrt-ral requirement from 0.5.3 to 0.6.0 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.0) --- 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 79017ec0ab..3a31d6c083 100644 --- a/rtic-monotonics/Cargo.toml +++ b/rtic-monotonics/Cargo.toml @@ -64,7 +64,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.0", optional = true } esp32c3 = {version = "0.26.0", optional = true }