Skip to content

Commit

Permalink
chore(deps): bump embedded-graphics from 0.7.1 to 0.8.1
Browse files Browse the repository at this point in the history
Bumps [embedded-graphics](https://github.com/embedded-graphics/embedded-graphics) from 0.7.1 to 0.8.1.
- [Release notes](https://github.com/embedded-graphics/embedded-graphics/releases)
- [Changelog](https://github.com/embedded-graphics/embedded-graphics/blob/master/CHANGELOG.md)
- [Commits](embedded-graphics/embedded-graphics@embedded-graphics-v0.7.1...embedded-graphics-v0.8.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent a06e352 commit c46806d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
26 changes: 18 additions & 8 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 @@ -48,7 +48,7 @@ rlibc = "1.0"
# script is not that good, and breaks if you put this in `cfg(...).dependencies`
# instead of normal [dependencies]. don't move this.
bootloader_api = { version = "0.11" }
embedded-graphics = "0.7"
embedded-graphics = "0.8"
mycotest = { path = "mycotest" }
futures-util = { version = "0.3", default-features = false, features = ["async-await", "async-await-macro"] }
# we don't depend on this directly, but we need to ensure that `tracing` uses a
Expand Down
2 changes: 1 addition & 1 deletion trace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ tracing-core = {git = "https://github.com/tokio-rs/tracing", default_features =
tracing = { git = "https://github.com/tokio-rs/tracing", default_features = false }
hal-core = { path = "../hal-core" }
mycelium-util = { path = "../util" }
embedded-graphics = { version = "0.7", optional = true }
embedded-graphics = { version = "0.8", optional = true }

0 comments on commit c46806d

Please sign in to comment.