From 7de5e506bedf4ed841d918a00a61ad88c3d94af1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 14:21:50 +0000 Subject: [PATCH] Update embedded-hal-mock requirement from 0.9.0 to 0.10.0 Updates the requirements on [embedded-hal-mock](https://github.com/dbrgn/embedded-hal-mock) to permit the latest version. - [Changelog](https://github.com/dbrgn/embedded-hal-mock/blob/main/CHANGELOG.md) - [Commits](https://github.com/dbrgn/embedded-hal-mock/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: embedded-hal-mock dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d0e8250..845471f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,4 +17,4 @@ embedded-hal = { version = "0.2.4", features = ["unproven"] } shared-bus = "0.3.0" [dev-dependencies] -embedded-hal-mock = "0.9.0" +embedded-hal-mock = "0.10.0"