Skip to content

Commit

Permalink
build(deps): bump menu from 0.5.1 to 0.6.0
Browse files Browse the repository at this point in the history
Bumps [menu](https://github.com/rust-embedded-community/menu) from 0.5.1 to 0.6.0.
- [Release notes](https://github.com/rust-embedded-community/menu/releases)
- [Changelog](https://github.com/rust-embedded-community/menu/blob/main/CHANGELOG.md)
- [Commits](rust-embedded-community/menu@v0.5.1...v0.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent d996538 commit 2c25064
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 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 serial-settings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ maintenance = { status = "actively-developed" }

[dependencies]
miniconf = { version = "0.13", features = ["json-core", "postcard"] }
menu = { version = "0.5", features = ["echo"] }
menu = { version = "0.6", features = ["echo"] }
heapless = "0.8"
embedded-io = "0.6"
yafnv = "3.0"
Expand Down

0 comments on commit 2c25064

Please sign in to comment.