From 0f230f5e53c4960b2f89b6c3be9782e5584ee031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 15:13:17 +0000 Subject: [PATCH] Update embedded-hal-mock requirement from 0.8.0 to 0.9.0 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/main/CHANGELOG.md) - [Commits](https://github.com/dbrgn/embedded-hal-mock/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: embedded-hal-mock dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- esp32-wroom-rp/Cargo.toml | 2 +- host-tests/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/esp32-wroom-rp/Cargo.toml b/esp32-wroom-rp/Cargo.toml index 1bfe1d1..57e4e9c 100644 --- a/esp32-wroom-rp/Cargo.toml +++ b/esp32-wroom-rp/Cargo.toml @@ -29,7 +29,7 @@ heapless = "0.7.16" panic-probe = { version = "0.3", features = ["print-rtt"] } [dev-dependencies] -embedded-hal-mock = "0.8.0" +embedded-hal-mock = "0.9.0" [features] default = [ diff --git a/host-tests/Cargo.toml b/host-tests/Cargo.toml index fb3b455..4bef7ff 100644 --- a/host-tests/Cargo.toml +++ b/host-tests/Cargo.toml @@ -12,5 +12,5 @@ publish = false description = "Host-side tests for the Rust-based Espressif ESP32-WROOM WiFi driver crate for RP2040 series microcontroller boards." [dev-dependencies] -embedded-hal-mock = "0.8.0" +embedded-hal-mock = "0.9.0" esp32-wroom-rp = { path = "../esp32-wroom-rp" }