Bump heapless from 0.7.17 to 0.8.0

Bumps [heapless](https://github.com/japaric/heapless) from 0.7.17 to 0.8.0.
- [Changelog](https://github.com/rust-embedded/heapless/blob/main/CHANGELOG.md)
- [Commits](https://github.com/japaric/heapless/compare/v0.7.17...v0.8.0)

---
updated-dependencies:
- dependency-name: heapless
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-01-24 15:55:13 +00:00
parent 7e37e4bb5f
commit e35376f1e7
2 changed files with 5 additions and 32 deletions

View File

@ -17,5 +17,5 @@ bench = false
nu-ansi-term = "0.49.0"
[dev-dependencies]
heapless = { version = "0.7", default-features = false }
heapless = { version = "0.8", default-features = false }
rand = "0.8"