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] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-06-15 20:07:27 +00:00 committed by Henrik Tjäder
parent 3678a404b3
commit 2c7dec32e4

View file

@ -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 }