Skip to content

Commit 6a54d4a

Browse files
chore(deps): bump embedded-graphics from 0.7.1 to 0.8.1
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]>
1 parent 8d85472 commit 6a54d4a

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

Cargo.lock

Lines changed: 18 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ rlibc = "1.0"
4949
# script is not that good, and breaks if you put this in `cfg(...).dependencies`
5050
# instead of normal [dependencies]. don't move this.
5151
bootloader_api = { version = "0.11" }
52-
embedded-graphics = "0.7"
52+
embedded-graphics = "0.8"
5353
mycotest = { path = "mycotest" }
5454
futures-util = { version = "0.3", default-features = false, features = ["async-await", "async-await-macro"] }
5555
# we don't depend on this directly, but we need to ensure that `tracing` uses a

trace/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ tracing-core = {git = "https://github.com/tokio-rs/tracing", default_features =
1616
tracing = { git = "https://github.com/tokio-rs/tracing", default_features = false }
1717
hal-core = { path = "../hal-core" }
1818
mycelium-util = { path = "../util" }
19-
embedded-graphics = { version = "0.7", optional = true }
19+
embedded-graphics = { version = "0.8", optional = true }

0 commit comments

Comments
 (0)