From b8ba9fea93437c9d6a917a4d2d6bfded0ceb46f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Aug 2021 11:29:29 +0200 Subject: [PATCH] Update embedded-hal-mock requirement from 0.7 to 0.8 (#84) Updates the requirements on [embedded-hal-mock](https://github.com/dbrgn/embedded-hal-mock) to permit the latest version. - [Release notes](https://github.com/dbrgn/embedded-hal-mock/releases) - [Changelog](https://github.com/dbrgn/embedded-hal-mock/blob/master/CHANGELOG.md) - [Commits](https://github.com/dbrgn/embedded-hal-mock/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: embedded-hal-mock dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d3c0a05..2c6352a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ bit_field = "0.10.1" [dev-dependencies] linux-embedded-hal = "0.3" -embedded-hal-mock = "0.7" +embedded-hal-mock = "0.8" [features] default = ["graphics"]