Skip to content

Commit

Permalink
firmware: bump embedded-hal from 0.2.5 to 0.2.7 in /firmware
Browse files Browse the repository at this point in the history
Bumps [embedded-hal](https://github.com/rust-embedded/embedded-hal) from 0.2.5 to 0.2.7.
- [Release notes](https://github.com/rust-embedded/embedded-hal/releases)
- [Changelog](https://github.com/rust-embedded/embedded-hal/blob/v0.2.7/CHANGELOG.md)
- [Commits](rust-embedded/embedded-hal@v0.2.5...v0.2.7)

---
updated-dependencies:
- dependency-name: embedded-hal
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 8, 2023
1 parent 659b5d8 commit 7c59714
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions firmware/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 firmware/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ usb-device = "0.2.8"
usbd-serial = "0.1.1"
waveshare-display = { path = "../waveshare-display/" }
common = { path = "../common/", package = "pavu-mixer-common" }
embedded-hal = "0.2.5"
embedded-hal = "0.2.7"
port-expander = "0.2.1"
shared-bus = "0.2.2"
cassette = { git = "https://github.com/jamesmunns/cassette.git", rev = "88347314e53523d9b23ab532bb42ce5bf02f6cbe" }
Expand Down

0 comments on commit 7c59714

Please sign in to comment.