From fb49a1980110231d1e66185491d892ae53201db4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 23:16:34 +0000 Subject: [PATCH] Update embedded-hal-mock requirement from =0.10.0-rc.3 to =0.10.0-rc.4 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.10.0-rc.3...v0.10.0-rc.3) --- 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 2d79c5f..6f1aa93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ embedded-hal = "=1.0.0-rc.2" defmt = { version = "0.3", optional = true } [dev-dependencies] -embedded-hal-mock = { version = "=0.10.0-rc.3", features = ["eh1"] } +embedded-hal-mock = { version = "=0.10.0-rc.4", features = ["eh1"] }