From a5020638893d9e3afa75f67268746ff2a9080492 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 05:00:06 +0000 Subject: [PATCH] Bump embedded-hal from 0.2.7 to 1.0.0 Bumps [embedded-hal](https://github.com/rust-embedded/embedded-hal) from 0.2.7 to 1.0.0. - [Release notes](https://github.com/rust-embedded/embedded-hal/releases) - [Commits](https://github.com/rust-embedded/embedded-hal/compare/v0.2.7...embedded-hal-v1.0.0) --- updated-dependencies: - dependency-name: embedded-hal dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 +++++++++++----- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29a3f1a..fded416 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,7 +174,7 @@ dependencies = [ "bare-metal 0.2.5", "bitfield", "critical-section", - "embedded-hal", + "embedded-hal 0.2.7", "volatile-register", ] @@ -251,6 +251,12 @@ dependencies = [ "void", ] +[[package]] +name = "embedded-hal" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "361a90feb7004eca4019fb28352a9465666b24f840f5c3cddf0ff13920590b89" + [[package]] name = "embedded-io" version = "0.6.1" @@ -485,7 +491,7 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f05acdc7a7d6da7b9be48c2d1de2f9757d37d3a83564aa82b4ae6d7ad15d0db6" dependencies = [ - "embedded-hal", + "embedded-hal 0.2.7", ] [[package]] @@ -877,7 +883,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78b60428415b23ed3f0e3abc776e10e548cf2cbb4288e73d5d181a02b5a90b95" dependencies = [ "cortex-m 0.6.7", - "embedded-hal", + "embedded-hal 0.2.7", ] [[package]] @@ -964,7 +970,7 @@ dependencies = [ "cast", "cortex-m 0.7.7", "embedded-dma", - "embedded-hal", + "embedded-hal 0.2.7", "embedded-storage", "fugit", "nb 1.1.0", @@ -1019,7 +1025,7 @@ dependencies = [ "cortex-m 0.7.7", "cortex-m-rt", "cortex-m-rtic", - "embedded-hal", + "embedded-hal 1.0.0", "embedded-time", "enum-iterator", "heapless", diff --git a/Cargo.toml b/Cargo.toml index 24b3af7..0e618fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ byteorder = { version = "1", default-features = false } smlang = "0.6.0" enum-iterator = "1.5.0" idsp = "0.15.0" -embedded-hal = "0.2.7" +embedded-hal = "1.0.0" bitbybit = "1.3.1" arbitrary-int = "1.2.7" # stabilizer = "0.9.0"