chore(deps): update riscv requirement from 0.13.0 to 0.14.0

Updates the requirements on [riscv](https://github.com/rust-embedded/riscv) to permit the latest version.
- [Release notes](https://github.com/rust-embedded/riscv/releases)
- [Commits](https://github.com/rust-embedded/riscv/compare/v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: riscv
  dependency-version: 0.14.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-06-18 20:00:24 +00:00 committed by Henrik Tjäder
parent cfed2924ce
commit dadce95929
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@ imxrt-ral = { version = "0.6.1", optional = true }
esp32c3 = {version = "0.29.0", optional = true }
esp32c6 = {version = "0.19.0", optional = true }
riscv = {version = "0.13.0", optional = true }
riscv = {version = "0.14.0", optional = true }
[build-dependencies]
proc-macro2 = { version = "1.0.36", optional = true }