Skip to content

Commit

Permalink
build(deps): bump heapless from 0.7.16 to 0.8.0
Browse files Browse the repository at this point in the history
Bumps [heapless](https://github.com/rust-embedded/heapless) from 0.7.16 to 0.8.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent 1d82716 commit 6b09939
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 10 deletions.
38 changes: 29 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ log = { version = "0.4", features = ["max_level_trace", "release_max_level_info"
rtt-target = "0.3"
serde = { version = "1.0", features = ["derive"], default-features = false }
serde-json-core = "0.5"
heapless = { version = "0.7.16", features = ["serde"] }
heapless = { version = "0.8.0", features = ["serde"] }
cortex-m-rtic = "1.0"
embedded-hal = "0.2.7"
num_enum = { version = "0.7.1", default-features = false }
Expand Down

0 comments on commit 6b09939

Please sign in to comment.