Skip to content

Commit

Permalink
Update heapless requirement from 0.7.16 to 0.8.0
Browse files Browse the repository at this point in the history
Updates the requirements on [heapless](https://github.com/rust-embedded/heapless) to permit the latest version.
- [Changelog](https://github.com/rust-embedded/heapless/blob/main/CHANGELOG.md)
- [Commits](rust-embedded/heapless@v0.7.16...v0.8.0)

---
updated-dependencies:
- dependency-name: heapless
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 9, 2023
1 parent 86882b1 commit 7acfa6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ zerocopy = { version = "0.7.3", features = ["derive"] }
bytes = "1.4.0"
snafu = { version = "0.7.4", features = ["backtrace"] }
lexical-core = "0.8.5"
heapless = "0.7.16"
heapless = "0.8.0"
rstest = "0.18.2"

[dev-dependencies]
Expand Down

0 comments on commit 7acfa6d

Please sign in to comment.