From 012c4fe3753532444830c1f37177137217bd678a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 17:15:34 +0000 Subject: [PATCH] build(deps): bump embedded-hal from 0.2.4 to 0.2.5 Bumps [embedded-hal](https://github.com/rust-embedded/embedded-hal) from 0.2.4 to 0.2.5. - [Release notes](https://github.com/rust-embedded/embedded-hal/releases) - [Changelog](https://github.com/rust-embedded/embedded-hal/blob/v0.2.5/CHANGELOG.md) - [Commits](https://github.com/rust-embedded/embedded-hal/compare/v0.2.4...v0.2.5) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- ad9959/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1fb61b0..eba8c98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -230,9 +230,9 @@ dependencies = [ [[package]] name = "embedded-hal" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa998ce59ec9765d15216393af37a58961ddcefb14c753b4816ba2191d865fcb" +checksum = "db184d3fa27bc7a2344250394c0264144dfe0bc81a4401801dcb964b8dd172ad" dependencies = [ "nb 0.1.3", "void", diff --git a/Cargo.toml b/Cargo.toml index e7c751e..7ea035a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ rtt-logger = { version = "0.1" } serde = { version = "1.0", features = ["derive"], default-features = false } heapless = { version = "0.6", features = ["serde"] } cortex-m-rtic = "0.5.6" -embedded-hal = "0.2.4" +embedded-hal = "0.2.5" nb = "1.0.0" asm-delay = "0.9.0" num_enum = { version = "0.5.1", default-features = false } diff --git a/ad9959/Cargo.toml b/ad9959/Cargo.toml index f234470..708adf4 100644 --- a/ad9959/Cargo.toml +++ b/ad9959/Cargo.toml @@ -7,5 +7,5 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -embedded-hal = {version = "0.2.3", features = ["unproven"]} +embedded-hal = {version = "0.2.5", features = ["unproven"]} bit_field = "0.10.0"