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] 2024-12-23 16:40:26 +00:00 committed by GitHub
parent 1a1237690c
commit 058b1fd3ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,7 +64,7 @@ nrf9160-pac = { version = "0.12.2", optional = true }
stm32-metapac = { version = "15.0.0", optional = true } stm32-metapac = { version = "15.0.0", optional = true }
# i.MX RT # i.MX RT
imxrt-ral = { version = "0.5.3", optional = true } imxrt-ral = { version = "0.6.1", optional = true }
esp32c3 = {version = "0.26.0", optional = true } esp32c3 = {version = "0.26.0", optional = true }